summaryrefslogtreecommitdiffhomepage
path: root/android/tile
AgeCommit message (Collapse)AuthorFilesLines
2025-10-28Rename 'shared' to 'repository'Kalle Lindström2-2/+2
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
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-4/+4
2024-11-27Handle legacy always-on vpn profilesDavid Göransson2-20/+21
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-10-03Suppress false-positive deprecation warningDavid Göransson1-1/+1
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+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-08-13Migrate to version catalogsAlbin1-17/+17
2024-06-26Change app log calls to info severityAlbin1-2/+2
2024-06-26Migrate log calls to kermitAlbin1-5/+4
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-05-29Migrate to gRPCDavid Göransson3-149/+37
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-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-6/+2
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-07-28Move class and action constants to common moduleAlbin3-8/+8
2023-07-27Update instrumented testsAlbin1-0/+1
2023-07-27Move tile classes to tile moduleAlbin3-0/+279
2023-07-27Add empty tile service moduleAlbin2-0/+42