summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui
AgeCommit message (Collapse)AuthorFilesLines
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson2-8/+8
2025-05-15Fix notification blob colorsDavid Göransson2-7/+7
2025-05-15Fix notification blob none for blocking internetDavid Göransson2-1/+4
2025-05-13Show a specific error if selected port is not in the port rangeJonatan Rhodin2-6/+50
2025-05-07Fix test tag mismatchDavid Göransson1-2/+0
2025-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström6-12/+173
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.