Commit Graph

545 Commits

Author SHA1 Message Date
Shinokuni 2fe5d3a061 Merge remote-tracking branch 'origin/develop' into develop 2020-03-08 21:27:18 +01:00
Shinokuni 87feb0a5bd Fix item activity not opening when clicking on one item sync result notification 2020-03-08 21:26:56 +01:00
Shinokuni 6224142883
Merge pull request #57 from SuperSandro2000/patch-1
Point to english fdroid store
2020-03-04 22:48:46 +01:00
Shinokuni ed2af2125c Improve SyncResultAnalyser tests 2020-03-03 22:14:04 +01:00
Sandro edec76d94f
Point to english fdroid store 2020-03-02 16:25:15 +01:00
Shinokuni e232d2973c Update gradle dependencies 2020-02-27 22:33:38 +01:00
Shinokuni eca92fc8d3 Update gradle plugin to 3.6.0 2020-02-26 23:02:45 +01:00
Shinokuni 4ef8388c16 Fix account icon not displayed in sync result notification one account multiple feeds case 2020-02-23 13:40:58 +01:00
Shinokuni ad6a682fd6 Use interfaces for itemDao et AccountDao 2020-02-22 19:56:19 +01:00
Shinokuni 1676e9f637 Add actions for single result notification case 2020-02-22 14:56:12 +01:00
Shinokuni ffeb955a82 Open item when sync result notification is single item case 2020-02-21 22:19:33 +01:00
Shinokuni 88f6915931 Fix some sonar issues 2020-02-21 21:39:25 +01:00
Shinokuni 0a73c8a6a1 Fix drawer crash for api below 24 2020-02-15 18:34:21 +01:00
Shinokuni 5b376b4ce7 Use singleTop behavior for MainActivity 2020-02-15 13:45:54 +01:00
Shinokuni 54566bbc4e Check feed icon url nullability 2020-02-15 13:37:26 +01:00
Shinokuni 4f2618021e Ad network constraint to sync worker 2020-02-15 13:21:41 +01:00
Shinokuni 071e57ac89 Add tests for sync results notification 2020-02-12 22:53:52 +01:00
Shinokuni 2453f35179 Add local account sync result notification 2020-02-11 19:31:35 +01:00
Shinokuni 46712f4c5e Add another case for sync result notification 2020-02-11 16:18:30 +01:00
Shinokuni 1052b453a8 Fix feed being null when there is only one new item for sync result notification 2020-02-10 17:46:18 +01:00
Shinokuni 05f8fc56a7 Change sync channel importance and set auto-cancel to sync result notification 2020-02-10 16:40:31 +01:00
Shinokuni 85b867462c Display sync results in a new notification with content based on number of items, accounts, and feeds 2020-02-08 21:36:27 +01:00
Shinokuni 54cc3ed8bd Change fr-France locale to fr locale 2020-02-08 11:39:18 +01:00
Shinokuni 237a2fc9c9 Use a single SyncResult class for both FreshRSS and Nextcloud News 2020-02-05 17:25:39 +01:00
Shinokuni cc65dcdc25 Merge remote-tracking branch 'origin/develop' into develop 2020-02-05 15:26:19 +01:00
Shinokuni 812c91b6f3 Add description to synchro channel 2020-02-05 14:55:40 +01:00
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