summaryrefslogtreecommitdiffhomepage
path: root/android/lib/common/src
AgeCommit message (Collapse)AuthorFilesLines
2024-11-27Handle legacy always-on vpn profilesDavid Göransson5-98/+62
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-11-13Clarify expired account messageDavid Göransson1-4/+12
2024-10-24Fail with log if device doesn't have a browserDavid Göransson1-5/+0
2024-10-08Remove unused permissionDavid Göransson1-4/+1
2024-08-30Initialize mullvad daemon directly in vpn service on createJonatan Rhodin1-0/+2
As a consequence move the address resolve to the daemon
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin2-4/+4
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-06-26Migrate log calls to kermitAlbin1-3/+0
2024-06-17Get value of data directory value at app startupMarkus Pettersson2-0/+6
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-14Add ui for api access method functionalityJonatan Rhodin1-0/+4
2024-06-12Format xml filesAlbin1-1/+1
2024-05-29Migrate to gRPCDavid Göransson9-281/+29
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-02-19Remove the auto-connect switch when vpn settings are availableJonatan Rhodin1-3/+0
2024-02-19Create auto connect and lockdown mode screenMaryamShaghaghi1-0/+8
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-08Update the relaylist modelJonatan Rhodin1-23/+0
Use sealed interface for RelayItem Add CustomList as a type of RelayItem
2024-02-05Fix too general ExceptionDavid Göransson1-1/+3
2024-01-11Fix notification permission lint issuesaber safavi1-3/+12
2023-12-14Migrate to Compose DestinationsDavid Göransson1-7/+0
2023-11-22Add allow implicit flagDavid Göransson1-1/+6
2023-10-23Rework notificationsDavid Göransson1-15/+1
2023-10-13Refactor capitalizeFirstCharOfEachWord to modelDavid Göransson1-6/+0
2023-09-22Support running under build variant app idsAlbin3-10/+14
2023-09-21Use play flavor to comply with policiesAlbin1-9/+0
2023-08-04Apply updated ktfmt formattingAlbin1-0/+1
2023-07-28Add account row componentssaber safavi2-0/+23
2023-07-28Move class and action constants to common moduleAlbin2-0/+10
2023-07-28Move common utils to common moduleAlbin8-0/+370
2023-07-27Move common utils to common moduleAlbin4-1/+134
2023-07-27Add empty common moduleAlbin1-0/+1