Commit Graph

5711 Commits

Author SHA1 Message Date
Willy-JL 3f4e6be0a1 FBT snort some copium pls 2023-10-01 02:52:26 +01:00
Willy-JL d2d0f28449 iOS 17 CRASH for Apple BLE Spam 2023-10-01 01:39:01 +01:00
Willy-JL 0756c1fad3 Add nearby info non-functional packet 2023-10-01 01:07:54 +01:00
Willy-JL 64b76f63b4 Improved packet structure info for apple ble --nobuild 2023-09-30 23:31:18 +01:00
Willy-JL 5290eea952 Format 2023-09-30 23:21:39 +01:00
ClaraCrazy 0adbf1ec1d Backlight Fix #2: only if LoaderStatusOk --nobuild 2023-09-30 22:55:52 +02:00
Willy-JL c6d49a5d11 Fix backlight code for backlight on cli app open --nobuild 2023-09-30 19:52:33 +01:00
Willy-JL 4ad6297285 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev --nobuild 2023-09-30 19:26:24 +01:00
ClaraCrazy 91f3ed1a33 Skip backlight for RPC inputs --nobuild 2023-09-30 05:02:05 +02:00
ClaraCrazy 9fea2b248b Backlight on loader_cli_open (e.g. fbt launch) 2023-09-30 05:00:49 +02:00
MX fc1ec55a40 Merge branch 'ofw_dev' into dev 2023-09-25 16:53:05 +03:00
あく 63d7d46bd3 FuriHal,BleGlue: prevent sleep while HCI command executed, proper bt api rpc locking. Fixes random system lockups. (#3107) 2023-09-25 09:12:12 +04:00
MX 8666cdc5ef Merge branch 'ofw_dev' into dev 2023-09-21 22:43:48 +03:00
MX 286dbfaf0b Revert "Revert "Revert "temp remove before release"""
This reverts commit 4368ff4294.
2023-09-21 22:40:14 +03:00
あく b98631c633 Gui: handle view port lockup and notify developer about it (#3102)
* Gui: handle view port lockup and notify developer about it

* Gui: fix more viewport deadlock cases and add proper notification
2023-09-21 18:34:48 +04:00
Astra 3fbb9f24f8 [FL-3583] Fix multiline aligned text going out of bounds (again) (#3084)
Co-authored-by: あく <alleteam@gmail.com>
2023-09-21 18:29:28 +09:00
Filipe Paz Rodrigues a089aeb2bd Add Initial CCID support (#3048)
* Add Initial CCID support
* Sync api symbols
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
2023-09-21 18:09:00 +09:00
Astra 182c8defb1 [FL-3458] Add confirmation before exiting USB-UART (#3043)
* Add confirmation before exiting USB-UART
* Redo the confirm view to be a scene to ignore the back button

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-09-21 17:06:45 +09:00
agarof f46018b204 Add extended I2C HAL functions (#3037)
* Add extended I2C HAL functions
* Rename I2CEndClockStretch to I2CEndAwaitRestart
* Address review comments
* Update f18 api_symbols.csv
* FuriHal: check input values in cortex timer
* FuriHal: cleanup I2C documentation
* Properly bump api symbols
* FuriHal: fix incorrect cast in I2C write_reg methods, fix spelling and naming
* FuriHal: cleanup const usage in I2C, sync declaration and implementation
* Format Sources
* FuriHal: more i2c docs
* Add I2C Restart and Pause / Resume test
* Add I2C auto-reload test
* UnitTests: skip furi_hal_i2c_ext_eeprom if eeprom is not connected
* UnitTest: cleanup subghz test output
* FuriHal: classic timeouts in i2c

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-09-21 16:54:25 +09:00
MX 1f485be6e8 Merge branch 'dev' into blegatt_refactor_merge 2023-09-19 17:27:18 +03:00
MX 4368ff4294 Revert "Revert "temp remove before release""
This reverts commit 6a2adf69e6.
2023-09-19 17:23:21 +03:00
Willy-JL 1b6bf0b38a Marauder no illegal characters on filename input 2023-09-16 22:14:17 +02:00
Willy-JL 0d2f0fce36 Update MAYHEM marauder (+ remove evil portal) 2023-09-16 22:13:45 +02:00
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
Skorpionm 25af13e998 SubGhz: Fix CLI subghz chat (#3073)
Co-authored-by: あく <alleteam@gmail.com>
2023-09-14 18:27:01 +09:00
Willy-JL 7b4b1d2bcb Fix apple BLE spam credits + add url --nobuild 2023-09-14 03:43:09 +02:00
MX 4d3a3070e4 Merge branch 'dev' into blegatt_refactor_merge 2023-09-12 19:20:03 +03: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 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 d4cad7b8c6 add refactor things back 2023-09-11 18:39:38 +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 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
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