amec0e
127f436315
Updated projectors.ir
...
Updated last checked
2023-03-21 00:13:47 +00:00
amec0e
f62de11de7
Updated fans.ir
...
updated Last checked
2023-03-21 00:11:38 +00:00
amec0e
6e810aacb4
Updated audio.ir
...
new additions
2023-03-21 00:11:07 +00:00
amec0e
2ff1e22ca9
Updated ac.ir
...
new addition
2023-03-21 00:10:44 +00:00
MX
c80405f880
WAV Player fixes
...
by @LTVA1
2023-03-21 03:04:22 +03:00
Willy-JL
52f5939773
Fap loader add option to ignore api mismatch
2023-03-21 00:03:03 +00:00
MX
b3ddca1aee
Update changelog
2023-03-21 02:18:04 +03:00
Willy-JL
d05a3b7ec9
Integrate RGB backlight into API + add to xfw app
2023-03-20 23:09:41 +00:00
MX
df8a57c972
Merge branch 'fz-dev' into dev
2023-03-21 01:38:41 +03:00
Willy-JL
2a834bedeb
Update rgb backlight colors
2023-03-20 22:19:19 +00:00
Willy-JL
ba6783ea3a
Fix typo
2023-03-20 22:11:51 +00:00
Willy-JL
28ca6553ea
Merge BadKB config menus + lock bt options on usb
2023-03-20 22:09:15 +00:00
Willy-JL
79976f460c
Show debug options by default as locked
2023-03-20 21:36:42 +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
Willy-JL
512bba335b
Add mfkey32 app ( #157 )
2023-03-20 17:31:36 +00:00
Willy-JL
6fd4949bcf
Fix subghz remote api symbols ( #175 )
2023-03-20 17:24:37 +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
3d90e6151c
Fix include paths
2023-03-20 20:08:02 +03:00
MX
5660111b28
Merge branch 'fz-dev' into dev
2023-03-20 20:04:22 +03:00
Skorpionm
445a1aa7b0
SubGhz: fix Incorrect comparison in subghz_setting_get_hopper_frequency ( #2518 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-03-21 01:30:57 +09:00
Georgii Surkov
0917494a80
[FL-3168] Add one_wire lib to f18, separate ibutton ( #2509 )
...
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-03-21 01:23:17 +09:00
Georgii Surkov
1d91a572cc
[FL-3182] Fix typos in iButton ( #2506 )
...
* Fix a typo: right shift instead of greater than
* Fix a typo: proper iButton part number
Co-authored-by: あく <alleteam@gmail.com >
2023-03-21 00:22:40 +09:00
hedger
60ac2e9881
[FL-3161] Improved debugging experience for external apps ( #2507 )
...
* debug: automated support for multiple debug symbol files
* faploader: extra checks for app list state
* debug: trigger BP before fap's EP if under debugger
* faploader, debug: better naming
* docs: info on load breakpoint
* faploader: header cleanup
* faploader: naming fixes
* debug: less verbose; setting debug flag more often
* typo fix
2023-03-21 00:03:55 +09: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
Sergey Gavrilov
6ec62f48f9
[FL-3180] OTP programmer: return exit code based on error type ( #2504 )
2023-03-20 21:07:17 +09: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
40f9eeb760
Update install docs
2023-03-20 03:15:24 +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
MX
d14364a86c
OFW PR: Fixed writing gen1a magic tags with invalid BCC
...
PR 2511 by AloneLiberty
https://github.com/AloneLiberty/flipperzero-firmware/tree/nfc-magic-write-fix
2023-03-19 15:34:05 +03: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