-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Move all access to preferences into PrefManager.java - Move preference keys to separate file preference_keys.xml - Use getSharedPreferences instead of deprecated getDefaultSharedPreferences - Fix usage of incorrect string values in pref_notification.xml and pref_workout.xml - Migrate old translated preference values to new non-translatable values in PrefManager.migratePreferences - Migrate preference from different file to default preference file in PrefManager.migratePreferences
- Loading branch information
Tobias Länge
committed
Nov 23, 2022
1 parent
c80a27e
commit 7f67d93
Showing
17 changed files
with
475 additions
and
360 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
224 changes: 81 additions & 143 deletions
224
app/src/main/java/org/secuso/privacyfriendlycircuittraining/activities/MainActivity.java
Large diffs are not rendered by default.
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
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.