Commit graph

51 commits

Author SHA1 Message Date
Martin Rotter
b0cc456087 usa thread safe db where makes sense 2023-01-06 13:40:17 +01:00
Martin Rotter
f60c6a2bc2 initial PoC work - 160 feeds in 1 minute 2023-01-04 10:27:01 +01:00
Martin Rotter
d5a02c098f work on #745 2022-12-03 09:28:26 +01:00
Martin Rotter
1e28d482fc added new override color option for new articles, fixed regression crash from previous commit 2022-12-01 09:57:57 +01:00
Martin Rotter
4006790e55 enable coloring for ALL unread feeds, not just feeds with new messages 2022-11-11 07:26:58 +01:00
Martin Rotter
94983a3b41 implement #723 2022-09-15 14:28:48 +02:00
Martin Rotter
3d93a40284 windowsvista style default on windows 2022-08-26 10:53:54 +02:00
Martin Rotter
f5856679d4 big refactoring of PR #588 2022-01-18 09:32:16 +01:00
igrekster
547754e83d
add feed option to load article URL in message preview (#588)
* add feed option to load article URL in message preview

Some RSS feeds (such as reddit.com) provide quite limited `content`
section, thus it is desirable to load the URL into the message preview.

* Support displayUrl for all feed types
2022-01-18 07:40:22 +01:00
Martin Rotter
8ae02930f6 working custom colůors 2021-11-25 15:09:30 +01:00
Martin Rotter
f1baf56dcf use direct enums in metadata.xml, allow for custom dynamcic colors in lists for selected items 2021-11-19 08:31:09 +01:00
Martin Rotter
95ac855d16 clazy refactorings 2021-09-13 12:45:07 +02:00
Martin Rotter
d9fb5cd115 try to fix all executable bits, only set them for "executable" script files 2021-08-25 06:43:53 +02:00
Martin Rotter
620aa20868 Generalize some methods a bit 2021-08-20 12:09:52 +02:00
Martin Rotter
0198ac7a5e new way of manipulating IDs when update/insert msgs to allow label manipulation 2021-08-18 14:40:53 +02:00
Martin Rotter
68be51b99f minor fixes to feed updating logic 2021-07-26 09:25:11 +02:00
Martin Rotter
af30552364 very experimental solution for #451 2021-07-25 09:08:43 +02:00
Martin Rotter
42f164792a better error texts, report errors correctly for standard and tt-rss, more to come later 2021-06-28 14:06:11 +02:00
Martin Rotter
c9674c8a47 strings 2021-06-28 10:08:39 +02:00
Martin Rotter
04a493b7ba fix handling of feed update exceptions 2021-06-28 09:43:32 +02:00
Martin Rotter
6e51dd34b0 Save, currently broken 2021-06-25 13:36:23 +02:00
Martin Rotter
fa31189357 replace message -> article 2021-06-22 07:20:37 +02:00
Martin Rotter
1c0c5aed92 make sure unread feeditem is updated when deleting stuff 2021-05-07 07:22:57 +02:00
Martin Rotter
530b46a882 translation script 2021-05-07 07:22:57 +02:00
Martin Rotter
1538c1261f refactoring with clazy 2021-05-07 07:21:31 +02:00
Martin Rotter
5cb6e9e791 fix export/import 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
081d25eca1 remove redundant feed classes 2021-05-07 07:19:39 +02:00
Martin Rotter
10bf16a3b2 fix some gmail problems 2021-05-07 07:19:39 +02:00
Martin Rotter
f29ea98bbb Save work on DB layer and DB models. 2021-05-07 07:19:39 +02:00
Martin Rotter
8e2eede3ed huge work, semi broken state rn, save 2021-05-07 07:19:39 +02:00
Martin Rotter
9c6ed2bbc6 save 2021-05-07 07:19:39 +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
7804d13bea Make some translation strings easier to understand. 2020-12-21 09:56:42 +01:00
Martin Rotter
ca73238f4f Implement #261, lang sync. 2020-12-13 07:09:28 +01:00
Martin Rotter
b91e79cb4a Refactoring... 2020-11-26 15:06:17 +01:00
Martin Rotter
96711c6f41 Work on #287 - right now heavily broken. 2020-11-26 14:33:58 +01:00
Martin Rotter
ea8ec86abd Fixes for #210. 2020-10-27 08:24:41 +01:00
Martin Rotter
6ed79f5133 Label assignments are now correctly download for TT-RSS, storage works for all plugins. 2020-10-18 20:54:44 +02:00
Martin Rotter
db98dc5beb save 2020-08-17 15:26:47 +02:00
Martin Rotter
fe3b8f0a1f replace enum with enum class, some other refactorings. 2020-07-31 11:24:33 +02:00
Martin Rotter
8e28924e7c fix macosx build 2020-07-13 10:20:49 +02:00
Martin Rotter
4fbe103d41 Fix indeterminate state in AccountsCheckModel, add logic for add/remove filter/feed assignments. 2020-07-09 08:35:36 +02:00
Martin Rotter
5b81d97bda save, work on filter loading, some cleanups 2020-06-24 14:12:03 +02:00
Martin Rotter
7017aa9e66 Work on filters, some code cleanups. 2020-06-23 20:57:05 +02:00
Martin Rotter
362ed189f5 Fix couple of bugs - not purging starred messages, not updated counts in "important" node after feed update. There is a big API/code cleanup ahead. 2020-06-12 13:34:16 +02:00
Martin Rotter
2c6afa1bb7 Experimental rewrite of feed update mechanism, message insertions to DB are now also done in separate worker thread, logic is simpler, easily maintainable. 2020-06-03 09:36:01 +02:00
Martin Rotter
dbc99b22d8 Sync languages, disable survey. 2020-06-03 08:32:30 +02:00
Martin Rotter
782ec0c57d color 2020-04-20 08:22:03 +02:00
Martin Rotter
92ed711c00 Fix win build, add some pvanek enhancements. 2020-04-17 08:14:13 +02:00