-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update butterknife to latest version * Update eventbus to latest version * Update firebase to latest version * Update appcompat library to latest version * Update material library to latest version * Update to latest buildToolsVersion * Replace old crashlytics with firebase crashlytics * Add dark mode (#157) This PR adds dark mode for devices running Android Q and later. Co-authored-by: John Slavick <[email protected]> * Force Dark Mode Tweaks (#160) * Disable forced dark mode on StreakWidget * Add isAppInDarkMode * Change moving average color to be more legible in dark mode * Only call `setForceDarkAllowed` if device SDK >= 29 * Disable force dark mode on food and tweak history calendars and set card background to gray * Revert "Force Dark Mode Tweaks (#160)" This reverts commit 6171f76. * Revert "Add dark mode (#157)" This reverts commit 13aefb5. * Polish Translation with some correlated Android/Apple updates (#166) * [email protected]:marc-medley/daily-dozen-android.git * Add Polish translation. Sets Chickpeas/Garbanzo Beans as a single synonym item. Treats arrays with <item>@.../... as translatable="false". * Update gradle and third party libs * Update version * Remove outdated version history * Remove randomly selected icon for notification * Add multiple reminders (#168) * WIP * Implement getNextAlarmTimeInMillis * Migrate old reminder setting * Disable reminder notification when last reminder time is deleted * Fix migrate old setting * Change to use png notification icon to prevent crashes on lower android sdk versions * Change FAB `layout_width` to `wrap_content` * Remove Nullable attribute * Add support for 24 hour time format when specifying reminder times * Remove vibrate and sound options for the notification * Update dependencies * versionName 18 * Replace ButterKnife with View Binding (#169) * Enable View Binding * Update AboutActivity to use View Binding * Update DailyReminderSettingsActivity to use View Binding * Update DebugActivity to use View Binding * Update FoodHistoryActivity to use View Binding * Update FoodInfoActivity to use View Binding * Update MainActivity to use View Binding * Update ServingsHistoryActivity to use View Binding * Update TweakHistoryActivity to use View Binding * Update TweakInfoActivity to use View Binding * Update TweakServingsHistoryActivity to use View Binding * Update WeightHistoryActivity to use View Binding * Remove ButterKnife strings * Update to use View Binding * Update to use View Binding * Update to use View Binding * Remove ButterKnife library * Fix incorrect view binding * Remove some about text * Remove unused context * Simplify code with lambda expressions
- Loading branch information
Showing
55 changed files
with
837 additions
and
1,692 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
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.