Willy-JL
e6abb96596
Format
2024-05-19 22:25:01 +01:00
Willy-JL
e20c9bdebc
Sync apps
2024-05-19 22:21:36 +01:00
Willy-JL
e750d5509d
Add NFC Playlist, MealPager, GPIO Badge, Ethernet W5500
2024-05-19 22:14:39 +01:00
Willy-JL
02291d9d3b
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev
2024-05-19 03:49:20 +01:00
MX
e909818f65
fix stealth jiggler icon with ble
2024-05-19 04:53:30 +03:00
MMX
e4ed15ba23
Merge pull request #753 from Willy-JL/hid-app-merge-fix
...
Hid app merge fix
2024-05-19 04:50:29 +03:00
Willy-JL
8d71b40a43
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-05-19 02:49:10 +01:00
MX
8275140fe6
rename
2024-05-19 03:57:19 +03:00
MX
4f6c98dc0d
move js examples to examples subfolder
2024-05-19 03:56:22 +03:00
MX
21abcb56fd
merge ofw dev missing parts
2024-05-19 03:54:21 +03:00
MX
fb6070f29d
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-19 03:45:07 +03:00
WillyJL
de4b086083
Fix calling both view_free_model() and view_free() ( #3655 )
2024-05-18 19:40:01 +01:00
Willy-JL
0f18ef1853
Fix build and format
2024-05-18 11:27:50 +01:00
Willy-JL
4f43dd52b0
Add Quac!, MALVEKE apps, Pokemon Trading
2024-05-18 11:25:22 +01:00
Willy-JL
2fd148878c
Storage: Fix process aliases in rename
2024-05-18 10:08:58 +01:00
Willy-JL
7c013c0534
HID App: Add few missing things from last merge
2024-05-18 08:31:36 +01:00
Willy-JL
23ca7e7b48
Some formatting to match upstream
2024-05-18 08:28:45 +01:00
Willy-JL
c4709a5b6b
HID App: Update icons
2024-05-18 08:26:36 +01:00
Willy-JL
276feac73f
HID App: Update to scene based startscreen
2024-05-18 08:24:29 +01:00
Willy-JL
98903b8f10
Fix USB/BT Remote Mouse Clicker merge
2024-05-18 08:15:07 +01:00
Willy-JL
3a82c94e28
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild
2024-05-18 05:46:15 +01:00
WillyJL
0d456aa550
JS: Add textbox module ( #3597 )
...
* JS: Add textbox module
* Using view_holder instead of view_dispatcher, more checks in js_textbox_show
* API version sync
* Rename emptyText() to clearText()
* Keeping view_holder allocated for thread sefety
* Js: proper comparision with 0 in js_math_sign
* Js: add comments and fix condition race in textbox
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: nminaylov <nm29719@gmail.com >
2024-05-17 18:43:52 +01:00
WillyJL
c673b53e21
JS: Add math module ( #3598 )
...
* JS: Add math module
* Double constants
* Error on argument type mismatch
* Fix missing returns
* Using sin, exp from c library
* asin, acos, pow, sqrt too
* Js: tests for math module and various fixes.
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: nminaylov <nm29719@gmail.com >
2024-05-17 17:45:40 +01:00
MX
51bb9c0a0a
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-17 17:15:48 +03:00
gornekich
217bfac2fc
NFC: add Slix capabilities ( #3652 )
...
* iso15693 listener: fix inventory cmd and buffer overflow
* iso15 listener: fix read multiple blocks command
* slix: print password
* slix: add capabilities field
* slix listener: skip password validation for special capability
* slix: fix capability name
* slix: add capabilities handler to verify and reset
* nfc test: introduce slix tests
* fbt: change toolchain back to 33 version
* slix: fix saving capablities comment
* unit tests: add slix files to resources
* slix: fix set passwrd signature
* nfc tests: add set correct password test
* nfc test: complete slix password tests
* nfc test: add slix file test
* nfc test: handle errors in worker callback
* iso15693_3: code clean up
* iso15693_listener: fix incorrect afi handling
* slix: chage capabilities format to one word camel case
* unit tests: update nfc files with new slix format
Co-authored-by: あく <alleteam@gmail.com >
2024-05-17 12:58:32 +01:00
Astra
603a86dbe6
[FL-3797] Settings refactor fixes ( #3654 )
2024-05-17 12:52:42 +01:00
Willy-JL
7135b021cd
Enforce "show hidden files" in dialogs and not archive
...
Archive "file" tabs (like SubGHz and so on) hide dot files
Archive "browser" tabs (like /ext) follow user choice
Dialogs (everything else) follow dev choice, unless user chose to show hidden files
2024-05-17 08:08:05 +01:00
Willy-JL
38f4c7bb0e
Revert ESubGHzChat NFC, Fix MouseJacker addresses
2024-05-17 05:38:26 +01:00
Willy-JL
7867f546d6
Fix Count Down Timer crash
2024-05-17 04:50:05 +01:00
Willy-JL
a74e6ba3ba
SubGHz: Fix Radio Device Loader loading GPS plugin
2024-05-17 04:46:36 +01:00
Willy-JL
8f4de01a9d
Fix build
2024-05-17 03:29:13 +01:00
Willy-JL
9c411f30f8
Sync apps and changelog, MIFARE NESTED IS BACK!!!
...
- Add Mifare Nested (by AloneLiberty, ported with nfclegacy by xMasterX)
- UL: ESubGHz Chat: NFC feature works again with nfclegacy (by xMasterX)
- UL: Metronome: Fix crash (by xMasterX)
- OFW: NFC Magic: Fix user dict attack results being discarded (by Astrrra)
- Slots: Allow balancing of the bet to the user (by DefinetlyNotAI)
2024-05-17 03:18:09 +01:00
Willy-JL
4659c68eef
Merge branch 'zlo/tlsf-and-a-temple-of-memcorrupt' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-05-16 21:49:35 +01:00
Willy-JL
54d2763177
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-05-16 21:47:58 +01:00
MX
7c5111e29f
Merge remote-tracking branch 'OFW/dev' into dev
2024-05-16 23:37:03 +03:00
SG
1460030d03
SubGHz: fix memory corrupt in read raw view
2024-05-16 19:53:40 +01:00
Sergei Gavrilov
e90dc38e4d
TLSF memory allocator. Less free flash, moar free ram. ( #3572 )
...
* add tlsf as submodule
* libs: tlsf
* Furi: tlsf as allocator
* Furi: heap walker
* shmal fixshesh
* f18: tlsf
* PVS: ignore tlsf
* I like to moving
* merge upcoming changes
* memmgr: alloc aligned, realloc
* Furi: distinct name for auxiliary memory pool
* Furi: put idle and timer thread to mem2
* Furi: fix smal things in allocator
* Furi: remove aligned_free. Use free instead.
* aligned_malloc -> aligned_alloc
* aligned_alloc, parameters order
* aligned_alloc: check that alignment is correct
* unit test: malloc
* unit tests: realloc and test with memory fragmentation
* unit tests: aligned_alloc
* update api
* updater: properly read large update file
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2024-05-16 19:52:26 +01:00
WillyJL
63403bbae2
JS: Add submenu module ( #3601 )
...
* JS: Add submenu module
* Using view_holder instead of view_dispatcher
Co-authored-by: nminaylov <nm29719@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-05-16 18:55:08 +01:00
あく
7c63bf7574
Revert "TLSF memory allocator. Less free flash, moar free ram. ( #3572 )" ( #3651 )
...
* Revert "TLSF memory allocator. Less free flash, moar free ram. (#3572 )"
This reverts commit 1d17206e23 .
* Fix PVS warnings
* github: logging for ticket number checks to stdout
* memgr: removed offending todo
---------
Co-authored-by: hedger <hedger@nanode.su >
2024-05-16 18:43:27 +04:00
Willy-JL
68a1d63360
SubGHz: New check_tx API, ext modules follow settings
2024-05-16 11:57:42 +01:00
Willy-JL
f455f5f7e2
SubGHz: Restore last frequency even if rx only
2024-05-16 10:16:05 +01:00
Willy-JL
ad1fcb9e6d
SubGHz: Fix TX message for RAW
2024-05-16 09:57:03 +01:00
Willy-JL
858639fa94
MNTM: Confirm screen for SubGHz bypass
2024-05-16 07:06:36 +01:00
Willy-JL
d06ab5fe8f
MNTM: Confirm screen for SubGHz extend
2024-05-16 07:06:10 +01:00
Willy-JL
c39629ade6
MNTM: RGB Backlight behaves like a toggle with warning
2024-05-16 06:13:57 +01:00
Willy-JL
becefe9568
Format
2024-05-16 05:53:19 +01:00
Willy-JL
b628af1060
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev --nobuild
2024-05-16 05:39:30 +01:00
Willy-JL
c2b7b9c60f
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-05-16 04:54:24 +01:00
Willy-JL
9b418c9a07
SubGHz: Show reason for TX blocked --nobuild
2024-05-16 04:51:23 +01:00
MX
0ae78dfcdd
Revert TLSF
...
This reverts commit 5dddb075ac
2024-05-16 05:41:16 +03:00