Commit Graph

1009 Commits

Author SHA1 Message Date
WillyJL f4b30cdbc7 Sub-GHz: Fix display of memory full 2026-04-19 23:45:17 +02:00
WillyJL 430a3d506e Apps: Add CAN Commander (by MatthewKuKanich) 2026-03-09 00:23:39 +01:00
WillyJL 4c06e9a7a4 Update apps 2026-03-09 00:23:09 +01:00
haw8411 6553b08820 NFC: Add Mifare Ultralight C Write Support (#524)
* Updated Ultralight C Poller & Other Files to support Ultralight C Write

* Delete ulcwrite.patch

* Removed Cache, fixed nits, and fixed clang-format

* Remove dead target_uid fields (cache removed)

* Fix issues WillyJL suggested

* Fix aaronjamt's code suggestions

* Fix malloc suggestion

* Remove furi_log

* Update changelog

---------

Co-authored-by: haw8411 <hawillis84@icloud.com>
Co-authored-by: WillyJL <me@willyjl.dev>
2026-03-09 00:22:09 +01:00
WillyJL 97617404d7 Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild 2026-03-08 23:39:43 +01:00
MX 6d68b37b53 subghz fix very big issue with tx on read screen 2026-03-08 20:17:26 +03:00
MX fa72ca8c7e upd changelog 2026-03-08 00:16:25 +03:00
MX d18619ff52 subghz add keyfinder 24b protocol 2026-03-05 05:07:58 +03:00
WillyJL 7a614a3683 Apps: Add Checkers (by H4W9) 2026-03-02 00:33:23 +01:00
WillyJL 1b61a39a37 Apps: Add Flipper Wedge (by dangerous-tac0s) --nobuild 2026-03-01 23:27:16 +01:00
WillyJL ccc621ad58 Apps: Add UL-C Bruteforce, UL-C Relay. ULCFkey (by noproto) --nobuild 2026-03-01 23:04:11 +01:00
WillyJL 6941068e67 Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild 2026-03-01 22:53:29 +01:00
WillyJL 1854c9d190 Update apps --nobuild 2026-03-01 22:36:17 +01:00
MX 8236079122 subghz keeloq fix anmotors and hcs101 display 2026-03-01 19:12:19 +03:00
WillyJL 514f88983f FBT: Allow apps to specify custom cflags --nobuild 2026-03-01 02:14:05 +01:00
WillyJL 853ccce7dd Merge remote-tracking branch 'ul/dev' into mntm-dev 2026-02-28 22:05:49 +01:00
WillyJL 353aea6cd0 Merge commit '9aacbf943c458df1db94c05c0c08cc87bbc93bb0' into mntm-dev 2026-02-28 21:25:13 +01:00
WillyJL 50c0154e7f Merge commit 'e681fd2be571523f251ff688351a9299aa533ad4' into mntm-dev 2026-02-28 21:21:09 +01:00
WillyJL 6dbdcbe3de Merge commit '48db77f307c2b998a34e99317e7a8add0c9e7d18' into mntm-dev 2026-02-28 21:03:06 +01:00
WillyJL 24a988030d Merge commit '97eaee54c8f12c0103487c7c5c8df6ba0b538e12' into mntm-dev 2026-02-28 20:26:37 +01:00
WillyJL 4a8364904f Merge commit '95dd537bf81ee445b1fb71aa60431cb62080333d' into mntm-dev 2026-02-28 19:53:57 +01:00
WillyJL 6dc6fcbaab Merge commit '484ea661f1032276bf937ceb83fa2311c41ba9f4' into mntm-dev 2026-02-28 19:45:12 +01:00
MX 851303d191 upd changelog 2026-02-28 06:01:15 +03:00
MX a4ae929321 upd changelog 2026-02-22 22:48:23 +03:00
MX ad1fb5a248 upd changelog 2026-02-22 16:47:53 +03:00
MX 8accdb435e upd changelog 2026-02-17 01:11:28 +03:00
MX 0032c55a39 upd changelog 2026-02-12 21:55:47 +03:00
MX a6ca43e877 upd changelog 2026-02-10 03:11:50 +03:00
MX aec6045392 upd changelog 2026-02-10 01:38:11 +03:00
MX 422f3a576d upd changelog 2026-02-10 01:37:50 +03:00
MX 30d48c112b upd changelog 2026-02-05 14:18:11 +03:00
MX 97eaee54c8 upd changelog and docs 2026-02-05 01:48:58 +03:00
MX 4ab0c3cb16 upd changelog 2026-02-03 18:37:07 +03:00
MX 95dd537bf8 add v2 phox counter modes support 2026-02-01 05:51:09 +03:00
MX 2469206cc8 subghz fix and show prog mode bft 2026-01-29 06:18:41 +03:00
MX 523a3723cf upd changelog and faq 2026-01-29 06:10:45 +03:00
MX 84f580d168 subghz: fix stilmatic keeloq support, display decr. hop feature 2026-01-29 03:17:41 +03:00
MX 484ea661f1 upd changelog and readme 2026-01-27 04:28:32 +03:00
MX 6789686e3f upd changelog 2026-01-26 13:08:22 +03:00
MX a8d5743cf6 upd changelog 2026-01-26 12:05:03 +03:00
MX 209ae6f76f bump apps tag 2026-01-26 03:11:50 +03:00
MX f0abf0f134 upd changelog 2026-01-26 03:11:25 +03:00
Aaron Tulino c176524fca NFC: ISO 15693-3 emulation READ_MULTI and GET_BLOCK_SECURITY fixes (#501)
* Fix ISO15693 crash (hopefully)

* NFC: Fix off-by-one block count in ISO 15693-3 READ MULTI command

* NFC: Handle 256 long BLOCK SECURITY response and too large READ MULTI
response

* Move the define so correlation is clearer

* Oops

* Change to no reply if too many blocks requested than can be handled

* Update CHANGELOG.md

---------

Co-authored-by: WillyJL <me@willyjl.dev>
2026-01-25 23:47:12 +01:00
Leeroy c94b5505b7 Archive: Support opening and pinning ProtoPirate files from Archive (#510)
* ProtoPirate added to known apps, can use browser and favorites to Open PSFs now.

* Archive: Use protopirate icon for .psf files

* Update changelog

* Format

---------

Co-authored-by: WillyJL <me@willyjl.dev>
2026-01-25 23:46:52 +01:00
WillyJL 33321e532a Apps: Add ISO 15693-3 NFC Writer (by ch4istO) 2026-01-25 23:43:30 +01:00
WillyJL e512d6ca91 Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild 2026-01-25 21:46:32 +01:00
WillyJL 72aa0372be Update changelog 2026-01-25 21:41:42 +01:00
MX c5ea6f7982 upd changelog 2026-01-25 06:19:57 +03:00
MX 1bbdfc8b09 upd changelog 2026-01-24 18:00:18 +03:00
WillyJL ee9f352ca6 Apps: Update apps
- CAN Tools: Parity with DBC format, support importing DBC files (by
    MatthewKuKanich)
  - ESP Flasher: Bump Marauder 1.9.1 (by justcallmekoko), Marauder 1.9.0
    support (by H4W9)
  - FlipSocial: Autocomplete, keyboard improvements, bugfixes (by
    jblanked)
  - Geometry Dash: Major refactor, bugfixes and performance
    improvements, rename from Geometry Flip (by gooseprjkt)
  - HC-SR04 Distance Sensor: Option to change measure units (by Tyl3rA)
  - IconEdit: Save/Send animations, settings tab with canvas scale and
    cursor guides, bugfixes (by rdefeo)
  - NFC Login: Code refactor, bugfixes, renamed from NFC PC Login (by
    Play2BReal)
  - Seader: SAM ATR3 support, better IFSC/IFSD handling, various
    improvements (by bettse)
  - Seos Compatible: Seos write support, various improvements (by
    aaronjamt)
  - Sub-GHz Scheduler: Added new interval times, bugfixes and
    improvements (by shalebridge)
  - Unitemp: Numerous improvements from MLAB-project fork (by
    MLAB-project)
  - UL: Update Sub-GHz apps for FM12K modulation (by xMasterX)
2026-01-22 01:28:19 +01:00