summaryrefslogtreecommitdiffhomepage
path: root/android/lib/shared
AgeCommit message (Collapse)AuthorFilesLines
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström2-3/+2
Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time.
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-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
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öransson4-1/+106
2024-08-21Add error for voucher code looks like an account numberDavid Göransson1-1/+2
2024-08-13Migrate to version catalogsAlbin1-22/+23
2024-06-26Change app log calls to info severityAlbin1-1/+1
2024-06-26Migrate log calls to kermitAlbin1-2/+2
2024-06-26Add kermit dependencyAlbin1-0/+1
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öransson8-0/+272
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>