- added developer preference to disable splash screen

- disable splash screen on login screen
This commit is contained in:
Philipp Schaefer
2013-07-24 00:49:21 +02:00
parent e2ab17fa81
commit f342aeab0a
7 changed files with 38 additions and 8 deletions

View File

@ -50,6 +50,7 @@
<string name="pref_enable_dev_mode">Enable developer mode</string>
<string name="pref_enable_dev_mode_sum">If enabled, all IITC sources will be loaded from external storage of the Android device.
Please copy all sources from $IITC_folder/build/mobile/ to /sdcard/IITC_Mobile/dev/.</string>
<string name="pref_disable_splash">Disable Splash Screen</string>
<string name="pref_select_iitc">IITC source</string>
<string name="pref_select_iitc_sum">Load IITC main script from url or use local script. Currently used source:</string>

View File

@ -67,6 +67,11 @@
android:summary="@string/pref_enable_dev_mode_sum"
android:defaultValue="false" />
<CheckBoxPreference
android:key="pref_disable_splash"
android:title="@string/pref_disable_splash"
android:defaultValue="false" />
<ListPreference
android:key="pref_build_version"
android:title="@string/build_version"