Commit Graph

1273 Commits

Author SHA1 Message Date
Shinokuni d673616bb4 Add OkHttp interceptor to raise exceptions for non-successfull requests 2023-07-27 22:55:28 +02:00
Shinokuni 5c7f86b170 Add basic feed list in FeedScreen 2023-07-27 17:37:36 +02:00
Shinokuni d76200e292 Fix pull to refresh not reachable when no item is displayted 2023-07-27 14:53:22 +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 bda5896413 Rewrite HtmlParser in Kotlin with some tests 2023-07-22 19:44:44 +02:00
Shinokuni da496cd91a Initial UI for adding new feed 2023-07-22 15:22:43 +02:00
Shinokuni f7d1eea3ec Add new LocalRSSRepository with some tests 2023-07-21 22:29:52 +02:00
Shinokuni 37f8bab393 Update some dependencies 2023-07-18 22:39:20 +02:00
Shinokuni 4e09c16d53 Add koin first declarations in compose module 2023-03-08 22:48:16 +01:00
Shinokuni e372609298 Disable Niddler entirely 2023-03-03 19:50:10 +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 3a0a8d5c05 Rename compose activity 2023-02-28 21:51:43 +01:00
Shinokuni 43a9ccb218 Add a new temporary module to work on app module compose/kotlin migration 2023-02-26 22:07:43 +01:00
Shinokuni c2585f2dac Introduce base of new UI navigation 2023-02-26 16:18:30 +01:00
Shinokuni c7d83362f9 Add initial color and theming, far from being final 2023-02-25 18:19:12 +01:00
Shinokuni 288b637da7 Integrate Compose into the project 2023-02-21 21:44:02 +01:00
Shinokuni 55d982dd22 Update gradle and kotlin plugins 2023-02-20 19:13:06 +01:00
Alexandre Alapetite 7e5c0268ea
Fix FreshRSS get link
#fix https://github.com/readrops/Readrops/issues/162
#fix https://github.com/FreshRSS/FreshRSS/issues/4567
2022-08-31 12:47:30 +02:00
Shinokuni d655653361 Fix item state request not working 2022-02-25 19:49:10 +01:00
Shinokuni 856f0ef333 Add item state update request 2022-02-25 19:00:56 +01:00
Shinokuni 3d698b3051 Add tests for FeverDataSource login method 2021-12-30 21:53:00 +01:00
Shinokuni 53c5d2f56b Improve a little bit Fever login error handling 2021-12-29 13:12:41 +01:00
Shinokuni dcf58a537e Add Fever initial and classic synchronisation logic 2021-12-28 20:09:15 +01:00
Shinokuni fe57d5b2d7 Add items and items ids insertion for Fever synchronisation 2021-12-28 18:29:34 +01:00
Shinokuni 701c188cfa Map Fever folders to feeds with feeds_groups content parsing 2021-12-27 15:59:31 +01:00
Shinokuni 64b6fb0b4d Add basic Fever synchronisation with feeds and folders insertion 2021-12-27 14:03:52 +01:00
Shinokuni 0885a9a3e4 Fix Fever adapters not consuming data to the end 2021-12-27 13:41:01 +01:00
Shinokuni 562f11e2cc Add adapter for Fever favicons call 2021-12-25 19:08:49 +01:00
Shinokuni 5975458011 Add adapter for Fever items ids call 2021-12-25 19:08:25 +01:00
Shinokuni 76cd9355f8 Add adapter for Fever items call 2021-12-25 18:16:44 +01:00
Shinokuni 2396ba1f7e Add adapter for Fever feeds api call 2021-12-25 17:34:40 +01:00
Shinokuni 9189be9d93 Add adapter for Fever folders api call 2021-12-25 17:34:15 +01:00
Shinokuni eb6d487f8f Add proper login call with adapter for Fever api 2021-12-25 16:22:16 +01:00
Shinokuni 162fcfa75d Add initial files for Fever API implementation 2021-12-24 19:07:05 +01:00
Shinokuni 8a5fae5411 Use a SwitchPreferenceCompat for the hide feeds preference 2021-11-01 23:44:46 +01:00
Shinokuni 11f87d14a5 Add preference for marking items read on scroll 2021-11-01 18:26:38 +01:00
Shinokuni 1bfed8306d Add preference for showing/hiding feeds with no unread items left in drawer 2021-10-31 21:55:11 +01:00
Shinokuni 489f52b13a Support user certificates 2021-10-31 17:02:25 +01:00
Shinokuni 1e29b26dc5 Local account : synchronize only the selected feed 2021-10-30 19:38:05 +02:00
Shinokuni 8f093eb4a2 Add true black background for dark theme 2021-10-30 17:56:00 +02:00
Shinokuni a169da8178 Make LibsActivity follow the right theme 2021-10-12 22:57:06 +02:00
Shinokuni 2f56f388e1 Add system theme option 2021-10-12 22:49:50 +02:00
Shinokuni 6f7e2b7cef Merge branch weblate/develop into develop 2021-10-11 23:05:20 +02:00
Shinokuni 03d5ca7ca6 Merge branch 'master' into develop 2021-10-10 20:01:45 +02:00
Shinokuni 7feb54f44a v1.3.1 2021-10-10 19:48:54 +02:00
Shinokuni 3d78b2a951 Fix items being fav locally randomly for FreshRSS account 2021-10-10 19:31:47 +02:00
Shinokuni 7dac06b96e Fix 401 error when synchronising for the second time with a FreshRSS account 2021-10-10 19:05:51 +02:00
Shinokuni 484e93db52 Migrate ItemQueryBuilder unit tests into instrumented tests 2021-10-04 23:15:35 +02:00
Shinokuni beebed751f Add tests for credentials 2021-10-04 18:35:26 +02:00