flipperzero-firmware/applications/desktop/views
Georgii Surkov 917be9c6d3
[FL-2430] Automatic Desktop Locking (#1101)
* Add Auto Lock Time setting
* Update .gitignore
* Add value_index toolbox module
* Auto locking basic implementation
* Better AutoLock implementation, edge cases and cleanup
* Fix NULL pointer crash
* Turn off backlight shortly in locked mode
* Re-enable auto lock after pin lock
* Correctly handle start when pin locked
* Use timer to hide locked hint
* Use a single state variable instead of multiple bools
* Do not call update callback recursively
* Allow input when the Unlocked hint is shown
* Add a delay to backlight switch off while locking
* Better user input handling
* Switch backlight off after pin timeout
* Correct grammar in notification settings

Co-authored-by: あく <alleteam@gmail.com>
2022-04-14 15:20:41 +03:00
..
desktop_events.h [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
desktop_view_debug.c [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
desktop_view_debug.h [FL-2263] Flasher service & RAM exec (#1006) 2022-04-13 23:50:25 +03:00
desktop_view_first_start.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_first_start.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_lock_menu.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_lock_menu.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_locked.c [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
desktop_view_locked.h [FL-2430] Automatic Desktop Locking (#1101) 2022-04-14 15:20:41 +03:00
desktop_view_main.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_main.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_input.c HAL to LL migration: GPIO, HSEM, AES (#1069) 2022-03-30 18:23:40 +03:00
desktop_view_pin_input.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_setup_done.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_pin_setup_done.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00
desktop_view_pin_timeout.c [FL-2274] Inventing streams and moving FFF to them (#981) 2022-02-18 22:53:46 +03:00
desktop_view_pin_timeout.h [FL-2152] New PIN lock (#989) 2022-02-10 21:17:41 +03:00