Commit Graph

1071 Commits

Author SHA1 Message Date
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 cbeea6ca0d Improve refreshIndicator feed name display 2024-04-01 19:41:26 +02:00
Shinokuni 0a1574df0d Show opml import errors in AccountTab 2024-04-01 13:02:59 +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 b943822194 Add default placeholders for feed icons 2024-03-28 11:54:20 +01:00
Shinokuni 51b7ba73fd Fix progress loading indicator in RefreshScreen 2024-03-28 11:22:54 +01:00
Shinokuni 8b10864578 Add loading screen for local account in TimelineTab 2024-03-26 19:41:35 +01:00
Shinokuni 2b1992e03a Fix pull to refresh not available when displaying the no item placeholder in TimelineTab 2024-03-26 18:39:39 +01:00
Shinokuni da78d1b835 Improve state reset for some dialogs in FeedTab 2024-03-26 14:30:29 +01:00
Shinokuni b4ac021159 Display synchronization errors for individual feeds in TimelineTab 2024-03-25 22:58:17 +01:00
Shinokuni c3026f0fdb Fix synchronization being triggered two times when using the refresh button in TimelineTab 2024-03-21 12:20:06 +01:00
Shinokuni 2be1dd0b72 Fix AddFeedDialog state not being reset after adding a feed 2024-03-21 11:25:43 +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 32e0c17e08 Improve state hoisting in FilterBottomSheet 2024-03-19 22:35:12 +01:00
Shinokuni 8011759076 Update some dependencies 2024-03-19 22:14:49 +01:00
Shinokuni 1038fb6827 Add some placeholders in TimelineTab 2024-03-19 19:39:34 +01:00
Shinokuni 093936b036 Prevent screenModels being recreated when opening a screen from a tab
Do it the right way, solution from https://github.com/adrielcafe/voyager/issues/266#issuecomment-2002108371
2024-03-19 14:15:04 +01:00
Shinokuni c52f324a13 Add mark all read items for new articles filter 2024-03-04 23:10:20 +01:00
Shinokuni 5c16ea09de Show folder/feed filter name in TopAppBar 2024-03-04 22:42:54 +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 e31ebe487f Fix CI test 2024-03-03 23:44:36 +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 c9259c5a71 Make foldersAndFeeds queries aware of main filters 2024-03-02 22:15:13 +01:00
Shinokuni 59d22fd311 Replace accompanist pull to refresh with the new material3 one 2024-03-01 23:12:43 +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
Shinokuni 97dc2446ce Update Voyager 2024-03-01 19:40:44 +01:00
Shinokuni 2ee2144fd3 Update some dependencies 2024-02-29 10:48:41 +01:00
Shinokuni 6bf7cb00a8 Prevent HttpException being thrown when response code is 304
Todo: cover all non HTTP 200 cases where there is no need to throw an exception
2024-02-28 22:54:07 +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 3a5db09385 Merge branch 'develop' of https://github.com/Readrops/readrops into develop 2024-02-27 22:45:30 +01:00
Shinokuni ec0cf16b96 Set TimelineTab appBar title maxLines to 1 2024-02-27 19:13:03 +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 1cdb98eedb Add some filters in TimelineTab 2024-02-22 21:44:03 +01:00
Shinokuni adb56cdacf Add mark all read items action for some filters in TimelineTab 2024-02-21 23:59:01 +01:00
Shinokuni 09bcba7c5a Change top bar title depending on current filter in TimelineTab 2024-02-21 21:53:11 +01:00
Shinokuni edc2094a6e Fix GetFoldersWithFeeds not sending feeds without folder 2024-02-19 23:16:06 +01:00
Shinokuni 40accbc8b4 Fix no feed placeholder not appearing in FeedTab 2024-02-19 22:59:19 +01:00
Shinokuni 5a0affdf3b Improve the use of BaseDialog 2024-02-19 22:43:53 +01:00
Shinokuni 7b537123c8 Add new account dialog in AccountTab 2024-02-19 21:53:33 +01:00
Shinokuni 13557c00e6 Add dialog to delete account in AccountTab 2024-02-19 13:27:43 +01:00
Shinokuni 5b74480398 Add initial layout of MoreTab 2024-02-18 23:38:47 +01:00
Shinokuni 939af36b2d Add initial layout of AccountTab 2024-02-18 22:50:02 +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 425d20741b Merge branch 'develop' of https://github.com/Readrops/readrops into develop 2024-02-15 21:41:37 +01:00
Shinokuni a29b27801e Fix gradle full build step 2024-02-15 21:41:32 +01:00