diff --git a/src/java/KP2ASoftKeyboard2/java/gen/keepass2android/softkeyboard/R.java b/src/java/KP2ASoftKeyboard2/java/gen/keepass2android/softkeyboard/R.java index 58477d7a..50e97645 100644 --- a/src/java/KP2ASoftKeyboard2/java/gen/keepass2android/softkeyboard/R.java +++ b/src/java/KP2ASoftKeyboard2/java/gen/keepass2android/softkeyboard/R.java @@ -727,8 +727,6 @@ containing a value of this type. public static int kp2a_simple_keyboard_summary=0x7f0c009a; public static int kp2a_switch_on_sendgodone=0x7f0c009d; public static int kp2a_switch_on_sendgodone_summary=0x7f0c009e; - public static int kp2a_switch_rooted=0x7f0c009f; - public static int kp2a_switch_rooted_summary=0x7f0c00a0; public static int kp2a_user=0x7f0c0092; /** Label for "switch to alphabetic" key. Must be short to fit on key! */ diff --git a/src/java/KP2ASoftKeyboard2/java/res/values/strings_kp2a.xml b/src/java/KP2ASoftKeyboard2/java/res/values/strings_kp2a.xml new file mode 100644 index 00000000..b6303c0a --- /dev/null +++ b/src/java/KP2ASoftKeyboard2/java/res/values/strings_kp2a.xml @@ -0,0 +1,23 @@ + + + Select another entry + Select entry + Search for entry with "%1$s" + User + Password + + Credential input settings + Auto-Fill enabled + Automatically fill in text when an empty field is entered, if a Keepass2Android entry is available for the keyboard and there is a value which matches the field\'s hint text. + Remember field hint texts + If a text field is filled by manually selecting the Keepass2Android value, remember which value was entered into the text field. The text field is later redetected by its hint text. + Simple keyboard + Show the simple 1-row keyboard if an entry is available for the keyboard. If disabled, a dialog is shown when the Keepass2Android key is pressed. + + Lock database when done + When pressing the Done/Send/Go key on the simple 1-row keyboard, automatically lock the database. + + Switch keyboard when done + When pressing the Done/Send/Go key on the simple 1-row keyboard, switch the keyboard. + + diff --git a/src/java/kp2akeytransform/bin/kp2akeytransform.jar b/src/java/kp2akeytransform/bin/kp2akeytransform.jar index 5a43a287..b79edbb4 100644 Binary files a/src/java/kp2akeytransform/bin/kp2akeytransform.jar and b/src/java/kp2akeytransform/bin/kp2akeytransform.jar differ diff --git a/src/keepass2android/Resources/values/strings.xml b/src/keepass2android/Resources/values/strings.xml index 21b821d7..bdcc2f3d 100644 --- a/src/keepass2android/Resources/values/strings.xml +++ b/src/keepass2android/Resources/values/strings.xml @@ -265,7 +265,7 @@ KP2A keyboard notification Make full entry accessible through the KP2A keyboard (recommended). Switch keyboard - Open keyboard selection dialog when entry is available through KP2A keyboard after search from the browser or from the keyboard. + Open keyboard selection dialog when entry is available through KP2A keyboard after search from the browser. Auto-switch on rooted devices On rooted devices, it is possible to automatically switch to the Keepass2Android keyboard (after search for an entry or by clicking the KP2A keyboard notification) and to switch back to the previous keyboard without showing the Input method picker. This also requires to install the Secure Settings app. See the KP2A documentation for more information! @@ -408,10 +408,11 @@ Change log - Version 0.9.3 preview 2\n + Version 0.9.3\n * New keyboard with many improvements. See settings to customize.\n * Read-only support for kdb (Keepass 1 files). Experimental!\n * Added SFTP support\n + * Added workaround for bug in ART (Android 4.4.2)\n * Bug fixes\n