Commit Graph

14647 Commits

Author SHA1 Message Date
Willy-JL f85b5c222f Revert "BitBuffer: Allow copy right/left on same instance"
This reverts commit cfeddbf8b6.
2025-03-27 05:51:36 +00:00
Willy-JL a575d955e3 Merge branch 'feat/ntag4xx-detect' into feat/nfc-type-4 2025-03-27 05:29:07 +00:00
Willy-JL 628c706fbb Merge branch 'feat/nfc-write-refactor' into feat/nfc-type-4 2025-03-27 05:24:01 +00:00
Willy-JL ff10a2fa58 Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4 2025-03-27 05:23:46 +00:00
Willy-JL ec97852939 NFC: Show MIFARE Plus EV1/2 GetVersion info like DESFire 2025-03-27 04:58:23 +00:00
Willy-JL 4717966af8 NFC: Fix detecting MIFARE Plus SE 1K SL1/3
See: https://www.nxp.com/docs/en/application-note/AN10833.pdf
2025-03-27 04:57:24 +00:00
Willy-JL 9b3d97087c NFC: Refactor MIFARE Plus with NxpNativeCommand helper 2025-03-27 04:55:28 +00:00
Willy-JL bd6e5f8240 NFC: Check MIFARE types with HWType lower nibble
See: https://www.nxp.com/docs/en/application-note/AN10833.pdf
2025-03-27 04:53:40 +00:00
Willy-JL d362cb51e3 NFC: Allow choosing DESFire poller cmd mode, fix send_chunks() naming 2025-03-27 04:51:03 +00:00
Willy-JL 6ebc4c7ad3 NFC: Support NTAG4xx detection and basic info 2025-03-27 04:48:19 +00:00
Willy-JL 7525662f14 NFC: Sort protocol defs and add missing ones 2025-03-27 04:45:20 +00:00
Willy-JL 0b42027973 NFC: Refactor DESFire poller to NxpNativeCommand helper 2025-03-27 04:40:03 +00:00
Willy-JL 2db0d9b7b3 NFC: Cleanup duplicate event handling 2025-03-27 03:41:28 +00:00
Willy-JL e9830fad2b NFC: Refactor write scenes into protocol support 2025-03-27 03:34:17 +00:00
Willy-JL 768508aafe GUI: Add submenu_remove_item() 2025-03-27 03:30:35 +00:00
knrn64 54adc38b3a Documentation: new doc on Storage module and JS cleanup (#4161)
- Add new doc on Storage module
- Improve formatting in the JS section for better readability
2025-03-26 18:29:26 +04:00
Willy-JL 6fb122e466 Stop poller and blinking on write success/fail 2025-03-26 12:15:32 +00:00
Dmitry422 77865586e1 Start working with "Night Shift" option 2025-03-26 18:51:36 +07:00
Willy-JL bf991f3101 NFC Maker: Support MIFARE Classic and SLIX, UI Improvements 2025-03-26 11:47:10 +00:00
Willy-JL 9887be24ac Merge branch 'fix/mfc-ndef' into mntm-dev --nobuild 2025-03-26 11:44:55 +00:00
Willy-JL 71be991a15 Merge branch 'feat/desfire-transaction-mac' into mntm-dev --nobuild 2025-03-26 11:38:40 +00:00
Willy-JL ebb6194155 Merge branch 'fix/widget-textscroll-256' into mntm-dev 2025-03-26 11:35:11 +00:00
Willy-JL 303444df7a Merge remote-tracking branch 'ofw/dev' into mntm-dev --nobuild 2025-03-26 11:30:06 +00:00
Willy-JL d02f13bef1 GUI: Fix widget text scroll with 256+ lines 2025-03-26 07:37:43 +00:00
Willy-JL a7409edd62 Simplify duplicated code in MFC data generator 2025-03-26 07:31:18 +00:00
Willy-JL caae101942 NFC: More MFC NDEF fixes 2025-03-26 07:30:33 +00:00
Dmitry422 c86b6e4b56 Bump settings for new auto recreation after update 2025-03-26 10:43:45 +07:00
Dmitry422 a9288da9ba RGB backlight bags and code cleanup 2025-03-26 08:11:52 +07:00
Dmitry422 8df48988f5 Revert "Small rgb_backlight settings menu changes"
This reverts commit ca2765a3fb.
2025-03-25 22:34:03 +07:00
Dmitry422 ca2765a3fb Small rgb_backlight settings menu changes 2025-03-25 18:23:18 +07:00
Willy-JL a914b309aa Fix typo 2025-03-25 09:20:56 +00:00
Willy-JL beb8a8c702 NFC: Support DESFire Transaction MAC file type 2025-03-25 09:13:25 +00:00
Dmitry422 23d2bed66a Remove Rainbow timer bug (after last code cleanup) 2025-03-25 15:52:38 +07:00
Willy-JL 0b04d7d82d Expose dESFire NDEF size 2025-03-25 06:48:27 +00:00
Willy-JL f037f7325a Merge remote-tracking branch 'ofw/dev' into feat/nfc-type-4 2025-03-25 04:42:30 +00:00
Willy-JL 5194cf7f04 NFC: Fix detecting MIFARE Plus SE 1K SL1/3
See: https://www.nxp.com/docs/en/application-note/AN10833.pdf
2025-03-25 04:33:36 +00:00
Willy-JL 2f521d5e00 NFC: Only show MFP GetVersion info when available 2025-03-25 03:25:22 +00:00
MX b792e094fb bump version 2025-03-24 05:08:29 +03:00
Willy-JL a9c24e229a Use / and % 2025-03-24 01:05:46 +00:00
Willy-JL 849d68cbb7 Revert "Add div() to API"
This reverts commit e03b5c4244.
2025-03-24 01:05:23 +00:00
MX e196999b4a upd changelog 2025-03-24 03:36:26 +03:00
MX 4d19ffb31c Merge remote-tracking branch 'OFW/dev' into dev 2025-03-24 03:34:09 +03:00
MMX 472f7e76f3 Merge pull request #881 from Dmitry422/dev
RGB BACKLIGHT refactoring.
2025-03-24 03:32:56 +03:00
Dmitry422 f52c9855d6 Cosmetic code changes and removing unused parts. 2025-03-23 19:36:38 +07:00
Willy-JL d2f4d0c216 NFC: Show version info for MIFARE Plus (was implemented but not shown) 2025-03-22 11:37:34 +00:00
Willy-JL 118e745368 NFC: Refactor common NXP Native command handling 2025-03-22 11:36:34 +00:00
Willy-JL 1f8cfcc669 NFC: Detect NTAG4xx in Type 4 Tag poller 2025-03-22 09:38:43 +00:00
Willy-JL 49127b199b Check HWMajorVersion like NXP commands \o/
See: https://www.nxp.com/docs/en/application-note/AN10833.pdf
2025-03-22 09:30:26 +00:00
Willy-JL 11af323f4f Small cleanup 2025-03-22 09:25:12 +00:00
Willy-JL ff340ea256 NFC: Implement basic NTAG4xx detection 2025-03-22 09:17:54 +00:00