-
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.
* Replace AsyncTask (#172) * Replace AsyncTasks in FoodHistoryActivity and TweakHistoryActivity * Add AsyncTask replacement following https://medium.com/swlh/asynctask-is-deprecated-now-what-f30c31362761 * Refactor BackupTask * Refactor RestoreTask * Add result types for BackupTask and RestoreTask * Refactor GenerateDataTask and CalculateStreaksTask * Remove unnecessary `throws Exception` * Rename boolean result variable to `success` * Refactor CalculateStreakTask * Refactor CalculateTweakStreakTask * Refactor LoadServingsHistoryTask * Refactor LoadTweakServingsHistoryTask * Refactor LoadWeightsHistoryTask * Remove TaskWithContext * Change GenerateDataTask to return true instead of null * Update compileSdkVersion and targetSdkVersion to 30 * Update libraries * Replace jcenter with mavenCentral * Upgrade gradle * Delete commented out function * Update README with past contributors * Add more contributors * Update `versionCode` and `versionName` * Remove broken link to turnip videos
- Loading branch information
Showing
27 changed files
with
672 additions
and
696 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.