Implemented Files app (#33)

- Created Files app to browse PC and ESP32 files.
- Refactored toolbars so it's now a proper widget and allows for changing its properties from the app
- Toolbar now has extra action buttons
- Settings app now has a proper icon
- Minor cleanup in Desktop app
This commit is contained in:
Ken Van Hoeylandt
2024-02-06 23:18:34 +01:00
committed by GitHub
parent 93e4378a9e
commit 5880e841a3
31 changed files with 689 additions and 117 deletions
+4
View File
@@ -12,6 +12,10 @@
- Support for displays with different DPI. Consider the layer-based system like on Android.
- Display orientation support for Display app
- If present, use LED to show boot status
- 2 wire speaker support
- tt_app_start() and similar functions as proxies for Loader app start/stop/etc.
- tt_app_set_result() for apps that need to return data to other apps (e.g. file selection)
- Make a statusbar service that apps can register icons to. Gui can observe its status changes?
# App Improvement Ideas
- Sort desktop apps by name.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB