204 Commits

Author SHA1 Message Date
Shinokuni
34e8478708 Add pager in ItemScreen 2025-02-01 14:14:26 +01:00
Shinokuni
5453499056 Display warning when creating a Fever or GRreader account 2025-01-24 15:21:24 +01:00
Shinokuni
f3f02e7801 Make Google Reader API a standalone one 2025-01-23 22:36:26 +01:00
Shinokuni
8d134c271d Add new screen to modify a feed color 2025-01-17 15:47:06 +01:00
Shinokuni
09094767d5 Add dialog in TimelineTab to select open in parameter by feed 2025-01-09 14:11:18 +01:00
Shinokuni
a112e2940e Follow feed openIn parameter when opening an item from a notification 2024-12-13 21:28:44 +01:00
Shinokuni
5f99afc8ad Follow Feed openIn parameter in TimelineTab 2024-12-10 15:15:07 +01:00
Shinokuni
ece00ded30 Fix db migration test 2024-12-08 14:24:06 +01:00
Shinokuni
ef9111c604 Add Open In feed parameter 2024-12-07 17:57:17 +01:00
Shinokuni
cf75fc914e Display feed notifications parameter in FeedBottomSheet 2024-12-04 18:47:17 +01:00
Shinokuni
1a727f1f1b Merge branch 'refs/heads/master' into develop
# Conflicts:
#	api/src/test/java/com/readrops/api/services/nextcloudnews/NextcloudNewsDataSourceTest.kt
#	db/src/main/java/com/readrops/db/dao/ItemDao.kt
2024-12-02 16:48:07 +01:00
Shinokuni
6e1dbc789c Fix Nextcloud News item duplicates when synchronizing 2024-12-01 17:33:09 +01:00
Alexandre Alapetite
90875af468
FreshRSS casing (#230)
Minor update of letter casing for FreshRSS
2024-11-30 15:58:53 +01:00
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