Commit Graph

18 Commits

Author SHA1 Message Date
8868f2152c Comments & Dictionaries
Reformatted comments to work in VSCode and converted `dict.get(:key)` to `dict[:key]` syntax as its nicer.
2025-07-24 18:54:27 +01:00
70f05e8912 Added missing code headers
And included vincentezw in headers for the code he touched.
2025-07-22 22:14:46 +01:00
db3fbd9886 timers as statics, defensive popviews, no double confirmation, add pin
screen onBack, toggle state tweaks
2025-07-19 10:35:35 +01:00
576f8c4a64 HomeAssistantConfirmationDelegate and HomeAssistantPinConfirmationDelegate undo toggles on timeout and reject 2025-07-19 10:35:35 +01:00
b45f02ef7b move popview up so it does not close wifi dialog 2025-07-19 10:35:35 +01:00
f2d65aa6e3 Added correctly formatted code comments
The newer SDK support tooltips to show the function prototype and help text, so best to make good use of it.
2025-07-04 16:57:25 +01:00
71cba8c21c Code attribution for author of PIN entry.
Prior to sorting out inheritance.
2025-03-28 00:20:53 +00:00
11ecf88ee2 An assortment of cosmetic changes
JSON schema fix to remove 'template' as a valid option, punctuation in strings, whitespace, and a new application history entry.
2024-11-18 19:39:13 +00:00
f3e6879540 move PIN constants to Globals.mc 2024-11-17 11:00:45 +01:00
0ac8e11287 use full numpad, validate 4-digit pin, add visual feedback on click, show toast on error 2024-11-12 19:24:15 +01:00
73219c6864 add class/method to debug messages 2024-11-11 21:06:38 +01:00
b13fb7e953 validate pin after full length of pin has been entered 2024-11-11 20:58:09 +01:00
7947280bb6 internationalize pin lock message 2024-11-11 20:39:26 +01:00
fb2bb7f566 remove transcoding, move pin to settings, remove pin from schema 2024-11-11 20:06:35 +01:00
86943aa664 add mini vibration feedback when tapping pin digits 2024-10-16 15:59:44 +02:00
e21ab79d5d add PIN lock after exceeding failure count 2024-10-16 15:58:37 +02:00
c592726bd4 add PIN transcoding 2024-10-15 20:27:52 +02:00
b48102f9a6 add pin confirmation 2024-10-15 19:59:04 +02:00