summaryrefslogtreecommitdiffhomepage
path: root/android/tile/src/main
AgeCommit message (Collapse)AuthorFilesLines
2025-10-28Rename 'shared' to 'repository'Kalle Lindström1-1/+1
2025-10-03Improve the qucik setting tileJonatan Rhodin1-0/+2
- Set category as toggleable - Set title as the app name when active to align more with how other tiles look on newer versions of Android
2024-11-27Handle legacy always-on vpn profilesDavid Göransson1-20/+20
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-10-03Suppress false-positive deprecation warningDavid Göransson1-1/+1
2024-09-18Implement new Connect screen with feature indicatorsDavid Göransson1-2/+3
2024-08-30Clarify start foreground commentDavid Göransson1-1/+2
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin1-5/+5
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-06-26Change app log calls to info severityAlbin1-2/+2
2024-06-26Migrate log calls to kermitAlbin1-5/+4
2024-05-29Migrate to gRPCDavid Göransson2-148/+32
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-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin1-2/+1
2023-12-21Support new tunnel state API in the Android frontend.David Göransson1-1/+1
Remove `get_current_location` from jni.
2023-11-27Fix crash with auto-connect and no permissionDavid Göransson1-0/+42
2023-09-22Support running under build variant app idsAlbin2-4/+2
2023-07-28Move class and action constants to common moduleAlbin3-8/+8
2023-07-27Move tile classes to tile moduleAlbin3-0/+279
2023-07-27Add empty tile service moduleAlbin1-0/+1