Willy-JL
55418eec98
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev
2024-01-13 21:54:58 +00:00
Methodius
9aae348cae
Zolotaya Korona Online parser added
2024-01-13 15:26:18 +03:00
Willy-JL
4ce344ff82
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev
2024-01-13 02:36:39 +00:00
MX
4b3d6e7332
Add NFC NDEF parser by Willy-JL
...
510404efe7/applications/main/nfc/plugins/supported_cards/ndef.c
2024-01-11 21:30:17 +03:00
MX
b757544ede
Merge branch 'ofw_dev' into dev
2024-01-11 17:10:11 +03:00
Willy-JL
ab3fc6413e
Less pointer abuse casting --nobuild
2024-01-10 23:19:51 +00:00
Willy-JL
8f00047305
Format
2024-01-10 22:05:25 +01:00
Willy-JL
510404efe7
Add NFC NDEF parser (URL, Email, WiFi...) --nobuild
2024-01-10 21:55:07 +01:00
Augusto Zanellato
0b15fc3807
Fix MyKey production date parsing ( #3332 )
...
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-01-10 22:49:30 +09:00
Leptopt1los
4d99a454fd
NFC: parsers minor cleanup ( #3329 )
...
* WashCity cards parser cleanup
* umarsh includes cleanup
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-01-10 20:55:45 +09:00
Willy-JL
6af6388af2
Fix microel mizip bad reads (thanks @Leptopt1los!)
2024-01-08 00:58:22 +00:00
Willy-JL
a62fd52d00
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2024-01-08 00:53:22 +00:00
Methodius
71ed7f8e94
NFC parsers false read() positive return fixed pt2
2024-01-08 05:49:58 +09:00
Methodius
4636444464
NFC parsers false read() positive return fixed
2024-01-08 05:39:36 +09:00
Willy-JL
d7fe14b116
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2024-01-07 17:25:50 +00:00
Willy-JL
a139ebfb82
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2024-01-05 23:11:54 +00:00
MX
b77f41949c
Merge branch 'nfc-parsers' into dev
2024-01-06 01:23:48 +03:00
Methodius
f6a363e7d2
Fix MyKey production date parsing by augustozanellato ( https://github.com/flipperdevices/flipperzero-firmware/pull/3332/files )
2024-01-06 04:36:06 +09:00
Methodius
d2549b3b1a
Code cleanup
2024-01-06 03:18:32 +09:00
Methodius
1bae3d19ee
Merge remote-tracking branch 'upstream/dev' into nfc-washcity
2024-01-06 03:13:07 +09:00
Willy-JL
8872cd8f9d
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild
2023-12-30 00:24:26 +01:00
Methodius
4d5e096437
parsers cleanup
2023-12-30 00:55:13 +09:00
MX
e5ceef3422
Merge branch 'ofw_dev' into dev
2023-12-29 16:57:23 +03:00
YaBa
35e74c07d1
Added NFC plugin; parser for WashCity cards. ( #3319 )
...
* Added NFC plugin; parser for WashCity cards.
* Fixed file to the correct path
* Added demo file Demo_WC_20E.nfc
* Fixed clang format
* fixed typo (balance_cents)
* Removed demo file as requested.
Co-authored-by: あく <alleteam@gmail.com >
2023-12-28 14:23:12 +09:00
Eric Betts
76ed466eb4
Nfc: HID MFC Plugin ( #3312 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-12-28 14:03:50 +09:00
YaBa
ca62254ee7
Fixed clang format and typo in var balance_cents
2023-12-26 23:19:48 +00:00
YaBa
a6bfc27530
Added plugin to read WashCity card balance
2023-12-26 21:45:36 +00:00
Methodius
c53f5aa5b5
Zolotaya Korona transport card parser added
2023-12-17 04:58:07 +09:00
Methodius
ebe1a8f55f
parsers cleanup for new api
2023-12-16 23:57:46 +09:00
Willy-JL
5653ae52c3
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild
2023-12-16 01:06:37 +00:00
MX
db57ff947b
Merge branch 'ofw_dev' into dev
2023-12-16 02:16:46 +03:00
gornekich
09540929c3
[FL-3717] MFC emulation fix ( #3291 )
...
* mf classic listener: reset state before sleep and after nack
* Fix PVS warnings
* Fix PVS and compiler disagree on builtins
Co-authored-by: あく <alleteam@gmail.com >
2023-12-15 17:51:20 +00:00
Willy-JL
cd3ab082c8
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-12-15 01:24:57 +00:00
Leptopt1los
0af74fb755
Umarsh transport cards parser ( #3277 )
...
* Umarsh transport card parser added
* Volna transport cards keys added
Co-authored-by: あく <alleteam@gmail.com >
2023-12-14 14:02:40 +00:00
Augusto Zanellato
78b7310057
Add MyKey parser ( #3262 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-12-14 13:54:58 +00:00
WillyJL
9205884a83
Added Mizip & Microel support + parser to NFC ( #481 )
2023-12-13 01:56:06 +00:00
Willy-JL
a6a749b76f
Consistency with do..while blocks usage
2023-12-13 01:36:19 +00:00
Willy-JL
4c6eb896ed
Format
2023-12-13 01:33:08 +00:00
Nathan N
b080160451
Fix edge case -- 0.5% of UIDs got wrong result
2023-12-12 11:21:09 -05:00
Nathan N
3dde112676
Fix edge case -- 0.5% of UIDs got wrong result
2023-12-12 11:17:33 -05:00
47LeCoste
d47bbfeef3
Add files via upload
2023-12-09 13:32:16 +01:00
Willy-JL
4eaad9fd56
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild
2023-12-08 13:32:25 +00:00
Willy-JL
fe3f0c08e2
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2023-12-08 13:29:47 +00:00
Methodius
2e7bb26eef
Merge branch 'dev' into nfc-parsers
2023-12-07 22:22:29 +09:00
Methodius
5d28939c28
social_moscow parser verification collisions fix
2023-12-07 21:59:27 +09:00
MX
15a29e1483
format
2023-12-07 08:21:32 +03:00
MX
c22b3b57bd
Merge branch 'nfc-parsers' into dev
2023-12-07 08:03:43 +03:00
MX
1daa2fa377
Merge branch 'ofw_dev' into dev
2023-12-07 08:03:18 +03:00
Methodius
1b45b8a17d
Kazan parser: adult social tariff added
2023-12-06 18:25:47 +09:00
Methodius
e94beff204
Kazan parser: basic tariffs parsing added
2023-12-06 18:08:20 +09:00