Commit graph

281 commits

Author SHA1 Message Date
Martin Rotter
4539fcc777 gmail: refined e-mail downloading, now supports ISA - faster synchronization, particularly subsequent 2022-03-18 12:23:04 +01:00
Martin Rotter
e8c84dc748 fix some mistakes 2022-03-17 06:54:12 +01:00
Martin Rotter
c03e31a26a work on man. sort, now can move bottom/top for feed 2022-03-14 14:06:29 +01:00
Martin Rotter
67e9a249af Revert "cleanup manual sort partial implementation"
This reverts commit 741c6ef682.
2022-03-14 09:24:30 +01:00
Martin Rotter
898dbdb551 docs upd 2022-03-14 06:39:22 +01:00
Martin Rotter
8902594059 fix sorting 2022-03-08 09:21:09 +01:00
Martin Rotter
741c6ef682 cleanup manual sort partial implementation 2022-03-08 08:09:21 +01:00
Martin Rotter
84aa24255c working on manual sorting, it is starting to get shape, some problems arised but I will either solve them or declare them to actually be features 2022-03-04 14:14:37 +01:00
Martin Rotter
659cb4cbf7 sync langs 2022-03-03 09:42:42 +01:00
Martin Rotter
7f5d1473a3 Shitload of changes, save it.
Also note that this introduces some SQL changes for metadata version 2 which is still unpublished but was introduced some commits ago, therefore individual "devbuild"s are NOT cross-compatible betweem each other.
2022-03-01 14:45:20 +01:00
Martin Rotter
8b458a6999 fixup of datetime switchable 2022-02-25 13:15:19 +01:00
Martin Rotter
d4e4abfa84 fixup datetimes of messages from future 2022-02-25 12:43:42 +01:00
Martin Rotter
7c96a97503 added way to disable just debug outputs, fixes #645 2022-02-22 09:32:57 +01:00
igrekster
7b19910e0b
Remove duplicates from downloaded message list (#650)
Some downloaded feeds contain multiple entries for the same message.
See `http://feeds.feedburner.com/abseilio` for an example that has:

```
          <pubDate>2020-09-11T00:00:00-04:00</pubDate>
          <link>https://abseil.io/tips/5</link>
--
          <pubDate>2020-06-01T00:00:00-04:00</pubDate>
          <link>https://abseil.io/tips/5</link>
```

When updating the database for the first time, both messages end up
stored. The following feed updates result in one entry matching the
database, and the second entry having a different creation date. This
makes the second entry always marked as unread.
2022-02-22 08:55:30 +01:00
Martin Rotter
14f8f3bcce sync langs, push format changes 2022-02-21 11:28:54 +01:00
Martin Rotter
ddb805438f Docs update 2022-02-16 11:01:10 +01:00
Martin Rotter
521d6418fb fix #608 2022-02-14 15:10:28 +01:00
Martin Rotter
61f99a6b2c make NewMessages feed status more persistent 2022-02-13 16:03:17 +01:00
Martin Rotter
b2343a0189 integrate nodejs in a better way, fix APP_REVISION missing 2022-02-10 12:19:13 +01:00
Martin Rotter
a0b2ad3993 show expanded/long timedate format on tooltip, fix #621 2022-02-05 19:16:53 +01:00
Martin Rotter
158d69a569 show expanded/long timedate format on tooltip, fix #621 2022-02-05 19:11:49 +01:00
Martin Rotter
c360450e62 some work on nodejs integration 2022-02-02 10:06:45 +01:00
Martin Rotter
392ff2415f fix sql to support mariadb 10.3 2022-02-02 08:04:59 +01:00
Martin Rotter
6242bfa60c customize padding for msg list 2022-01-20 10:58:10 +01:00
Martin Rotter
01efdab258 only calculate row height with title text in mind 2022-01-20 07:54:20 +01:00
Martin Rotter
03d56b3054 fixed json guessing 2022-01-19 12:44:28 +01:00
Martin Rotter
6bc7b9796b smaller "margins" when multilining items 2022-01-19 11:37:28 +01:00
Martin Rotter
9c670b8629 fixed #393 2022-01-18 10:09:49 +01:00
Martin Rotter
95a5341967 multiple UX fixes, fix #570, prepare for better integration of nodejs 2022-01-13 13:51:57 +01:00
Martin Rotter
70d915fc5c test filtering behavior 2022-01-08 17:30:37 +01:00
Martin Rotter
bdc00d5fe3 raw fixes for #546 2022-01-07 12:49:05 +01:00
Martin Rotter
4de3db8000 make sure selected item does not disappear in some cases when filtering 2022-01-03 09:05:09 +01:00
Martin Rotter
af19e5376a check item for null when marking read/unread/starred 2022-01-03 08:02:55 +01:00
Martin Rotter
0d046d6b20 Merge branch 'master' of github.com:martinrotter/rssguard 2022-01-01 20:11:02 +01:00
Martin Rotter
7fa4488fb9 some preps for select next imp article 2022-01-01 17:36:52 +01:00
Martin Rotter
7049e3ca6c some work on feed list filtering, now features "show unread only" and regex filtering actually works together, still thinking about how to solve #546 2021-12-21 14:46:27 +01:00
Martin Rotter
38989fa884 determine root global node.js package location in runtime instead of hardcoding it 2021-12-20 10:26:26 +01:00
Martin Rotter
b48f2477ae allow launching of external programs in article filters 2021-12-15 08:06:38 +01:00
Martin Rotter
8ae02930f6 working custom colůors 2021-11-25 15:09:30 +01:00
Martin Rotter
9f68cf81bb only shorten tooltips on URL column and tab name 2021-11-22 07:49:17 +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
c6ae122777 shorten tooltips 2021-11-16 08:53:17 +01:00
Martin Rotter
7e1dd31810 fix #530 2021-11-03 09:25:01 +01:00
Martin Rotter
344f8cfe8b sanitize std feed titles when saving, also fix their display in status bar 2021-11-03 07:13:49 +01:00
Martin Rotter
71dd65aef9 fix setting row height in lists of feeds and messages 2021-11-02 09:32:47 +01:00
Martin Rotter
00dee012f1 implement temporary status bar messages 2021-11-01 13:59:21 +01:00
Martin Rotter
208ff870e9 trim start/end whitespace off feed title in lists 2021-10-21 09:16:07 +02:00
Martin Rotter
206686d443 try to fix ? marks problem 2021-10-21 07:50:54 +02:00
Martin Rotter
2f39114e8a maybe some fixups for filtering with custom id + separate widths storing for layouts 2021-10-08 07:16:28 +02:00
Martin Rotter
ff228d7992 shorter method name 2021-10-05 10:15:39 +02:00