Commit Graph

519 Commits

Author SHA1 Message Date
Shinokuni 7c996d1af7 Add notification to synchro channel 2020-02-05 14:55:02 +01:00
Shinokuni 287a20baa9 Display notification when sync worker is running 2020-02-05 11:00:28 +01:00
Shinokuni 6d3f517790 Add sync worker 2020-02-04 22:28:04 +01:00
Shinokuni 6c10ceb009 add preference entry for automatic synchro 2020-02-04 22:24:47 +01:00
Shinokuni 532a7d3d7f Setup WorkManager 2020-02-01 21:42:23 +01:00
Shinokuni 2e29ef2509 Replace application by context in repositories 2020-02-01 21:41:31 +01:00
Shinokuni c50c8a96e8 Use a single instance of OkHttp everywhere 2020-01-26 14:09:33 +01:00
Shinokuni cb0decd901 Merge remote-tracking branch 'origin/develop' into develop 2020-01-25 22:44:20 +01:00
Shinokuni c77b705583 Rename tvBanner to featureGraphic 2020-01-25 22:44:08 +01:00
Shinokuni de3ecfe4b9
Update CHANGELOG.md 2020-01-25 22:33:05 +01:00
Shinokuni be114c80e7
Update README.md 2020-01-25 21:21:07 +01:00
Shinokuni 3c46dea6c7 Merge branch 'master' into develop 2020-01-25 21:16:27 +01:00
Shinokuni 7ed5876285 Fix proguard removing opml model 2020-01-25 21:09:07 +01:00
Shinokuni b8023a7d69
Update README.md 2020-01-25 18:14:05 +01:00
Shinokuni c6d805d121
Update Readrops icon in README 2020-01-25 18:12:26 +01:00
Shinokuni ee9be30cde Add fastlane icon 2020-01-25 18:08:00 +01:00
Shinokuni 57b93915e2 Update full description with html formatting 2020-01-25 18:04:09 +01:00
Shinokuni 786671e73b
Update README.md 2020-01-25 17:36:52 +01:00
Shinokuni 2e1219a93d Add fdroid badge and reduce screenshots size 2020-01-25 17:33:55 +01:00
Shinokuni 0c69052046 Put flipper dependencies in app gradle 2020-01-23 21:54:28 +01:00
Shinokuni 9a3f3017c4 Use a single instance of OkHttp to fetch feeds icons (it's WAY faster) 2020-01-17 21:38:46 +01:00
Shinokuni 5a9ba348f7 Fix account url which wasn't updated in retrofit when its text field value was, in account creation activity 2020-01-17 19:40:42 +01:00
Shinokuni a8404ef00f Replace json feed model by a kotlin version with generated adapters. Remove gson dependency 2020-01-16 17:21:16 +01:00
Shinokuni b0963bb9ec Delete model used with Nextcloud folder api calls (create, rename, delete). Use the local model instead or a map 2020-01-15 22:11:17 +01:00
Shinokuni aafec850bb Handle feed site url and item author nullability 2020-01-15 19:16:54 +01:00
Shinokuni c5476199d8 Delete model for Nextcloud News read state api calls and use a map instead 2020-01-15 19:00:28 +01:00
Shinokuni 188d2086dd Remove login and password in shared preferences when deleting account 2020-01-15 18:41:33 +01:00
Shinokuni aea791ed94 Fix account not having its credentials just after being created 2020-01-15 18:17:19 +01:00
Shinokuni 8691602975 Use local feed entity object instead of Nextcloud News objects for rename feed and change feed folder api calls 2020-01-13 15:43:06 +01:00
Shinokuni 9eb6df31b5 Fix items not having their read state updated when already existing in db 2020-01-13 15:05:51 +01:00
Shinokuni 4454c5c028 Use adapters with Nextcloud News create feed and folder api calls 2020-01-13 11:25:14 +01:00
Shinokuni 6d79fdf64d Add adapter for Nextcloud News items api call 2020-01-12 15:14:27 +01:00
Shinokuni a179a18432 Add adapter for Nextcloud News folders api call 2020-01-11 19:30:29 +01:00
Shinokuni fca4b7f513 Add adapter for Nextcloud News feeds api call 2020-01-11 19:09:43 +01:00
Shinokuni 6705b47df6 Replace NextNewsuser by a kotlin version with generated adapters 2020-01-11 18:31:59 +01:00
Shinokuni 192d3ca5dc Get read state from new items 2020-01-06 11:28:03 +01:00
Shinokuni 0949cbf8d2 Fix travis failed build 2020-01-06 09:00:40 +01:00
Shinokuni 45e594d4f2 Readd date of last sync using a local value instead of using FreshRSS' one 2020-01-05 19:06:10 +01:00
Shinokuni 19ca5a7398 Replace FreshRSSUserInfo by its Kotlin version with a generated moshi adapter 2020-01-05 13:23:58 +01:00
Shinokuni bf60d2efe1 Delete not used anymore classes and code 2020-01-04 17:09:44 +01:00
Shinokuni 03b6c9b986 Add adapter for FreshRSS items api call 2020-01-04 17:06:21 +01:00
Shinokuni fea6c78520 Add Moshi adapter for FreshRSS folders api call 2020-01-03 15:49:48 +01:00
Shinokuni 90ef573b6e Use selectName for better parsing performance 2020-01-03 14:40:23 +01:00
Shinokuni 0b68bf6c51 Initial replacement of Gson by Moshi
Replace GsonConverterFactory by MoshiConverterFactory and create feed adapter for FreshRSS feeds api call
2020-01-03 14:25:51 +01:00
Shinokuni 6c62f7c9a8 Fiw wrong string resource used as app name 2020-01-02 18:46:18 +01:00
Shinokuni b2acceb868 Configure readropsdb module and dependencies 2020-01-02 15:38:25 +01:00
Shinokuni fe78ea4f68 Create new module to contain database related files 2020-01-02 15:19:57 +01:00
Shinokuni 0b841193b5 Add Flipper Shared preferences plugin 2020-01-02 13:25:24 +01:00
Shinokuni 37325642ce Replace Stetho by Flipper 2020-01-01 18:10:15 +01:00
Shinokuni 93d9430718 Replace current logo by an adaptive version 2019-12-31 18:01:50 +01:00