use full numpad, validate 4-digit pin, add visual feedback on click, show toast on error

This commit is contained in:
Matthias Oesterheld
2024-11-12 19:24:15 +01:00
parent 73219c6864
commit 0ac8e11287
4 changed files with 96 additions and 36 deletions

View File

@ -42,6 +42,7 @@
<string id="PotentialError">Potential Error</string>
<string id="PinInputLocked">PIN input locked for</string>
<string id="Seconds">seconds</string>
<string id="WrongPin">Wrong PIN</string>
<!-- For the settings GUI -->
<string id="SettingsSelect">Select...</string>
@ -55,7 +56,8 @@
<string id="SettingsAppTimeout">Timeout in seconds. Exit the application after this period of inactivity to save the device battery.</string>
<string id="SettingsPollDelay">Additional poll delay (in seconds). Adds a delay between the status update of all menu items.</string>
<string id="SettingsConfirmTimeout">After this time (in seconds), a confirmation dialog for an action is automatically closed and the action is cancelled. Set to 0 to disable the timeout.</string>
<string id="SettingsPin">PIN to be used for all actions that require confirmation.</string>
<string id="SettingsPin">4-digit PIN to be used for all actions that require confirmation (0000-9999).</string>
<string id="SettingsPinError">Please configure a valid 4-digit numeric PIN between 0000 and 9999 in the application settings.</string>
<string id="SettingsTextAlign">Left (off) or Right (on) Menu Alignment.</string>
<string id="LeftToRight">Left to right</string>
<string id="RightToLeft">Right to Left</string>