Commit Graph

191 Commits

Author SHA1 Message Date
Shinokuni db04cdddb7 Display feed image in FeedBottomSheet when available 2024-11-17 19:50:36 +01:00
Shinokuni e9cd681b11 Fix regression in TimelineTab: items wouldn't be updated without disappearing from the screen 2024-11-17 14:33:38 +01:00
Shinokuni 47b40ac0eb Merge branch 'refs/heads/master' into develop
# Conflicts:
#	db/src/main/java/com/readrops/db/dao/ItemDao.kt
2024-11-08 16:31:02 +01:00
Shinokuni d306bff63e Do not run database queries on UI Thread in MainActivity (fixes #223) 2024-11-08 16:28:40 +01:00
Shinokuni 71898bf6e9 Update dependencies 2024-10-10 15:03:13 +02:00
Shinokuni 8be236fdfb Enable Room kotlin code gen 2024-10-10 12:55:12 +02:00
Shinokuni 4753454a9d Migrate database to new version
* Rename some Account fields
* Migrate Account.type enum field from INTEGER to TEXT
2024-10-08 17:59:32 +02:00
Shinokuni 379c560236 Merge branch 'refs/heads/master' into develop
# Conflicts:
#	app/src/main/java/com/readrops/app/timelime/TimelineTab.kt
2024-09-23 14:13:39 +02:00
Shinokuni 159a6969c2 Migrate Jacoco task to Kotlin DSL 2024-09-20 16:40:20 +02:00
Shinokuni 9b1f7339eb Fix tests 2024-09-20 16:26:25 +02:00
Shinokuni 77a801c868 Change default order field (#202) 2024-09-20 13:22:26 +02:00
Shinokuni 19c5b8b17e Migrate some DAOs to interface 2024-09-17 21:30:25 +02:00
Shinokuni ebd4a455d9 Fix item opened from notification not being mark as read 2024-09-15 13:43:24 +02:00
Shinokuni cf9d307f00 Restore Order By Item.id in TimelineTab main query 2024-09-03 16:49:43 +02:00
Shinokuni e6c880a79f Rework main query filters 2024-09-02 16:36:21 +02:00
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 c54a14e616 Hide Fab when synchronizing in TimelineTab 2024-08-18 13:31:36 +02:00
Shinokuni 14af99c8df Add beta build type 2024-08-18 13:11:27 +02:00
Shinokuni 7d97588c86 Fix db test package path 2024-08-18 12:49:04 +02:00
Shinokuni cd18ea3594 Fix new articles sql request in TimelineTab 2024-08-14 14:22:03 +02:00
Shinokuni edb81f6809 Add fever icon 2024-08-13 13:59:41 +02:00
Shinokuni f67f817b82 Add support for Fever favicons 2024-08-12 14:18:31 +02:00
Shinokuni 0265b88ff3 Disable feed/folder actions in FeedTab for Fever accounts 2024-08-10 13:52:24 +02:00
Shinokuni 65a49e7fc5 Fix separateState use in ItemScreen 2024-08-08 21:54:22 +02:00
Shinokuni 0c3c3d8ddb Rework Fever read/star state management 2024-08-08 19:42:13 +02:00
Shinokuni 732ae4efa4 Make FeverRepository compile again and Fever auth work 2024-08-06 22:09:23 +02:00
Shinokuni 04820cd700 Merge remote-tracking branch 'origin/develop' into feature/fever_api 2024-08-06 18:40:02 +02:00
Shinokuni a2e2c04142 Fix CI 2024-08-06 16:50:22 +02:00
Shinokuni 4b80cfd1c1 Migrate to kotlin 2.0 2024-08-05 23:28:04 +02:00
Shinokuni 7abec11b55 Replace joda.time by java.time 2024-08-05 17:29:12 +02:00
Shinokuni 3af1220666 Rework Feed table columns 2024-08-04 18:04:55 +02:00
Shinokuni 5247d878c4 Remove Item.read_it_later and rename remoteId to remote_id 2024-08-04 16:21:45 +02:00
Shinokuni a00ef31cf7 Remove Item.guid field, use Item.remoteId instead for all account types 2024-08-04 15:34:27 +02:00
Shinokuni ca9a93d731 Improve repositories syncResult logic to be used by notifications 2024-07-29 13:25:48 +02:00
Shinokuni cafb46c727 Display notifications after background synchronization 2024-07-28 15:22:34 +02:00
Shinokuni 5a2ef0fa2f Add local account refresh logic in SyncWorker 2024-07-23 15:33:06 +02:00
Shinokuni 0adf55eb02 Implement hideReadFeeds preference in TimelineTab 2024-07-22 15:23:48 +02:00
Shinokuni feeed2771f Add rename account option in AccountTab only for local accounts 2024-07-10 12:47:16 +02:00
Shinokuni 9c95e0d63c Fix creating a local account in AccountTab 2024-07-09 19:02:50 +02:00
Shinokuni 45c2de4459 Improve AccountTab UI and add account change 2024-07-09 15:44:53 +02:00
Shinokuni f491a60ef6 Remove Parcelize plugin 2024-07-06 22:50:40 +02:00
Shinokuni 5bf974eb0c Replace kapt by ksp 2024-07-06 14:01:58 +02:00
Shinokuni e6be6c36fe Migrate last dependencies to version catalog 2024-07-05 13:52:59 +02:00
Shinokuni 10835b4979 Fix CI 2024-07-05 11:50:10 +02:00
Shinokuni b2f89b4471 Simplify gradle build configuration 2024-07-04 17:37:03 +02:00
Shinokuni 5ada97d60e Migrate APP gradle file to kotlin dsl 2024-07-04 12:00:24 +02:00
Shinokuni 4fa377bf26 Migrate DB gradle file to kotlin dsl 2024-07-04 11:00:21 +02:00
Shinokuni 83baac3ba6 Rename DAO declarations in Database 2024-07-03 11:47:47 +02:00
Shinokuni 476ce8a7dc Rename DAO files 2024-07-02 19:42:24 +02:00
Shinokuni 26eaebf442 Remove unused files 2024-07-02 19:25:15 +02:00