summaryrefslogtreecommitdiffhomepage
path: root/android/lib
AgeCommit message (Collapse)AuthorFilesLines
2024-06-26Change grpc log calls to verboseAlbin2-2/+2
2024-06-26Migrate log calls to kermitAlbin6-17/+11
2024-06-26Add kermit dependencyAlbin4-5/+6
2024-06-25Update compose to 1.7.0-beta03Jonatan Rhodin1-12/+9
Also update some related libraries that were required This fixes a crash on release build
2024-06-19Replace retry with exponential backoff with arrow scheduleJonatan Rhodin5-34/+27
Also clean up the code related to play purchase verification
2024-06-17Fix issues with protoc and protoc-java verificationJonatan Rhodin1-7/+5
2024-06-17Get value of data directory value at app startupMarkus Pettersson3-2/+14
Remove `APP_PATH` from `mullvad-paths` on Android since it should not be a constant value. Instead, it is passed down from the Android app startup. As it turns out, it is really ever used for pointing to the RPC socket in use.
2024-06-14Update translationsJonatan Rhodin19-0/+361
2024-06-14Add ui for api access method functionalityJonatan Rhodin5-0/+57
2024-06-14Add api acccess method functionalityJonatan Rhodin21-3/+391
2024-06-14Fix lockdown guide typoDavid Göransson1-1/+1
2024-06-14Update lockdown guide URLAlbin1-2/+1
2024-06-14Update auto-connect for TV users to legacy and update descriptionDavid Göransson20-20/+1
2024-06-13Update translationsAlbin19-38/+0
2024-06-13Clarify lockdown limitations in guideAlbin2-2/+5
2024-06-13Fix missing device refreshAlbin2-0/+10
2024-06-12Format xml filesAlbin14-86/+74
2024-06-10Unify account number namingAlbin7-32/+32
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-06-04Simplify ViewModel and take setting onceDavid Göransson1-2/+2
2024-06-04Clean upDavid Göransson1-19/+8
2024-06-04Fix colors and add one more testDavid Göransson1-0/+17
2024-06-04Add support for UDP-over-TCP portDavid Göransson24-22/+87
2024-06-03Remove by custom DNS by indexDavid Göransson1-2/+6
2024-05-29Migrate to gRPCDavid Göransson221-1735/+3031
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>
2024-05-15Update translationsOskar Nyberg19-18/+37
2024-05-08Set dummy DNS if none are validDavid Göransson1-0/+17
This is a fix for DNS leaks when no DNS server has been configured due to an underlying OS bug. Lockdown mode ("Block connections without VPN") would also not help in this case. More information on this issue: https://issuetracker.google.com/issues/337961996
2024-04-25Download translationsOskar Nyberg38-10/+1034
2024-04-19Add delete custom list entry bottom sheetDavid Göransson2-0/+10
2024-04-17Update translationsAlbin19-0/+19
2024-04-17Align server IP override title with desktop appAlbin1-1/+1
2024-04-16Trim custom list name and limit to 30 charactersDavid Göransson1-0/+20
2024-04-09Update Split tunneling descriptionDavid Göransson20-40/+2
2024-04-05Change android map pathAlbin1-1/+1
2024-03-22Base animation duration on actual distance estimationDavid Göransson5-12/+61
2024-03-22Add mean functionDavid Göransson1-0/+3
2024-03-19Add Server IP Overrides UIDavid Göransson2-0/+18
2024-03-19Add translations for Server IP overridesDavid Göransson20-0/+121
2024-03-19Add daemon support for Server IP overridesDavid Göransson5-1/+52
2024-03-14Add custom lists translationsJonatan Rhodin19-0/+114
2024-03-14Add strings for custom listsJonatan Rhodin2-0/+39
2024-03-14Add custom lists to select location screenJonatan Rhodin9-2/+66
2024-03-14Return success or error when creating and updating a custom listJonatan Rhodin4-1/+31
2024-03-14Fix format of ipv6 addresses in info dialogAlbin1-1/+1
2024-03-13Update translationsOskar Nyberg19-29/+276
2024-03-12Restore legacy auto-connect for non-TV devicesJonatan Rhodin1-0/+2
2024-03-12Remove forced emoji2 dependency resolutionAlbin1-7/+0
2024-03-11Increase ripple contrastDavid Göransson1-1/+30
2024-03-04Remove buildconfig from propertiesDavid Göransson2-1/+7
2024-02-27Update Android UI to render new map dataLinus Färnstrand1-2/+2
2024-02-27Implement sentence naming of testsDavid Göransson6-181/+193