Commit Graph

5 Commits

Author SHA1 Message Date
arnie a3bbac72d6 Add banners
build / build (push) Failing after 8s
2026-06-12 20:45:28 +02:00
Arnie via Claude a36d3869b1 refactor: rename dashboards→webviews, unique applicationId per flavor
build / build (push) Failing after 3m11s
Each flavor gets applicationIdSuffix = ".<name>" so the Bravia
getApplicationList API returns a distinct URI per webview, enabling
Control4 to launch specific flavors independently.

BREAKING CHANGE: applicationId changed from cz.c3c.webviewkiosk to
cz.c3c.webviewkiosk.<flavor> — uninstall old app before reinstalling.
BuildConfig.DASHBOARD_URL renamed to WEBVIEW_URL.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-12 18:22:51 +02:00
Arnie via Claude 4982af9df4 feat: multi-flavor APK build from dashboards.yaml
build / build (push) Failing after 3m29s
Dashboard URL and label configured in dashboards.yaml; each entry
becomes a product flavor with BuildConfig.DASHBOARD_URL injected
at build time. APKs output as <flavor>-release.apk.
2026-06-12 18:15:21 +02:00
Arnie via Claude 6ca64ea2ff feat: leanback webview kiosk activity 2026-06-12 13:21:16 +02:00
Arnie via Claude af5d4aa76a feat: exponential backoff policy for webview reload 2026-06-12 12:25:51 +02:00