mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Expose storage access framework option
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
KeePassDroid (2.0.6.4)
|
||||||
|
* Expose Storage Access Framework option
|
||||||
|
|
||||||
KeePassDroid (2.0.6.3)
|
KeePassDroid (2.0.6.3)
|
||||||
* Fix various crashes
|
* Fix various crashes
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ model {
|
|||||||
applicationId = "com.android.keepass"
|
applicationId = "com.android.keepass"
|
||||||
minSdkVersion.apiLevel = 3
|
minSdkVersion.apiLevel = 3
|
||||||
targetSdkVersion.apiLevel = 12
|
targetSdkVersion.apiLevel = 12
|
||||||
versionCode = 153
|
versionCode = 154
|
||||||
versionName = "2.0.6.3"
|
versionName = "2.0.6.4"
|
||||||
|
|
||||||
testApplicationId = "com.keepassdroid.tests"
|
testApplicationId = "com.keepassdroid.tests"
|
||||||
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
|
testInstrumentationRunner = "android.test.InstrumentationTestRunner"
|
||||||
|
|||||||
@@ -84,12 +84,10 @@
|
|||||||
android:defaultValue="@bool/omitbackup_default"
|
android:defaultValue="@bool/omitbackup_default"
|
||||||
android:title="@string/omitbackup_title"
|
android:title="@string/omitbackup_title"
|
||||||
android:key="@string/omitbackup_key"/>
|
android:key="@string/omitbackup_key"/>
|
||||||
<!--
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:summary="@string/use_saf_summary"
|
android:summary="@string/use_saf_summary"
|
||||||
android:defaultValue="@bool/saf_default"
|
android:defaultValue="@bool/saf_default"
|
||||||
android:title="@string/use_saf_title"
|
android:title="@string/use_saf_title"
|
||||||
android:key="@string/saf_key"/>
|
android:key="@string/saf_key"/>
|
||||||
-->
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user