Commit Graph

13 Commits

Author SHA1 Message Date
6b611b1d09 Fix icon loading for third-party apps with file:// URL scheme
- Add file:// URL handling to AssetFilesInterface in kernel.cpp
- Update home.lua to use file:// prefix for absolute filesystem paths
- Add file:// URL handling to desktop file interface for consistency

This fixes RmlUi stripping the leading slash from absolute paths
when resolving img src URLs relative to the document base.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 17:01:31 +01:00
cb86d52705 Add sandbox API integration for RmlUi Lua state
- Register sandbox APIs (timer, JSON, crypto, VFS) into RmlUi's Lua state
- Add switchAppSandbox() function for context switching between apps
- Update goHome() to reset sandbox context when returning home
- Fix icon loading for third-party apps (handle full paths vs relative)
- Mirror changes between Android service (kernel.cpp) and desktop designer

This enables third-party apps to use sandbox APIs when running in RmlUi.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 15:49:35 +01:00
d6b7504408 implement third-party app launching from home screen 2026-01-19 13:50:05 +01:00
ad28cf2360 add local app discovery: scan apps folder, render on home screen 2026-01-19 13:20:21 +01:00
5ea0cdde63 add device-side app management with AppManager, UpdateService and App Store UI (M10) 2026-01-18 22:33:15 +01:00
fbb6917812 make ui bigger 2026-01-16 14:52:18 +01:00
2e2a9d0603 apps ui 2026-01-16 13:53:59 +01:00
c8ee7defe8 work in progress 2026-01-16 12:43:06 +01:00
77a9579025 save state 2026-01-16 08:15:28 +01:00
4d5b4c2455 add data model 2026-01-14 14:47:57 +01:00
c101d647dd add touch events handling 2026-01-08 22:35:59 +01:00
1074a1e59a integrate RMLUI library 2026-01-03 12:17:19 +01:00
ce19309e05 refactor into files 2025-12-30 15:17:18 +01:00