WillyJL
d8a644e3ed
Merge remote-tracking branch 'ul/dev' into mntm-dev
2026-06-01 20:01:36 +02:00
MX
c4ef54c71a
Fix CLI with NTAG4xx and Type 4 Tag support
...
by WillyJL
2026-04-24 01:03:47 +03:00
WillyJL
a663836b70
NFC: Fix CLI with NTAG4xx and Type 4 Tag support --nobuild
2026-04-19 20:56:05 +02:00
MX
9cc61f16bf
fmt
2026-04-01 16:34:41 +03:00
DoniyorI
b9fa2943ed
nfc: add ISO15693-3 and SLIX write-back support
...
Add Write Single Block poller functions for ISO 15693-3 and SLIX/SLIX2,
enable the Write scene for both protocols, and skip blocks that already
contain the correct data to minimise RF session time and avoid timeouts
on large tags (e.g. 80-block ICODE SLIX2).
Tested on NXP ICODE SLIX2 (UID E0 04 01 09 05 05 09 37, 80 x 4 byte blocks).
2026-03-31 22:05:59 -04:00
mxcdoam
bdff6c7bc8
Credits
2026-03-29 23:03:17 +03:00
mxcdoam
f75a1c69aa
updated parsers
2026-03-29 20:22:20 +03:00
mxcdoam
4cc5b089ff
applicatin.fam update
2026-03-29 20:15:35 +03:00
MX
9041334b42
NFC: Add Mifare Ultralight C Write Support
...
by haw8411
2026-03-09 02:36:40 +03: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
e512d6ca91
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2026-01-25 21:46:32 +01:00
WillyJL
dfca4f8ec5
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2026-01-21 23:31:53 +01:00
MX
d73d0f7fbd
various ui/ux changes
...
text spacing reduced from 4px to 3px
some text was replaced
2026-01-21 22:49:07 +03:00
MX
3f85bea80d
fix slix unlock color
2026-01-21 19:55:15 +03:00
MX
28bc7b0569
fix slix unlock scene led not blinking
2026-01-21 09:12:04 +03:00
MX
ef9cd22dfe
NFC: Fix some typos in Type4Tag protocol [ci skip]
...
by WillyJL
2026-01-05 22:23:10 +03:00
WillyJL
7987b6e22d
NFC: Fix some typos in Type4Tag protocol --nobuild
2026-01-02 23:36:53 +01:00
MX
7be5ea8a00
Revert "ofw pr 4316 MIFARE Plus 2K Cards in SL1 Mode"
...
This reverts commit 647e65cfae .
2025-12-16 17:40:56 +03:00
MX
c6cdaccc87
Revert "upd pr 4316"
...
This reverts commit 9d325c6d5c .
2025-12-16 17:40:28 +03:00
MX
9d325c6d5c
upd pr 4316
...
with features flags fix
todo: proper workaround for NfcProtocolFeatureEmulateUid
2025-12-16 16:24:01 +03:00
MX
647e65cfae
ofw pr 4316 MIFARE Plus 2K Cards in SL1 Mode
...
testing only, for dev branch
PR by LuemmelSec
https://github.com/flipperdevices/flipperzero-firmware/pull/4316/files
TODO: mf_classic_get_total_sectors_num
2025-12-13 19:21:15 +03:00
MX
0a7eb30a15
nfc mf classic upgrades
...
by noproto
2025-12-11 00:24:50 +03:00
WillyJL
98a1a3de6d
Format
2025-12-10 00:24:27 +01:00
WillyJL
1bbfaeda93
Merge remote-tracking branch 'xero/dev' into mntm-dev
2025-12-10 00:04:58 +01:00
MX
32a182c439
fix some oops
...
thx WillyJL
2025-12-10 01:09:34 +03:00
noproto
39c841289e
SEN attacks at ludicrous speed
2025-12-02 10:44:31 -05:00
noproto
9f890b693d
Merge remote-tracking branch 'upstream/dev' into mfkeyfour
2025-12-02 10:44:19 -05:00
MX
e2e839fb2c
fmt
2025-12-01 07:04:38 +03:00
MX
a7561bee98
Add Saflok MFUL Parser Support
...
by aaronjamt
2025-12-01 05:40:27 +03:00
MX
3821c9049e
Add MFUL counters to Info page
...
by aaronjamt
2025-12-01 05:36:10 +03:00
Aaron Tulino
538ccd8351
NFC: Add Saflok MFUL Parser Support ( #474 )
...
* Add Saflok MFULC parser
Written by @xtruan. Thanks for the contribution!
Co-authored-by: xtruan <xtruan@users.noreply.github.com >
* Run clang-format
* Update changelog
---------
Co-authored-by: xtruan <xtruan@users.noreply.github.com >
Co-authored-by: WillyJL <me@willyjl.dev >
2025-11-30 01:41:29 +01:00
Aaron Tulino
12b8907489
NFC: Add MFUL counters to Info page ( #472 )
...
* Add MFUL counters to Info page
* Update changelog
---------
Co-authored-by: WillyJL <me@willyjl.dev >
2025-11-30 01:41:00 +01:00
WillyJL
40d9c21ee8
Merge branch 'ofw-pr-4298' into mntm-dev --nobuild
2025-11-01 21:26:40 +01:00
WillyJL
b59c67ddb8
Merge remote-tracking branch 'ul/dev' into mntm-dev --nobuild
2025-11-01 21:05:20 +01:00
WillyJL
0cc22895db
Merge remote-tracking branch 'ofw/dev' into mntm-dev --nobuild
2025-11-01 19:35:29 +01:00
ry4000
72bdccf746
NFC: Synchronise mf_classic_dict.nfc with PM3 mfc_default_keys.dic
...
Synchronised with PM3 / PR 3007.
2025-10-26 07:27:11 +11:00
Mykhailo Shevchuk
b3a5e2c282
Added UL-C keys to the dictionary
2025-10-12 23:09:14 +03:00
MX
90f446880a
Add MIFARE Classic "Show Keys" UI
...
by aaronjamt
2025-10-12 21:54:34 +03:00
MX
b604c93eb0
fix merge artifact
2025-10-12 21:51:25 +03:00
MX
eed1d3367a
ofw pr 4293 NFC FeliCa Improvement: Dump All Systems
...
by zinongli
2025-10-12 03:39:38 +03:00
MX
57dff2aced
Merge remote-tracking branch 'OFW/dev' into dev [ci skip]
2025-10-09 21:00:03 +03:00
RebornedBrain
468cc45f90
Fix wrbl command tooltip ( #4291 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
2025-10-08 17:26:48 +04:00
WillyJL
930efdbb54
Format --nobuild
2025-10-06 20:00:24 +02:00
MX
fe31d0cc12
upd changelog
...
add fix by noproto
2025-10-06 20:31:39 +03:00
Aaron Tulino
93ac669b41
NFC: Add MFC "Show Keys" UI ( #473 )
...
* Add MFC "Show Keys" UI
* Show Keys button on unlocked cards
* Some pzazz
* Update changelog
---------
Co-authored-by: WillyJL <me@willyjl.dev >
2025-10-06 05:35:29 +02:00
WillyJL
8876423e5d
Format --nobuild
2025-10-06 05:34:35 +02:00
WillyJL
c774c514a3
Merge branch 'ofw-pr-4287' into mntm-dev --nobuild
2025-10-06 03:57:46 +02:00
WillyJL
5d5fa5e9aa
Merge branch 'feat/nfc-type-4-final' into mntm-dev
2025-10-06 01:32:15 +02:00
WillyJL
43f08bd0ba
Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4-final
2025-10-05 22:31:59 +02:00
noproto
fe52de2331
Fix EV1 regression introduced in e7634d7
2025-10-04 10:53:42 -04:00