]> git.gag.com Git - debian/openrocket/blobdiff - android/res/xml/preferences.xml
create changelog entry
[debian/openrocket] / android / res / xml / preferences.xml
index 77b1cdefbf65e3abae792981baa8c79d5838dcc6..ff39a61f380c4cd0b2a45650deb82cfb6434011a 100644 (file)
@@ -8,16 +8,37 @@
         android:entries="@array/PreferenceMotorBrowserGroupingEntries"
         android:entryValues="@array/PreferenceMotorBrowserGroupingValues"
         android:key="@string/PreferenceMotorBrowserGroupingOption"
-        android:summary="Set the grouping in Motor Browser"
+        android:summary="@string/motorbrowsergroupsummary"
         android:title="@string/motorbrowsergrouptitle" />
 
     <CheckBoxPreference
         android:defaultValue="false"
+        android:title="@string/autosavetitle"
+        android:key="@string/PreferenceAutoSaveOption"
+        android:summary="@string/autosavesummary"/>
+    
+    <CheckBoxPreference
+        android:defaultValue="true"
         android:title="@string/useinternalfilebrowsertitle"
         android:key="@string/PreferenceUseInternalFileBrowserOption"
         android:summary="@string/useinternalfilebrowsersummary"
         />
-        
+     
+    <CheckBoxPreference
+        android:defaultValue="false"
+        android:title="@string/showonlyorkfiles"
+        android:key="@string/PreferenceShowOnlyOrkFiles"
+        android:summary="@string/showonlyorkfilessummary"
+        android:dependency="@string/PreferenceUseInternalFileBrowserOption" 
+        />
+    
+    <!-- This preference is hidden - not to be configured in the Preference screen
+    <Preference
+        android:defaultValue="/"
+        android:key="@string/PreferenceFileBrowserBaseDirectory"
+        />
+     -->
+     
     <PreferenceScreen
         android:key="UnitPrefences"
         android:summary="Configure units"