mirror of
				https://github.com/house-of-abbey/GarminHomeAssistant.git
				synced 2025-10-31 07:48:13 +00:00 
			
		
		
		
	use full numpad, validate 4-digit pin, add visual feedback on click, show toast on error
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user