Commit Graph

1102 Commits

Author SHA1 Message Date
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 e9536e99ed Improve http errors wording 2024-04-30 23:44:13 +02:00
Shinokuni f14ed7f331 Add initial FreshRSS login with new kotlin repository 2024-04-30 22:40:38 +02:00
Shinokuni a7c0749641 Improve AccountSelectionScreen UI 2024-04-29 13:08:15 +02:00
Shinokuni cc7b874ef5 Add initial UI of AccountCredentialsScreen 2024-04-29 00:03:28 +02:00
Shinokuni 2c105f596a Fix GetFoldersWithFeeds tests... 2024-04-27 21:20:35 +02:00
Shinokuni 9f87077945 Switch CI to ubuntu runner 2024-04-26 18:25:29 +02:00
Shinokuni a3ffde0d73 Fix item read time calculation 2024-04-26 18:02:36 +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 c55a9dc5e4 Fix BottomBarState not being updated in ItemScreen 2024-04-26 15:55:09 +02:00
Shinokuni 45dc199ea2 Prevent AndroidView being composed more than once in ItemScreen 2024-04-21 22:24:44 +02:00
Shinokuni 841b56e7e5 Adjust ItemBottomBar icon tint color depending of background color in ItemScreen 2024-04-21 22:16:45 +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 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