-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change TweakHistoryActivity to extend InfoActivity * Delete the unused TweakLoadingActivity * Change to show tweak name in TweakHistoryActivity * Refactor to combine DailyDozenPagerAdapter and TweaksPagerAdapter into the single DatePagerAdapter * Fix "Resource IDs will be non-final in Android Gradle Plugin version 7.0, avoid using them in switch case statements" * Fix "Use 'app:drawableLeftCompat' instead of 'android:drawableLeft'" * Update dependencies * Add HistoryType * Refactor to combine LoadServingsHistoryTask and LoadTweakServingsHistoryTask into LoadHistoryTask * Refactor LoadWeightsHistoryTask to remove unused code * Revert gson library update * Refactor to combine FoodHistoryActivity and TweakHistoryActivity * Refactor to combine CalculateStreakTask and CalculateTweakStreakTask * Fix bug that causes incorrect month name to be displayed * Add missing annotations * Change to maintain user's date selection when changing app modes * Reduce code duplication between pager adapters * Use existing variable instead of calling function again * Update dependencies * Revert "Reduce code duplication between pager adapters" This reverts commit 0c91bfc * Update `versionCode` and `versionName` * Add missing `formatted` tags * Add missing `@NonNull` annotations to fix Android Studio warnings * Remove check for condition that is always true * Prevent NullPointerException * Inline `initList` to fix warning * Fix redundant boxing warning * Replace three switch statements * Fix warnings related to formatted strings * Add path property to fix warning * Replace fraction string with fraction character * Update firebase dependencies * Fix warnings * versionCode 60 * Fix warnings * Fix bug where jumping to date was not always reliable * Undo change to filepaths.xml and increase versionCode
- Loading branch information
Showing
54 changed files
with
387 additions
and
889 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,6 @@ | |
|
||
public interface Servings { | ||
int getServings(); | ||
void recalculateStreak(); | ||
Long save(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 changes: 0 additions & 128 deletions
128
app/src/main/java/org/nutritionfacts/dailydozen/activity/FoodHistoryActivity.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.