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.
* Replaced Anko in NotificationScheduler.kt * Replaced Anko in NotificationUtils.kt * Added preference key replaced Anko in BaseNavigationActivity.kt * Beautify by removing this * Replaced Anko ConnectivityManager in ProgressActivity.kt * Replaced Anko SearchManager in FragmentForSearching.kt * Replaced NotificationManager and SharedPreferences in SettingsFragment * Removed unnecessary comment * Replaced WifiManager in EduroamCard.kt * Replaced DefaultSharedPreferences and WifiManager in EduroamCard.kt * Replaced WifiManager in EduroamFixCardViewHolder.kt * Replaced DefaultSharedPreferences in TopNewsCard.kt * Replaced InputMethodManager in OnboardingStartFragment.kt * Replaced ConnectivityManager in MainFragment.kt * Replaced textColor in TicketAmountViewHolder.kt * Replaced AlarmManager in MVVWidget.kt * Replaced NotificationManager in FcmReceiverService.kt * Replaced WifiManager in ScanResultsAvailableReceiver.kt * Replaced ConnectivityManager in NetUtils.kt * Replaced DefaultSharedPreferences in Utils.kt * Replaced ConnectivityManager in BaseFragment.kt * Replaced DefaultSharedPreferences in OnboardingExtrasFragment.kt * Removed unused import in BaseFragment.kt * Replaced all android preference manager with android x This solved the getDefaultSharedPreferenceDeprecated message * Replaced getSharedPreference with PreferenceManager default Preference * Removed doAsyncs and replaced JobIntentService with WorkManager * Replaced doAsync with expedited WorkManager work * Replaced runOnUIThread with coroutines on main in BaseFragment.kt * Replaced doAsync with coroutine in LocationManager and calling Activity * Replaced anko.support.v4.defaultSharedPreferences in GradesFragment.kt * Replaced doAsync with coroutines in StartupActivity.kt * Replaced runOnUIThread with coroutines in MainFragment.kt * Replaced doAsync in CardRepository * Replaced runOnUiThread with coroutines in StudyRoomsFragment.kt * Replace browse -> intent: CheckTokenFragment, OnboardingExtrasFragment * Replaced textChangedListener -> KTX doAfterTextChanged * Replaced onItemSelectedListener in NavigationDetailsFragment.kt skip-checks:true * Removed leftover code * Replaces doAsync by replacing callback with coroutines in StudyRooms * Removes unnecessary import * Replaced doAsync with expedited WorkManager in CacheManager * Removed unnecessary import * Fixed ktlint * Fixed ktlint formatting * Fixed ktlint formatting * Updated build.gradle:app * fixed problems in the merge * formatting fixes --------- Co-authored-by: Franz <[email protected]> Co-authored-by: Franz Kunze <[email protected]>
- Loading branch information
1 parent
b4cad6e
commit 34199d6
Showing
44 changed files
with
325 additions
and
194 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
2 changes: 1 addition & 1 deletion
2
app/src/main/java/de/tum/in/tumcampusapp/api/tumonline/interceptors/AddTokenInterceptor.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
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.