|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <schemalist> |
3 | | - <!-- Obsolete. Replaced with the timers schema. Will be removed at some point. --> |
4 | | - <schema |
5 | | - path="/com/github/elfenware/badger/reminders/" |
6 | | - id="com.github.elfenware.badger.reminders" |
7 | | - gettext-domain="com.github.elfenware.badger"> |
8 | | - <key name="all" type="b"> |
9 | | - <default>true</default> |
10 | | - <summary>Global switch to control all reminders</summary> |
11 | | - </key> |
12 | | - <key name="eyes" type="b"> |
13 | | - <default>true</default> |
14 | | - <summary>Remind the user to blink their eyes</summary> |
15 | | - </key> |
16 | | - <key name="fingers" type="b"> |
17 | | - <default>true</default> |
18 | | - <summary>Remind the user to stretch their fingers</summary> |
19 | | - </key> |
20 | | - <key name="legs" type="b"> |
21 | | - <default>true</default> |
22 | | - <summary>Remind the user to stretch their legs</summary> |
23 | | - </key> |
24 | | - <key name="arms" type="b"> |
25 | | - <default>true</default> |
26 | | - <summary>Remind the user to stretch their arms</summary> |
27 | | - </key> |
28 | | - <key name="neck" type="b"> |
29 | | - <default>true</default> |
30 | | - <summary>Remind the user to stretch their neck</summary> |
31 | | - </key> |
32 | | - </schema> |
33 | 3 | <schema |
34 | 4 | path="/com/github/elfenware/badger/timers/" |
35 | 5 | id="com.github.elfenware.badger.timers" |
|
86 | 56 | <default>false</default> |
87 | 57 | <summary>Whether to show the posture reminders</summary> |
88 | 58 | </key> |
89 | | - <key name="old-settings-replaced" type="b"> |
90 | | - <default>false</default> |
91 | | - <summary>Whether the installation has switched to the newer custom timers instead of booleans</summary> |
92 | | - </key> |
93 | 59 | </schema> |
94 | 60 | <schema |
95 | 61 | path="/com/github/elfenware/badger/state/" |
|
0 commit comments