Commit graph

109 commits

Author SHA1 Message Date
Martin Rotter
4476dcf811 fix #465 2021-08-15 20:06:50 +02:00
Martin Rotter
a894dcd44f make intelligent downloading in greader be able to download unread msgs only if user wants 2021-08-03 10:27:33 +02:00
Martin Rotter
79827ad6af preload all local IDs, fix feedslist item reloading upon feed fetching, add handler to allow plugins to perform plugin-wide feed fetching befor individual feeds are fetched 2021-07-30 08:34:07 +02:00
Martin Rotter
fd251a1e78 provide local IDs 2021-07-14 14:46:45 +02:00
Martin Rotter
fa31189357 replace message -> article 2021-06-22 07:20:37 +02:00
Martin Rotter
899c7ccf06 calculate total cound after msg important state change to show correct numbers in "Important messaegs" 2021-05-07 07:25:51 +02:00
Martin Rotter
530b46a882 translation script 2021-05-07 07:22:57 +02:00
Martin Rotter
40d32f3088 some refactorings, fixed #390 2021-05-07 07:22:56 +02:00
Martin Rotter
6fcb96f36c simpler sql query for msgs when acc is selected 2021-05-07 07:21:33 +02:00
Martin Rotter
1538c1261f refactoring with clazy 2021-05-07 07:21:31 +02:00
Martin Rotter
424ec2b9af correct usage of methods with catching exceptions 2021-05-07 07:19:58 +02:00
Martin Rotter
93da8822ef catch some exceptions 2021-05-07 07:19:57 +02:00
Martin Rotter
be07b2d514 initial db driver refactoring 2021-05-07 07:19:56 +02:00
Martin Rotter
0610e17128 rename url -> source, start adding custom data API to feeds too 2021-05-07 07:19:38 +02:00
Martin Rotter
7fa57bd6ac Different redirect URI ports for each service to avoid some problems, some simplifications of sync-in process. 2021-05-07 07:19:38 +02:00
Martin Rotter
3469e457ca simple custom data SQL layer for accounts, something similar will come for feeds too maybe 2021-05-07 07:19:37 +02:00
Martin Rotter
9d6c42002d Refactorings. 2021-05-07 07:19:37 +02:00
Martin Rotter
e0cb38f318 code refactoring, removing duplicate code 2021-05-07 07:19:37 +02:00
Martin Rotter
1118d278d6 massive cleanups of redundant code 2021-05-07 07:19:37 +02:00
Martin Rotter
f2a8f63f91 working on unification of SQL logic 2021-05-07 07:19:37 +02:00
Martin Rotter
ee5de37805 massive work, enhanced oauth2 post-login lambdas, simplified interfaces for acc editing 2021-05-07 07:19:36 +02:00
Martin Rotter
0a588f7b5e big changes to simplify account dialog flows 2021-05-07 07:19:36 +02:00
Martin Rotter
14fc33755b Fixed #346. 2021-01-25 08:23:30 +01:00
Martin Rotter
b5b412719f proxy support for tt-rss 2021-01-22 10:55:05 +01:00
Martin Rotter
15eadf188e Loading/saving of acc-specific proxy settings now works for all account types. 2021-01-21 09:49:51 +01:00
Martin Rotter
c1fe781b50 Save account cache before account is edited. 2021-01-11 11:23:09 +01:00
Martin Rotter
6bdb1446a1 Adblock now can efficiently perform unwanted element hiding. 2021-01-08 11:08:37 +01:00
Martin Rotter
034cc77c26 Clarification of some used words/terms. 2020-12-17 15:10:50 +01:00
Martin Rotter
d80942966c Save. 2020-12-17 15:03:39 +01:00
Martin Rotter
c232a2eb4c Huge changes for #325. 2020-12-17 14:23:56 +01:00
Martin Rotter
bf0c143938 Fixes for synchronization cache, fixes for cache in TT-RSS, more to come. 2020-12-16 13:42:59 +01:00
Martin Rotter
7f49c2883b Lang sync + some code quality fixes + work on #102. 2020-10-25 19:49:18 +01:00
Martin Rotter
4a0542529b Inoreader plugin now fetches labels assigned to messages as well. 2020-10-23 14:52:43 +02:00
Martin Rotter
3cf7d6edea Fix Cache logic to support labels. 2020-10-22 11:30:45 +02:00
Martin Rotter
9b8ad9546b Fix some obsolete usage warnings. 2020-10-22 09:35:50 +02:00
Martin Rotter
76ffe8cbee Simplify logic for item refreshing. 2020-10-20 11:35:26 +02:00
Martin Rotter
432f63a062 Unify logic in recalculating all/unread msgs count and notifying model of count changes. 2020-10-19 20:18:37 +02:00
Martin Rotter
02ffa583c3 Support mark read/unread action for "label" items. 2020-10-19 19:29:00 +02:00
Martin Rotter
ed56e7581b Work on labels, huge changes in plugin-base code, also working sync-in common logic, working label obtaining for TT-RSS. 2020-10-18 14:27:22 +02:00
Martin Rotter
a9b6ecd351 Enable labels for all accounts. 2020-10-08 20:30:58 +02:00
Martin Rotter
1e1b3f5255 Ability to edit/delete tags. 2020-10-07 20:22:50 +02:00
Martin Rotter
26e4431d3b Work on labels. 2020-10-07 16:10:57 +02:00
Martin Rotter
821192906e Simplify some sync-in logic. 2020-10-06 19:58:21 +02:00
Martin Rotter
d5521fe2b8 Fix add selected category/feed s-s connection. 2020-08-31 08:44:03 +02:00
Martin Rotter
c5bd83e6af Fixed #84 + properly display parent categories icon in "edit feed" dialog. 2020-08-28 07:37:49 +02:00
Martin Rotter
fe3b8f0a1f replace enum with enum class, some other refactorings. 2020-07-31 11:24:33 +02:00
Martin Rotter
a3d142034f debug next status 2020-07-29 07:51:48 +02:00
Martin Rotter
0b2e1df83d small refactoring 2020-07-27 10:54:09 +02:00
Martin Rotter
9695bb2316 initial experimental full implementation of #31 2020-07-10 07:50:16 +02:00
Martin Rotter
5d4c4dd1d9 Also process msg filters when some other actions are taken: e.g. removed assigned feed/account etc. 2020-07-09 13:53:33 +02:00