Martin Rotter
2e0288d3d4
work on throttling and 429s
2025-02-04 15:17:30 +01:00
Martin Rotter
1ad746fdd6
initial untested implementation for #1322
2025-01-30 13:44:14 +01:00
Martin Rotter
a643c4acaa
save
2024-08-05 10:23:46 +02:00
Martin Rotter
32e8f1f2a0
adjust timeouts of toast notifications a bit
2024-04-24 08:10:05 +02:00
Martin Rotter
1e7f2e24d1
!rename
2024-03-25 09:20:17 +01:00
Martin Rotter
80d3783701
!rename
2024-03-25 09:06:01 +01:00
Martin Rotter
4318929bb0
nextcloud
2024-03-21 09:53:01 +01:00
Martin Rotter
ee228c9167
update bundled user-agent for lite builds
2024-03-18 08:26:15 +01:00
Martin Rotter
3a97d5880c
fix #1314
2024-03-08 09:43:08 +01:00
Martin Rotter
6ef993045c
save
2024-03-06 11:06:19 +01:00
Martin Rotter
34167c3f9f
bit better DB/logic handling
2024-01-15 14:51:39 +01:00
Martin Rotter
57f38ed3ed
save work
2024-01-12 13:11:40 +01:00
Martin Rotter
57cc08762a
Add minimal time difference to consider two articles timely different
2024-01-03 12:38:56 +01:00
Martin Rotter
e81c06be61
add sample web html
2023-12-12 12:11:44 +01:00
Martin Rotter
061f422bb8
work on libmpv
2023-11-29 12:45:05 +01:00
Martin Rotter
195a1f595c
rename nowebengine to lite, many other changes, will need to re-fix other tgins
2023-11-28 07:40:11 +01:00
Martin Rotter
42bb7ebada
save work, PoC code for mpv backend for media player
2023-11-27 14:05:34 +01:00
Martin Rotter
8316d5f529
Merge branch 'master' of github.com:martinrotter/rssguard
2023-09-23 08:56:56 +02:00
Martin Rotter
87e461e717
save work
2023-09-22 13:14:04 +02:00
Martin Rotter
46fe50df91
work on toasts, unify article sanitization
2023-09-22 07:24:55 +02:00
Martin Rotter
f1dd53eb8a
eliminate redirection cycles
2023-09-19 20:21:08 +02:00
Martin Rotter
e2d9bb19e0
save work and sync langs
2023-09-15 11:28:31 +02:00
Martin Rotter
1cfcc0b952
save work
2023-09-13 14:09:18 +02:00
Martin Rotter
fa7d262234
exec bit fuckedup
2023-08-23 09:08:40 +02:00
Martin Rotter
f742a3de3f
work on docs
2023-08-23 08:32:38 +02:00
Martin Rotter
3c1f069c48
lang sync + multiple fixes around #1039
2023-08-08 10:30:45 +02:00
Martin Rotter
62a36197e4
sql for probes
2023-08-04 14:11:31 +02:00
Martin Rotter
388c9297ac
even better implementation of RTL which now works even when parent node is selected and RTL is automatically correctly decided for each individual article
2023-07-31 09:49:37 +02:00
Martin Rotter
8133fce9e8
correctly use RTL text for rtl feeds
2023-07-31 08:33:04 +02:00
Martin Rotter
dbad3978a5
some initial fixes and refactorings for the PR
2023-07-26 09:09:42 +02:00
رشيد
a8a0f789e9
New Feature: Right-to-Left Layout for Feed Articles in RTL Languages
...
I added a feature that lets change the feed's articles from right to left for languages such as Arabic, Urdu, Hebrew, Farsi...
To enable it : **The desired feed -> Edit selected item -> Articles -> Right-to-left layout**.


2023-07-22 16:21:23 +01:00
رشيد
a5366e8a68
RTL layout direction to feeds
...
I added a feature that lets change the feed's articles from right to left for languages such as Arabic, Urdu, Hebrew, Farsi...
To enable it : **The desired feed -> Edit selected item -> Articles -> Right-to-left layout**.


2023-07-22 16:00:18 +01:00
Martin Rotter
59b80f784b
working on persistent regexps + multiple of other fixes and small enhancements
2023-07-18 06:16:01 +02:00
Martin Rotter
b4b095b980
more work!
2023-06-01 13:46:00 +02:00
Martin Rotter
58cf78b7f0
workin on it...
2023-06-01 09:27:32 +02:00
Martin Rotter
47b5156374
fixed #408
2023-04-21 09:32:12 +02:00
Martin Rotter
083173c8c4
fix #424
2023-04-14 11:06:16 +02:00
Martin Rotter
10e02edee5
enhance info in abouzt dialog
2023-01-31 08:02:38 +01:00
Martin Rotter
99e5e9fca0
customizable number of threadpool threads
2023-01-19 08:34:33 +01:00
Martin Rotter
0571bec512
bump version, fix end of feed fetching
2023-01-05 13:56:04 +01:00
Guilherme Silva
f64c46c6ae
Further improvements for the 'Lite' Flatpak variant ( #836 )
...
These changes should only affect the Linux build.
Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-12-21 15:02:27 +01:00
Martin Rotter
162f213beb
show correct docs to user according to version
2022-12-09 20:30:04 +01:00
Martin Rotter
a3eeb4419e
fixed #835
2022-12-04 10:03:22 +01:00
Martin Rotter
d5a02c098f
work on #745
2022-12-03 09:28:26 +01:00
Martin Rotter
9fff2feac5
fixed #819
2022-10-27 12:03:44 +02:00
Martin Rotter
8c410a831f
bit of refactoring!
2022-10-26 13:04:05 +02:00
Guilherme Silva
9d2d7dc022
chore: rename app id to io.github.martinrotter.rssguard
( #826 )
...
The previous app id was invalid, according to Flathub/Flatpak rules.
Additionally, install the AppData file as `*.metainfo.xml`, because
`appdata.xml` is the legacy name.
Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-10-26 12:56:48 +02:00
Martin Rotter
085df4cd4d
workiing
2022-09-16 13:17:02 +02:00
Martin Rotter
42ed0ad73c
update DB schema for #723
2022-09-15 14:36:00 +02:00
Martin Rotter
94983a3b41
implement #723
2022-09-15 14:28:48 +02:00