summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui/component
AgeCommit message (Collapse)AuthorFilesLines
2025-10-24Remove unused 'no wireguard key' errorDavid Lönnhager1-1/+0
2025-10-22Add entry and exit no relay errorsJonatan Rhodin3-8/+15
The old no relay error is still kept for single hop
2025-10-09Implement LWO on androidJonatan Rhodin1-0/+1
2025-10-06Warn users about android 16 upgrade issueDavid Göransson3-2/+52
2025-09-30Adjust most dimensions to a 8pt grid systems in most casesJonatan Rhodin1-1/+1
2025-09-03Add UI support for QUIC settingJonatan Rhodin1-1/+1
2025-08-15Fix lint issuesJonatan Rhodin1-2/+2
2025-08-08Replace select hop code with use casesJonatan Rhodin1-5/+1
Also split the select hop code into select hop and modify multihop Refactor relay list type
2025-08-08Fix incorrect trailing contentDavid Göransson1-12/+13
2025-07-29Check for both tag and name in location cells for e2e testsDavid Göransson1-0/+12
2025-07-23Update to new protobuf protocolDavid Göransson1-2/+2
2025-07-23Support new features message on AndroidDavid Göransson1-1/+2
2025-07-23Fix height of checkable relay list itemDavid Göransson1-1/+1
2025-07-22Implement select location recents uiKalle Lindström4-65/+128
2025-07-17Fix non-selectable location being clickableDavid Göransson1-1/+4
This fix ensures that non-selectable entry or exit locations, due to already being selected in the other list, are unclickable.
2025-07-17Fix focus on notification closeDavid Göransson1-2/+19
2025-07-14Add workaround to increase contrastDavid Göransson1-4/+6
2025-07-14Adapt CheckableRelayListItem to new designDavid Göransson1-7/+18
2025-07-04Restructure & redesign componentsDavid Göransson9-3/+787
- 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-07-02Update fonts to be more inline with design and material designJonatan Rhodin1-2/+2
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
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-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström3-12/+10
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.