jbohack
3500b5fc4f
passport compatible with sfw_mode
2022-12-30 14:13:05 -05:00
VerstreuteSeele
04a40f31a5
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2022-12-30 15:59:53 +01:00
VerstreuteSeele
0bfa7da737
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2022-12-30 09:01:55 +01:00
VerstreuteSeele
d5c0f4f3a3
Overhaul | 2
2022-12-30 09:01:44 +01:00
jbohack
35dfc2a931
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2022-12-29 23:46:44 -05:00
jbohack
afa0e5aae9
added sfw_mode support for badusb
2022-12-29 23:46:34 -05:00
VerstreuteSeele
64a81747c2
Merge branch 'dev' of https://github.com/ClaraCrazy/Flipper-Xtreme into dev
2022-12-30 05:14:00 +01:00
VerstreuteSeele
d279639e53
Massive overhaul | Part 1
2022-12-30 05:12:53 +01:00
jbohack
51bd4e3d99
modified crash text for sfw_mode
2022-12-29 23:06:29 -05:00
jbohack
87282fba46
typo in passport fixed and power off text changed for sfw_mode
2022-12-29 22:57:23 -05:00
Avery
06cf1bb868
Gui: change data ownership model in submenu, own text by default ( #2217 )
...
* GUI: Refactor submenu to internally use FuriStrings
* NFC: Rework DESFIRE dynamic info submenu
* GUI: don't mutate label when drawing submenu
* Get rid of submenu_add_item_cstr
* increase api version
* Get rid of submenu_set_header_cstr
* rollback api version
* Documentation
* RFID: use new submenu api
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com >
2022-12-30 12:44:07 +09:00
Nameless
6287301645
Merge branch 'dev' into issue-#43
2022-12-30 01:16:28 +00:00
Nameless
9b7d17d89c
Reduced long press to poweroff delay to 2s (more like 3s in reality)
2022-12-30 01:10:24 +00:00
Florian Grousset
989af31f20
Fix case typo on settings variable + add free memory
2022-12-29 07:17:31 -06:00
VerstreuteSeele
6676896aaf
Update passport.c
2022-12-29 13:29:35 +01:00
VerstreuteSeele
c63ff0f25a
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2022-12-29 13:06:17 +01:00
あく
b11b9f1b38
Gui: Direct Draw API ( #2215 )
...
* Furi: allow on-fly thread priority change. Gui: Direct Draw API. DirectDraw debug app.
* Gui: drop input in direct draw
* Furi: handle priority change for starting threads
* DirectDraw: rollback to FreeRTOS primitives for priority change
2022-12-29 21:35:26 +10:00
VerstreuteSeele
58f0444a66
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev
2022-12-29 05:21:27 +01:00
Astra
d58b9f3fe8
Fix MFC bruteforce progress bar ( #2203 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-29 00:09:33 +09:00
Tiernan
90573fbeed
Picopass read bug fixes: ( #2201 )
...
* fix checking user elite keys
* include calculated Kd when saving cards
Co-authored-by: あく <alleteam@gmail.com >
2022-12-28 22:04:58 +09:00
VerstreuteSeele
89d67705a4
Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into dev
2022-12-27 20:22:31 +01:00
RogueMaster
0bc6381b36
SubBrute Upd
2022-12-27 09:33:37 -05:00
RogueMaster
ed74859225
Merge branch 'UNLEASHED' into 420
2022-12-27 09:31:33 -05:00
MX
69879c3693
Merge pull request #243 from huuck/dev
...
Added ESCAPE key
2022-12-27 17:10:34 +03:00
MX
529a20b9d2
Add holtek HT12X in brute
2022-12-27 17:06:52 +03:00
Gabriel Cirlig
43be797926
Merge branch 'DarkFlippers:dev' into dev
2022-12-27 08:19:28 -05:00
huuck
4840196b88
addded escape key
2022-12-27 08:13:17 -05:00
MX
473f9c0e44
Merge branch 'fz-dev' into dev
2022-12-27 16:06:27 +03:00
VerstreuteSeele
47706d20e7
Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into dev
2022-12-27 11:11:02 +01:00
Astra
ded7e727d0
[FL-3060] New MFC Bruteforce animation ( #2190 )
...
* Change the wording in the headers
* Add support for text in the progress bar
* New MFC key bruteforce screen
* Typo fix
* nfc: rename Flipper Dict to System Dict
* elements: fix types
* Display the correct key attack sector
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-12-27 18:14:03 +09:00
Nikolay Minaylov
08eb666f7b
[FL-3000] File browser: Empty folder label ( #2188 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 17:39:04 +09:00
Skorpionm
1390f10a6f
[FL-3068] SubGhz: add Holtek_ht12x protocol ( #2187 )
...
* SubGhz: add Holtek_ht12x protocol
* SubGhz: add unit_test holtek_ht12x
* SubGhz: correct string formatting
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 17:29:21 +09:00
Nikolay Minaylov
f43b76efc2
[FL-3021] USB/BLE HID Remote icon fix ( #2179 )
...
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 17:03:56 +09:00
RogueMaster
2bba99e329
fmt
2022-12-26 21:38:35 -05:00
RogueMaster
b38b1faf45
fix 2048 swapped
2022-12-26 19:21:29 -05:00
RogueMaster
826a5f5aef
favorites still swapped
2022-12-26 19:07:39 -05:00
RogueMaster
5b7ee8baf0
IR Remote Loader
2022-12-26 16:31:56 -05:00
RogueMaster
c361305a10
Merge branch 'UNLEASHED' into 420
2022-12-26 16:14:07 -05:00
RogueMaster
6f62522f68
FMT FIX
2022-12-26 15:45:20 -05:00
RogueMaster
4db5f8e421
Dolphin State Code Optimizations
2022-12-26 15:44:05 -05:00
RogueMaster
a1d293712c
Empty Folder Declaration
2022-12-26 15:36:21 -05:00
MX
4f05c1816b
Update TOTP
2022-12-26 23:31:38 +03:00
MX
1243dad8fd
Fix POCSAG Pager UI bug
...
same as subghz and weather station bug with invisible element selected
2022-12-26 23:21:10 +03:00
MX
ac400abede
Update UniTemp
2022-12-26 23:15:10 +03:00
MX
a7fc43d1ac
Update wifi marauder
2022-12-26 23:12:45 +03:00
MX
aecdb8fdcd
Merge branch 'fz-dev' into dev
2022-12-26 23:02:31 +03:00
Sergey Gavrilov
9192520c70
Modules: locking view model ( #2189 )
...
* Popup, dialog_ex: locking model
* Desktop: do not use the model where it is not needed
Co-authored-by: あく <alleteam@gmail.com >
2022-12-27 04:46:05 +09:00
MX
6d368c3e3a
Merge branch 'fz-dev' into dev
2022-12-26 22:42:21 +03:00
RogueMaster
bce4363b91
Apps Favorite Fix? Thanks Clara
2022-12-26 14:39:14 -05:00
Georgii Surkov
8582670a34
[FL-2811] Fix PVS-Studio warnings ( #2142 )
...
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-12-26 21:13:30 +09:00