-
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.
* Fix issue with app mode toggle not updating * Fix `NonConstantResourceld` warning advising to avoid using non-final resource ids in switch statements; switch converted to ifs * Add activeandroid-3.1.0-SNAPSHOT.jar to the project directly * Update to latest gradle * Update to latest firebase * Fix deprecation warning * Enable code minification and fix java heap space errors when building apk * Allow horizontal screen rotation * Update to latest timber to fix build warning * Fix "Wrong locale name" inspection * Remove unnecessary properties * No longer need API check * Merge API 17 specific files * Merge API 21 specific files * Refactor to simplify line separator retrieval * Combine identical exception handlers * Refactor backup to not hold lines in memory * Add landscape layouts for viewing history * Enable and update proguard rules to fix minifyEnabled causing crash on app start * Update to use recommended proguard file (https://developer.android.com/build/shrink-code#configuration-files) * Improve restore performance by 4x * Fix code inspection warnings * Remove debug logging * Improve performance of GenerateDataTask * Fix bug where restoring from json would lose the first day's entries * Update to latest gradle * Update to latest crashlytics * Update versionCode and versionName
- Loading branch information
Showing
36 changed files
with
292 additions
and
979 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
Binary file not shown.
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
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
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.