Commit Graph

7169 Commits

Author SHA1 Message Date
Willy-JL a31cd149cc Update apps
- Magspoof: Bump version, welcome back @zacharyweiss :D
- NFC Magic: Gen 4 improvements
- Seader: Embedded plugin (by bettse)
- TOTP: Fix idle on secret input bug, other fixes (by akopachov)
2024-04-25 22:47:58 +01:00
Willy-JL 41e0b478a3 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev --nobuild 2024-04-25 22:20:39 +01:00
あく 43c4381820 [FL-3814] Desktop: cleanup error popups (#3615)
* Desktop: cleanup error popups, add missing factory keys notification
* Desktop: enclave warning wording
2024-04-25 08:39:38 +09:00
Astra 1559ee6293 [Fl-3809] Troika parser visual fixes (#3614)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-24 21:47:40 +09:00
Astra 34abaa7e27 [FL-3815] Fix the retry/exit confirmation prompts in iButton (#3613) 2024-04-24 21:35:15 +09:00
Willy-JL 2c015b0121 NFC: Allow backlight off in dict attack
It already turns on backlight when it finishes
Lets atleast let the poor guy focus on the task at hand )
2024-04-23 03:41:35 +01:00
Willy-JL 6e5ef1e125 Sync apps
- NFC Maker: Make placeholders more professional (by @MatthewKuKanich)
2024-04-23 02:01:09 +01:00
Willy-JL a7a3ce8d4b JS: Add VGM module by @jamisonderek
Co-authored-by: Derek Jamison <jamisonderek@users.noreply.github.com>
2024-04-22 06:10:00 +01:00
Matthew e9dc55c70b Rework MNTM menu, fix Long Dolphin Name, add Battery Charge %, add Ext 5v Indicator (#105) 2024-04-22 02:51:11 +01:00
Zachary Weiss 9d4a6e6788 Fix MNTM-DEV git hash formatting (#104)
* Fix max length of git hash

* Fix editor auto-reformat that causes it to fail lint

* Found it...

* Revert "Found it..."

This reverts commit c7cb790716.

---------

Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com>
2024-04-22 02:44:06 +01:00
Willy-JL 1cac0e6e0e Updates apps
- Flizzer Tracker: Trigger envelope release on xx tick (by LTVA1)
- Picopass: Cleanup (by bettse)
- Seader: Refactor, show Parse for saved cards (by bettse)
2024-04-22 02:41:15 +01:00
Derek Jamison 17646cab37 JS: Fix widget sometimes MemCrash on exit. 2024-04-19 18:14:21 -05:00
Willy-JL e3cc377b56 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-19 22:40:41 +01:00
gornekich c87683596a nfc app: add legacy keys for plantain cards (#3602)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-19 23:22:07 +09:00
WillyJL 9bef2aaec6 GUI: Fix array out of bounds in menu exit (#3604)
* GUI: Fix array out of bounds in menu exit
* Gui: fix incorrect empty menu handling
* Gui: add missing item check in menu ok handling
* Gui: remove dead code from menu module

Co-authored-by: あく <alleteam@gmail.com>
2024-04-19 23:10:48 +09:00
Astra 0d73a58123 Mosgortrans parser output fixes (#3554)
* Fix mosgortrans/troika newlines and mark unused variables
* Supress warnings for TODOs that don't need a ticket

Co-authored-by: あく <alleteam@gmail.com>
2024-04-19 21:01:57 +09:00
Willy-JL a2fc553bef Temp fix menu edge case crash in esubghz chat 2024-04-19 08:28:40 +01:00
Matthew 5f260af443 small changes 2024-04-18 21:18:22 -04:00
Matthew 7a9e122635 Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into findmy-battery 2024-04-18 21:02:10 -04:00
Matthew 11357734e7 FindMy Flipper Battery Status Refactor, Unify State Sync 2024-04-19 01:42:34 +01:00
Willy-JL cd5c76cb0d Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-18 03:05:41 +01:00
gornekich be43e49869 nfc app: fix false positive verification in bip plugin (#3595)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-18 09:56:39 +09:00
MMX 00970a4b12 Allow setting view_dispatcher callbacks to NULL again (#3580)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-18 09:34:33 +09:00
KRukus9 94c2d7a4e3 Update tv.ir (#3584)
Co-authored-by: あく <alleteam@gmail.com>
2024-04-18 08:12:02 +09:00
Astra 4883383b20 [FL-3679] iButton new UI (#3471)
* iButton new UI
* UI final touches
* Satisfy PVS

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-04-18 08:05:37 +09:00
Willy-JL a660fa40f9 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-17 19:44:03 +01:00
Willy-JL 8c69bcf320 Sync WAV Player 2024-04-17 19:37:09 +01:00
あく 70f93a48f5 [FL-2969] FuriHal: add ADC API (#3583)
* Examples: remove unused context
* FuriHal: add simple ADC API
* Examples: add ADC example app
* FuriHal: add extended configuration options for ADC API
* FuriHal: add ADC clock configuration, fix calibration routine for single ended mode, new optimized parameters, documentation.
* FuriHal: add FuriHalAdcChannelTEMPSENSOR sampling time note
* FuriHal: update FuriHalAdcChannelVBAT description.
* FuriHal: use insomnia while ADC is acquired.
* Examples: cleanup example_adc a little bit
2024-04-18 00:17:40 +09:00
Zachary Weiss e4bba06e6e Update WAV fap for compatibility 2024-04-17 00:27:09 -04:00
Zachary Weiss 30414e864b Impl basic favorite ability for WAVs
Namely just for the sake of favorite-ing the cart lock/unlock. Requires changes to WAV player ext fap, as to be PR'd from the Momentum-Apps repo.
2024-04-17 00:19:03 -04:00
Willy-JL 5798446a09 BadKB: Choose BT Pairing security mode (YesNo, PIN Type, Pin Y/N) 2024-04-17 02:47:23 +01:00
Willy-JL a19598c44d BadKB: Improve BT Remember handling 2024-04-17 02:45:43 +01:00
Willy-JL 053040e308 BadKB: Fix mac address for remember on/off 2024-04-17 01:22:43 +01:00
Willy-JL 3b490d5d1f BLE: Allow bonding with GapPairingNone 2024-04-17 01:21:41 +01:00
Willy-JL a3b6a2a04f Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-04-17 00:12:26 +01:00
gornekich 1a40fae003 [FL-3750] Mf Desfire multiple file rights support (#3576)
* mf desfire: remove unused type
* mf desfire: continue reading after failed get free mem cmd
* mf desfire: fix processing read master key settings command
* mf desfire: don't read applications if they are auth protected
* mf desfire: handle multiple rights
* mf desfire: fix PVS warnings
* mf desfire: fix print format
* mf desfire: fix logs
* mf classic: add send frame functions to poller
* unit tests: add test from mfc crypto frame exchange
* mf classic: add documentation
* mf classic: fix incorrect name
* target: fix api version
2024-04-16 14:55:24 +09:00
Willy-JL f702ab41a7 BLE Spam: Fix back event deadlocks 2024-04-13 04:15:41 +01:00
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