
The maximum interval to check repositories was "Daily". Allow to also update weekly and bi-weekly and remove the "hourly" option (someone has to pay for all that bandwidth after all). I was considering to even remove the "Every 4 hours" option, but did not dare do it. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
19 lines
435 B
XML
19 lines
435 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<resources>
|
|
<string-array name="updateIntervalNames">
|
|
<item>Never</item>
|
|
<item>Hourly</item>
|
|
<item>Every 4 Hours</item>
|
|
<item>Every 12 Hours</item>
|
|
<item>Daily</item>
|
|
<item>Weekly</item>
|
|
<item>Every 2 Weeks</item>
|
|
</string-array>
|
|
|
|
<string-array name="themeNames">
|
|
<item>Dark</item>
|
|
<item>Light</item>
|
|
<item>Light (with dark action bar)</item>
|
|
</string-array>
|
|
</resources>
|