summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Cleanup empty else branch of when-statementsAlbin1-12/+6
2022-03-28Cleanup unused functionAlbin1-4/+0
2022-03-28Cleanup unused constructorsAlbin11-77/+0
2022-03-28Format Kotlin according to official code styleAlbin44-141/+147
2022-03-24Remove unused account creation url in AndroidAlbin1-2/+0
2022-03-24Initial adaption of Android login to device flowAlbin4-46/+47
2022-03-23Bump Android dependenciesAlbin2-13/+15
2022-03-23Initial Android adaption of daemon device APIAlbin13-22/+152
2022-03-14Ensure JNI directory exist during buildAlbin1-0/+11
2022-03-14Update Rust-end JNI and Android IPCDavid Lönnhager1-8/+6
2022-03-09Suppress false positive Android CVEAlbin2-0/+10
2022-03-01Remove API address rotationDavid Lönnhager2-3/+0
2022-03-01Updating version in package filesAlbin1-2/+2
2022-02-24Update android stringsOskar Nyberg20-10/+29
2022-02-22Remove unused/dead code from Android tun providerDavid Lönnhager1-10/+0
2022-02-17Add Android memory leak detection build typeAlbin4-2/+17
2022-02-08Fix missing fdroid metadataAlbin15-0/+1
2022-02-04Fix tile service crashAlbin1-1/+6
2022-01-28Empty Google Play release notesAlbin1-1/+0
2022-01-27Fix app startup crash on Android TVsAlbin4-35/+7
2022-01-24Specify default notification vibration behaviorAlbin3-3/+7
2022-01-24Hide tunnel state notification from lock screenAlbin5-37/+8
2022-01-24Refactor to use NotificationChannelCompatAlbin1-10/+12
2022-01-24Cleanup notification when task removedAlbin2-0/+5
2022-01-24Skip updating notification when service is killedAlbin1-2/+0
2022-01-20Fix auto-connect on app removed from recent appsAlbin2-1/+12
2022-01-13Add Android version check pluginAlbin4-0/+26
2022-01-10Fix Android website link buttonsAlbin5-1/+16
2022-01-10Extract Android dependencies to constantsAlbin6-60/+164
2022-01-07Fix Android build asset inclusionAlbin1-4/+2
2022-01-07Fix gradle kotlin release buildAlbin1-2/+2
2022-01-05Migrade gradle scripts to kotlin/ktsAlbin5-91/+92
2022-01-05Apply gradle plugins declarativelyAlbin1-4/+6
2022-01-05Prepare gradle scripts for kotlin migrationAlbin2-76/+75
2022-01-04Fix invalid path in Android release buildAlbin1-1/+1
2021-12-20Add Android dependency auditAlbin2-0/+14
2021-12-20Clarify Android tile textAlbin3-1/+11
2021-12-16Split Android project and app moduleAlbin432-179/+186
2021-12-07Fix custom dns toggle not working after resumeAlbin2-64/+92
2021-12-07Fix resume navigates backAlbin1-9/+2
2021-11-26Fix banner sometimes incorrectly showingAlbin1-7/+4
2021-11-26Improve tile service connectionAlbin4-23/+79
2021-11-26Remove notification delete intentAlbin1-10/+1
2021-11-26Skip removing notification when service stoppedAlbin1-1/+0
2021-11-26Avoid running in foreground when not connectedAlbin4-35/+5
2021-11-10Cleanup leftover SDK version checksAlbin5-42/+12
2021-11-08Prevent the Android translations converter crate from being publishedLinus Färnstrand1-2/+1
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-11-03Automatically disable custom dns when no added serversAlbin2-5/+18
2021-10-25Update Android translationsOskar Nyberg19-20/+39