Tooth/data/com.github.bleakgrey.tootle...

61 lines
2.2 KiB
XML
Raw Normal View History

2018-04-14 12:09:06 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/github/bleakgrey/tootle/" id="com.github.bleakgrey.tootle" gettext-domain="com.github.bleakgrey.tootle">
2018-05-27 16:25:16 +00:00
<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>
2018-05-30 12:58:27 +00:00
<key name="notifications" type="b">
<default>true</default>
<summary>Display desktop notifications</summary>
<description></description>
</key>
2018-05-08 16:09:38 +00:00
<key name="always-online" type="b">
<default>false</default>
<summary>Always monitor new notifications</summary>
<description></description>
</key>
2018-05-10 14:28:40 +00:00
<key name="cache" type="b">
<default>false</default>
<summary>Cache images to reduce network load</summary>
<description></description>
</key>
2018-05-20 12:43:42 +00:00
<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>
2018-06-13 13:13:41 +00:00
<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>
2018-05-20 12:43:42 +00:00
</key>
2018-05-20 21:37:33 +00:00
<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>
2018-06-13 13:13:41 +00:00
<description>Change this if your instance supports more than 500 characters in posts</description>
</key>
2018-07-14 08:37:41 +00:00
<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>
2018-04-14 12:09:06 +00:00
</schema>
</schemalist>