Commit Graph

1217 Commits

Author SHA1 Message Date
Shinokuni 4b80cfd1c1 Migrate to kotlin 2.0 2024-08-05 23:28:04 +02:00
Shinokuni 152117d3bf Update some dependencies 2024-08-05 21:55:22 +02:00
Shinokuni 7abec11b55 Replace joda.time by java.time 2024-08-05 17:29:12 +02:00
Shinokuni 3af1220666 Rework Feed table columns 2024-08-04 18:04:55 +02:00
Shinokuni 5247d878c4 Remove Item.read_it_later and rename remoteId to remote_id 2024-08-04 16:21:45 +02:00
Shinokuni a00ef31cf7 Remove Item.guid field, use Item.remoteId instead for all account types 2024-08-04 15:34:27 +02:00
Shinokuni 44b2858cb0 Display an error screen when the app crashes 2024-08-03 19:37:21 +02:00
Shinokuni 4d9f71559f Remove unused notification channels 2024-07-31 16:03:24 +02:00
Shinokuni 70d66f3200 Add some cache to Coil 2024-07-31 16:01:11 +02:00
Shinokuni c932022fe6 Implement FeedIcon once 2024-07-31 15:49:40 +02:00
Shinokuni 4d8de57ade Extract last strings to translations 2024-07-31 15:37:00 +02:00
Shinokuni 4771831d15 Improve NotificationsScreen UI 2024-07-31 14:51:42 +02:00
Shinokuni 9210b8b7fe Ask notifications permission for api 33+ 2024-07-30 15:41:39 +02:00
Shinokuni ca9a93d731 Improve repositories syncResult logic to be used by notifications 2024-07-29 13:25:48 +02:00
Shinokuni f143e282c8 Fix SyncAnalyzer tests 2024-07-28 22:36:41 +02:00
Shinokuni cafb46c727 Display notifications after background synchronization 2024-07-28 15:22:34 +02:00
Shinokuni 76d7f98227 Improve a bit AccountTab UI 2024-07-25 13:52:08 +02:00
Shinokuni ad7929f444 Rename main koin module 2024-07-25 13:25:56 +02:00
Shinokuni e721463f9c Display warning message if account notifications are enabled and background sync is disabled 2024-07-25 13:23:22 +02:00
Shinokuni dc55d2115f Fix assembleRelease 2024-07-24 18:40:56 +02:00
Shinokuni 67b29d7590 Add preference to disable battery optimization 2024-07-24 18:39:12 +02:00
Shinokuni 63867d3acd Add background synchronization launch in PreferencesScreen 2024-07-24 16:21:53 +02:00
Shinokuni 5a2ef0fa2f Add local account refresh logic in SyncWorker 2024-07-23 15:33:06 +02:00
Shinokuni f95c808aa0 Improve reliability of markItemsReadOnScroll pref implementation in TimelineTab 2024-07-22 17:56:02 +02:00
Shinokuni 0adf55eb02 Implement hideReadFeeds preference in TimelineTab 2024-07-22 15:23:48 +02:00
Shinokuni 1e5a23b722 Add support for markItemsReadOnScroll preference in TimelineTab 2024-07-18 15:24:15 +02:00
Shinokuni 8c551e748f React to theme changes in MainActivity 2024-07-15 21:44:52 +02:00
Shinokuni c7ccdcd3e3 Add TimelineItemSize preference in TimelineTab 2024-07-15 15:14:18 +02:00
Shinokuni 273868d270 Use openLinksWIth preference in ItemScreen 2024-07-15 14:07:10 +02:00
Shinokuni 965fb2ea67 Improve PreferencesScreen state management 2024-07-13 19:56:23 +02:00
Shinokuni da5b030ab6 Add PreferencesScreen
Three layers :
- DataStore implementation
- Preference description
- UI Preference composables
2024-07-13 17:03:04 +02:00
Shinokuni 76dfbeff32 Improve TimelineTab isLoading paging case 2024-07-13 15:03:43 +02:00
Shinokuni eadfb51350 Specify unread next to the number of unread items in TimelineTab drawer filter 2024-07-12 19:46:34 +02:00
Shinokuni fdf6c4f5c1 Improve paging behaviour in TimelineTab 2024-07-12 16:35:17 +02:00
Shinokuni 7be074f759 Hide FAB in TimelineTab when displaying local account refresh screen 2024-07-12 15:27:23 +02:00
Shinokuni 46800586e1 Rework TimelineItem UI and add three sizes : compact, regular and large 2024-07-12 15:17:53 +02:00
Shinokuni f57d39ec3b Extract state from AddFeedDialog 2024-07-11 17:53:01 +02:00
Shinokuni 6cb8c2853d Add progress indicator in AddFeedDialog and fix account selection bug 2024-07-11 17:23:54 +02:00
Shinokuni aa3a835756 Rename some Nextcloud News and FreshRSS files 2024-07-11 14:33:09 +02:00
Shinokuni 49fc62edc2 Improve Nextcloud News updateFeed performance 2024-07-11 14:30:02 +02:00
Shinokuni 85b830b82b Add progress indicator in some FeedTab dialogs 2024-07-11 14:26:23 +02:00
Shinokuni d14ea9109b Improve FeedBottomSheet UI 2024-07-11 13:03:54 +02:00
Shinokuni 334a33f847 Fix FeedItem UI when not associated to a FolderExpandableItem 2024-07-11 12:41:21 +02:00
Shinokuni 7ad5e0bc54 Add OPML import in AccountSelectionScreen 2024-07-11 12:26:10 +02:00
Shinokuni 36d9aef2bb Improve AccountSelectionScreen UI 2024-07-10 19:02:21 +02:00
Shinokuni ba7b2b7108 Fix crash when deleting an account 2024-07-10 17:41:02 +02:00
Shinokuni 9de8361a33 Improve FeedTab look and feel 2024-07-10 17:35:21 +02:00
Shinokuni 6f80179fb3 Improve global dialog UI 2024-07-10 16:44:10 +02:00
Shinokuni 8e8d1ce9c8 Replace FolderDialog by TextFieldDialog in FeedTab 2024-07-10 16:43:26 +02:00
Shinokuni feeed2771f Add rename account option in AccountTab only for local accounts 2024-07-10 12:47:16 +02:00