Commit Graph

825 Commits

Author SHA1 Message Date
Shinokuni 2c5672b3d5 Fix starred items duplication 2021-07-02 17:50:40 +02:00
Shinokuni ea14ae3013 Fix star filter query part 2021-07-02 14:48:36 +02:00
Shinokuni af5138c1cb Insert starred items at initial synchronisation and don´t forget starred items which are read 2021-07-02 14:30:01 +02:00
Shinokuni 1011eee9df Handle read/star state for local account 2021-07-01 22:53:25 +02:00
Shinokuni d600633aca Fix showing/hide read items crash 2021-07-01 22:17:59 +02:00
Shinokuni 15596e5fff Remove usage of StarredItem table in the main query 2021-07-01 21:40:16 +02:00
Shinokuni d9b31d4cfa Build manually the item selection query 2021-05-13 21:21:14 +02:00
Shinokuni b9d6e6d135 Rename config variable for separate state 2021-05-13 21:19:04 +02:00
Shinokuni d15315b53f Synchronize local read/star changes 2021-05-06 22:10:27 +02:00
Shinokuni ede2b77ef8 Fix item list query table renaming 2021-05-06 21:42:14 +02:00
Shinokuni 80f4590014 Add foreign keys to ItemState and ItemStateChange tables 2021-05-06 21:38:48 +02:00
Shinokuni 4540870257 Rename item state tables 2021-04-26 19:53:54 +02:00
Shinokuni 750bf10902 Delete UnreadItemsIds and StarredItem tables 2021-04-26 13:56:10 +02:00
Shinokuni 90468faefc Send read/star state update with new tables 2021-04-22 22:30:24 +02:00
Shinokuni 3be0447584 Update read state in ItemState table 2021-04-22 18:49:45 +02:00
Shinokuni b7b4ae9dc4 Disable query observing when synchronising to avoid view flickering 2021-04-22 17:31:43 +02:00
Shinokuni e55dcca556 Update item list query to use ItemStateId table 2021-04-21 19:26:01 +02:00
Shinokuni f412ae2f1e Get starred items separately only for initial synchronisation and fetch starred items ids everytime 2021-04-20 23:22:32 +02:00
Shinokuni 2411449863 Add a new table which merge FreshRSS items read/star state 2021-04-20 23:19:12 +02:00
Shinokuni 1852a0bd9a Fix starred items selection queries 2021-04-18 19:44:14 +02:00
Shinokuni 66844cfaf8 Fix starred items query 2021-04-16 22:45:40 +02:00
Shinokuni 2c2df55970 Update item state local management with new db requests 2021-04-16 21:42:25 +02:00
Shinokuni 2d6e798301 Disable badly written test 2021-04-14 18:49:28 +02:00
Shinokuni 18c9d22b35 Update gradle and kotlin plugins 2021-04-14 18:42:41 +02:00
Shinokuni fa7b7346cd Improve some adapters syntax 2021-04-14 17:58:33 +02:00
Shinokuni d6f98b0d08 Delete unused tests 2020-12-28 16:02:08 +01:00
Shinokuni 0f924d4a95 Use a different request for starred items when option is to true 2020-12-28 15:52:38 +01:00
Shinokuni 0c9c601d41 Add new synchronization process for FreshRSS with read state and starred items sync 2020-12-28 15:48:32 +01:00
Shinokuni 03c806b9a5 Add new tables for better FreshRSS synchronization speed 2020-12-28 15:32:21 +01:00
Shinokuni fbb4eeee95 Log splash exceptions 2020-12-18 18:16:48 +01:00
Shinokuni 009dda1d00 Fix FreshRSS items ids parsing 2020-12-18 18:16:23 +01:00
Shinokuni daca5ff4c8 Update kotlin gradle plugin 2020-12-18 17:51:50 +01:00
Shinokuni c3a94b9003 Update kotlin gradle plugin 2020-11-24 23:23:26 +01:00
Shinokuni 7270ed0f85 Remove unused class 2020-11-22 23:24:50 +01:00
Shinokuni 6647a9bb2c Generate buildConfig only for app module 2020-11-22 23:20:48 +01:00
Shinokuni f6f65d2048 Update android gradle plugin 2020-11-22 21:38:28 +01:00
Shinokuni 5f3c7b969a Update android emulator runner build step 2020-11-22 19:22:16 +01:00
Shinokuni e9e1a94401 Merge branch 'master' into develop 2020-11-22 19:03:10 +01:00
Shinokuni 1ef9757aaf Bump app version and add changelog 2020-11-22 18:43:43 +01:00
Shinokuni f2607c307c Replace Nextcloud News /user depreciated api call by /ocs/v1.php/cloud/users/{userId} 2020-11-15 19:13:21 +01:00
Shinokuni 1cba1b6e17 Accept null value for Nextcloud News feed attribute folderId 2020-11-11 22:22:07 +01:00
Shinokuni cec3c467cf Accept null value for Nextcloud News feed attribute folderId. Fixes #87 2020-11-11 21:59:05 +01:00
Shinokuni a8e3a689d5 Move api androidTest/ tests to test/
It's useless to make an instrumented test if Context is only used to retrieve a resource file. It can be done with classLoader
2020-11-09 22:00:55 +01:00
Shinokuni 749145b305
Merge pull request #85 from shunf4/fix/refresh_failed_updating
fix: set updating to false when refresh failed
2020-11-08 22:54:41 +01:00
shunf4 3c97441d36 fix: set updating to false when refresh failed 2020-11-09 02:23:45 +08:00
Shinokuni 28dda2f1b5
Merge pull request #82 from shunf4/fix/notifperm_crash
fix "You can't request ViewModel before onCreate call error" in NotificationPermissionActivity
2020-11-07 18:43:12 +01:00
shunf4 36ac0c7247 fix: fix "You can't request ViewModel before onCreate call error" 2020-11-07 21:04:17 +08:00
Shinokuni e548b44ac8 Fix LocalRSSDataSource tests 2020-11-07 13:43:24 +01:00
Shinokuni f2daac5068 Move Niddler instantiation in api module 2020-11-03 21:13:38 +01:00
Shinokuni cfa764e78b Sync FreshRSS items star state 2020-11-02 22:35:57 +01:00