Willy-JL
1c00a0d119
Revert NFC FeliCa WIP PR (breaks more than adds)
2023-07-18 20:52:56 +01:00
Willy-JL
bba9fc4134
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-04-02 23:59:33 +01:00
MX
dce5bfd723
OFW PR 2536: Fixing parsing troika card number
...
by @achistyakov
we tested on regular cards, reading is not broken, so this pr should not break anything
2023-04-02 01:11:05 +03:00
nullableVoidPtr
c1cb656be3
Merge branch 'dev' into nfcf
2023-03-24 18:55:58 +11:00
hedger
d12f76dacb
Nfc: fixes for latest PVS-studio 7.23 ( #2490 )
2023-03-15 21:01:33 +09:00
Mekare
2871759877
use FuriHalNfcADevData instead of using each of its fields in function calls
2022-12-07 22:24:44 +01:00
nullableVoidPtr
68b3cc233b
NFC: add specific FeliCa type read option
2022-12-06 03:02:36 +08:00
nullableVoidPtr
eaa2dea075
NFC: initial support for NFC-F (FeliCa)
2022-12-06 02:31:25 +08:00
Sergey Gavrilov
4bf29827f8
M*LIB: non-inlined strings, FuriString primitive ( #1795 )
...
* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-06 00:15:23 +09:00
Astra
9f3b80e606
Add new card parsers ( #1503 )
...
* Add the "Two cities" parser
* Add plantain and plantain4k parsers
* Add new parsers to the supported list
* United card PoC
* Fix nfc device not sleeping
* Completely read the 4K troika variants
* Correct naming
* Update to reflect upstream changes
* Add support for MfUl info
* Fix parsers
* Card type detection fixes
* Remove debug info
* Fixes for the verification of cards
* nfc: fix verification for supported cards
* nfc: remove unused vars
* Improve card reading reliability and fix plantain
* plantain: change log level
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-09-20 01:05:04 +09:00