398 Commits

Author SHA1 Message Date
Guilherme Silva
a51eb709e4
Linux: Update developer ID in AppStream metadata (#1305)
From the documentation:

"It is recommended to use a reverse-DNS name, like org.gnome or
io.github.ximion, or a Fediverse handle (like @user@example.org) as ID
to achieve a higher chance of uniqueness."

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
2024-02-25 08:51:45 +01:00
Guilherme Silva
a0d6fc2d63
Linux: Fixes for AppStream metadata validation using appstreamcli (#1302)
* Linux: Remove redundant 'content_rating' tag in AppData file

This fixes a validation error given by appstreamcli:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
E: io.github.martinrotter.rssguardlite:69: tag-duplicated content_rating

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-tag-duplicated

* Linux: Replace deprecated 'developer_name' tag in AppData file

This is not strictly necessary, but it does fix a deprecation message
shown when validating with appstreamcli, a tool that replaced
appstream-util:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
I: io.github.martinrotter.rssguardlite:8: developer-name-tag-deprecated

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-developer-name-tag-deprecated

* Linux: Replace appstream-util by appstreamcli to validate AppData file

The appstream-util tool (from appstream-glib) is essentially deprecated
in favor of appstreamcli (from appstream):

https://github.com/hughsie/appstream-glib
2024-02-21 19:19:37 +01:00
Guilherme Silva
34685859f5
Remove remaining references to CMake's old USE_WEBENGINE option (#1243)
That option was renamed to NO_LITE in v4.6.0.
2023-12-08 07:14:41 +01:00
Guilherme Silva
4e7bf948e0
Linux: AppStream metadata validation and minor changes (#1132)
* metainfo: add caption to the main screenshot

* metainfo: add link to documentation

* metainfo: add link to release notes

* ci: validate Linux AppStream metadata
2023-10-13 09:33:25 +02:00
Guilherme Silva
489967d255
Remove <pre> tags from Linux's AppData file (#1074)
The specification does not allow them:

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description
2023-08-25 09:25:11 +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
c70c1ec5da new location for official pictures 2023-08-21 09:01:34 +02:00
Martin Rotter
41ffae5c22 change link to localization 2023-08-17 09:20:44 +02:00
Martin Rotter
3dc744a9a0 metainfo! 2023-08-11 10:14:16 +02:00
Martin Rotter
c1b66eea34 better 2023-08-11 09:42:56 +02:00
Martin Rotter
163096a1bc metainfo! 2023-08-11 09:39:23 +02:00
Martin Rotter
714d1998ba enhance metainfo XML file cmake integration, remove now redundant git hook 2023-01-10 10:23:43 +01:00
Martin Rotter
6d4ebac4da use qt 6.4.2 2023-01-10 09:07:59 +01:00
Martin Rotter
ffc9c74900 some cleanups, remove DB transactins support as it is now useless 2023-01-09 14:44:41 +01:00
Martin Rotter
b0cc456087 usa thread safe db where makes sense 2023-01-06 13:40:17 +01:00
Martin Rotter
7e14390e2c make cookie jar thread safe, make qsettings thread safe 2023-01-05 09:44:46 +01:00
Martin Rotter
1cdb975fcd save 2023-01-04 06:57:14 +01:00
martinrotter
8347a8cb2f
Concurrent import (#864)
* save

* save

* save
2023-01-03 13:07:34 +01:00
Martin Rotter
d681af617e lang sync 2022-12-21 15:04:31 +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
1285d3c698 changelog 2022-12-21 13:11:16 +01:00
Martin Rotter
f17db94847 add piped script 2022-12-08 08:10:12 +01:00
Martin Rotter
de09d34618 typo! 2022-12-07 08:05:48 +01:00
Martin Rotter
9141a37624 fix crash when closing rssguard with opened log dialog 2022-12-06 07:30:15 +01:00
Martin Rotter
5029529d43 fix app debug log dialog crash 2022-12-02 07:39:43 +01:00
Martin Rotter
a3a77211d0 added no-duplicates premade article filter + implemented dialog-based application log viewer 2022-12-01 08:17:39 +01:00
Martin Rotter
1f85375dff ability to add article attachments directly from article filters 2022-11-23 08:03:47 +01:00
Martin Rotter
19c3577b6c add premade filters option to article filters 2022-11-21 09:05:17 +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
c440e38313 Merge branch 'master' of github.com:martinrotter/rssguard 2022-10-27 11:03:43 +02:00
Martin Rotter
ca8c4e3435 space! 2022-10-27 11:03:37 +02:00
Guilherme Silva
e37fc5eb70
AppData improvements (#828)
* chore(appdata): remove optional translation tag

* chore(appdata): fix indentation

* chore(appdata): update description

Use a more concise description, but make sure to include all feed services RSS Guard
supports, in order to make it more discoverable through search engines.

* chore(appdata): add developer name

* chore(appdata): add project link on transifex

* chore(appdata): add some common keywords

Doesn't hurt and should also help with discoverability!

* chore(appdata): remove attributes from OARS content rating

It's only required to include attributes if an app actually makes use of them.

Generated with: https://hughsie.github.io/oars/generate.html

Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-10-27 11:01:07 +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
2110bdf88a Revert "prepare for lite rssguard for flatpak"
This reverts commit 0029d45cbb52c3b3dc93db6071bf3edb1d0eae08.
2022-10-24 10:12:37 +02:00
Martin Rotter
ddf7769778 added majorgeeks 2022-10-24 08:33:15 +02:00
Martin Rotter
0029d45cbb prepare for lite rssguard for flatpak 2022-10-21 09:06:46 +02:00
Martin Rotter
a0c279130e add focus to edit tag dialog 2022-10-21 06:59:47 +02:00
Martin Rotter
d9330210da fix full site scraper! 2022-10-18 06:29:20 +02:00
Martin Rotter
49785b348a fix feedly testing label width 2022-10-14 09:37:47 +02:00
Martin Rotter
86210f156f remove inoreader tokens, they were abused 2022-10-13 07:16:59 +02:00
Martin Rotter
e564e32010 lang sync 2022-10-06 12:50:38 +02:00
Martin Rotter
4b5de586da fix article decoding for newscloud news, fixes #814 2022-10-05 09:17:14 +02:00
Guilherme Silva
153b935df8
Use the direct URL for the screenshot (#812)
Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-10-01 07:59:49 +02:00
Martin Rotter
32e4ec3f26 changelog 2022-09-30 07:39:54 +02:00
Martin Rotter
1efefade23 remove zero-width spaces when sanitizing msgs 2022-09-30 06:33:53 +02:00
Martin Rotter
3d482fdbe2 report more errors toa dblock dialog 2022-09-20 09:39:07 +02:00
Martin Rotter
f52bb5e75e fix #805 2022-09-19 08:38:25 +02:00
Martin Rotter
4b130f0dcc work on qt5 compat binaries for windows 2022-09-16 06:19:43 +02:00