unleashed-firmware/applications/main/nfc
Nick Mooney f6eb79e1e5
NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306)
* Merge remote-tracking branch 'origin/dev' into dev
* Add basic API interface (inspired by advanced plugins example), modify NfcSupportedCardsLoadContext to contain a pointer to a resolver
* WIP: API resolver implemented / passed to plugin via context, still having resolution issues
* Attempt to add constants to the nfc_app_api_table list
* WIP: We're defining the constants directly in nfc_app_api.c to see if this fixes our woes, which it does not.
* WIP: Remove furi_assert(false) (lmao)
* Working implementation of Gallagher decoding via exposed plugin API
* lib: api_hashtable: change log level for symbol not found message
* nfc app: alloc composite resolver along with supported cards
* nfc app: rework nfc api structure
* nfc app: fix memory leakage in supported cards

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-02-09 15:00:17 +07:00
..
api NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
helpers NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
plugins/supported_cards NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
resources/nfc/assets Update mf_classic_dict.nfc (#3314) 2023-12-28 14:12:13 +09:00
scenes [FL-3758] NFC: MFC Unlock with Dictionary (#3411) 2024-02-06 23:11:27 +04:00
views [FL-3678] NFC UI refactor (#3361) 2024-01-14 14:47:38 +09:00
application.fam NFC: Add support for Gallagher access control (MIFARE Classic only) (#3306) 2024-02-09 15:00:17 +07:00
icon.png [FL-3400] External menu apps (#2849) 2023-07-10 12:03:41 +04:00
nfc_app_i.h [FL-3678] NFC UI refactor (#3382) 2024-02-06 21:57:06 +04:00
nfc_app.c [FL-3757] NFC: fix application opening from browser (#3396) 2024-02-06 22:26:05 +04:00
nfc_app.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_cli.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00