Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 3.89 KB

README.md

File metadata and controls

85 lines (60 loc) · 3.89 KB

Daily Dozen Android App

About

In the years of research required to create the more than a thousand evidence-based videos on NutritionFacts.org, Michael Greger, MD, FACLM, has arrived at a list of what he considers the most important foods to include in a healthy daily diet. Yes, greens are good for you, but how much should we try to eat each day?

Dr. Greger’s Daily Dozen details the healthiest foods and how many servings of each we should try to check off every day. He explains his rationale in his book How Not to Die. All his proceeds from his books, DVDs, and speaking engagements is all donated to charity.

Daily Dozen on Google Play

Contribute

We would love for you to contribute to our source code and to help make the Daily Dozen for Android even better!

Check out our Contribution Guidelines for details on how to get started and our suggested best practices.

Donate

To help support NutritionFacts.org, click here

License

The Daily Dozen Android App is licensed under the GPLv3

Contributors

Special thanks to the volunteer efforts of the creators of the previous app: Chan Kruse, Allan Portera, and Sangeeta Kumar

Updates

###Version 11

  • Added German translation - thanks to contributor MovGP0
  • Improved CheckBox functionality - thanks to contributor notmypassword
  • Fixed swapped images - thanks to contributor myang310
  • Fixed bug where last CheckBox for Beverages was hidden on devices with small screens
  • Fixed a few minor crashes

###Version 10

  • Added links to videos on nutritionfacts.org. These links are for overall food groups like beans and greens, but also for specific foods like chickpeas and spinach.
  • Fixed bug where update reminder alarm was not being set when the device restarted.
  • Fixed very rare OutOfMemoryError crash when loading the large food images.
  • Upgraded to ButterKnife 8.1.0

###Version 9

  • Added a Daily Reminder to update your servings
  • Fixed bug where every other day was being skipped in the daily servings chart
  • Fixed bug where failing to load the image in FoodInfoActivity was crashing the app
  • Removed allowBackup="false" from AndroidManifest.xml. This will allow devices running Marshmallow and later to automatically backup to the user's Google Account.
  • Upgraded to ButterKnife 8.0.1

###Version 8 - Completely new app

  • Entries are now persisted over time and can be graphed and charted
  • Added streaks so you can see at a glance how many days you have met your required servings
  • History can be backed up to a comma-separated values text file

###1.0.1 - 1.0.2 (Google Play)

  • Misspelling fix

###1.0.0 (Google Play)

  • Initial Release