Skip to content

Commit 14f498c

Browse files
committed
chore(flatpak): Updated some Flatpak related files.
1 parent 8cfc8ce commit 14f498c

File tree

3 files changed

+76
-73
lines changed

3 files changed

+76
-73
lines changed

flatpak/app.metainfo.xml

Lines changed: 74 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,76 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
3-
<id>app.openauthenticator.OpenAuthenticator</id>
4-
<name>Open Authenticator</name>
5-
<summary>A cross-platform OTP app, free and open-source</summary>
6-
<metadata_license>CC-BY-SA-4.0</metadata_license>
7-
<project_license>GPL-3.0-only</project_license>
8-
<developer id="fr.skyost">
9-
<name>Skyost</name>
10-
</developer>
11-
<url type="bugtracker">https://github.com/Skyost/OpenAuthenticator/issues</url>
12-
<url type="homepage">https://openauthenticator.app</url>
13-
<url type="donation">https://github.com/Skyost/OpenAuthenticator?tab=readme-ov-file#donate</url>
14-
<url type="contact">https://openauthenticator.app/contact/</url>
15-
<url type="faq">https://openauthenticator.app/faq/</url>
16-
<url type="translate">https://openauthenticator.app/translate/</url>
17-
<url type="contribute">https://github.com/Skyost/OpenAuthenticator?tab=readme-ov-file#contribute</url>
18-
<url type="vcs-browser">https://github.com/Skyost/OpenAuthenticator</url>
19-
<description>
20-
<p>Protect your online accounts with Open Authenticator</p>
21-
<p>Open Authenticator generates Time-Based One-Time Passwords (TOTPs), which serve as the second factor in the 2FA process. These temporary codes are valid for a short period of time and are used alongside your password to verify your identity when logging into your accounts. This significantly enhances the security of your online accounts and protects them from unauthorized access.</p>
22-
<p>Key features</p>
23-
<p>Open-Source &amp; Free to use : Our commitment to transparency and security means our app is open-source and will always remain free for local use. If it doesn't cost anything for us, then it shouldn't cost anything for you !</p>
24-
<p>Cross-Platform Compatibility : Seamlessly use your TOTP tokens on all your devices, whether you're using Linux, Android, iOS, macOS or Windows.</p>
25-
<p>A lovely crafted app : Open Authenticator has been designed to be fast and easy to use. Quickly find all your TOTPs and copy them directly from the main page !</p>
26-
<p>In summary, why Open Authenticator ?</p>
27-
<p>Here are the reasons why you should download Open Authenticator :</p>
28-
<p>Enhanced Security : Protect your online accounts from unauthorized access with strong 2FA.</p>
29-
<p>User-Friendly Interface : Intuitive design makes it easy to add, manage, and organize your TOTP tokens.</p>
30-
<p>Continuous Improvement : We're dedicated to delivering the best user experience and regularly update our app with new features and improvements.</p>
31-
<p>Links</p>
32-
<ul>
33-
<li>
34-
Check it out on Github : <a href="https://github.com/Skyost/OpenAuthenticator">https://github.com/Skyost/OpenAuthenticator</a>
35-
</li>
36-
<li>
37-
Visit our website : <a href="https://openauthenticator.app">https://openauthenticator.app</a>
38-
</li>
39-
<li>
40-
Download Open Authenticator for other platforms : <a href="https://openauthenticator.app/#download">https://openauthenticator.app/#download</a>
41-
</li>
42-
</ul>
43-
</description>
44-
<launchable type="desktop-id">app.openauthenticator.OpenAuthenticator</launchable>
45-
<screenshots>
46-
<screenshot type="default">
47-
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/1-1748336574.png</image>
48-
</screenshot>
49-
<screenshot>
50-
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/2-1748336574.png</image>
51-
</screenshot>
52-
<screenshot>
53-
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/3-1748336574.png</image>
54-
</screenshot>
55-
</screenshots>
56-
<categories>
57-
<category>Utility</category>
58-
</categories>
59-
<keywords>
60-
<keyword>authenticator</keyword>
61-
<keyword>otp</keyword>
62-
<keyword>totp</keyword>
63-
<keyword>2fa</keyword>
64-
<keyword>security</keyword>
65-
</keywords>
66-
<icon type="stock">app.openauthenticator.OpenAuthenticator</icon>
67-
<icon type="remote">https://openauthenticator.app/images/logo.svg</icon>
68-
<branding>
69-
<color type="primary" scheme_preference="light">#4caf50</color>
70-
<color type="primary" scheme_preference="dark">#212529</color>
71-
</branding>
72-
<content_rating type="oars-1.1" />
73-
</component>
3+
<id>app.openauthenticator.OpenAuthenticator</id>
4+
<name>Open Authenticator</name>
5+
<summary>A cross-platform OTP app, free and open-source</summary>
6+
<metadata_license>CC-BY-SA-4.0</metadata_license>
7+
<project_license>GPL-3.0-only</project_license>
8+
<developer id="fr.skyost">
9+
<name>Skyost</name>
10+
</developer>
11+
<url type="bugtracker">https://github.com/Skyost/OpenAuthenticator/issues</url>
12+
<url type="homepage">https://openauthenticator.app</url>
13+
<url type="donation">https://github.com/Skyost/OpenAuthenticator?tab=readme-ov-file#donate</url>
14+
<url type="contact">https://openauthenticator.app/contact/</url>
15+
<url type="faq">https://openauthenticator.app/faq/</url>
16+
<url type="translate">https://openauthenticator.app/translate/</url>
17+
<url type="contribute">https://github.com/Skyost/OpenAuthenticator?tab=readme-ov-file#contribute</url>
18+
<url type="vcs-browser">https://github.com/Skyost/OpenAuthenticator</url>
19+
<description>
20+
<p>Protect your online accounts with Open Authenticator</p>
21+
<p>Open Authenticator generates Time-Based One-Time Passwords (TOTPs), which serve as the second factor in the 2FA process. These temporary codes are valid for a short period of time and are used alongside your password to verify your identity when logging into your accounts. This significantly enhances the security of your online accounts and protects them from unauthorized access.</p>
22+
<p>Key features</p>
23+
<p>Open-Source &amp; Free to use : Our commitment to transparency and security means our app is open-source and will always remain free for local use. If it doesn't cost anything for us, then it shouldn't cost anything for you !</p>
24+
<p>Cross-Platform Compatibility : Seamlessly use your TOTP tokens on all your devices, whether you're using Linux, Android, iOS, macOS or Windows.</p>
25+
<p>A lovely crafted app : Open Authenticator has been designed to be fast and easy to use. Quickly find all your TOTPs and copy them directly from the main page !</p>
26+
<p>In summary, why Open Authenticator ?</p>
27+
<p>Here are the reasons why you should download Open Authenticator :</p>
28+
<p>Enhanced Security : Protect your online accounts from unauthorized access with strong 2FA.</p>
29+
<p>User-Friendly Interface : Intuitive design makes it easy to add, manage, and organize your TOTP tokens.</p>
30+
<p>Continuous Improvement : We're dedicated to delivering the best user experience and regularly update our app with new features and improvements.</p>
31+
<p>Links</p>
32+
<ul>
33+
<li>
34+
Check it out on Github :
35+
<a href="https://github.com/Skyost/OpenAuthenticator">https://github.com/Skyost/OpenAuthenticator</a>
36+
</li>
37+
<li>
38+
Visit our website :
39+
<a href="https://openauthenticator.app">https://openauthenticator.app</a>
40+
</li>
41+
<li>
42+
Download Open Authenticator for other platforms :
43+
<a href="https://openauthenticator.app/#download">https://openauthenticator.app/#download</a>
44+
</li>
45+
</ul>
46+
</description>
47+
<launchable type="desktop-id">app.openauthenticator.OpenAuthenticator</launchable>
48+
<screenshots>
49+
<screenshot type="default">
50+
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/1-1748336574.png</image>
51+
</screenshot>
52+
<screenshot>
53+
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/2-1748336574.png</image>
54+
</screenshot>
55+
<screenshot>
56+
<image>https://dashboard.snapcraft.io/site_media/appmedia/2025/05/3-1748336574.png</image>
57+
</screenshot>
58+
</screenshots>
59+
<categories>
60+
<category>Utility</category>
61+
</categories>
62+
<keywords>
63+
<keyword>authenticator</keyword>
64+
<keyword>otp</keyword>
65+
<keyword>totp</keyword>
66+
<keyword>2fa</keyword>
67+
<keyword>security</keyword>
68+
</keywords>
69+
<icon type="stock">app.openauthenticator.OpenAuthenticator</icon>
70+
<icon type="remote">https://openauthenticator.app/images/logo.svg</icon>
71+
<branding>
72+
<color type="primary" scheme_preference="light">#4caf50</color>
73+
<color type="primary" scheme_preference="dark">#212529</color>
74+
</branding>
75+
<content_rating type="oars-1.1"/>
76+
</component>

flatpak/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ finish-args:
1818
- --talk-name=org.freedesktop.secrets
1919
# Polkit
2020
- --system-talk-name=org.freedesktop.PolicyKit1
21-
- --filesystem=xdg-data/polkit-1:ro
2221

2322
modules:
2423
- name: openauthenticator

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dev_dependencies:
6363
slang_build_runner: ^4.11.0
6464
custom_lint: ^0.8.1
6565
riverpod_lint: ^3.0.3
66-
release: ^0.1.5
66+
release: ^0.1.6
6767

6868
flutter:
6969
uses-material-design: true
@@ -87,3 +87,4 @@ msix_config:
8787
release:
8888
changelog:
8989
header: '# 📰 Open Authenticator changelog'
90+
defaultIgnoredScopes: 'docs', 'version', 'deps', 'flatpak'

0 commit comments

Comments
 (0)