Willy-JL
fec891fa48
Fix UHF RFID uart too
2024-03-22 21:42:27 +00:00
Willy-JL
ae57ffa15c
Few missing app UART fixes
2024-03-22 21:35:19 +00:00
Willy-JL
46ec8e2b8e
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-03-22 21:24:42 +00:00
Willy-JL
fe80cb08e1
Merge branch 'gui-elements-fix' of https://github.com/Willy-JL/flipperzero-firmware into mntm-dev
2024-03-22 21:10:32 +00:00
Willy-JL
c7d18804da
Proper fix for textbox UART hang/crash
...
THANK YOU @0xchocolate
2024-03-22 19:19:55 +00:00
hedger
6947d3dea2
BLE/GAP fixes ( #3533 )
...
* hal: fixed ble_gap race on queue init
* fbt: removed deprecated path_as_posix
* hal: fixed inconsistencies between f7/f18 APIs
* hal: fixed excessively strict event handler re-init checks
Co-authored-by: あく <alleteam@gmail.com >
2024-03-22 21:36:05 +09:00
Egor Koleda
2aa2dcc71b
Add support for Pioneer SR IR remotes ( #3308 )
...
* add support for Pioneer SR IR remotes
* fix minor issues
* fix repeat
* Fix protocol enumeration order
* Add unit tests for Pioneer IR protocol
* Clean up raw test data
* Add encoder/decoder tests, modify parser
* Remove dead code
* Use loops where appropriate
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com >
Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com >
2024-03-22 21:25:52 +09:00
Aleksandr Kutuzov
2e9855972e
Gui: update elements for new canvas
2024-03-22 18:54:37 +09:00
Willy-JL
04ecef4048
Temp fix for UART text box BusFault?
...
Attempts to fix BusFault with huge amount of fast data
Still have weird hangs in some cases with huge amounts of data
But this fixes crashes atleast
Weird thing is that these hangs are not full, CLI keeps working for a few seconds
2024-03-22 06:11:16 +00:00
Willy-JL
6fb382aafa
Update apps
...
- TOTP new api improvements
- NFC Magic gen 2 support and gen 4 improvements
2024-03-22 04:21:07 +00:00
Willy-JL
6b4f31346e
Fix Wardriver crash at exit
2024-03-22 03:39:46 +00:00
Willy-JL
c1cdba49d6
Fix FindMy crash on boot when core2 is broken
2024-03-22 03:30:23 +00:00
Willy-JL
7424373147
Fix UART deinit issues and crashes
...
Remove interrupt callback before stopping thread
Prevents race condition of interrupt setting flag on free'd thread
Also correctly stop async rx events
2024-03-22 03:29:07 +00:00
Willy-JL
245ee64b44
Fix crash on adding external app to menu
2024-03-22 01:36:45 +00:00
Willy-JL
9b0e3a0475
Fix duplicate plugin in storage folder --nobuild
2024-03-21 05:40:38 +00:00
Willy-JL
d8a4dde6ef
Fix poor firstboot.flag naming
2024-03-21 05:05:20 +00:00
Willy-JL
4719460e27
Fix "reset menu" still importing from xfw app list
...
Previously, it deleted the file then rebooted
This caused a new, default list to be generated
However, since the xfw list file is kept, it will migrate it
Instead, generate on the spot, rather than deleting and rebooting
2024-03-21 04:43:53 +00:00
Willy-JL
2f7dfe434b
App crash bugfixes
...
- BLE Spam: Fix icon position
- Hex Viewer: Fix view alloc/free
- Chess: Fix view alloc/free
- UHF RFID: Fix view alloc/free
2024-03-21 04:42:01 +00:00
WillyJL
6909411f02
Merge branch 'dev' into gui-elements-fix
2024-03-21 04:20:08 +00:00
Willy-JL
8b69bae52c
Fix slideshow when previous firmware left it
2024-03-21 03:10:34 +00:00
Willy-JL
513c6b8732
Enforce "show hidden files" in browser worker
2024-03-21 03:03:15 +00:00
Willy-JL
cee0a223fc
Remove unused docs workflow
2024-03-21 02:35:25 +00:00
Willy-JL
902588c882
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-03-21 02:33:12 +00:00
Willy-JL
04b388ec4e
Cycle MNTM anims more often for more randomness
2024-03-21 02:29:07 +00:00
Willy-JL
d610e20060
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-03-21 02:07:27 +00:00
Silent
4039ccbcca
fbt/ufbt: Ensure POSIX paths are passed to GDB on all platforms ( #3360 )
...
* fbt/ufbt: Ensure POSIX paths are passed to GDB on all platforms
GDB heavily dislikes forward slashes from Windows paths and strips
them internally instead of normalizing them. Account for this by
passing POSIX paths explicitly.
* fbt: different approach for posix path handling
* fbt, ufbt: further fixes for path handling
* fbt: explicit path stringification
* linter fixes
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 07:36:38 +09:00
Willy-JL
3da03da5fb
Update f18 symbols
2024-03-20 22:35:19 +00:00
Willy-JL
2cfb31a18e
Update symbols
2024-03-20 22:28:08 +00:00
小兽兽
0c465f7eb3
Added new IR commands ( #3480 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 07:24:33 +09:00
hedger
4c42490492
Merge branch 'dev' into gui-elements-fix
2024-03-21 02:18:47 +04:00
Jaroslav Nesterov
1bef579b82
Add support for DEFAULT_STRING_DELAY in Bad USB App ( #3476 )
...
* Add support for `DEFAULT_STRING_DELAY` in bad_usb
* Format Sources
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 07:18:02 +09:00
Willy-JL
f3a31eeca0
Oops
2024-03-20 22:17:27 +00:00
Willy-JL
fec247882e
GUI: Fix elements module for new canvas API
2024-03-20 22:02:08 +00:00
Gabe
702ab672bb
Adding F13-F24 function key support to BadUSB ( #3468 )
...
* Adding F13-F24 function key support to BadUSB
* Adding F13-F24 function key support to JS version of BadUSB
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 06:45:16 +09:00
Nikolay Minaylov
7d50c4a742
it-IT-mac layout ( #3401 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 06:35:48 +09:00
Willy-JL
98f6dbaa09
SubGHz: Fix loading region data
2024-03-20 20:06:36 +00:00
MX
139cc3c93d
upd changelog
2024-03-20 22:02:13 +03:00
MX
3b83d8b825
the biggest update ever
2024-03-20 21:47:01 +03:00
MX
8c0ba4de9f
add icon
2024-03-20 20:17:16 +03:00
hedger
ee36c66572
fbt: doxygen target ( #3510 )
...
* fbt: doxygen target
* github: adjustments for doxygen
* github: always generate docs, only upload for dev
* doxygen: fixed exclusion path for awesome-css
* github: stricter check for push ref
* github: bumped action version to fix node.js deprecation
* github: added PVS report url to workflow summary
* github: pvs: reworked report URL handling
* github: added size report to summary
* docs: added `doxygen` target
* fbt: common naming scheme for COMSTR
* Documentation: fix warnings and errors
* Doxygen: stricter warning checks
* fbt: "doxy" target, opens generated doxygen documentation in browser
* github: doxygen: now using edge (1.10) version
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 01:32:53 +09:00
Astra
4a673397b3
[FL-3760] NFC Parsers cosmetic fixes ( #3511 )
...
* NFC Parsers cosmetic fixes
* Clarify the unknown digit indication
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 18:10:51 +03:00
Astra
a5bb1ead68
NFC wording fixes ( #3512 )
...
* NFC wording fixes
* Fix filename
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 18:10:34 +03:00
Astra
558f75672f
[FL-3760] NFC Parsers cosmetic fixes ( #3511 )
...
* NFC Parsers cosmetic fixes
* Clarify the unknown digit indication
Co-authored-by: あく <alleteam@gmail.com >
2024-03-21 00:08:35 +09:00
Georgii Surkov
7987917d85
[FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more ( #3515 )
...
* FL-3496: do not hardcode universal library names in CLI
* FL-3523: remove TODO, no changes necessary
* FL-3767: remove TODO, no changes necessary
* FL-3790: fix laggy TextInput by not adding it into a ViewStack
* Improve documentation
* Fix logical error in documentation
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 23:54:07 +09:00
Astra
1c033e2afe
NFC wording fixes ( #3512 )
...
* NFC wording fixes
* Fix filename
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 23:44:48 +09:00
Georgii Surkov
169522cbe8
[FL-3792] Fix iButton emulation regression ( #3519 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 23:37:16 +09:00
MX
7c607abfe6
fix module load
2024-03-20 14:48:54 +03:00
MX
6f560ef210
js updates
...
by Willy-JL , oldip
2024-03-20 13:13:04 +03:00
MX
71111b0d2f
sync anims with OFW
...
[FL-3776] Add the Freedom_2_dolphins animation
2024-03-20 12:48:50 +03:00
Astra
8bd984ff81
[FL-3151] Update the WiFi devboard developer documentation ( #3520 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-03-20 18:44:31 +09:00