Commit Graph

9080 Commits

Author SHA1 Message Date
MX
a7691b2d3b Fix merge issues 2023-05-11 17:57:17 +03:00
MX
de73ee8bfc Merge pull request #462 from gid9798/DecodeRAW_scenemanger
Using scene manager functions in DecodeRAW
2023-05-11 17:55:08 +03:00
MX
b2e55d7d84 Merge branch 'ofw-dev' into dev
:(
2023-05-11 17:47:14 +03:00
Willy-JL
782e91c6e2 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
Oh thank you OFW for your immense wisdom of shuffling code FOR NO REASON
Was it so difficult to add A SINGLE BOOL to lock with PIN or not?????
2023-05-11 15:35:27 +01:00
Willy-JL
f92ccf6ffb Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-05-11 13:33:17 +01:00
gid9798
ec7e6a0ac1 Using scene manager functions in DecodeRAW 2023-05-11 13:22:02 +03:00
あく
aa8a369e2a Rpc: add desktop service. Desktop: refactor locking routine. (#2665)
* Rpc: add desktop service
* Protobuf: sync to latest release. Desktop: rewrite PIN locking, finalize locking API
* Desktop: cleanup code a little bit
2023-05-11 19:50:17 +10:00
MX
9862876f06 SubGHz: Fix typos (#2661)
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-05-11 12:10:20 +09:00
hedger
9914aa40bd [FL-3302] Part 2 of hooking C2 IPC (#2662) 2023-05-11 11:25:06 +09:00
MX
3881de74eb rename settings scene 2023-05-11 03:54:53 +03:00
MX
d5100476ac cleanup ext module settings 2023-05-11 03:50:55 +03:00
MX
a1fa5224a3 Infrared external output move out of debug and add power option 2023-05-11 03:15:15 +03:00
Willy-JL
957162b006 Mfw otg power go brrr 2023-05-11 01:08:40 +01:00
Willy-JL
964424ff7e Fix infrared disable otg (thanks Nano!) 2023-05-11 01:05:52 +01:00
MX
654a622607 Move counter incr out of debug, change max value to 3
making it not that harmful if user don't understand what it does
2023-05-11 03:05:04 +03:00
MX
c4010a6c78 Update rfid fuzzer readme 2023-05-11 02:58:28 +03:00
Willy-JL
b59110f56b Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-05-11 00:50:25 +01:00
MX
054245c980 Remove unneeded include 2023-05-11 02:32:53 +03:00
MX
02610abd40 Merge pull request #461 from gid9798/subghz_refactoring_step_by_step
SubGhz app refactoring
2023-05-11 02:28:26 +03:00
Willy-JL
09ff6da5ea Remove subghz region 2023-05-11 00:26:11 +01:00
Willy-JL
d91f70b837 Move config file migration to flipper init 2023-05-10 23:36:03 +01:00
MX
bc93de0f03 remove unnecessary scene switch 2023-05-11 00:01:28 +03:00
MX
3531caaa0b Clean up some comments, rename is done 2023-05-10 23:48:47 +03:00
MX
b38a593c4f Remove this 2023-05-10 23:36:52 +03:00
MX
e7707b31f0 Do some TODOs 2023-05-10 23:28:09 +03:00
MX
a941ed8c2a Rename funcs 2023-05-10 23:12:50 +03:00
MX
3e3538b9bc Always free 2023-05-10 23:07:06 +03:00
MX
735fe31f3b Fmt and cleanup some "if"s in protocols 2023-05-10 22:56:56 +03:00
MX
cca6606c78 fix typos from ofw 2023-05-10 21:48:55 +03:00
Willy-JL
3bc95bc132 Format 2023-05-10 19:22:05 +01:00
Willy-JL
1db4157886 Namespoof also spoof serial number 2023-05-10 19:12:34 +01:00
Willy-JL
bb7dc8ce22 BadKB lock relevant configs with ID and BT_ID cmds 2023-05-10 19:11:35 +01:00
Willy-JL
5b710bf488 Update copro symbols 2023-05-10 16:29:36 +01:00
Willy-JL
45382331f7 Revert copro update 2023-05-10 16:14:00 +01:00
Willy-JL
ee0212d05d Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-05-10 15:59:20 +01:00
Willy-JL
5c3bd23871 Notif settings on external, begone goofy load/save 2023-05-10 14:31:11 +01:00
Willy-JL
b0b94c70e0 Fix forgetting badkb and bt remote keys 2023-05-10 13:56:39 +01:00
Willy-JL
d18623383c Fix bt keys shenanigans 2023-05-10 13:34:44 +01:00
Willy-JL
4aef6a9df8 Move rgb backlight from useless service to lib 2023-05-10 12:57:31 +01:00
Willy-JL
640637ce60 New namespoof implementation 2023-05-10 12:19:01 +01:00
Willy-JL
33ff8e4506 Start storage service first to load xtreme early 2023-05-10 12:13:38 +01:00
gid9798
6f10990386 SubGhz: fix syntax & minor fixes 2023-05-10 13:21:42 +03:00
gid9798
88bd5aef40 Merge branch 'DarkFlippers:dev' into subghz_refactoring_step_by_step 2023-05-09 22:42:28 +03:00
gid9798
a3cf592f29 Minor fixes 2023-05-09 22:16:52 +03:00
gid9798
0019baaa00 SubGhz: simplify includes 2023-05-09 21:58:36 +03:00
gid9798
85d44c5f6c SubGhz: fix naming part 2 and 3 2023-05-09 21:54:56 +03:00
gid9798
5b447d0a56 SubGhz: refactoring 2023-05-09 21:44:53 +03:00
gid9798
e817a4cdba SubGhz: add function description 2023-05-09 21:38:25 +03:00
gid9798
def4ae395e SubGhz: refactoring 2023-05-09 21:20:35 +03:00
MX
1d2d05cfdf Fix merge issues 2023-05-09 20:24:43 +03:00