This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Init commit * CardType as Enum and alyways hide to default prefs * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum and CardSharedPreferences * Adopted to CardType enum and CardSharedPreferences * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum and CardSharedPreferences * Adopted to CardType enum * Adopted to CardType enum and CardSharedPreferences * Adopted to CardType enum * Adopted to CardType enum * Adopted to CardType enum * Replaced deprecated PreferenceManager * Removed unnecessary apply * Added paths to shared prefs and updated settings To include support card * Adopted pref key ifShown stored in strings * Adopted existing settings to new shared pref model * Added previously ignored cards to settings * Removed unused settings prefix * Made card settings reachable from main screen * Removed println * Fixed formatting * Fixed formatting * Fixed bug where LoginPromptCard was incorrectly shown * Renamed Show_Login to showLogin * Added comment to discard(editor: Editor) to explain handling of the changes to the SharedPreferences * Removed left over println * Fixed untranslated word startpage * Fixes ImageView not shown for news with image * Fixes discard cards reappearing after refreshing * Fixed formatting
- Loading branch information
Showing
33 changed files
with
369 additions
and
138 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
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
49 changes: 25 additions & 24 deletions
49
app/src/main/java/de/tum/in/tumcampusapp/component/ui/overview/CardManager.kt
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.