-
-
Notifications
You must be signed in to change notification settings - Fork 84
Conversation
This solved the getDefaultSharedPreferenceDeprecated message
skip-checks:true
Hey all, I just finished this. I would really appreciate it if someone can have a look at the replacement of the asynchronous stuff as this is the most critical part. |
Just discovered a bug where clicking |
This is fixed through #1594 The PR should be working fine now. Regarding the merge-conflicts I can not resolve them on my side, unfortunately but I have attached fixes for QueryLocationsService (renamed to QueryLocationWorker) and for CacheManager. The conflicts in CalendarFragment are trivial. QueryLocationWorker.kt
ChacheManager.kt
|
I've rebased your branch on the latest version of the master branch. To make the comparison easier I've done it on a new Branch Some lines in the same files concerning the card refactoring and the preference rework did overwrite themselves. Please have a look at it to make sure that the most recent changes of both are added and are working together since you probably have a much better overview about the changes than I have :D What I've seen from the code so far looks good and should be easy to merge afterwards! |
@tobiasjungmann your rebase looks good to me. Can I merge it? Edit: |
I rebased this in #1615 |
Issue
This fixes the following issue(s):
Why this is useful for all students
Most likely users won't notice. But Anko has been archived since 2020 and thus not received improvements. Also the way how asynchronous work is done is not up to date / deprecated classes are used. This PR fixes this in all cases where previously Anko was used.
How is Anko replaced