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
Willy-JL
512bba335b
Add mfkey32 app ( #157 )
2023-03-20 17:31:36 +00:00
Willy-JL
54d66a9402
Add uptime timer to desktop hold right
2023-03-20 04:28:25 +00: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
ClaraCrazy
37864195ba
New tama Icon
2023-03-19 23:48:53 +01: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
5cc2b7e85d
Remove subbrute(s) pt2
2023-03-19 18:35:11 +00:00
Willy-JL
4f081e0f12
Readd subbrute(s) pt2
2023-03-19 18:33:54 +00:00
Willy-JL
920bdfe856
Remove subbrute
2023-03-19 18:31:48 +00:00
Willy-JL
2fe2b183e6
Readd subbrute
2023-03-19 18:29:36 +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
b37eaebf04
Update menu style setting naming
2023-03-19 00:57:12 +00:00
Willy-JL
12fe307eed
Add lockscreen settings to xfw app
2023-03-19 00:50:04 +00:00
Willy-JL
f63f8b8398
Fix typo
2023-03-19 00:49:20 +00:00
Willy-JL
c3c4373539
Lockscreen improvements
2023-03-19 00:10:35 +00:00
Willy-JL
1eae24cf68
Animate lockscreen
2023-03-18 22:48:10 +00:00
Willy-JL
ea596dc94d
Initial lockscreen redesign
2023-03-18 20:36:24 +00:00
Willy-JL
09bc580497
Merge branch 'ul-dev' into xfw-dev
2023-03-17 23:52:05 +00:00
Willy-JL
b34a4f2468
Rename plugins to external
2023-03-17 22:50:23 +00:00
Willy-JL
b3c64d0428
Switch to barcode app with saving ( #165 )
2023-03-17 22:35:32 +00:00
Willy-JL
20dbf61d04
Add ir remote
2023-03-17 22:19:13 +00:00
MX
9941457cdb
Fix issue #387
2023-03-17 22:51:59 +03:00
MX
54cefb7884
Merge branch 'fz-dev' into dev
2023-03-17 17:54:05 +03:00
Astra
7de7fa293b
Optimize trailing slash check ( #2503 )
...
* Optimize trailing slash check
2023-03-18 00:45:42 +10:00
MX
b0928fb3cd
Fix subghz external module power issues
2023-03-17 00:27:01 +03:00
Willy-JL
eb05478531
Scroll text in variable item list option names
2023-03-16 18:50:37 +00:00
MX
559b0e9b40
Small UI fixes
2023-03-16 21:24:09 +03:00
Willy-JL
679352dbbf
Hide GPIO tags from wii menu names
2023-03-16 18:22:00 +00:00
MX
2cefc9aab0
Security+ 2.0 custom buttons
2023-03-16 18:14:39 +03:00
MX
3c3ac216dc
Remember if 5v was turned off, save its state
2023-03-16 16:03:22 +03:00
MX
bb9ac1389b
Remember last state for CC1101 external + other fixes
...
Reset to internal module if external is not found on all apps, not only in bruteforcer
2023-03-16 15:02:23 +03:00
MX
49378f0893
Merge branch 'fz-dev' into dev
2023-03-16 13:49:24 +03:00
Astra
6aa0c08f3a
[FL-3064] Skip the read when the card is not present ( #2494 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-03-16 18:06:11 +09:00
Astra
9fbf327028
[FL-1799] Require the trailing slash for root paths ( #2486 )
...
* Require the trailing slash
* Fix the swapped storages
* Fix root paths
2023-03-16 17:28:50 +09:00
Willy-JL
8c5b18c7ef
Remove dolphin backup and restorer
2023-03-16 00:50:24 +00:00
Willy-JL
1e60ff81e8
Restructure xtreme settings app
2023-03-16 00:12:46 +00:00
MX
968d6d578f
Add retry and delay to avoid power issues with Wifi plugins
2023-03-16 00:07:37 +03:00
MX
2046ac6604
Lets try new changes for marauder companion
...
https://github.com/tcpassos/flipperzero-firmware-with-wifi-marauder-companion
2023-03-16 00:00:10 +03:00
Willy-JL
3b0daf2f21
Fix scrolling text left-align logic
2023-03-15 18:49:17 +00:00
Willy-JL
faafee5fb5
Wii menu toggle, old menu ext apps and scroll text
2023-03-15 18:48:54 +00:00
Willy-JL
f93dd51f80
Remove empty box from wii menu
2023-03-15 18:46:39 +00:00
MX
2a040f245f
Merge branch 'fz-dev' into dev
2023-03-15 21:25:06 +03:00