mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-25 02:32:26 -05:00
reorganized and updated text for Keyboard settings
This commit is contained in:
parent
437d3033d2
commit
d7109fc630
@ -99,13 +99,6 @@
|
|||||||
android:dependency="kp2a_simple_keyboard"
|
android:dependency="kp2a_simple_keyboard"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<CheckBoxPreference
|
|
||||||
android:key="kp2a_switch_rooted"
|
|
||||||
android:title="@string/kp2a_switch_rooted"
|
|
||||||
android:summary="@string/kp2a_switch_rooted_summary"
|
|
||||||
android:persistent="true"
|
|
||||||
android:defaultValue="false"
|
|
||||||
/>
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,7 +36,6 @@ import android.os.Message;
|
|||||||
import android.os.SystemClock;
|
import android.os.SystemClock;
|
||||||
import android.preference.PreferenceActivity;
|
import android.preference.PreferenceActivity;
|
||||||
import android.preference.PreferenceManager;
|
import android.preference.PreferenceManager;
|
||||||
import android.speech.SpeechRecognizer;
|
|
||||||
import android.text.ClipboardManager;
|
import android.text.ClipboardManager;
|
||||||
import android.text.TextUtils;
|
import android.text.TextUtils;
|
||||||
import android.util.DisplayMetrics;
|
import android.util.DisplayMetrics;
|
||||||
@ -45,10 +44,7 @@ import android.util.PrintWriterPrinter;
|
|||||||
import android.util.Printer;
|
import android.util.Printer;
|
||||||
import android.view.HapticFeedbackConstants;
|
import android.view.HapticFeedbackConstants;
|
||||||
import android.view.KeyEvent;
|
import android.view.KeyEvent;
|
||||||
import android.view.LayoutInflater;
|
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.view.ViewGroup;
|
|
||||||
import android.view.ViewParent;
|
|
||||||
import android.view.Window;
|
import android.view.Window;
|
||||||
import android.view.WindowManager;
|
import android.view.WindowManager;
|
||||||
import android.view.inputmethod.CompletionInfo;
|
import android.view.inputmethod.CompletionInfo;
|
||||||
|
7307
src/keepass2android/Resources/Resource.designer.cs
generated
7307
src/keepass2android/Resources/Resource.designer.cs
generated
File diff suppressed because it is too large
Load Diff
@ -260,8 +260,11 @@
|
|||||||
<string name="ShowCopyToClipboardNotification_summary">Make username and password accessible through the notification bar and clipboard. Beware of password sniffers!</string>
|
<string name="ShowCopyToClipboardNotification_summary">Make username and password accessible through the notification bar and clipboard. Beware of password sniffers!</string>
|
||||||
<string name="ShowKp2aKeyboardNotification_title">KP2A keyboard notification</string>
|
<string name="ShowKp2aKeyboardNotification_title">KP2A keyboard notification</string>
|
||||||
<string name="ShowKp2aKeyboardNotification_summary">Make full entry accessible through the KP2A keyboard (recommended).</string>
|
<string name="ShowKp2aKeyboardNotification_summary">Make full entry accessible through the KP2A keyboard (recommended).</string>
|
||||||
<string name="OpenKp2aKeyboardAutomatically_title">Keyboard selection dialog</string>
|
<string name="OpenKp2aKeyboardAutomatically_title">Switch keyboard</string>
|
||||||
<string name="OpenKp2aKeyboardAutomatically_summary">Open keyboard selection dialog when entry is available through KP2A keyboard after search.</string>
|
<string name="OpenKp2aKeyboardAutomatically_summary">Open keyboard selection dialog when entry is available through KP2A keyboard after search from the browser or from the keyboard.</string>
|
||||||
|
|
||||||
|
<string name="kp2a_switch_rooted">Auto-switch on rooted devices</string>
|
||||||
|
<string name="kp2a_switch_rooted_summary">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!</string>
|
||||||
|
|
||||||
<string name="ShowUnlockedNotification_title">Notification while unlocked</string>
|
<string name="ShowUnlockedNotification_title">Notification while unlocked</string>
|
||||||
<string name="ShowUnlockedNotification_summary">Show an ongoing notification while the database is unlocked.</string>
|
<string name="ShowUnlockedNotification_summary">Show an ongoing notification while the database is unlocked.</string>
|
||||||
|
@ -156,7 +156,16 @@
|
|||||||
android:summary="@string/OpenKp2aKeyboardAutomatically_summary"
|
android:summary="@string/OpenKp2aKeyboardAutomatically_summary"
|
||||||
android:defaultValue="@bool/OpenKp2aKeyboardAutomatically_default"
|
android:defaultValue="@bool/OpenKp2aKeyboardAutomatically_default"
|
||||||
android:title="@string/OpenKp2aKeyboardAutomatically_title"
|
android:title="@string/OpenKp2aKeyboardAutomatically_title"
|
||||||
|
android:dependency="@string/UseKp2aKeyboard_key"
|
||||||
android:key="@string/OpenKp2aKeyboardAutomatically_key" />
|
android:key="@string/OpenKp2aKeyboardAutomatically_key" />
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:key="kp2a_switch_rooted"
|
||||||
|
android:title="@string/kp2a_switch_rooted"
|
||||||
|
android:summary="@string/kp2a_switch_rooted_summary"
|
||||||
|
android:persistent="true"
|
||||||
|
android:defaultValue="false"
|
||||||
|
android:dependency="@string/UseKp2aKeyboard_key"
|
||||||
|
/>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
<PreferenceScreen
|
<PreferenceScreen
|
||||||
android:key="@string/QuickUnlock_prefs_key"
|
android:key="@string/QuickUnlock_prefs_key"
|
||||||
|
Loading…
Reference in New Issue
Block a user