summaryrefslogtreecommitdiffhomepage
path: root/android/lib
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04Keep expand state while securedDavid Göransson1-9/+20
2025-11-04Fix resource nameDavid Göransson20-40/+20
2025-11-03Update include account token in problem reportsJonatan Rhodin2-1/+6
- Move checkbox below message - Add warning about anonymity - Change from AccountToken to account-token in support message
2025-10-28Rename 'shared' to 'repository'Kalle Lindström12-12/+12
2025-10-28Add option to show relay location in notificationKalle Lindström34-2/+114
This PR adds the following: - An option to show the relay location in the connection notification. - A new submenu under Settings called Notifications. - In the new Notifications screen a toggle to enable/disable showing the location in the notification.
2025-10-27Update ktfmt to 0.25.0Jonatan Rhodin3-10/+9
2025-10-24Remove android no wireguard key stringJonatan Rhodin20-20/+0
2025-10-24Remove unused 'no wireguard key' errorDavid Lönnhager3-4/+0
2025-10-22Add entry and exit no relay errorsJonatan Rhodin6-8/+23
The old no relay error is still kept for single hop
2025-10-20Update translationsJonatan Rhodin19-34/+205
2025-10-15Fix similar dependency lint warningDavid Göransson1-1/+3
2025-10-15Enable the user to include their account token in problem reportsJonatan Rhodin1-0/+1
2025-10-14Improve login and create account error messagesJonatan Rhodin6-4/+51
- Add support for more types of login error messages - Add more detail to create account error message - Show info dialog when api is unreachable
2025-10-09Implement LWO on androidJonatan Rhodin10-6/+32
2025-10-09Increase severity of some purchase logsJonatan Rhodin1-1/+1
2025-10-06Warn users about android 16 upgrade issueDavid Göransson7-4/+71
2025-10-03Allow of refreshing of server listDavid Göransson3-0/+13
2025-09-30Add feature indicator for LWODavid Lönnhager1-0/+1
2025-09-30Improve account data fetchingJonatan Rhodin2-9/+105
Add a new account data fetch every time a user enters the connect screen This is limited to at a maximum one fetch every minute. Add a check that the user is still logged in to the same account before updating the account data cache. Change account fetching behavior in the account screen to fetch on every enter instead of init.
2025-09-30Add updated Android translationsMarkus Pettersson11-23/+23
2025-09-30Remove unused stringJonatan Rhodin20-20/+0
2025-09-30Adjust most dimensions to a 8pt grid systems in most casesJonatan Rhodin4-32/+26
2025-09-30Improve documentation and logging of connectivity statusJonatan Rhodin2-4/+19
- Clarify why we need to listen for all non-VPN network events. - Log default network event types in production build. - Add log for when we try to check connectivity status. - Improve logging of when we can't access the internet via socket.
2025-09-29Format codeJonatan Rhodin2-34/+34
2025-09-25Improve no locations found error messageJonatan Rhodin20-20/+2
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager1-3/+6
2025-09-16Fix strings in strings_non_translatable missing translatable=falseJonatan Rhodin1-6/+6
2025-09-15Add LWO obfuscatorDavid Lönnhager1-0/+4
2025-09-08Remove autogenerated locale config due to crashJonatan Rhodin1-0/+22
Instead use a static file
2025-09-03Update translationsJonatan Rhodin19-7/+121
2025-09-03Add connection test for QUICDavid Göransson1-0/+4
2025-09-03Add UI support for QUIC settingJonatan Rhodin30-48/+71
2025-09-02Add previewDavid Göransson1-0/+41
2025-09-02Refactor map lifecycle implementationDavid Göransson3-31/+28
2025-08-22Improve connect on start up informationJonatan Rhodin21-20/+15
2025-08-21Add logging to verify play purchaseJonatan Rhodin1-8/+27
2025-08-19Catch exception in toExpiryDateString()Kalle Lindström1-1/+11
2025-08-15Fix lint issuesJonatan Rhodin1-2/+2
2025-08-08Replace select hop code with use casesJonatan Rhodin2-5/+4
Also split the select hop code into select hop and modify multihop Refactor relay list type
2025-08-08Update translationsJonatan Rhodin19-3/+193
2025-08-08Fix incorrect trailing contentDavid Göransson1-12/+13
2025-08-05Add documentation to TestCoroutineRuleJonatan Rhodin1-0/+6
2025-07-31Fix deprecation warningDavid Göransson1-3/+7
2025-07-30Add some basic logging for the play purchase verification processJonatan Rhodin1-0/+2
2025-07-29Check for both tag and name in location cells for e2e testsDavid Göransson2-0/+16
2025-07-23Update tests on AndroidDavid Lönnhager1-0/+20
2025-07-23Update to new protobuf protocolDavid Göransson3-21/+7
2025-07-23Support new features message on AndroidDavid Göransson3-8/+16
2025-07-23Fix height of checkable relay list itemDavid Göransson1-1/+1
2025-07-22Implement select location recents uiKalle Lindström7-65/+186