summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui/component/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-10-22Add entry and exit no relay errorsJonatan Rhodin1-0/+1
The old no relay error is still kept for single hop
2025-07-04Restructure & redesign componentsDavid Göransson1-3/+6
- Change to new look and feel of list items - Add support for clicking inactive relays, with info message if relay, country or custom list is unavailable.
2025-07-04Create new design system moduleDavid Göransson1-1/+1
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
2025-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström1-0/+1
2025-03-19Improve TV connect screen UIKalle Lindström1-0/+44
- 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.