RebornedBrain
4b363472dd
Replaced image for iButton scene
2023-12-28 15:19:48 +03:00
RebornedBrain
bf78ace9e2
Added handling of incomplete event for ultralight cards
2023-12-28 14:55:47 +03:00
RebornedBrain
cf4b537c37
Different events are now throwed depending on read result
2023-12-28 14:54:57 +03:00
RebornedBrain
305d5bcc83
Use new sequence for semi_success nfc reads
2023-12-28 14:52:18 +03:00
RebornedBrain
d65dfe1958
Added new notification sequence for semi_success results
2023-12-28 14:51:09 +03:00
RebornedBrain
3edbf8f538
Set proper led color for detect and read scenes
2023-12-28 12:09:02 +03:00
RebornedBrain
e9e44db964
Merge branch 'reborned/nfc_ui_refactor' of git@github.com:RebornedBrain/flipperzero-firmware.git
2023-12-21 14:56:18 +03:00
RebornedBrain
09defbc4d4
Moved DolphinReadingSuccess_59x63.png to Dolphin folder
2023-12-20 21:41:43 +03:00
RebornedBrain
2b3e12fcb6
All common dolphins moved to Dolphin folder
2023-12-20 21:16:20 +03:00
RebornedBrain
3ec070313e
Removed unnecessary assets DolphinMafia_119x62.png and DolphinSaved_113x58.png
2023-12-19 18:51:54 +03:00
RebornedBrain
33136b441c
Scenes with save image adjusted
2023-12-19 18:51:01 +03:00
RebornedBrain
5bff5ca40d
Adjusted all the scenes with DolphinMafia image
2023-12-19 18:44:00 +03:00
RebornedBrain
d5164c427f
Update DolphinMafia_119x62.png
2023-12-19 18:07:20 +03:00
RebornedBrain
4a77a236b4
Fixed missing asstes for some scenes
2023-12-18 20:04:34 +03:00
あく
cf6829f608
Merge branch 'dev' into reborned/nfc_ui_refactor
2023-12-18 16:39:20 +00:00
Andrea Maugeri
7642d67cae
NfcDict Refactoring ( #3271 )
...
* toolbox(keys_dict): generalize nfc_dict
* nfc: rework nfc app and tests
* toolbox(keys_dict): improve code readability
2023-12-18 14:30:56 +00:00
MarcelSchm
8c4716f170
added new TV Philips OLED 934/12 ( #3293 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-12-15 19:07:01 +00:00
Gustavo de León
11ac6240d2
Add AC's Carrier 42QG5A580SC and AUX YKR-H/006E ( #3284 )
...
* Add Carrier 42QG5A580SC
* Add AC Model: AUX YKR-H/006E
* Cleanup ac.ir
* Infrared: Move Carrier 42QHB12D8S to the back of universal remote
* Infreared: more universal ac cleanup
Co-authored-by: あく <alleteam@gmail.com>
2023-12-15 18:57:08 +00:00
gornekich
d6680d1f75
[FL-3719] NFC Plugins loading rework ( #3295 )
...
* nfc app: rework supported cards
* nfc app: supported cards optimization
* nfc app: remove old nfc support implementation
* nfc app: add documentation for supported cards
* nfc app: format sources
* nfc app: fix PVS warnings
* nfc app: one more PVS fix
* nfc app: PVS please stop
* nfc app: add missing documentation
Co-authored-by: あく <alleteam@gmail.com>
2023-12-15 18:09:52 +00: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
Leptopt1los
36aecfbec9
nfc_util: little endian bytes2num functions added ( #3287 )
...
* nfc_util_bytes2num_little_endian function added
* f18 target api version sync
* Bump api version
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-12-15 17:05:16 +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
あく
ccbb3a3498
[FL-3715] Update CLI MOTD ( #3292 )
...
* Add Carrier 42QG5A580SC
* Cli: update motd
---------
Co-authored-by: Gustavo de León <alfonso.gus.deleon@gmail.com>
2023-12-14 15:14:21 +04:00
RebornedBrain
69d1d5498e
Now we show different screen while reading and unlocking
2023-12-14 13:17:50 +03:00
RebornedBrain
d7b54dfa66
Added callback for read_on_event
2023-12-14 13:17:23 +03:00
RebornedBrain
04e28f3e39
Now on AuthRequest we throw CardDetected custom event
2023-12-14 13:10:37 +03:00
RebornedBrain
1a56ce77e2
CardDetected event now also triggers on_event callback
2023-12-14 13:05:17 +03:00
RebornedBrain
94e8e5d498
Removed second switching to popup view in order to achieve control in support callbacks
...
In general now we show generic scene and after that in on_enter callback we can redefine it for particular protocol
2023-12-14 13:04:42 +03:00
RebornedBrain
f3cbb0363d
Adjusted layout elements position
2023-12-14 11:58:59 +03:00
gornekich
155e4e9fa4
[FL-3706], [FL-3674] NFC NTAG and ISO14443-3b reading fix ( #3285 )
...
* mf ultralight poller: reset field after reading tearing flags
* iso14443-3b poller: change cid comparison in ATTRIB cmd
Co-authored-by: あく <alleteam@gmail.com>
2023-12-12 15:24:06 +00:00
あく
90cb1c4f2e
FuriHal: RTC register reset API. New factory reset routine that wipes all RTC backup registers content. ( #3288 )
2023-12-12 19:12:57 +04:00
あく
e2e3663524
FuriHal: various GPIO improvements ( #3260 )
...
* FuriHal: add alternative gpio pulls that covers special cases, extra checks and crash on inalid parameters.
* FuriHal: optimize pwr_XX selection in gpio_init
* FuriHal: cleanup gpio param validation crash routine
2023-12-12 14:39:14 +00:00
Skorpionm
7b85e04462
[FL-3681] SubGhz: changed the name of the button when sending RAW to SubGHz ( #3275 )
2023-12-12 13:59:22 +00:00
RebornedBrain
59e94566fd
New check symbol on completed state for detect_reader
2023-12-06 21:17:36 +03:00
gornekich
82baf1e923
[FL-3701] NFC fixes ( #3264 )
...
* nfc app: fix unlock with manual password crash
* nfc app: preserve card detected state
* nfc app: fix mf keys scene switch
* nfc app: fix multiple protocol tag detect notification
* nfc plugin: fix retrun in function body in aime parser
* iso14443-3b poller: rework ATTRIB response check
* nfc app: fix navigation after file load failur
* iso14443-3b poller: fix PVS warning
* mfc listener: add crutch in mfc emulation
2023-12-05 22:40:06 +09:00
RebornedBrain
fa146d8770
Removed DolphinMafia_115x62.png
2023-12-05 14:34:24 +03:00
RebornedBrain
064c60e52e
Replaced dolphin mafia image to a new one
2023-12-05 14:34:14 +03:00
RebornedBrain
18ea05edee
New dolphin mafia image
2023-12-05 14:33:47 +03:00
RebornedBrain
12180ba707
Changed image on scenes to a new one
2023-12-05 00:19:47 +03:00
RebornedBrain
278ae51d73
Removed old image
2023-12-05 00:16:24 +03:00
RebornedBrain
d113bbf4dd
Replaced warning dolphin on mf_classic write initial fail scene
2023-12-05 00:00:03 +03:00
RebornedBrain
38b65fba3b
New UI image added to assets
2023-12-04 23:59:25 +03:00
RebornedBrain
7af6a46c8f
Removed unused image
2023-12-04 21:17:56 +03:00
RebornedBrain
ff724ce4b5
New image for LFRFID scene
2023-12-04 21:17:45 +03:00
Honghao Zeng
c477d1321a
nfc: m1k-based Aime (non-AIC) card support ( #3241 )
...
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2023-12-03 20:00:46 +09:00
Skorpionm
eb6fe0a4db
SubGhz: fix count bit for detect gate_tx protocol ( #3253 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-12-02 16:34:02 +09:00
pborsutzki
c6a14e1a67
Fixed a zero allocation error when reading an iso15693 nfc tag with no additional blocks. ( #3229 )
...
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2023-12-02 16:27:58 +09:00
Astra
04cead1fc5
[FL-3620] Add the "remove pairing" button to BLE hid ( #3237 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-12-02 14:03:10 +09:00
Astra
93732865ac
[FL-3132] HID app: Add new function key icons ( #3236 )
...
* Add new function key icons
* Fix graphical glitches on the buttons
Co-authored-by: あく <alleteam@gmail.com>
2023-12-02 13:52:04 +09:00