summaryrefslogtreecommitdiffhomepage
path: root/android/lib/shared/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-10-28Add option to show relay location in notificationKalle Lindström1-56/+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-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-9/+8
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström1-1/+0
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-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-21Add support for translated location namesDavid Göransson1-0/+1
2024-08-13Migrate to version catalogsAlbin1-22/+23
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-05-29Migrate to gRPCDavid Göransson1-0/+47
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>