Commit Graph

9080 Commits

Author SHA1 Message Date
MX
d0ccf11992 Merge pull request #164 from rf-bandit/wifi-marauder-bt
Wifi marauder BT menus option
2022-11-15 04:41:47 +03:00
MX
eb3523b8e2 Replace func naming to more correct one 2022-11-15 04:22:43 +03:00
RogueMaster
ec8134e97c Update ReadMe.md 2022-11-14 19:10:26 -05:00
RogueMaster
8233967288 Update ReadMe.md 2022-11-14 18:55:32 -05:00
g3gg0
bcd33ca125 added NfcV emulation 2022-11-14 21:12:18 +01:00
lauaall
88cf93ab17 docs: fix typos
Fixed typos in UnitTests.md
2022-11-14 20:00:33 +02:00
Yukai Li
508f52b1c0 nfc: Add faster auth callback patch 2022-11-14 10:26:30 -07:00
Yukai Li
ccced311d7 Merge branch 'dev' into ntag-auto-pwd-capture 2022-11-14 10:25:19 -07:00
SkorP
552cc8d570 WS: fix text "About" scene 2022-11-14 20:09:12 +04:00
JuanJakobo
46170549ca Snake Plugin: Check if File could be opened, if not return 2022-11-14 10:02:59 +01:00
JuanJakobo
86c8108698 Snake Plugin: move storage to /ext/apps_data/snake_game 2022-11-14 09:59:33 +01:00
Sergey Gavrilov
d381ce55df Merge branch 'dev' into zlo/mystery-applications-memory-corrupt 2022-11-14 17:16:08 +10:00
rf-bandit
073a0942e8 Add files via upload
Add sniffbt and sniffskim as menu option for ESP-32-WROOM
2022-11-13 23:38:10 -07:00
rf-bandit
52bd4a1a3c Add files via upload
Adds sniffbt and sniffskim as option (ESP-32-WROOM)
2022-11-13 23:34:41 -07:00
SG
e3a878477c DAP Link: fix imports 2022-11-14 11:41:25 +10:00
RogueMaster
d6ef36dba8 RELEASE 2022-11-13 13:34:40 -05:00
RogueMaster
6b95a7879c Update ReadMe.md 2022-11-13 13:32:46 -05:00
RogueMaster
ddb5ae2bd5 Merge branch 'UNLEASHED' into 420 2022-11-13 13:32:13 -05:00
Aleksandr Kutuzov
73967fe823 Gui: proper navigation in file browser dialog 2022-11-14 03:23:30 +09:00
MX
5989651b10 Plugins: i2c tools fix name display 2022-11-13 04:21:58 +03:00
MX
bb8b9f0b57 Fix builds 2022-11-13 03:51:05 +03:00
MX
aface38b42 RFID Fuzzer fixes 2022-11-13 02:56:32 +03:00
MX
f7fb055ae3 Update readme and changelog 2022-11-13 01:14:06 +03:00
RogueMaster
21ea2a4d04 Merge branch 'ofwdev' into 420 2022-11-12 15:45:39 -05:00
MX
1b64a95ec6 Plugins: Add lightmeter
https://github.com/oleksiikutuzov/flipperzero-lightmeter
2022-11-12 23:13:09 +03:00
MX
de5eb16ef2 New animation L3_FlipperMustache_128x64
animation by @Svaarich
2022-11-12 22:27:27 +03:00
MX
c3731e6540 CI/CD: Builds with no custom anims 2022-11-12 22:24:22 +03:00
MX
0e338f7964 Merge branch 'fz-dev' into dev 2022-11-12 22:22:38 +03:00
MX
4240b59311 SubGHz: Fix magellan display issue 2022-11-12 22:16:02 +03:00
hedger
41de5f3c52 fbt: more fixes for windows environment #2011 2022-11-13 03:28:29 +09:00
hedger
b56fed477a Path handling fixes in toolchain download #2010 2022-11-13 02:22:40 +09:00
SG
2f82351b3e Fix build errors 2022-11-13 01:42:46 +10:00
RogueMaster
887b7b7836 Update ReadMe.md 2022-11-12 09:15:12 -05:00
MX
02fe403b2b SubGHz: Fix wrong error message in history 2022-11-12 16:58:35 +03:00
RogueMaster
0b6526e842 Update ReadMe.md 2022-11-12 08:54:14 -05:00
RogueMaster
3a57b80577 RELEASE 2022-11-12 08:53:36 -05:00
RogueMaster
a43b17dee3 Update archive_browser_view.c 2022-11-12 08:51:17 -05:00
MX
a821b80ffc Archive: Show loading popup on delete 2022-11-12 16:47:00 +03:00
MX
950dee48a0 Merge branch 'fz-dev' into dev 2022-11-12 16:43:12 +03:00
RogueMaster
4b9f353c78 fmt 2022-11-12 08:37:29 -05:00
RogueMaster
ffbbc7ecde Merge branch 'ofwdev' into 420 2022-11-12 08:35:37 -05:00
Nikolay Minaylov
73441af9c6 BadUSB and Archive fixes (#2005)
* BsdUsb: fix empty lines handling
* Archive: folders and unknown files rename fix

Co-authored-by: あく <alleteam@gmail.com>
2022-11-12 20:55:42 +09:00
hedger
f9730bcafe fbt: lint fixes (#2008)
* lint: exclude "lib" subfolder from naming checks; fbt: moved LINT_SOURCES from literal strings to Dir() nodes
* lint: also exclude hidden directories

Co-authored-by: あく <alleteam@gmail.com>
2022-11-12 19:03:22 +09:00
MX
3c7a4eeaed iButton: Fix header "Saved!" message stays on other screens (#2003)
* iButton: Fix header "Saved!" message stays on other screens
* SubGhz,iButton: proper popup reset

Co-authored-by: あく <alleteam@gmail.com>
2022-11-12 18:45:19 +09:00
あく
90cefe7c71 [FL-2975] Bug fixes and improvements: Furi, Input, Cli (#2004)
* Furi: configurable heap allocation tracking
* Furi: relax restriction in thread heap setter asserts, apply heap tracking setting on app start instead of thread allocation
* Furi: hide dangerous heap tracking levels in release build
* Input: fix non-working debounce
2022-11-12 12:46:04 +04:00
SG
9eae59f86f Init BT as soon as possible 2022-11-12 11:09:59 +10:00
SG
d0bc93edf0 Mark some service threads as services 2022-11-12 11:09:38 +10:00
SG
84d8ed097a Apps: use thread allocation shortcut 2022-11-12 10:53:53 +10:00
SG
bac39d28db Core: thread alloc+set shortcut 2022-11-12 10:45:41 +10:00
SG
3eed788c36 api lock: test results 2022-11-12 10:10:11 +10:00