summaryrefslogtreecommitdiffhomepage
path: root/android/lib/tv/src
AgeCommit message (Collapse)AuthorFilesLines
2025-10-06Warn users about android 16 upgrade issueDavid Göransson1-0/+6
2025-09-30Adjust most dimensions to a 8pt grid systems in most casesJonatan Rhodin1-2/+2
2025-07-17Fix focus on notification closeDavid Göransson1-0/+3
2025-06-04Fix incorrectly showing time left when data n/aKalle Lindström1-14/+20
2025-05-15Fix bottom marginDavid Göransson1-2/+2
2025-05-13Show a specific error if selected port is not in the port rangeJonatan Rhodin1-1/+5
2025-05-07Fix TV incorrect focusKalle Lindström1-15/+6
2025-05-07Fix crash from focus requesterDavid Göransson1-9/+3
2025-05-07Fix warningsDavid Göransson1-1/+1
2025-03-19Improve TV connect screen UIKalle Lindström3-0/+315
- 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.