summaryrefslogtreecommitdiffhomepage
path: root/android/lib/shared/src
AgeCommit message (Collapse)AuthorFilesLines
2024-11-27Fix usecaseDavid Göransson3-8/+8
2024-11-27Handle legacy always-on vpn profilesDavid Göransson4-18/+23
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-10-15Show create account confirm when user has accountKalle Lindström1-2/+13
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin6-9/+9
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-23Propagate logout errors to the uiJonatan Rhodin1-4/+2
2024-08-21Fix unit testsJonatan Rhodin2-4/+5
2024-08-21Add support for translated location namesDavid Göransson3-1/+105
2024-08-21Add error for voucher code looks like an account numberDavid Göransson1-1/+2
2024-06-26Change app log calls to info severityAlbin1-1/+1
2024-06-26Migrate log calls to kermitAlbin1-2/+2
2024-06-13Fix missing device refreshAlbin1-0/+6
2024-06-10Unify account number namingAlbin2-12/+12
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-05-29Migrate to gRPCDavid Göransson7-0/+225
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>