Commit Graph

1251 Commits

Author SHA1 Message Date
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 99ff159434 Fix some feed parsing failures 2024-04-15 14:21:29 +02:00
Shinokuni c115a1edcc Fix content display for some items in ItemScreen 2024-04-15 12:28:37 +02:00
Shinokuni afbf8129ca Add options to download/share image on long press in ItemScreen 2024-04-14 14:40:32 +02:00
Shinokuni eeb054f068 Add little template to html blockquote tag 2024-04-13 16:34:34 +02:00
Shinokuni d486bd92f9 Use Inter custom font in ItemWebView 2024-04-13 15:58:16 +02:00
Shinokuni 7b644cbc97 Open webView urls in external navigator 2024-04-13 14:24:06 +02:00
Shinokuni 02a3f82b72 Extract views from ItemScreen 2024-04-13 14:12:55 +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 bf7ac41d6e Inject Koin context in Compose hierarchy 2024-04-10 17:14:16 +02:00
Shinokuni c071426bbd Display item content in ItemScreen 2024-04-10 16:56:30 +02:00
Shinokuni da51f504e4 Fix crash for some feeds in TimelineTab 2024-04-07 17:34:56 +02:00
Shinokuni 16e70519e4 Add initial ItemScreen UI 2024-04-07 17:32:53 +02:00
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