59 Commits

Author SHA1 Message Date
Martin Rotter
c2f767ea55 fix #1268 2024-01-10 11:37:37 +01:00
Martin Rotter
af04c93e1a fix build 2023-12-13 11:06:19 +01:00
Martin Rotter
9c7f550942 properly decode HTML data according to declared charset for lite browser 2023-12-13 10:44:36 +01:00
Martin Rotter
8b91d4709f avoid cyclical image downscaling in lite mode 2023-12-13 09:39:59 +01:00
Martin Rotter
b8f2295bc9 much better quality image size handling 2023-12-05 09:22:12 +01:00
Martin Rotter
6fc0bdd988 add automatic downscaling to prevent horizontal scrollbar for no-web-engine article viewer 2023-12-04 07:49:35 +01:00
Martin Rotter
ef3def4952 remove some Unicode characters in text-based article view 2023-12-01 11:03:38 +01:00
Martin Rotter
1557bc9ff5 deal with overflowing images, provide HTML files for lite nudus-* 2023-12-01 10:54:08 +01:00
Martin Rotter
cc660229af working on lite variant of nudus-* 2023-12-01 09:19:10 +01:00
Martin Rotter
fed4560268 save 2023-11-23 12:04:06 +01:00
Martin Rotter
53c5994104 unification of web viewers 2023-11-23 10:50:17 +01:00
Martin Rotter
f4b018bcf6 working on unifications of context menus in web viewers 2023-11-23 08:14:00 +01:00
Martin Rotter
734a46c910 fix unwanted debugging code 2023-11-14 06:50:03 +01:00
Martin Rotter
2aead89071 fix warnings 2023-11-11 08:18:19 +01:00
Martin Rotter
95df21e385 some renaming 2023-11-08 07:09:44 +01:00
Martin Rotter
46fe50df91 work on toasts, unify article sanitization 2023-09-22 07:24:55 +02:00
Martin Rotter
bff766ba93 remove newsblur wip code, some work on toasts 2023-09-18 13:35:13 +02:00
Martin Rotter
c37eadea07 make displaying of huge article lists faster due to optimizations in how article list filtering is handled 2023-09-05 10:24:37 +02:00
Martin Rotter
01af7a2a3e fix proxy not used in some tt-rss calls 2023-09-04 08:45:59 +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
238a18cbde refactor C++ includes 2023-08-16 20:44:38 +02:00
martinrotter
cd8ba3da17
Merge pull request #1019 from RachidTagzen/master
New Features: Avoid Downloading Old Articles to Preserve a Small Database & Supporting RTL
2023-07-31 09:50:47 +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
066221e2ef make article previewers support RTL too, atleast naive approach at this point 2023-07-28 11:07:57 +02:00
Martin Rotter
166ffccf82 save 2023-07-27 06:34:59 +02:00
Martin Rotter
7d62aa44fc make readability use skins colors 2023-07-25 08:55:18 +02:00
Martin Rotter
a10d6e2384 fix logic when NOT using skins colors but make applying custom colors from settings work, great flexibility now 2023-07-03 08:40:56 +02:00
Martin Rotter
8eea37ec3b fix returning of modified html from nonwebengine previewer which breaks feed detections - #935 2023-05-02 15:08:43 +02:00
Martin Rotter
7f3f5f8a30 tweak display of enclosure urls a bit 2023-04-21 13:34:12 +02:00
Martin Rotter
fb2c439b40 fix gmail attachment names encoding + other gmail stuff 2023-04-20 08:46:50 +02:00
Martin Rotter
86fa39fc56 lang sync 2023-03-22 14:33:17 +01:00
Martin Rotter
c1f5029e8b fixed wrong word wrap mode for plain-text-based feeds, fixes #900 2023-03-17 08:12:46 +01:00
Martin Rotter
3cf0fe8763 allow for skins to specify default app-wide font, some other subfixes to allow for proper functionality 2023-01-31 14:47:20 +01:00
Martin Rotter
a3510afd4d fix #881 2023-01-27 09:04:07 +01:00
Guilherme Silva
a165aac4ce
Fix HTML detection on the QTextBrowser viewer too (#813)
Commit 4af15a8c88785fb45f365a5f3a8a5aad2093e65b only addressed this on QWebEngine
builds.

Fixes #792

Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-10-05 08:02:17 +02:00
Martin Rotter
11b99604ac add ability to display attachments directly in text-based previewer + enhance feed download logic to allow proper exceptions catching and feed error propagation! 2022-08-29 07:19:25 +02:00
Martin Rotter
3b064d8e34 fix for #732 + some related changes 2022-05-11 11:11:15 +02:00
Martin Rotter
827190c1da fix for reddit 2022-05-06 15:56:41 +02:00
Martin Rotter
521eb92935 properly resolve all URLs 2022-05-06 10:04:06 +02:00
Martin Rotter
4348a51d67 fix resolving of URLs for external browser and downloading 2022-05-02 14:55:44 +02:00
Martin Rotter
9b033ad717 gmail now display value of To header + gmail now uses proper default/master CSS as per selected skin in nonwebengine variant 2022-05-02 11:59:17 +02:00
Martin Rotter
28efa476f4 version change, not major 2022-04-29 07:44:05 +02:00
Martin Rotter
871c92c1b6 do not fetch some resources when they are not enabled 2022-04-28 10:38:37 +02:00
Martin Rotter
5e2cfbd778 more instant image load, red placeholder in case of error 2022-04-28 10:30:01 +02:00
Martin Rotter
afa629635a try lower waiting value when searching images 2022-04-27 21:31:31 +02:00
Martin Rotter
4c0aee2ef4 save 2022-04-26 14:43:28 +02:00
Martin Rotter
cec08b4eb5 rough implementation of automatic image loading in articles 2022-04-26 12:37:03 +02:00
Martin Rotter
3360ca8d6e better placeholder icon 2022-04-22 20:51:13 +02:00
Martin Rotter
fe02722662 try to resolved relative URLs for images 2022-04-22 15:18:20 +02:00