MX
0812cd30b2
Merge remote-tracking branch 'OFW/dev' into dev
2024-07-01 22:18:36 +03:00
hedger
14b37a68b2
cli: storage: minor subcommand lookup refactor ( #3739 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-06-30 19:20:12 +01:00
Astra
81e2736145
[FL-3831] Separate editing and renaming in iButton and LFRFID ( #3735 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-06-30 12:34:13 +01:00
Astra
0b2827836d
[FL-3860] Update link to mfkey32 ( #3738 )
...
Co-authored-by: あく <alleteam@gmail.com >
2024-06-30 11:54:59 +01:00
hedger
fcbcb6b5a8
Updater: resource compression ( #3716 )
...
* toolbox: compress: moved decompressor implementation to separate func
* toolbox: compress: callback-based api; cli: storage unpack command
* toolbox: compress: separate r/w contexts for stream api
* targets: f18: sync API
* compress: naming fixes & cleanup
* toolbox: compress: using hs buffer size for stream buffers
* toolbox: tar: heatshrink stream mode
* toolbox: compress: docs & small cleanup
* toolbox: tar: header support for .hs; updater: now uses .hs for resources; .hs.tar: now rewindable
* toolbox: compress: fixed hs stream tail handling
* updater: reworked progress for resources cleanup; rebalanced stage weights
* updater: single-pass decompression; scripts: print resources compression ratio
* updater: fixed warnings
* toolbox: tar: doxygen
* docs: update
* docs: info or tarhs format; scripts: added standalone compression/decompression tool for heatshrink-formatted streams
* scripts: tarhs: fixed parameter handling
* cli: storage extract command; toolbox: tar: guess type based on extension
* unit_tests: added test for streamed raw hs decompressor `compress_decode_streamed`
* unit_tests: compress: added extraction test for .tar.hs
* rpc: autodetect compressed archives
* scripts: minor cleanup of common parts
* scripts: update: now using in-memory intermediate tar stream
* scripts: added hs.py wrapper for heatshrink-related ops (single object and directory-as-tar compression)
* scripts: naming fixes
* Toolbox: export compress_config_heatshrink_default as const symbol
* Toolbox: fix various types naming
* Toolbox: more of types naming fixes
* Toolbox: use size_t in compress io callbacks and structures
* UnitTests: update to match new compress API
* Toolbox: proper path_extract_extension usage
Co-authored-by: あく <alleteam@gmail.com >
2024-06-30 11:38:48 +01:00
MMX
2b25c14374
Merge pull request #771 from Willy-JL/emv-transactions-restructure
...
NFC: EMV Transactions less nested, hide if unavailable
2024-06-27 14:14:14 +03:00
MMX
c93eb07213
Merge pull request #770 from Willy-JL/js-widget-keyboard-refactor
...
JS: Refactor widget and keyboard modules, fix crash
2024-06-27 14:14:01 +03:00
MX
a91a4af053
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-27 04:36:00 +03:00
Willy-JL
1d41944182
NFC: EMV Transactions less nested, hide if unavailable
2024-06-26 03:21:37 +02:00
Willy-JL
8148c9b5a9
JS: Refactor keyboard with ViewHolder
...
Based on submenu refactor by nminaylov
2024-06-26 03:17:22 +02:00
Willy-JL
681b1cd069
JS: Refactor widget with ViewHolder, fix crash
...
Based on textbox refactor by nminaylov
2024-06-26 03:17:20 +02:00
Zinong Li
a881816673
NFC: Desfire Renderer Minor Debug ( #3731 )
...
* Update mf_desfire_render.c
Co-authored-by: あく <alleteam@gmail.com >
2024-06-25 14:37:50 +01:00
WillyJL
ecf38cd30a
RPC: Fix input lockup on disconnect ( #3732 )
...
* RPC: Fix input lockup on disconnect
* Rpc: minor GUI module cleanup
Co-authored-by: あく <alleteam@gmail.com >
2024-06-25 14:26:36 +01:00
IRecabarren
653423145b
Add support for Sony RM-SC3 remote control ( #3724 )
...
Commands:
Power
Vol_up
Vol_dn
Play
Pause
Co-authored-by: hedger <hedger@users.noreply.github.com >
2024-06-25 13:40:40 +01:00
MX
115a8e5ea2
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-23 17:39:44 +03:00
MX
632627b2d5
set idle state when running read from main menu
2024-06-22 17:14:55 +03:00
MX
b8bd0b9f3e
better message for api mismatch
...
by Willy-JL
2024-06-22 02:11:11 +03:00
MX
e403860e61
js add storage module
...
(without virtual mount api calls)
by Willy-JL
2024-06-22 02:01:26 +03:00
Georgii Surkov
4cf98867a0
[FL-3847, FL-3513] Thread Signals ( #3730 )
...
* Add signal API
* Add signal support to loader
* Add signal support to ViewDispatcher
* Remove extra signal definitions
* Fix typos
Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com >
* scripts: runfap: close current app pre-launch
* loader: enable backlight when starting an app
* scripts: removed distfap.py
* Do not expose signal API via ViewDispatcher
* scripts: runfap: iterative retry to launch
* Add a loader signal subcommand
* Furi, Gui: move signal handling from View Dispatcher to Event Loop
Co-authored-by: Silent <CookiePLMonster@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-06-21 21:44:36 +01:00
MX
990d80e5b9
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-06-17 23:59:15 +03:00
Sergei Gavrilov
d8ef0991fb
ELF, Flipper application: do not crash on "out of memory" ( #3664 )
...
* ELF, Flipper application: do not crash on "out of memory"
* loader: better error messages
* typo
* fix position
* Loader: QR code for common errors
* NFC: error message
* Loader: error descriptions
2024-06-17 16:40:47 +01:00
gornekich
729db7fa98
[FL-3857] NFC Ultralight Original write support ( #3718 )
...
* mf ultralight: rename ultralight unknown to origin
* nfc app: add write to origin support for origin ultralights
* mf ultralight: add orig write support on lib level
* targets: bump major API version
2024-06-17 15:20:35 +01:00
MX
30b376f4e3
subghz sync delete scene with ofw
2024-06-17 16:40:10 +03:00
Astra
ecd324dd1c
[FL-3856] Don't crash on reading weird cards ( #3717 )
...
* Don't crash on reading weird cards
* mf plus: fix incorrect read fail event handler
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2024-06-17 14:18:53 +01:00
MX
47c1031dc7
Merge remote-tracking branch 'OFW/astra/mfp-crash-fix' into dev
2024-06-17 15:33:41 +03:00
MX
2a163db3ad
fix add manually and fix check
2024-06-17 15:33:08 +03:00
gornekich
0b8ddb6173
mf plus: fix incorrect read fail event handler
2024-06-17 12:59:28 +01:00
MX
0770578d49
fix incorrect state in decode raw exit
...
causing keys to be not removed from history and showing up in Read menu after exit from decode raw
2024-06-17 02:16:20 +03:00
Skorpionm
bda6d4f75a
[FL-3853] SubGhz: fix Missed the "Deleted" screen when deleting RAW Subghz ( #3715 )
2024-06-16 13:39:26 +01:00
MX
5da3ab440f
Merge remote-tracking branch 'OFW/skorp/subghz_fix_3853' into dev
2024-06-16 14:23:52 +03:00
SkorP
cdc7e36d5c
[FL-3853] SubGhz: fix Missed the "Deleted" screen when deleting RAW Subghz
2024-06-15 21:10:59 +04:00
MX
5d4ed946cb
move part of the CLI to microsd to free up space for COMPACT 0 builds
...
CLI wrapper and idea by Willy-JL
2024-06-15 15:12:50 +03:00
MX
8b46e1c202
fix check [ci skip]
2024-06-14 19:38:50 +03:00
MX
899614fece
fix path [ci skip]
2024-06-14 19:01:50 +03:00
MX
5d6e105d03
possible fix for issue with subrem maps [ci skip]
...
subremote maps being unknown in favourites in rare cases
2024-06-14 18:31:37 +03:00
MX
b718a2eba1
Merge branch 'nfcfast' into dev
2024-06-14 18:30:41 +03:00
MX
d69d52f1df
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-14 18:17:09 +03:00
あく
a47a55bfee
Archive: fix memory leak in favorites add/remove ( #3712 )
2024-06-15 01:06:59 +10:00
MX
e6c240d363
Merge remote-tracking branch 'OFW/dev' into dev
2024-06-14 17:43:34 +03:00
WillyJL
12c1d10246
Furi: Fix EventLoop state persisting on same thread after free ( #3711 )
...
* Furi: Fix EventLoop state persisting on same thread after free
* Furi: clear event loop notification state and value on allocation, report unprocessed events on free
* UnitTests: add multiple event loop runs in one thread test
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-06-14 15:00:34 +01:00
MX
f6e9dcbc01
load plugins only when needed, show loading anim
2024-06-14 16:49:09 +03:00
MX
f0a56af7fa
Revert "make NFC emulation loading from favourites faster"
...
This reverts commit 2cbd058dc2 .
2024-06-14 14:15:49 +03:00
MX
2cbd058dc2
make NFC emulation loading from favourites faster
2024-06-14 03:48:39 +03:00
MX
ec747892c9
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2024-06-13 23:27:27 +03:00
あく
ca8517a1b0
Cli: top ( #3707 )
...
* Cli: top command to replace ps. Furi: ThreadList and thread enumeration routine.
* Sync API Symbols
* Cli: cleanup top output, add memory section. Furi: thread enumeration code cleanup. Fix doxygen and make pvs happy.
* Furi: iterator in thread_list instead of M_EACH, fix memory leak
* Update documentation
* Cli: customizable refres interval for top command
* Furi: add consistentency into float declaration in thread list
* FreeRTOSConfig: remove invalid comment
Co-authored-by: Sergei Gavrilov <who.just.the.doctor@gmail.com >
2024-06-13 18:07:13 +01:00
あく
5a8a13639b
[FL-3842] Desktop lockup fix, GUI improvements ( #3710 )
...
* Gui: increase ViewDispatcher messages queues size, improves event processing with blocking operations.
* Gui: fix log message text in view dispatcher, loosen some mutexes in view port
2024-06-14 02:47:43 +10:00
Sergei Gavrilov
730026c87a
[FL-3844] Loader: fix crash on "locked via cli loader" ( #3706 )
2024-06-13 12:38:24 +01:00
SG
4f6aff4bd1
Loader: fix crash on locked via cli loader
2024-06-12 19:55:42 +03:00
MX
ceaf2d4153
add js adc
...
by jamisonderek
https://github.com/Next-Flip/Momentum-Firmware/pull/143/files
2024-06-12 12:31:10 +03:00
MX
d4d5b1b55a
fix typo
2024-06-11 16:15:18 +03:00