unleashed-firmware/applications/services/gui
MX 28272f7a7a
Storage: remove LFS (#3577)
* Storage: drop internal storage

* Storage: rollback some unnecessary changes

* Storage: rollback some unnecessary changes part 2

* Storage: cleanup various defines and int handling. Ble: allow short connection interval if internal flash is not used.

* Storage: do not return storage if it is not ready

* Save PIN code to RTC, update settings

* Simplify the code, clean up includes

* Rearrange some code

* apps: storage_move_to_sd: conditionally enable with --extra-define=STORAGE_INT_ON_LFS

* Load Desktop settings automatically

* Redirect /any to /ext

* Abolish storage_move_to_sd app

* Remove as many mentions of ANY_PATH as possible

* Fix desktop settings wrongly not loading

* Improve desktop settings handling and strings

* Load BLE settings and keys automatically

* Improve BLE configuration procedure

* Do not load bluetooth keys twice if they were already loaded

* Load dolphin state automatically

* Fix merge artifact

* Load notification settings automatically

* Update desktop settings strings

* Load expansion settings automatically

* Do not use thread signals to reload desktop settings

* Load region data automatically, separate to its own hook

* Improve ble behaviour with no keys

* Fix Dolphin state not resetting correctly

* Add a status check

* Make Desktop save its own settings

* Check result when taking and releasing mutex

* Improve default thread signal handling in FuriEventLoop

* Make bt service in charge of saving settings, add settings api

* Fix a deadlock due to timer thread not receiving time

* Lock core2 when reinitialising bt

* Update clang-format

* Revert "Update clang-format"

This reverts commit d61295ac063c6ec879375ceeab54d6ff2c90a9a1.

* Format sources with clang-format

* Revert old stack size for desktop settings

* Allocate big struct dynamically

* Simplify PIN comparison

* Save pointer to storage in Desktop object

* Fix region provisioning for hardware regions

* Remove stale TODO + siimplify code

* Clean up region.c

* Use sizeof instead of macro define

* Limit PIN length to 10 for consistency

* Emit a warning upon usage of /any

* Add delay after finding flipper

* Remove unnecessary delay

* Remove all mentions of STORAGE_INT_ON_LFS

* Remove littlefs and internal storage

* Remove all possible LittleFS mentions

* Fix browser tab in Archive

* Ble: fix connection interval explanation

* Bump API Symbols

* BLE: Update comments interval connection comments

* Storage: clear FuriHalRtcFlagStorageFormatInternal if set

---------

Co-authored-by: Georgii Surkov <georgii.surkov@outlook.com>
Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
2024-08-10 13:18:51 +03:00
..
modules Storage: remove LFS (#3577) 2024-08-10 13:18:51 +03:00
application.fam JS: Add submenu module (#3601) 2024-05-16 18:55:08 +01:00
canvas_i.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
canvas.c move part of the CLI to microsd to free up space for COMPACT 0 builds 2024-06-15 15:12:50 +03:00
canvas.h post merge fix 2024-03-25 14:08:51 +03:00
elements.c Merge remote-tracking branch 'OFW/dev' into dev 2024-06-06 00:35:40 +03:00
elements.h formatting 2024-07-15 20:02:45 +03:00
gui_i.h formatting 2024-07-15 20:02:45 +03:00
gui.c Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00
gui.h merge fixes 2023-08-11 18:24:51 +03:00
icon_animation_i.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_animation.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
icon_animation.h feat: add missing const qualifiers (#2233) 2023-02-09 13:58:01 +09:00
icon_i.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
icon.c cleanup of various warnings from clangd (#3682) 2024-06-03 14:43:23 +01:00
icon.h Icons: compression fixes & larger dimension support (#3564) 2024-05-20 18:23:47 +01:00
scene_manager_i.h Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
scene_manager.c Merge remote-tracking branch 'OFW/dev' into dev [ci skip] 2024-07-04 04:56:04 +03:00
scene_manager.h Merge branch 'ofw_dev' into dev p1 2024-03-10 23:35:44 +03:00
view_dispatcher_i.h [FL-3847, FL-3513] Thread Signals (#3730) 2024-06-21 21:44:36 +01:00
view_dispatcher.c [FL-3847, FL-3513] Thread Signals (#3730) 2024-06-21 21:44:36 +01:00
view_dispatcher.h [FL-3847, FL-3513] Thread Signals (#3730) 2024-06-21 21:44:36 +01:00
view_holder.c [FL-3863] toolchain: v37 (#3746) 2024-07-05 18:27:21 +01:00
view_holder.h Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00
view_i.h Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
view_port_i.h Undo some TODO (#3024) 2023-09-01 05:54:52 +04:00
view_port.c [FL-3842] Desktop lockup fix, GUI improvements (#3710) 2024-06-14 02:47:43 +10:00
view_port.h Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00
view_stack.c [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00
view_stack.h [FL-3496, FL-3523, FL-3767, FL-3790] Infrared fixes and more (#3515) 2024-03-20 23:54:07 +09:00
view.c Coalesce some allocations (#3747) 2024-07-03 12:56:13 +01:00
view.h Api Symbols: replace asserts with checks 2024-03-25 13:53:32 +03:00