summaryrefslogtreecommitdiffhomepage
path: root/android/lib/shared/src/test
AgeCommit message (Collapse)AuthorFilesLines
2025-10-28Add option to show relay location in notificationKalle Lindström2-141/+0
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-09-30Improve account data fetchingJonatan Rhodin1-0/+78
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.
2024-11-27Fix usecaseDavid Göransson1-4/+4
2024-11-27Handle legacy always-on vpn profilesDavid Göransson1-4/+10
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin1-1/+1
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-21Fix unit testsJonatan Rhodin1-1/+4
2024-05-29Migrate to gRPCDavid Göransson1-0/+54
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>