Commit Graph

4155 Commits

Author SHA1 Message Date
RogueMaster
b2840275d2 Merge branch 'UNLEASHED' into 420 2022-11-02 18:13:43 -04:00
MX
0b1f573a72 update naming 2022-11-03 00:53:28 +03:00
MX
677de32026 Revert TOTP changes
"Preload failed, invalid file"
2022-11-03 00:41:17 +03:00
MX
5ac2431cd1 update readme and changelog 2022-11-03 00:26:19 +03:00
MX
4b408b6988 Merge pull request #148 from msvsergey/flappy-animation-fix
Flappy: Fix animation.
2022-11-03 00:08:49 +03:00
MX
af1647c84b Update DHT montior plugin 2022-11-02 23:52:03 +03:00
MX
356389ace9 Disable halloween theme
New xmas theme is coming in december :)
2022-11-02 23:51:47 +03:00
MX
345d9704fd Plugins: Added Game15 + run fbt format 2022-11-02 23:39:54 +03:00
nminaylov
0b2867aaa4 BadUSB scrolllock typo fix 2022-11-02 23:32:01 +03:00
MX
fe199ab54a Fix part 2 2022-11-02 23:19:33 +03:00
MX
adab2b9e03 Update and fix TOTP
fix - added this in every button event switch:
default:
                    break;
