Willy-JL
e6cd27895c
Invert rgb leds, use numbers instead of left/right
...
--nobuild
2023-09-16 19:51:58 +02:00
Willy-JL
f5d1bb1130
Add off preset for rgb backlight colors
2023-09-16 19:48:53 +02:00
Willy-JL
84aa55b718
Move subghz bruteforcer settings file to apps_data --nobuild
2023-09-16 19:39:05 +02:00
Willy-JL
c28901462f
New loader stuff in api mismatch (app too new/old)
2023-09-16 19:31:45 +02:00
Willy-JL
4b2cc53280
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-09-16 19:28:54 +02:00
Willy-JL
7b4b1d2bcb
Fix apple BLE spam credits + add url --nobuild
2023-09-14 03:43:09 +02:00
MX
6a2adf69e6
Revert "temp remove before release"
...
This reverts commit 19ca956e7c .
2023-09-12 19:00:25 +03:00
MX
19ca956e7c
temp remove before release
2023-09-12 18:59:12 +03:00
MX
1530c2b4f1
update changelog
2023-09-12 18:56:15 +03:00
MX
953a747b1a
make text more centered
2023-09-12 01:18:50 +03:00
MX
8835ef3598
move things
2023-09-12 00:42:34 +03:00
MX
cbc5d61ab7
princeton and varitemlist ui fixes
2023-09-11 23:57:17 +03:00
MX
e8210cd94d
fix
2023-09-11 22:27:27 +03:00
MX
b6ff400587
update changelog
2023-09-11 20:47:11 +03:00
MX
5949d7be1c
Merge branch 'ofw_dev' into dev
2023-09-11 18:38:13 +03:00
Skorpionm
ac3bd337a1
[FL-3589] Sub-GHz: incorrect key parsing crash ( #3066 )
2023-09-12 00:30:16 +09:00
MX
f09d364e95
update subghz remote
2023-09-11 17:18:00 +03:00
MX
7f474ed9c6
Ignore princeton option and fix typo magellan
2023-09-11 17:03:17 +03:00
MX
04c914d945
fix typo
2023-09-11 16:55:08 +03:00
MX
93ae4db35a
moved into codeql yml
2023-09-11 16:41:30 +03:00
MMX
2db719f35c
Create codeql.yml
2023-09-11 16:40:47 +03:00
MMX
e36b87ddd9
Merge pull request #600 from DarkFlippers/readme_update
...
Readme: instructions block systematized & cleanup
2023-09-11 16:38:44 +03:00
MMX
1c360ae110
Merge pull request #599 from derskythe/ci/codeql-code-scan
...
[FEAT] add workflow to automatic CodeQL Code scanning
2023-09-11 16:38:34 +03:00
MMX
44140caa2d
Merge pull request #590 from derskythe/feat/subghz-save-hopping-state
...
[FEAT] Save hopping state in SubGHz
2023-09-11 16:38:21 +03:00
hedger
15894235a9
[FL-3596] fbt: added FW_CFG_<name> with build configuration ( #3062 )
2023-09-11 22:34:41 +09:00
DerSkythe
fae8d91880
Revert "fix: version-check.yml and build-with-firmwware.yml"
...
This reverts commit c3d2a1f243 .
2023-09-11 16:23:15 +03:00
MX
78446bab07
Merge branch 'dev' into feat/subghz-save-hopping-state
2023-09-11 16:22:35 +03:00
MX
84e94e728c
update comment
2023-09-11 15:32:55 +03:00
MX
b2042fd044
loader merge fixes
2023-09-11 15:31:11 +03:00
MX
67a681f8b8
no apps :(
2023-09-11 15:29:43 +03:00
MX
eb2607f308
Merge branch 'ofw_dev' into dev
2023-09-11 15:26:26 +03:00
あく
9f6fc6fe79
Snake: fix deadlock caused by use of view_port_update while locking model ( #3063 )
2023-09-11 21:08:09 +09:00
gid9798
226e300a16
Readme: fix typo & small fixes
2023-09-11 13:56:50 +03:00
hedger
77d6c41914
github: submit SDKs to prod & dev ( #3060 )
...
* github: submit SDKs to prod & dev
* github: increased limit of queried SDKs
Co-authored-by: あく <alleteam@gmail.com >
2023-09-11 19:51:03 +09:00
gid9798
d49246048d
Readme: instructions block systematized & cleanup
2023-09-11 13:08:09 +03:00
Sergey Gavrilov
4705812d24
SD-Card: proper HAL ( #3058 )
...
* Storage: remove unused error from SDInfo
* FatFS: remove sd_spi_io
* HAL: sd card api
* Update: use sd hal
* FatFS: use sd hal
* Storage: use sd hal
* API: sd hal
* Fix TODO workflow
* SD Hal: Fix source buffer overflow
* fix for fix!
* HAL: cleanup sd detection api
* HAL: FURI_HAL_SD_SPI_DEBUG flag
* HAL: FuriHalSdStatus -> FuriStatus
* API: downgrade
* Change define logic
* HAL: presence
2023-09-11 18:30:56 +09:00
あく
1c0276a0be
Various Fixes and Improvements ( #3059 )
...
* FuriHal: lower MGG display contrast by 4 points
* FuriHal: unify external gpio resources initialization
* Infrared: parse raw in universal TV file, cleanup it with new ifrared script. Other minor changes.
* Gui: fix elements_multiline_text_aligned eating symbols
* Lib: human readable errors in flipper application package
* Special request from marketing team
2023-09-11 16:23:00 +10:00
Willy-JL
ee5d5b9a8c
Fix view_port_update() apps random deadlocks
2023-09-10 03:07:10 +02:00
MX
abc4110198
Fix random deadlocks in various plugins
...
thanks Willy-JL for finding details of that issue
2023-09-10 03:45:50 +03:00
DerSkythe
99ba1b6a24
feat: add workflow to automatic CodeQL Code scanning
2023-09-10 03:44:40 +04:00
Willy-JL
7f022f6b03
C64 text overflow fix
2023-09-10 01:22:14 +02:00
Willy-JL
a7a5503e27
Compact++
2023-09-10 00:59:13 +02:00
DerSkythe
1fec80a533
feat: add RX config option "Reset to default"
2023-09-10 02:35:27 +04:00
Willy-JL
19a8eeee69
Fix + optimize compact and c64 menus --nobuild
2023-09-09 23:27:47 +02:00
DerSkythe
53fffffd1b
Merge remote-tracking branch 'upstream/dev' into feat/subghz-save-hopping-state
...
# Conflicts:
# applications/main/subghz/scenes/subghz_scene_receiver.c
2023-09-09 22:41:08 +04:00
WillyJL
8c757c3c38
New 'Compact' menu style ( #388 )
2023-09-09 15:35:34 +02:00
Willy-JL
fd3ae078bb
Add more non functional codes (disabled) --nobuild
2023-09-09 14:34:15 +02:00
MatthewKuKanich
58d782f7f2
commit new compact menu style
2023-09-08 23:27:10 -04:00
MatthewKuKanich
09986b33a7
commit new compact menu style
2023-09-08 23:23:02 -04:00
Willy-JL
0b588a2877
Add missing space
2023-09-09 04:12:40 +02:00