remove option "Binary directory" (no longer used)
This commit is contained in:
@@ -606,11 +606,10 @@ namespace keepass2android
|
||||
|
||||
|
||||
ISharedPreferences prefs = PreferenceManager.GetDefaultSharedPreferences(this);
|
||||
string binaryDirectory = prefs.GetString(GetString(Resource.String.BinaryDirectory_key),
|
||||
GetString(Resource.String.BinaryDirectory_default));
|
||||
|
||||
if (writeToCacheDirectory)
|
||||
{
|
||||
binaryDirectory = CacheDir.Path + File.Separator + AttachmentContentProvider.AttachmentCacheSubDir;
|
||||
string binaryDirectory = CacheDir.Path + File.Separator + AttachmentContentProvider.AttachmentCacheSubDir;
|
||||
|
||||
string filepart = key;
|
||||
Java.Lang.String javaFilename = new Java.Lang.String(filepart);
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<string name="RememberRecentFiles_key">RememberRecentFiles_key</string>
|
||||
<string name="default_username_key">defaultUsername</string>
|
||||
<string name="database_name_key">databaseName</string>
|
||||
<string name="BinaryDirectory_key">binaryDirectory</string>
|
||||
|
||||
<string name="BinaryDirectory_default">/mnt/sdcard/keepass2android/binaries/</string>
|
||||
<bool name="maskpass_default">true</bool>
|
||||
<bool name="keyfile_default">true</bool>
|
||||
|
||||
@@ -325,8 +325,6 @@
|
||||
<string name="QuickUnlockHideLength_summary">If enabled, the length of the QuickUnlock code is not displayed on the QuickUnlock screen.</string>
|
||||
|
||||
<string name="QuickUnlock_fail">QuickUnlock failed: incorrect password!</string>
|
||||
<string name="BinaryDirectory_title">File attachments directory</string>
|
||||
<string name="BinaryDirectory_summary">Directory where file attachments are saved to.</string>
|
||||
<string name="SaveAttachmentDialog_title">Save attachment</string>
|
||||
<string name="SaveAttachmentDialog_text">Please select where to save the attachment.</string>
|
||||
<string name="SaveAttachmentDialog_save">Export to file...</string>
|
||||
|
||||
@@ -509,13 +509,7 @@
|
||||
android:key="@string/FileHandling_prefs_key"
|
||||
android:title="@string/FileHandling_prefs"/>
|
||||
|
||||
<EditTextPreference
|
||||
android:enabled="true"
|
||||
android:persistent="true"
|
||||
android:summary="@string/BinaryDirectory_summary"
|
||||
android:defaultValue="@string/BinaryDirectory_default"
|
||||
android:title="@string/BinaryDirectory_title"
|
||||
android:key="@string/BinaryDirectory_key" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:enabled="true"
|
||||
android:persistent="true"
|
||||
|
||||
Reference in New Issue
Block a user