Commit Graph

185 Commits

Author SHA1 Message Date
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 07b6059921 Implement Nextcloud News add/update/delete feed actions 2024-06-16 21:43:37 +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 bc3015ab95 Fetch feed colors on synchronization 2024-05-23 21:45:46 +02:00
Shinokuni 219d816483 Implement FreshRSS update/delete folder 2024-05-19 23:31:36 +02:00
Shinokuni 351409bb26 Use account configuration in FeedTab 2024-05-19 22:17:34 +02:00
Shinokuni f9a2eb5e2c Add FreshRSS item read/state synchronization 2024-05-10 14:36:24 +02:00
Shinokuni b3c252a434 Add FreshRSS classic synchronization 2024-05-08 17:40:35 +02:00
Shinokuni fbe14121b0 Fetch FreshRSS read and star item states 2024-05-07 22:50:44 +02:00
Shinokuni df2ad13872 Fetch FreshRSS regular and starred items 2024-05-05 22:06:39 +02:00
Shinokuni 36cdf84b34 Fetch FreshRSS folders and feeds 2024-05-04 21:44:05 +02:00
Shinokuni 0d69cfd66d Fix CI build 2024-05-04 19:41:42 +02:00
Shinokuni 8071f0b477 Add new FeedDao upsert method 2024-05-04 19:29:20 +02:00
Shinokuni 052c83cb35 Add new FolderDao upsert method 2024-05-04 18:13:19 +02:00
Shinokuni 2c105f596a Fix GetFoldersWithFeeds tests... 2024-04-27 21:20:35 +02:00
Shinokuni 6893e9a199 Fix once and for all folders and feeds query with simple read state 2024-04-26 17:08:58 +02:00
Shinokuni 8566b55e3f Display unread new items count in TimelineDrawer 2024-04-17 15:10:08 +02:00
Shinokuni ea51df49bc Display feed description in FeedBottomSheet instead of folder name 2024-04-15 16:34:39 +02:00
Shinokuni 91378f0a54 Add collapsable bottom bar in ItemScreen
Gather all actions at the bottom of the screen:
* set read state
* set start state
* share url
* open url
2024-04-13 13:03:37 +02:00
Shinokuni 16e70519e4 Add initial ItemScreen UI 2024-04-07 17:32:53 +02:00
Shinokuni 8a5c22d144 Migrate more dependencies to version catalog 2024-04-05 22:41:23 +02:00
Shinokuni e0874f2297 Add OPML import in AccountTab 2024-03-31 19:48:29 +02:00
Shinokuni 1a92684c18 Migrade room and koin dependencies into version catalog 2024-03-30 19:35:43 +01:00
Shinokuni 8b10864578 Add loading screen for local account in TimelineTab 2024-03-26 19:41:35 +01:00
Shinokuni 0aced64faf Make synchronization aware of subFilters (Folder/Feed) in TimelineTab
* Only for local accounts
2024-03-21 10:54:54 +01:00
Shinokuni c52f324a13 Add mark all read items for new articles filter 2024-03-04 23:10:20 +01:00
Shinokuni 6664903532 Combine a feed/folder filter with a main filter (all, new, stars) 2024-03-04 22:16:46 +01:00
Shinokuni c9259c5a71 Make foldersAndFeeds queries aware of main filters 2024-03-02 22:15:13 +01:00
Shinokuni 2ee2144fd3 Update some dependencies 2024-02-29 10:48:41 +01:00
Shinokuni 4467774070 Add support for the new articles filter in main query builder 2024-02-28 22:46:08 +01:00
Shinokuni 56b2943fa1 Fix CI not building 2024-02-28 22:38:24 +01:00
Shinokuni ba149db709 Remove filter category
* Remaining: delete database field read_it_later
2024-02-25 22:57:34 +01:00
Shinokuni c4339acf31 Fix folders and feeds list query
Fix folders and feeds list disappearing from drawer when all items are read
2024-02-25 22:41:28 +01:00
Shinokuni adb56cdacf Add mark all read items action for some filters in TimelineTab 2024-02-21 23:59:01 +01:00
Shinokuni 7b537123c8 Add new account dialog in AccountTab 2024-02-19 21:53:33 +01:00
Shinokuni fc29759641 Add logic to update feed in FeedTab 2024-02-18 21:40:45 +01:00
Shinokuni ad13ba99e0 Fix GetFoldersWithFeeds test 2024-02-18 19:04:10 +01:00
Shinokuni 6f01333065 Add update and delete folder dialogs 2024-02-11 17:51:58 +01:00
Shinokuni 2631712361 Add AddFolderDialog in FeedTab 2024-01-19 21:35:55 +01:00
Shinokuni caf55451d3 Add UpdateFeedDialog in FeedTab 2024-01-18 18:45:34 +01:00
Shinokuni 672de764de Improve AddFeedDialog looking and behaviour
- Add error management for URL TextField
- Add account dropdown
2024-01-14 00:57:22 +01:00
Shinokuni 5cd7ead78f Show feeds as sub items of folders in FeedTab 2024-01-12 19:28:25 +01:00
Shinokuni 304f3c02e0 Add base of pagination in TimelineTab 2024-01-11 22:16:30 +01:00
Shinokuni 413dba4db5 Fix id conflict in feedsWithoutFolder query 2023-08-27 22:34:53 +02:00
Shinokuni 51806993a1 Add read state update on TimelineItem click and fav/share actions 2023-08-27 17:29:19 +02:00
Shinokuni 03ee5deab9 Improve logic to build drawer folders and feeds list
* db requests down to 2
* react to changes when feeds/folders/items read state are modified
2023-08-27 15:48:33 +02:00
Shinokuni 36f768044a Implement androidx Paging and unify TimeLineViewModel state 2023-08-23 23:03:19 +02:00
Shinokuni 3f665e6ab5 Add logic to build drawer folders and feeds list 2023-08-20 12:22:25 +02:00
Shinokuni fffbf18ad9 Update android gradle plugin 2023-08-15 22:44:44 +02:00
Shinokuni b15eb9fa91 Add TimelineItem large layout base 2023-08-14 22:40:29 +02:00
Shinokuni 38179f66c0 Make Github CI job work again
* Make old app module compile
* Disable appcompose lint abortion
* Make appcompose instrumented tests work
2023-08-14 15:58:29 +02:00
Shinokuni f08d3eac71 Add delete accounts and new account screen tracks in AccountTab 2023-08-07 17:01:19 +02:00
Shinokuni dac54a307f Add account creation screens with global account state management 2023-08-07 13:45:28 +02:00
Shinokuni ad0ffe55c9 Add initial account creation path 2023-08-03 14:57:04 +02:00
Shinokuni 5c7f86b170 Add basic feed list in FeedScreen 2023-07-27 17:37:36 +02:00
Shinokuni 1a37401139 Add swipe to refresh in TimelineScreen with basic item display and refresh 2023-07-23 17:18:03 +02:00
Shinokuni 4e09c16d53 Add koin first declarations in compose module 2023-03-08 22:48:16 +01:00
Shinokuni 9710ae9487 Add new DAOs
* Replacement of RxJava by coroutines
* Prepare for their use in the news repositories
2023-03-03 19:49:49 +01:00
Shinokuni 6468d9d733 Add new dependencies 2023-02-28 22:05:32 +01:00
Shinokuni 55d982dd22 Update gradle and kotlin plugins 2023-02-20 19:13:06 +01:00
Shinokuni 162fcfa75d Add initial files for Fever API implementation 2021-12-24 19:07:05 +01:00
Shinokuni 484e93db52 Migrate ItemQueryBuilder unit tests into instrumented tests 2021-10-04 23:15:35 +02:00
Shinokuni 5d03ea0580 Migrate koin to v3.0 2021-09-20 19:27:12 +02:00
Shinokuni f4628b5a49 Add jacoco implementation 2021-09-16 22:29:25 +02:00
Shinokuni b61f89300b Fix null pointer exception 2021-09-04 18:27:48 +02:00
Shinokuni 63a8891880 Fix tests 2021-09-02 13:54:27 +02:00
Shinokuni c2110b08c9 MIgrate BaseDao to kotlin 2021-09-02 13:36:02 +02:00
Shinokuni 85042e5d3c MIgrate FolderDao to kotlin 2021-09-01 23:45:38 +02:00
Shinokuni 574199e6c8 Migrate FeedDao to kotlin 2021-09-01 23:30:10 +02:00
Shinokuni 1c981e96f6 Update formatting 2021-09-01 23:03:57 +02:00
Shinokuni 2f82efe4cb Migrate AccountDao and ItemDao to kotlin 2021-09-01 22:58:16 +02:00
Shinokuni 07e586a989 Migrate Converters to kotlin 2021-09-01 22:27:05 +02:00
Shinokuni 4dfa474d14 Migrate FilterType and ListSortTYpe to kotlin 2021-09-01 22:21:50 +02:00
Shinokuni 96be5af06e Migrate FolderWithFeedCount and ItemWithFeed to kotlin 2021-09-01 22:13:03 +02:00
Shinokuni bb24daff64 Migrate FeedWithFolder to kotlin 2021-09-01 21:48:25 +02:00
Shinokuni 80404bb648 Migrate AccountConfig and AccountType to kotlin 2021-09-01 21:22:07 +02:00
Shinokuni 1654d32211 MIgrate Account entity to kotlin 2021-09-01 19:41:45 +02:00
Shinokuni 6b2a279813 Migrate Item entity to kotlin 2021-09-01 19:17:38 +02:00
Shinokuni 40c3a52948 Migrate Folder entity to kotlin 2021-09-01 19:01:32 +02:00
Shinokuni 61f8798be5 Migrate Feed entity to kotlin 2021-09-01 18:46:54 +02:00
Shinokuni 4c618b4044 Let items be removed from read it later category 2021-07-17 14:59:50 +02:00
Shinokuni ef195b4231 Delete feeds and folders by ids and by account id (closes #100) 2021-07-16 17:51:23 +02:00
Shinokuni 38bd3e3ae5 Add a new folder filter 2021-07-11 18:55:38 +02:00
Shinokuni 3d0ff2619f Adapt new state changes management for Nextcloud News 2021-07-06 22:04:53 +02:00
Shinokuni c9caa0be89 Integrate ItemStateChange table in Nextcloud News synchronisation 2021-07-04 19:12:29 +02:00
Shinokuni f546fdd31a Fix failing query test 2021-07-04 13:36:41 +02:00
Shinokuni 2c7e5de294 Sort items descendantly by publication date 2021-07-04 13:24:36 +02:00
Shinokuni 42cb3adee9 Update dependencies 2021-07-03 19:44:42 +02:00
Shinokuni cbff42b4f2 Remove jcenter dependency 2021-07-02 18:56:11 +02:00
Shinokuni ea14ae3013 Fix star filter query part 2021-07-02 14:48:36 +02:00
Shinokuni 1011eee9df Handle read/star state for local account 2021-07-01 22:53:25 +02:00
Shinokuni d600633aca Fix showing/hide read items crash 2021-07-01 22:17:59 +02:00
Shinokuni 15596e5fff Remove usage of StarredItem table in the main query 2021-07-01 21:40:16 +02:00
Shinokuni d9b31d4cfa Build manually the item selection query 2021-05-13 21:21:14 +02:00
Shinokuni b9d6e6d135 Rename config variable for separate state 2021-05-13 21:19:04 +02:00
Shinokuni d15315b53f Synchronize local read/star changes 2021-05-06 22:10:27 +02:00