Logo
Explore Help
Sign In
Karl/BobStore
1
0
Fork 0
You've already forked BobStore
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
BobStore/res/values/array.xml

17 lines
384 B
XML
Raw Normal View History

Added preferences screen and implemented (optional) caching
2010-11-07 23:06:46 +00:00
<?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>
</string-array>
Re-add theming, much better this time
2013-11-03 16:12:22 +01:00
<string-array name="themeNames">
<item>Dark</item>
<item>Light</item>
Fix to sdkLoc in build. Added light (without dark action bar) theme. NOTE: I don't know how android will go with adding a new property to a string-array resource, but not having it translated everywhere. Will it struggle because the EN version has three values for "theme", but other translations only have two?
2014-05-27 06:30:09 +09:30
<item>Light (with dark action bar)</item>
Re-add theming, much better this time
2013-11-03 16:12:22 +01:00
</string-array>
Add preference for SQLite "synchronous" flag By default SQLite runs with synchronous=FULL, which is the safest mode and uses fsync() a lot, but this interacts very badly with Samsung's infamous RFS filesystem. With this preference the user can decide whether to sacrifice some safety for reasonable performance.
2011-02-13 20:37:35 +01:00
</resources>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 42ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API