Commit Graph

23 Commits

Author SHA1 Message Date
Shinokuni ee931abc17 Fix some migration issues
* Fix getting wrong AccountType from db

* Add credentials migration from old shared preferences to encrypted preferences
2024-08-29 17:45:58 +02:00
Shinokuni 52e8c64d45 Add screen transitions 2024-08-13 21:51:20 +02:00
Shinokuni fffc3be383 Add splash background for MainActivity 2024-08-13 21:12:54 +02:00
Shinokuni 4b80cfd1c1 Migrate to kotlin 2.0 2024-08-05 23:28:04 +02:00
Shinokuni 152117d3bf Update some dependencies 2024-08-05 21:55:22 +02:00
Shinokuni 7abec11b55 Replace joda.time by java.time 2024-08-05 17:29:12 +02:00
Shinokuni 9210b8b7fe Ask notifications permission for api 33+ 2024-07-30 15:41:39 +02:00
Shinokuni 273868d270 Use openLinksWIth preference in ItemScreen 2024-07-15 14:07:10 +02:00
Shinokuni da5b030ab6 Add PreferencesScreen
Three layers :
- DataStore implementation
- Preference description
- UI Preference composables
2024-07-13 17:03:04 +02:00
Shinokuni fdf6c4f5c1 Improve paging behaviour in TimelineTab 2024-07-12 16:35:17 +02:00
Shinokuni 5bf566184d Add About libraries screen in MoreTab 2024-07-07 12:48:20 +02:00
Shinokuni c011485819 Migrate plugin definitions in version catalog 2024-07-06 17:04:09 +02:00
Shinokuni e6be6c36fe Migrate last dependencies to version catalog 2024-07-05 13:52:59 +02:00
Shinokuni bbda92a9df Remove unused dependencies 2024-07-03 11:55:54 +02:00
Shinokuni b1e8f25c6c Enable edge to edge 2024-06-30 15:29:00 +02:00
Shinokuni 303d7b6786 Add background worker for synchronization 2024-06-02 00:11:23 +02:00
Shinokuni 0fbaec1263 Put login and password in encrypted shared preferences 2024-05-10 14:02:45 +02:00
Shinokuni 0ccb4aa9c8 Add OPML export in AccountTab 2024-04-06 22:51:56 +02:00
Shinokuni 8a5c22d144 Migrate more dependencies to version catalog 2024-04-05 22:41:23 +02:00
Shinokuni 1a92684c18 Migrade room and koin dependencies into version catalog 2024-03-30 19:35:43 +01:00
Shinokuni 8011759076 Update some dependencies 2024-03-19 22:14:49 +01:00
Shinokuni 3e522538e0 Replace viewModels by screenModels
Fix tabs screenModels being recreated after going back a new screen
2024-03-03 22:18:14 +01:00
Shinokuni 291c75a685 Start using Gradle Version Catalog in appcompose
Version Catalog will have to be applied to all other modules when old app package is deleted
2024-03-01 22:15:59 +01:00