Commit Graph

677 Commits

Author SHA1 Message Date
Willy-JL aa8d9b7bac Format 2023-03-28 04:48:41 +01:00
Willy-JL d886e16680 Fix text input crash on redraw after reset 2023-03-28 03:10:36 +01:00
Willy-JL a25bfddcfd Fix slideshow filename includes 2023-03-28 02:05:19 +01:00
Willy-JL 94f636ce21 Move slideshow temp file to external storage 2023-03-28 02:03:12 +01:00
Willy-JL 6f8e625df1 Reset settings subindex on open (lock menu) 2023-03-28 00:29:55 +01:00
Willy-JL e77b08e96b Fix lock menu settings saving 2023-03-28 00:27:11 +01:00
Willy-JL 10096ec95a Store main settings in dedicated ext folder 2023-03-28 00:13:28 +01:00
Willy-JL 921143fa7b Add support for first xfw boot slideshow 2023-03-25 22:30:50 +00:00
Willy-JL 5facf6dc89 Move setting files to sd card 2023-03-25 20:12:48 +00:00
Willy-JL df3dfb1aaa Add lock mode popup to lock menu 2023-03-25 06:01:17 +00:00
Willy-JL 8d174634f6 Move cursor position in text input widget 2023-03-25 03:25:31 +00:00
Willy-JL 006a05973f Simplify text input keyboard drawing logic 2023-03-25 02:32:55 +00:00
Willy-JL 3d1a4c73fd Readd lock with pin menu event 2023-03-25 00:29:50 +00:00
Willy-JL fb13943360 Lock menu fix main settings button 2023-03-25 00:25:06 +00:00
Willy-JL fc5f181d11 Raise daily xp limits 2023-03-24 22:10:31 +00:00
Willy-JL 906f2d324b Merge branch 'ul-dev' into xfw-dev 2023-03-24 18:56:42 +00:00
Willy-JL c5f23a6cdb Format 2023-03-24 18:43:18 +00:00
Willy-JL bcd4273cf5 Update rgb backlight colors 2023-03-24 17:53:17 +00:00
Willy-JL 31122e295c Hide statusbar in lock menu 2023-03-24 00:00:33 +00:00
Willy-JL 90b333b088 Lock menu save settings at exit (fix lag) 2023-03-23 22:23:32 +00:00
Willy-JL 3b71b8596c Initial lock menu rework 2023-03-23 03:33:13 +00:00
MX 9165b819f4 fix merge issues 2023-03-22 22:04:04 +03:00
MX 795c8eeef7 Merge branch 'fz-dev' into dev 2023-03-22 21:13:39 +03:00
あく 7bf0a4786c [FL-3152] Screen streaming improvements (#2498)
* Rpc: reserve some bandwidth when screen streaming
* Move furi_hal_compress to toolbox/comporess
* Lib: heatshrink as external submodule, compile warnings fixes, better buffer management
* Lib: cleanup compressor definitions
* Rpc: add canvas orientation support
* Format Sources
2023-03-23 03:00:48 +10:00
Willy-JL e3c6a63481 Add option to disable fallback animation 2023-03-22 11:59:13 +00:00
Willy-JL 84a51de03d Dont repeat same animation twice (when possible) 2023-03-22 11:57:43 +00:00
Willy-JL 775b360391 Fix crashes on bad animation manifests 2023-03-22 11:55:50 +00:00
Willy-JL 1ddfd4f973 Merge branch 'ul-dev' into xfw-dev 2023-03-21 04:00:12 +00:00
Willy-JL d05a3b7ec9 Integrate RGB backlight into API + add to xfw app 2023-03-20 23:09:41 +00:00
Willy-JL 89e98dea4e Format 2023-03-20 21:26:20 +00:00
Willy-JL 7231ddf857 Change locked submenu popup timeout 2023-03-20 21:16:40 +00:00
Willy-JL 19625a5016 Locked menu item fixes 2023-03-20 21:09:51 +00:00
Giacomo Ferretti f68cffef8d Add function to add a lockable submenu item
This will prevent to break existing apps
2023-03-20 20:58:05 +00:00
Willy-JL c02caa6a40 Add lockable capability to Submenu module 2023-03-20 20:57:09 +00:00
Willy-JL cfecf5d5d6 Support locked items in varitemlist 2023-03-20 20:12:20 +00:00
Hugo Grostabussiat be8387afb5 crypto: Erase key from RAM after storing into enclave
When storing a new unique secret key in the secure enclave, it is
temporarily stored in a stack buffer accessible by CPU1.
Since it is a secret key, it should not be kept in memory as it could
be leaked.

This commit calls the explicit_bzero() function from the libc to ensure
that the buffer containing the key is cleared. Unlike with bzero() and
memset(), the compiler won't optimize away calls to explicit_bzero().
2023-03-20 18:57:27 +00:00
Nikolay Minaylov 0444a80f19 [FL-3134] BadUSB: Script interpreter refactoring (#2485)
* Script command and character tables
* Non-blocking stringdelay, docs update
* altchar/altstring fix
* Layout select UI fix
* Remove debug print

Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 02:22:03 +09:00
MX 5660111b28 Merge branch 'fz-dev' into dev 2023-03-20 20:04:22 +03:00
Sergey Gavrilov f7024cff78 SD Driver: reinit sd card on error (#2493)
* SD Driver: reinit sd card on error
* SD Driver: cleanup fatfs bindings
* Storage: optimized glue
* Storage: move fatfs initialization to appropriate subsystems, minor code cleanup
* SD Driver: minor code cleanup

Co-authored-by: あく <alleteam@gmail.com>
2023-03-20 22:09:10 +09:00
Willy-JL e6f9c0ee61 Add initial RGB backlight support 2023-03-20 03:55:26 +00:00
Willy-JL ad52c5bc0c Add warning dolphin icon to asset packs 2023-03-20 02:40:18 +00:00
Willy-JL cc96ade1f9 Better screen timeout on lockscreen
This reverts commit 9d42404ef3.
Adds a 1s delay after tooltip timeout.
2023-03-20 02:33:43 +00:00
Willy-JL 51528ce700 Fix scrolling text lmao 2023-03-19 19:52:27 +00:00
Willy-JL 477bf93a85 Show unlock prompt for longer 2023-03-19 19:00:42 +00:00
Willy-JL 9d42404ef3 Use default screen timeout on lockscreen 2023-03-19 18:52:15 +00:00
Willy-JL 888c356c98 Make the lockscreen statusbar setting actually work 2023-03-19 18:45:23 +00:00
Willy-JL 3899b553bb Add setting for lockscreen prompt 2023-03-19 18:11:30 +00:00
Willy-JL 949f372686 Better lockscreen prompt + unlock with UP 2023-03-19 18:02:48 +00:00
Willy-JL 12fe307eed Add lockscreen settings to xfw app 2023-03-19 00:50:04 +00:00
Willy-JL c3c4373539 Lockscreen improvements 2023-03-19 00:10:35 +00:00