This repository was archived by the owner on Jul 1, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathme.hyliu.fluentreader.appdata.xml
More file actions
85 lines (75 loc) · 3.74 KB
/
Copy pathme.hyliu.fluentreader.appdata.xml
File metadata and controls
85 lines (75 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>me.hyliu.fluentreader</id>
<name>Fluent Reader</name>
<summary>Modern desktop RSS reader</summary>
<developer_name>Haoyuan Liu</developer_name>
<agreement type="privacy" version_id="1.0">
<agreement_section>
<name>What we collect and how we use the collected data</name>
<description>
<p>We respect your privacy.</p>
<p>We do not under any form collect, store, or share any personal imformation from users of the app.</p>
<p>If you use a self-hosted or third-party RSS service with this app, the service may be able to see your activities through the API.</p>
<p>A temporary cookies session that would be destoyed when the app closes is used to minimize third-party tracking when displaying third party contents.</p>
</description>
</agreement_section>
</agreement>
<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>BSD-3-Clause-Clear</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<categories>
<category>Network</category>
<category>Feeds</category>
</categories>
<description>
<p>Fluent Reader is a local, cross-platform news aggregator with a fresh look. Bring all your favorite sources with you and read distraction-free.</p>
<ul>
<li>A modern UI inspired by Fluent Design System with full dark mode support.</li>
<li>Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.</li>
<li>Importing or exporting OPML files, full application data backup & restoration.</li>
<li>Read the full content with the built-in article view or load webpages by default.</li>
<li>Search for articles with regular expressions or filter by read status.</li>
<li>Organize your subscriptions with folder-like groupings.</li>
<li>Single-key keyboard shortcuts.</li>
<li>Hide, mark as read, or star articles automatically as they arrive with regular expression rules.</li>
<li>Fetch articles in the background and send push notifications.</li>
</ul>
</description>
<launchable type="desktop-id">me.hyliu.fluentreader.desktop</launchable>
<url type="homepage">https://hyliu.me/fluent-reader/</url>
<url type="bugtracker">https://github.com/yang991178/fluent-reader/issues</url>
<url type="donation">https://github.com/sponsors/yang991178</url>
<url type="donation">https://www.paypal.me/yang991178</url>
<url type="donation">https://hyliu.me/fluent-reader/imgs/alipay.jpg</url>
<url type="translate">https://github.com/yang991178/fluent-reader/tree/master/src/scripts/i18n</url>
<url type="help">https://github.com/yang991178/fluent-reader/wiki/Support</url>
<content_rating type="oars-1.1"/>
<screenshots>
<screenshot type="default">
<image>https://hyliu.me/fluent-reader/imgs/light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/yang991178/fluent-reader/master/docs/imgs/screenshot.jpg</image>
</screenshot>
<screenshot>
<image>https://hyliu.me/fluent-reader/imgs/dark.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.1.4" date="2023-10-17"/>
<release version="1.1.3" date="2022-10-17"/>
<release version="1.1.2" date="2022-06-25"/>
<release version="1.1.0" date="2021-12-17"/>
<release version="1.0.2" date="2021-06-28"/>
<release version="1.0.1" date="2021-05-17"/>
<release version="1.0.0" date="2021-02-08"/>
<release version="v1.0.0" date="2021-02-02"/>
<release version="v0.9.0-beta" date="2020-12-26"/>
<release version="v0.8.1-beta" date="2020-11-25"/>
</releases>
</component>