Commit Graph

1327 Commits

Author SHA1 Message Date
Shinokuni 4eef3ba3c3 Fix R8 minify 2024-07-04 12:17:59 +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 a1df9dbe89 Migrate API gradle file to kotlin dsl 2024-07-04 10:47:11 +02:00
Shinokuni 08de3f3a80 Rename appcompose module to app 2024-07-03 16:21:29 +02:00
Shinokuni 84a8377e9e Fix some build performance warnings 2024-07-03 12:11:59 +02:00
Shinokuni bbda92a9df Remove unused dependencies 2024-07-03 11:55:54 +02:00
Shinokuni 83baac3ba6 Rename DAO declarations in Database 2024-07-03 11:47:47 +02:00
Shinokuni a0bed539a6 Fix tests and CI 2024-07-03 11:24:34 +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
Shinokuni e20bc62418 Fix CI 2024-07-02 18:43:14 +02:00
Shinokuni 4388615a59 Remove old app module
Time to say goodbye, see you old friend
2024-07-02 18:18:39 +02:00
Shinokuni 8aac6e4bf4 Add synchronization notifications content analyzer 2024-07-02 17:58:45 +02:00
Shinokuni 3880fb1fc5 Add notifications screen 2024-07-02 13:18:50 +02:00
Shinokuni 3f43d2219c Migrate Nextcloud News API to v1.3 2024-06-30 19:50:31 +02:00
Shinokuni a98ef5c449 Use TopAppBar scrollBehaviour in TimelineTab and FeedTab 2024-06-30 17:23:10 +02:00
Shinokuni b1e8f25c6c Enable edge to edge 2024-06-30 15:29:00 +02:00
Shinokuni 02fb320123 When no ItemState entry is available for an item, by default it is unstarred 2024-06-28 21:30:45 +02:00
Shinokuni d51cf041b8 Use separate state when needed to get new items unread count 2024-06-28 21:12:03 +02:00
Shinokuni 4382bbb061 Use setAllItemsRead insert methods for remote accounts 2024-06-28 17:07:53 +02:00
Shinokuni b9aa09e103 Implement database migrations manually and remove RoomMigrant 2024-06-25 14:30:05 +02:00
Shinokuni 85242e6ebf Use separate state in FeedUnreadCountQueryBuilder 2024-06-24 18:13:04 +02:00
Shinokuni 1e95408500 Add support for all cases of setting all items read for all account types 2024-06-24 16:07:32 +02:00
Shinokuni ed7adb5b76 Add setAllItemsReadByFeed for all account types 2024-06-23 19:33:52 +02:00
Shinokuni f097edddbc Insert starred items when synchronizing with a Nextcloud News account 2024-06-20 15:45:15 +02:00
Shinokuni 23fd22afff Implement Nextcloud News add/update/delete folder actions 2024-06-20 13:40:24 +02:00
Shinokuni 116a1b9722 Fix image loading indefinitely when getting feed colors 2024-06-20 13:06:21 +02:00
Shinokuni 07b6059921 Implement Nextcloud News add/update/delete feed actions 2024-06-16 21:43:37 +02:00
Shinokuni 4acaa9a85b Make real parallel calls in FreshRSS synchronization 2024-06-16 16:38:08 +02:00
Shinokuni e723dee12e Add Nextcloud News classic synchronization 2024-06-16 16:06:48 +02:00
Shinokuni 5bff505fc3 Add Nextcloud initial synchronization 2024-06-16 13:22:19 +02:00
Shinokuni 9a63c1a777 Add Nextcloud News login 2024-06-16 11:10:21 +02:00
Shinokuni b879d0ae9d Rewrite Nextcloud News API implementation
* New data source
* New service
* Tests
2024-06-15 18:00:12 +02:00
Shinokuni 7a4d4d7225 Open AccountCredentialsScreen from AccountTab to edit account credentials 2024-06-02 18:27:54 +02:00
Shinokuni 338e64eca8 Fix some Account screens related issues 2024-06-02 17:14:57 +02:00
Shinokuni 303d7b6786 Add background worker for synchronization 2024-06-02 00:11:23 +02:00
Shinokuni bc3015ab95 Fetch feed colors on synchronization 2024-05-23 21:45:46 +02:00
Shinokuni 133d8e6992 Implement FreshRSS add/update/delete feed actions 2024-05-20 22:07:30 +02:00
Shinokuni 940b6de97a Add short message to indicate why a feed url can't be updated with a FreshRSS account 2024-05-20 15:29:52 +02:00
Shinokuni 219d816483 Implement FreshRSS update/delete folder 2024-05-19 23:31:36 +02:00
Shinokuni 064d588b28 Use adaptiveIconPainterResource to load mipmap icons in some places 2024-05-19 22:31:38 +02:00
Shinokuni 351409bb26 Use account configuration in FeedTab 2024-05-19 22:17:34 +02:00
Shinokuni ffe2d5cffb Scroll timeline to the top when synchronization is over 2024-05-12 22:09:27 +02:00
Shinokuni 19409f20a5 Add some permissions and debug app name 2024-05-10 17:15:43 +02:00
Shinokuni d79c5b4637 Display remote account synchronization error in TimelineTab 2024-05-10 16:52:38 +02:00
Shinokuni d19b8d90d4 Display RefreshScreen in TimelineTab only with a local account 2024-05-10 16:12:45 +02:00
Shinokuni f9a2eb5e2c Add FreshRSS item read/state synchronization 2024-05-10 14:36:24 +02:00
Shinokuni 0fbaec1263 Put login and password in encrypted shared preferences 2024-05-10 14:02:45 +02:00
Shinokuni b3c252a434 Add FreshRSS classic synchronization 2024-05-08 17:40:35 +02:00