summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui
AgeCommit message (Collapse)AuthorFilesLines
2025-04-09Improve error message when an unavailable ip version is selectedJonatan Rhodin1-1/+3
2025-03-19Improve TV connect screen UIKalle Lindström8-0/+619
- Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module.