2022-11-02 23:10:14 +03:00
MX
c8bc9e26e0 Fix part 1 2022-11-02 23:07:00 +03:00
MX
e1f5999095 update lib paths 2022-11-02 22:54:44 +03:00
MX
79b37556d4 Merge branch 'fz-dev' into dev 2022-11-02 22:53:12 +03:00
MX
9c4612e571 Plugins: New AM2320 Sensor plugin 2022-11-02 22:18:08 +03:00
RogueMaster
61cf98d344 Merge pull request #395 from msvsergey/flappy-animation-fix
Fix flappy animation.
2022-11-02 14:26:27 -04:00
Skorpionm
0652830c51 [FL-2940] WS: add protocol Ambient_Weather (#1960)
* WS: add protocol Ambient_Weather
* WS: fix link
* WS: removing unused code

Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 01:24:07 +09:00
Georgii Surkov
c417d467f7 Handle storage full error (#1958)
Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 01:13:06 +09:00
Konstantin Volkov
a09d0a8bd4 fixed job name, renamed compile step id (#1952)
Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 00:21:43 +09:00
hedger
ebc2b66372 fbt fixes for mfbt pt2 (#1951)
* fbt: split sdk management code
* scripts: fixed import handling
* fbt: sdk: reformatted paths
* scrips: dist: bundling libs as a build artifact
* fbt: sdk: better path management
* typo fix
* fbt: sdk: minor path handling fixes
* toolchain: fixed windows toolchain download
* fbt: minor refactorin
* fbt: moved sdk management code to extapps.scons
* fbt: fixed sdk symbols header path; disabled -fstack-usage
* fbt: changed pathing for .py scripts
* fbt: changed SDK_HEADERS pathing; added libusb to SDK; added icon_i.h to SDK; added hw target to SDK meta
* fbt: added libusb headers to SDK
* picopass: include cleanup; api: added subghz/registry.h; api: added mbedtls to exported headers
* picopass: fixed formatting
* fbt: fixed COPRO_ASSETS_SCRIPT
* sdk: added basic infrared apis
* toolchain: added ufbt to list of legal fbtenv callers; updated error messages
* fbt: changed manifest collection & icon processing code
* fbt: simpler srcdir lookup
* toolchain: path management fixes; fbt: fixes for fap private libs paths
* scripts: toolchain: reworked download on Windows
* toolchain: v17
* scripts: added colorlog for logging
* Github: fix unit tests

Co-authored-by: あく <alleteam@gmail.com>
2022-11-03 00:15:40 +09:00
Vasyl "vk" Kaigorodov
abfa804ae0 Gui: refactor buttons remapping (#1949)
* Gui: refactor buttons remapping
  Instead of calling 3 separate functions with a ton of switch/case statements,
  use a 2-dimensional lookup table to remap buttons based on the orientation.
* Gui: cleanup input mapping and fix incorrect asserts
* SnakeGame: handle input special case

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-11-02 23:36:17 +09:00
Sergey Monchenko
9a0eacc91c Fix flappy animation. 2022-11-02 14:40:54 +03:00
MX
a22b107335 Plugins: Update Wifi Marauder
https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion
2022-11-02 13:28:43 +03:00
RogueMaster
dd2df8eadc RELEASE 2022-11-02 04:03:48 -04:00
RogueMaster
e163d46f07 Update ReadMe.md 2022-11-02 04:02:01 -04:00
RogueMaster
dfc94cf550 Update ReadMe.md 2022-11-02 04:00:23 -04:00
RogueMaster
d947b5db61 Update application.fam 2022-11-02 03:58:55 -04:00
RogueMaster
0cc0c6a8ce dht temp mon fixes 2022-11-02 03:58:26 -04:00
RogueMaster
709eeb6fd5 Merge branch 'UNLEASHED' into 420 2022-11-02 03:56:50 -04:00
MX
0f1e03fa51 Fix: proper deinit of gpio and spi bus in NRF24 driver 2022-11-02 03:42:38 +03:00
MX
2ab9769b4b Merge remote-tracking branch 'origin/dev' into dev 2022-11-02 01:54:42 +03:00
MX
ee665e1089 Merge pull request #144 from wh00hw/dev
Morse Code FAP
2022-11-02 01:52:59 +03:00
MX
5e940ea9d0 Merge pull request #145 from huuck/usbkeyboard_function_keys
added additional row for function keys
2022-11-02 01:47:38 +03:00
MX
f3d45ab350 Merge pull request #147 from quen0n/dev
New plugin - DHT Monitor
2022-11-02 01:44:22 +03:00
MX
7d139517b8 add plugin as plain files 2022-11-02 01:38:09 +03:00
Victor
f51877b7c8 Revert "New plugin - DHT Monitor"
This reverts commit bb5c545211.
2022-11-02 01:35:08 +03:00
MX
92b8a256e4 Snake game: Fix food spawn bug 2022-11-02 01:29:01 +03:00
RogueMaster
ebd0223db5 Update version.py 2022-11-01 18:23:16 -04:00
MX
0d27086c40 Merge branch 'fz-dev' into dev 2022-11-02 01:09:39 +03:00
MX
46bffba498 replace furi check hotfix with ofw proper fix 2022-11-02 01:08:54 +03:00
MX
165d9972e7 SubGHz Fixes: BFT fix, other small fixes 2022-11-02 01:05:05 +03:00
Victor
bb5c545211 New plugin - DHT Monitor 2022-11-01 22:15:58 +03:00
huc
ddaa8ec1fd added additional row for function keys 2022-11-01 13:51:30 -04:00
あく
104a1998a5 Furi: raise bkpt only if debug session initiated, add debug support for release builds (#1957)
* Fix hard crash on some custom firmwares in RELEASE mode
* Furi: anya wa erai, anya wa eleganto, raise bkpt only if debug session initiated, add debug support for release builds

Co-authored-by: DerSkythe <skif@skif.ws>
2022-11-01 19:27:25 +09:00
wh00hw
38297cb7af Update ReadMe.md 2022-11-01 11:09:55 +01:00
wh00hw
419a90aa28 Add MorseCode fap 2022-11-01 11:08:53 +01:00
RogueMaster
ce328a3032 new anim 2022-10-31 04:51:04 -04:00
RogueMaster
69dcac845a RELEASE 2022-10-30 23:10:12 -04:00
RogueMaster
98eee6c7d2 [DHT Monitor (By quen0n)] 2022-10-30 23:08:46 -04:00
RogueMaster
971740a45c fmt 2022-10-30 22:58:30 -04:00