summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05Update Android container to java 11Albin1-20/+20
2022-12-01Fix image tag typoAlbin1-1/+1
2022-12-01Remove connect view expiry check schedulingAlbin1-31/+0
2022-12-01Add transition on tunnel error caused by expiryAlbin2-1/+17
This commit adds an automatic transition to the out-of-time view if there's a tunnel state error caused by the account being expired.
2022-11-30Update Android build container to use new linux containerMullvad build server1-1/+1
2022-11-28Make API address overridable from MullvadDaemonDavid Lönnhager2-2/+19
2022-11-23Fix app stuck problem after upgrading target sdk to 33saber safavi1-1/+1
2022-11-18Add changelog dialog to androidsaber safavi11-1/+465
2022-11-18Add Changelog path and mock changelog path to the gradle filesaber safavi1-1/+16
2022-11-18Add string resources for changelog header and buttonsaber safavi20-0/+40
2022-11-16Revert "Set custom dns toggle in onStart"Albin1-9/+13
Reverts non-working fix for custom dns toggle inconsistency. The result is working custom dns toggle behavior which is in sync with the previous releases (2022.2, 2022.3). This reverts commit 880b529651f2db43d51c44d65576aa3ce315f05a.
2022-11-14Add privacy policy link in settingsAlbin3-0/+8
2022-11-01Fix broken instrumented android testAlbin1-1/+1
2022-10-24Cleanup redundant cross-compilation Android configAlbin2-25/+20
2022-10-24Improve go monotonic patch documentationAlbin1-1/+6
2022-10-24Clarify example run commandAlbin1-1/+1
2022-10-24Set base image digest in android imageAlbin1-2/+1
2022-10-24Add LABELs to the android imageAlbin1-1/+8
2022-10-24Change image name to mullvadvpn-app-build-androidAlbin1-2/+2
2022-10-24Cleanup and document android imageAlbin1-17/+25
2022-10-24Base android docker image on the new desktop imageAlbin1-63/+62
2022-10-21Update log out string on AndroidOskar Nyberg13-13/+12
2022-10-13Document DNT phrases and termsAlbin1-1/+2
2022-10-12Update translationsOskar Nyberg20-183/+221
Signed-off-by: Albin <albin@mullvad.net>
2022-10-12Mark some Android strings as non-translatableAlbin2-2/+4
2022-10-12Remove unused Android stringsAlbin1-16/+0
2022-10-12Remove unused wireguard layoutAlbin1-121/+0
2022-10-12Add notification permission for android 13saber safavi8-11/+76
Also prevent foreground service notification from being dismissed
2022-10-11Update android sdk in build instructionsAlbin1-2/+2
2022-10-11Specify java 8 in android build instructionsAlbin1-1/+1
2022-10-11Add missing gcc in android build instructionsAlbin1-0/+2
2022-10-11Include libprotobuf-dev in build instructionsAlbin1-1/+4
2022-10-10Make Android fetch versionName and versionCode from mullvad-versionLinus Färnstrand2-2/+29
2022-10-07Suppress CVE-2022-3171 from automatic audit checksAlbin2-0/+14
This suppression only affects the Android app. The CVE will instead be tracked externally and will likely be mitigated by either updating affected dependencies or by identifying that it doesn't affect the app.
2022-10-05Prevent normalization of apostrophes in translation-converterOskar Nyberg1-4/+1
2022-10-05Change straight apostrophes to curly apostrophesHank1-4/+4
2022-09-30Move build and release instructions to separate documentsDavid Lönnhager2-0/+149
2022-09-27Fix clippy complaintsEmīls Piņķis1-1/+1
2022-09-26Add android themed iconAlbin2-0/+10
2022-09-26Fix pending intent flagsAlbin3-11/+25
2022-09-26Refactor sdk dependent callsAlbin3-15/+24
2022-09-26Bump android compile/target sdk version to 33Albin2-21/+26
2022-09-22Disable account creation while entering account numbersaber safavi2-5/+17
2022-09-16Change custom dns iconsaber safavi3-12/+12
remove unused drawable
2022-09-14Revert "Merge branch 'migrate-android-talpid-to-dedicated-subproject'"Albin21-55/+0
This reverts commit 0c44c211bdfc0756ad556835d5a988799ee6dfbc, reversing changes made to 49c3a16d927dd9f47a4b8d3780a25a7c5716bc6a.
2022-09-13Move talpid classes to talpid subprojectAlbin16-0/+0
2022-09-13Add empty talpid subprojectAlbin5-0/+55
Talpid classes will be moved in a following commit.
2022-09-12Sort device list by creation dateAlbin2-4/+15
2022-09-12Expose device creation date to kotlinAlbin1-1/+2
2022-09-12Refactor parsing of date stringAlbin2-9/+17