summaryrefslogtreecommitdiffhomepage
path: root/android/lib/daemon-grpc/build.gradle.kts
AgeCommit message (Collapse)AuthorFilesLines
2025-10-15Fix similar dependency lint warningDavid Göransson1-1/+3
2025-10-14Improve login and create account error messagesJonatan Rhodin1-0/+1
- 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-07-15Support using system grpc pluginAlbin1-2/+15
This allows flexibility of plugin binary usage and thereby enables builds using systems such as nix.
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+6
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.
2025-02-18Bump gRPC to 1.70.0David Göransson1-0/+1
2024-12-19Add proto datastore dependencyKalle Lindström1-1/+1
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-13Migrate to version catalogsAlbin1-34/+35
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-06-17Fix issues with protoc and protoc-java verificationJonatan Rhodin1-7/+5
2024-05-29Migrate to gRPCDavid Göransson1-0/+85
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>