added new developer options (fix for #219)

This commit is contained in:
Philipp Schaefer
2013-05-03 01:02:08 +02:00
parent 039167051e
commit aa7de6f571
7 changed files with 71 additions and 20 deletions

View File

@ -39,6 +39,9 @@
<string name="pref_user_loc">Display user location</string>
<string name="pref_user_loc_sum">Show users position on map</string>
<string name="pref_developer_options">Developer options</string>
<string name="pref_enable_dev_options">Enable developer options</string>
<string name="pref_enable_dev_options_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_select_iitc">IITC source</string>
</resources>

View File

@ -38,6 +38,12 @@
android:summary=""
android:defaultValue="local"/>
<CheckBoxPreference
android:key="pref_dev_checkbox"
android:title="@string/pref_enable_dev_options"
android:summary="@string/pref_enable_dev_options_sum"
android:defaultValue="false" />
<ListPreference
android:key="pref_build_version"
android:title="@string/build_version"