Make a waiting update visible instead of hiding it in the settings
Some checks failed
Build TV app / build (push) Failing after 5s

The start-up check already ran, but its result only showed as a badge for
whoever happened to open the settings. A chip in the top bar now says
"Update <version>" and leads straight there, and the check repeats every
six hours because a TV keeps the same process alive for days.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
be-nj
2026-08-26 03:07:12 +02:00
parent 7f1dff5661
commit a3105925bb
3 changed files with 42 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "dev.castarr.tv"
minSdk = 26
targetSdk = 35
versionCode = 28
versionName = "0.10.2"
versionCode = 29
versionName = "0.10.3"
}
// Release signing from environment (see ~/.keys/castarr-release.env on the