Commit Graph

7128 Commits

Author SHA1 Message Date
Willy-JL
9b3f7f4968 Format 2024-04-11 13:34:37 +01:00
Willy-JL
56dbcb17f7 Sync apps
- Picopass: Save as LFRFID and improvements (by bettse)
- NFC Magic: Gen4 sync and fixes (by xMasterX)
2024-04-11 13:31:06 +01:00
Willy-JL
6608b89626 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-04-11 03:33:57 +01:00
Willy-JL
6c508779e2 JS: Fix badusb double free crash with quit() 2024-04-11 03:33:15 +01:00
Willy-JL
c02be75868 Merge branch 'zlo/allocator-playground' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-11 03:15:09 +01:00
MX
6bb605f8ce Allow setting view dispatcher callbacks to NULL 2024-04-11 01:20:39 +03:00
SG
a40df690d0 Merge branch 'dev' into zlo/allocator-playground 2024-04-10 21:43:37 +03:00
SG
9317a07d99 unit tests: aligned_alloc 2024-04-10 21:42:50 +03:00
SG
efc355537e unit tests: realloc and test with memory fragmentation 2024-04-10 21:32:02 +03:00
SG
ece7a2d868 unit test: malloc 2024-04-10 21:08:32 +03:00
MX
2443a702c9 update nfc parser
by zacharyweiss
2024-04-10 15:38:57 +03:00
MX
744ef8138e subghz add manually fixes 2024-04-10 15:26:47 +03:00
MX
b3151c563f Merge remote-tracking branch 'OFW/dev' into dev 2024-04-10 15:18:09 +03:00
RebornedBrain
fb9728d570 [FL-3772] Felica poller (#3570)
* New types for felica poller
* New functions for felica data transmissions
* Felica memory map extended with new fields
* Init/deinit of mbedtls context added for felica encryption
* Functions for session key and mac calculations added
* Raw felica_poller implementation added
* Removed MAC type parameter from check_mac function
* Replaced all data fields needed for auth with context structure
* Clean up felica_poller.c
* Now RC block is filled with random numbers
* New parameter for counting well-read blocks
* Some cleanups
* Felica file save and load logic added
* Now we use card key from context for session key calculation
* Copying card key to card block from auth context when both authentications succeeded, otherwise decrement blocks count by 1
* New felica poller event added
* Moved some data structions to public namespace
* FelicaAuthenticationContext struct moved to felica.h
* Field type and name changed for better ones
* Helper functions for felica_auth added to the app
* New scene for felica card key input added
* Logic for felica key input added
* Auth context request processing added
* Added block index definitions and replaced all index numbers with them
* More macro defines
* Replace nesting with do while block
* New function for write operations mac calculation added
* Replace nesting with do while block
* Make functions static for now because they are used internally
* Wrote some comments
* Raw felica render implementation
* New felica scenes
* Adjusted felica dump rendering according design requirements
* New felica scene added
* Helper for switching scene during unlock added
* Added warning scene and transfer to it
* Moved unlock scene logic to separate files
* Magic number changed
* New felica render logic
* Felica scenes adjusted according to design requirements
* Felica poller cleanups
* Some asserts added and some fixed
* Replcaed asserts to checks in public api
* Fixed pvs warnings in felica_poller
* New event for felica_poller added for incomplete read actions
* Handling of new poller event added
* Update SConscript with felica files
* Update api_symbols.csv with felica functions
* Sync API versions

Co-authored-by: あく <alleteam@gmail.com>
2024-04-10 18:51:36 +09:00
Zachary Weiss
c056127e99 Merge branch 'Next-Flip:dev' into dev 2024-04-09 22:07:10 -04:00
Zachary Weiss
66f1558b07 Typo 2024-04-09 21:14:57 -04:00
Zachary Weiss
905c33a08b Only print end validity when present
Same might be worth doing for type & balance, keeping those as is for now; expiry/EV specifically given the switching logic as it has most potential for misinterpretation of null/0 value
2024-04-09 21:12:46 -04:00
Zachary Weiss
2150f18496 Struct&var refactor for clarity 2024-04-09 20:19:27 -04:00
Willy-JL
d81e72d0a6 Merge branch 'zlo/allocator-playground' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-09 22:15:50 +01:00
Willy-JL
01c55c7b7e Fix build 2024-04-09 22:09:46 +01:00
Willy-JL
ff8210ba27 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-09 21:58:48 +01:00
MX
95da39ba88 Merge remote-tracking branch 'OFW/dev' into dev 2024-04-09 20:33:52 +03:00
Victor Nikitchuk
db14ca964b Status output !TX/RX on the GDO2 CC1101 pin (#3571)
* Status output !TX/RX on the GDO2 CC1101 pin\
* Fix PVS warnings

Co-authored-by: あく <alleteam@gmail.com>
2024-04-10 00:05:30 +09:00
WillyJL
e3ca293eee Desktop/Loader: Unload animations before loading FAPs (#3573)
* Desktop: Unload animations before FAP is loaded
* Loader: Add API to start detached (returns instantly, queues event)
* Desktop: Fix early animation unload deadlocks
* Loader: remove redundant event
* Bump api symbols

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2024-04-09 22:42:03 +09:00
Willy-JL
1669765252 Fix BLE Spam #85 2024-04-09 11:00:20 +01:00
Willy-JL
fe85c512f2 Archive: Fix .txt file type for /any paths 2024-04-09 03:36:19 +01:00
Zachary Weiss
33cfd6340a More cleanup, pass testing 2024-04-08 22:14:46 -04:00
SG
3a4bff82f4 Furi: distinct name for auxiliary memory pool 2024-04-09 05:12:15 +03:00
Zachary Weiss
3ea6d46c79 Parsing function readability refactor 2024-04-07 22:10:46 -04:00
Zachary Weiss
3af66c7815 ASCII of known layouts, pass testing 2024-04-07 20:49:06 -04:00
Zachary Weiss
07f63f9512 Misc cleanup/refactor + passes testing 2024-04-07 16:20:08 -04:00
Willy-JL
75c74dce8a Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-04-07 20:46:09 +01:00
Willy-JL
73e8c632d7 MNTM: Add flipper Shell Color spoofing support 2024-04-07 20:43:12 +01:00
Willy-JL
6fc6d50904 MNTM: Refactor device name to Spoof submenu 2024-04-07 20:42:17 +01:00
Kuronons
83ef82dc9c Change y value for graphic asset in nfc_protocol_support.c
Set y=0 for NFC_dolphin_emulation_51x64 asset so it is coherent with the other uses of this pict.
2024-04-07 12:42:23 +02:00
WillyJL
463d42f6ed Merge pull request #80 from jetblk/mass_storage_enhancement
Storage: USB Mass Storage enhancement for setting volume label
2024-04-06 23:21:58 +01:00
Willy-JL
aea1d0be9f Cleanup import 2024-04-06 23:20:18 +01:00
Willy-JL
9d43b3ccfd Fix FATfs drive IDs (0=/ext 1=/mnt) 2024-04-06 23:17:19 +01:00
Willy-JL
29c3813f68 Improve error handling, use correct drive id 2024-04-06 23:16:29 +01:00
Nick Shaw
d05080820d Storage: Updated virtual storage label to use strlcpy 2024-04-06 11:21:23 -04:00
Nick Shaw
aee2120dce Storage: Virtual volume label is now set from Image Name 2024-04-06 10:04:33 -04:00
MX
52d97b9329 update readme and fix hex uppercase 2024-04-06 06:44:08 +03:00
MX
294df5d1d4 desktop animations unload apilock revert
+ js layout fix and lfrfid ui fix
by Willy-JL
2024-04-06 05:40:53 +03:00
Nick Shaw
7869869fb9 Storage: Default volume label DOLPHIN added to virtual storage 2024-04-05 22:25:59 -04:00
Willy-JL
b8295a2dac JS: Fix default layout handling 2024-04-06 00:29:23 +01:00
Willy-JL
b831161a8f Merge branch 'unload-anim-before-fap' of https://github.com/Willy-JL/flipperzero-firmware into mntm-dev 2024-04-06 00:15:52 +01:00
Willy-JL
48a2211548 Desktop: Fix early animation unload deadlocks 2024-04-06 00:01:06 +01:00
Willy-JL
ef72f81581 Loader: Add API to start detached (returns instantly, queues event) 2024-04-06 00:01:00 +01:00
Willy-JL
a95519ea86 Desktop: Unload animations before FAP is loaded 2024-04-05 23:50:26 +01:00
Willy-JL
fb8d6d54a3 Fix --no-build 2024-04-05 22:16:34 +01:00