Commit Graph

4746 Commits

Author SHA1 Message Date
RogueMaster
36294f320a Update ReadMe.md 2022-10-07 03:14:10 -04:00
RogueMaster
6208620636 totp 2022-10-07 03:12:19 -04:00
Yukai Li
6c135eebf7 nfc: Display PWD and PACK in MFUL info if available 2022-10-07 01:11:27 -06:00
Yukai Li
b839566f3e nfc: Fix MFUL auth success usage, remove unused variable 2022-10-07 01:11:03 -06:00
RogueMaster
599fe8c703 Update minesweeper.c 2022-10-07 03:05:14 -04:00
RogueMaster
3cd01b03e9 furi_string_free 2022-10-07 03:00:38 -04:00
Yukai Li
2e93c6268e nfc: Fill in MFUL has_auth when loading file 2022-10-07 00:59:13 -06:00
RogueMaster
8186b84251 Update namechangersrv.c 2022-10-07 02:58:43 -04:00
Yukai Li
f1b2327b8a nfc: Be explicit about using manual auth method when using auto unlock 2022-10-07 00:58:05 -06:00
Yukai Li
1c2e35d930 nfc: Fix MFUL auth counter loading 2022-10-07 00:57:32 -06:00
Max Andreev
d1843c0094 Disable PVS-Studio license check (#1840) 2022-10-07 16:56:19 +10:00
RogueMaster
5adc1bee6b Update namechangersrv.c 2022-10-07 02:43:38 -04:00
RogueMaster
4f5dd24489 Update namechangersrv.c 2022-10-07 02:42:15 -04:00
RogueMaster
ac387f51cc ugh 2022-10-07 02:40:45 -04:00
RogueMaster
f18ae0927d Update namechangersrv.c 2022-10-07 02:35:44 -04:00
RogueMaster
e750e1e740 Update ReadMe.md 2022-10-07 02:33:53 -04:00
RogueMaster
734efd519b Update subghz_cli.c 2022-10-07 02:33:08 -04:00
Yukai Li
145aef96ac nfc: Set default MFUL password input to 0xFFFFFFFF 2022-10-07 00:31:05 -06:00
Yukai Li
716d6e3940 nfc: Add reader password capture scene 2022-10-07 00:30:45 -06:00
Yukai Li
58b9844025 nfc: Fix emulation of incompletely-read password-protected MFUL 2022-10-07 00:29:39 -06:00
RogueMaster
abf1de4722 mlib updates 2022-10-07 02:28:33 -04:00
Yukai Li
a227b63ba5 nfc: Add function to determine whether MFUL is fully captured 2022-10-07 00:23:34 -06:00
Matvey Gerasimov
3367bc6f68 Documentation: AppManifests.md typo fix (#1836) 2022-10-07 10:23:21 +04:00
Yukai Li
674706279a nfc: Rename enum member to align with existing convention 2022-10-06 22:15:24 -06:00
Yukai Li
71035dc3ae nfc: Add NTAG authentication event to emulation 2022-10-06 22:12:51 -06:00
Yukai Li
299ec9643e nfc: Add mechanism to pass event data 2022-10-06 22:12:29 -06:00
Yukai Li
2a1bbdc1ca nfc: MFUL minor cleanup 2022-10-06 22:12:29 -06:00
RogueMaster
e42ca55552 Merge branch 'Eng1n33r:dev' into 420 2022-10-06 20:15:45 -04:00
MX
515e6db69c Merge branch 'fz-dev' into dev 2022-10-07 00:35:01 +03:00
MX
81faca79ee remove duplicate allocs from subghz history 2022-10-07 00:31:29 +03:00
Astra
eaa3adf98a [FL-2868] Remove string_push_uint64 (#1832)
* Remove string_pust_uint64
* Oops, furi strings now
* Remove dead code
* Remove unneeded import

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 03:51:30 +09:00
Björn Kimminich
dde18cd343 Add exit label to keyboard connection screen (#1830)
* Add exit label to keyboard connection screen (resolves #1814)
* BtHid: align baselines on connection screen

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 02:40:18 +09:00
Georgii Surkov
72b3d7f414 [FL-2620] Infrared error message (#1827)
* Show an error message if the remote could not be saved/renamed

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 02:25:54 +09:00
Astra
19cb469e4b [FL-2877] Don't turn off the backlight on MFC dict attack #1826
Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 02:19:35 +09:00
gornekich
01f7a3e5b5 [FL-2874] Remove bank card uid emulation (#1823)
* nfc: open bank card info from archive
* nfc: remove emulate uid option from bank cards menu

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 02:12:45 +09:00
Astra
6dde5586af [FL-2803] Mifare Classic read improvements Part 1 (#1822)
* Reuse found keys when reading a card
* Fix keys not being read if no newline at the end of the file
* Actually read all keys from the dictionary
* Support for furi_string
* Check only for re-used key after the current sector
* Declare the key attack function as static
* nfc: change logs, check worker state

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 02:07:56 +09:00
RogueMaster
218df2d595 Update ReadMe.md 2022-10-06 13:03:32 -04:00
RogueMaster
421fc7b121 Update ReadMe.md 2022-10-06 12:59:51 -04:00
RogueMaster
7ff3fa09da Merge branch 'UNLEASHED' into 420 2022-10-06 12:58:47 -04:00
gornekich
5de2c32c81 [FL-2864] NFC update detect reader (#1820)
* nfc: update detect reader view
* nfc: make detect reader more interractive
* nfc: update icons
* nfc: fix detect reader gui
* nfc: fix gui, fix worker events
* nfc: fix notifications
* nfc: add nfc_worker NULL assert

Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 01:58:17 +09:00
Evgenii Tereshkov
69b9c54b2f Update ac.ir: add Daichi model DA25AVQS1-W (#1819)
Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 01:18:23 +09:00
MX
dbf4b65d84 update changelog 2022-10-06 19:18:09 +03:00
MX
2ffb246e69 Merge branch 'fz-dev' into dev 2022-10-06 19:17:56 +03:00
Sergey Gavrilov
e3a5df5959 CLI: log command argument (#1817)
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-07 01:13:02 +09:00
MX
90eefeb2ed Merge pull request #88 from jd-raymaker/dev
Added norwegian keyboard layout
2022-10-06 18:56:33 +03:00
MX
fda541c7fb update changelog 2022-10-06 18:45:53 +03:00
MX
42494d801f fix merge issue 2022-10-06 18:42:59 +03:00
MX
1253a78dba Merge branch 'fz-dev' into dev 2022-10-06 18:41:48 +03:00
Max Andreev
d07c2dbe54 ".fap" extention in file browser and archive tab (#1812)
* Add .fap extention, and Applications tab
* Using new icon, renaming tab to Apps
* Change tabs order
* Add first ugly implementation of in-app icons in archive browser
* Starting using FAPLoader callback
* Getting all metafata from fap
* add app filename fallback
* using fap_loader_item_callback in archive_list_item_cb
* FAP-Loader: removed minimal allocation
* Removed strange code

Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-10-07 00:37:53 +09:00
nminaylov
8f1812655e CLI loader shows app name, rfid edit fix 2022-10-06 18:26:15 +03:00