This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
forked from bleakgrey/tootle
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
1,961 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2020 Alex Cleac <[email protected]> --> | ||
<!-- Copyright 2018 bleak_grey <[email protected]> --> | ||
<component type="desktop"> | ||
<id>com.github.cleac.tootle</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Tootle</name> | ||
<summary>Lightning fast client for Mastodon</summary> | ||
|
||
<description> | ||
<p> | ||
Tootle is a client for the world’s largest free, open-source, decentralized microblogging network with real-time notifications and support for multiple accounts. | ||
</p> | ||
<p> | ||
Mastodon is lovingly crafted with power and speed in mind, resulting in a free, independent, and popular alternative to the centralized social networks. | ||
</p> | ||
<p> | ||
Anyone can run a Mastodon server. Each server hosts individual user accounts, the content they produce, and the content to which they are subscribed. Every user can follow each other and share their posts regardless of their server. | ||
</p> | ||
</description> | ||
|
||
<provides> | ||
<binary>com.github.cleac.tootle</binary> | ||
</provides> | ||
|
||
<developer_name>alexcleac</developer_name> | ||
<url type="homepage">https://github.com/cleac/tootle</url> | ||
<url type="bugtracker">https://github.com/cleac/tootle/issues</url> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
<content_attribute id="violence-fantasy">none</content_attribute> | ||
<content_attribute id="violence-realistic">none</content_attribute> | ||
<content_attribute id="violence-bloodshed">none</content_attribute> | ||
<content_attribute id="violence-sexual">none</content_attribute> | ||
<content_attribute id="violence-desecration">none</content_attribute> | ||
<content_attribute id="violence-slavery">none</content_attribute> | ||
<content_attribute id="violence-worship">none</content_attribute> | ||
<content_attribute id="drugs-alcohol">none</content_attribute> | ||
<content_attribute id="drugs-narcotics">none</content_attribute> | ||
<content_attribute id="drugs-tobacco">none</content_attribute> | ||
<content_attribute id="sex-nudity">none</content_attribute> | ||
<content_attribute id="sex-themes">none</content_attribute> | ||
<content_attribute id="sex-homosexuality">none</content_attribute> | ||
<content_attribute id="sex-prostitution">none</content_attribute> | ||
<content_attribute id="sex-adultery">none</content_attribute> | ||
<content_attribute id="sex-appearance">none</content_attribute> | ||
<content_attribute id="language-profanity">none</content_attribute> | ||
<content_attribute id="language-humor">none</content_attribute> | ||
<content_attribute id="language-discrimination">none</content_attribute> | ||
<content_attribute id="social-chat">moderate</content_attribute> | ||
<content_attribute id="social-info">none</content_attribute> | ||
<content_attribute id="social-audio">moderate</content_attribute> | ||
<content_attribute id="social-location">none</content_attribute> | ||
<content_attribute id="social-contacts">intense</content_attribute> | ||
<content_attribute id="money-purchasing">none</content_attribute> | ||
<content_attribute id="money-gambling">none</content_attribute> | ||
</content_rating> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot2.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot3.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/cleac/tootle/master/data/screenshot4.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<releases> | ||
<release version="0.2.1-beta" date="2020-02-29"> | ||
<description> | ||
<ul> | ||
<li>Fixed crash, when a poll notification arrives</li> | ||
<li>Forked a project</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.2.0" date="2018-10-31"> | ||
<description> | ||
<ul> | ||
<li>Added Watchlist</li> | ||
<li>Added Redraft support</li> | ||
<li>Added Pinning support</li> | ||
<li>Added Simplified Chinese and German translations</li> | ||
<li>Added --hidden Start Flag</li> | ||
<li>Added Shortcuts and Back mouse button support</li> | ||
<li>Changed Notifications screen behavior</li> | ||
<li>Fixed minor bugs</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.1.5" date="2018-06-21"> | ||
<description> | ||
<ul> | ||
<li>Added Russian, French and Polish translations</li> | ||
<li>Added Direct timeline</li> | ||
<li>Added support for custom character limit</li> | ||
<li>Added support for streaming all timelines</li> | ||
<li>Added tooltips for image attachments</li> | ||
<li>Added remove action for attachments</li> | ||
<li>Changed behavior for mentioning users</li> | ||
<li>Changed behavior for missing image attachments</li> | ||
<li>Fixed minor bugs</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.1.3" date="2018-05-31"> | ||
<description> | ||
<ul> | ||
<li>Initial release</li> | ||
</ul> | ||
</description> | ||
</release> | ||
</releases> | ||
|
||
<custom> | ||
<value key="x-appcenter-color-primary">#F5F8FF</value> | ||
<value key="x-appcenter-color-primary-text">#413F58</value> | ||
</custom> | ||
|
||
</component> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Tootle [Fork] | ||
Comment=Mastodon Client | ||
GenericName=Mastodon Client | ||
Exec=com.github.cleac.tootle | ||
Icon=com.github.cleac.tootle | ||
Terminal=false | ||
Categories=GNOME;GTK;Network; | ||
Keywords=toot;mastodon;social;network;post; | ||
X-GNOME-Gettext-Domain=com.github.cleac.tootle | ||
X-GNOME-UsesNotifications=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<gresources> | ||
<gresource prefix="/me/cleac/tootle/"> | ||
<file alias="app.css">app.css</file> | ||
<file alias="light.css">light.css</file> | ||
<file alias="dark.css">dark.css</file> | ||
<file alias="logo128">logo128.png</file> | ||
<file alias="empty_state">empty_state.png</file> | ||
</gresource> | ||
</gresources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist> | ||
<schema path="/me/cleac/tootle/" id="com.github.cleac.tootle" gettext-domain="com.github.cleac.tootle"> | ||
<key name="current-account" type="i"> | ||
<default>0</default> | ||
<summary>Current Account</summary> | ||
<description>Do not edit or it shall set your house on fire</description> | ||
</key> | ||
<key name="notifications" type="b"> | ||
<default>true</default> | ||
<summary>Display desktop notifications</summary> | ||
<description></description> | ||
</key> | ||
<key name="always-online" type="b"> | ||
<default>false</default> | ||
<summary>Always monitor new notifications</summary> | ||
<description></description> | ||
</key> | ||
<key name="cache" type="b"> | ||
<default>false</default> | ||
<summary>Cache images to reduce network load</summary> | ||
<description></description> | ||
</key> | ||
<key name="cache-size" type="i"> | ||
<default>64</default> | ||
<summary>Cache size</summary> | ||
<description>Sets the maximum size of cached content</description> | ||
</key> | ||
<key name="live-updates" type="b"> | ||
<default>true</default> | ||
<summary>Real-time timelines</summary> | ||
<description>Update timelines in real-time</description> | ||
</key> | ||
<key name="live-updates-public" type="b"> | ||
<default>false</default> | ||
<summary>Real-time public timelines</summary> | ||
<description>Update local and federated timelines in real-time. May clog up memory on busy instances.</description> | ||
</key> | ||
<key name="dark-theme" type="b"> | ||
<default>false</default> | ||
<summary>Sets application theme to dark</summary> | ||
<description></description> | ||
</key> | ||
<key name="char-limit" type="i"> | ||
<default>500</default> | ||
<summary>Default character limit</summary> | ||
<description>Change this if your instance supports more than 500 characters in posts</description> | ||
</key> | ||
<key name="watched-users" type="s"> | ||
<default>''</default> | ||
<summary>Watched Users</summary> | ||
<description>Comma separated list of usernames to notify you about</description> | ||
</key> | ||
<key name="watched-hashtags" type="s"> | ||
<default>''</default> | ||
<summary>Watched Hashtags</summary> | ||
<description>Comma separated list of hashtags to notify you about</description> | ||
</key> | ||
|
||
<key name="window-x" type="i"> | ||
<default>-1</default> | ||
</key> | ||
<key name="window-y" type="i"> | ||
<default>-1</default> | ||
</key> | ||
<key name="window-w" type="i"> | ||
<default>-1</default> | ||
</key> | ||
<key name="window-h" type="i"> | ||
<default>-1</default> | ||
</key> | ||
|
||
</schema> | ||
</schemalist> |
Oops, something went wrong.