unleashed-firmware/applications/main/nfc
RebornedBrain 3452fbc351
[FL-3744] [NFC] Ntag success write freeze when not saved card (#3354)
* New scenes for ultralight poller write mode
* Added new button and transition logic for write operation
  For now write is only possible for NTAG21x cards with default password and no AUTHLIM set
* Poller states extended
* Enums and datatypes extended for new poller mode
* Added mode field to poller instance datatype
* New states for poller added in order to implement write mode
* Added new event type for locked cards in order to simplify state flow
* New logic for poller write commands
* Scenes adjustments
* Scenes renamed
* New field added to poller instance
* Now we write in 'page per call' mode
* Now function takes callback return value into account
* Callback will be called only in write mode
* Event type added
* Log adjusted and start page to write set
* Logs added and check in now false at start, then it moves to true
* Now mf_ultralight_poller_handler_request_write_data halts card in case of check failure and stops poller
* All fail events now returns NfcCommandStop callback
* In case of fail we move back properly
* Remove garbage
* Fix moving to previous screen in case of not saved ultralight

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-01-10 20:46:55 +09:00
..
helpers [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
plugins/supported_cards Added NFC plugin; parser for WashCity cards. (#3319) 2023-12-28 14:23:12 +09:00
resources/nfc/assets Update mf_classic_dict.nfc (#3314) 2023-12-28 14:12:13 +09:00
scenes [FL-3744] [NFC] Ntag success write freeze when not saved card (#3354) 2024-01-10 20:46:55 +09:00
views [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
application.fam Added NFC plugin; parser for WashCity cards. (#3319) 2023-12-28 14:23:12 +09:00
icon.png [FL-3400] External menu apps (#2849) 2023-07-10 12:03:41 +04:00
nfc_app.c [FL-3678] [FL-3733] [FL-3723] UI refactor (#3323) 2024-01-02 15:43:46 +09:00
nfc_app.h NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00
nfc_app_i.h NfcDict Refactoring (#3271) 2023-12-18 14:30:56 +00:00
nfc_cli.c NFC refactoring (#3050) 2023-10-24 12:08:09 +09:00