| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-08 | Suppress CVEs in e2e project | Albin | 1 | -6/+54 | |
| Some of the CVEs doesn't affect the project and some will be tracked externally. | |||||
| 2022-12-08 | Suppress test framework CVEs | Albin | 1 | -0/+40 | |
| CVEs: - CVE-2020-8908 - CVE-2021-37714 - CVE-2022-36033 | |||||
| 2022-12-08 | Update suppression of CVE-2022-3171 | Albin | 1 | -1/+14 | |
| 2022-12-08 | Update suppression of CVE-2021-22569 | Albin | 1 | -3/+5 | |
| 2022-12-08 | Remove suppression of CVE-2022-24329 | Albin | 1 | -6/+0 | |
| This CVE has been fixed upstream. | |||||
| 2022-12-08 | Update gradle dependency verification lockfile | Albin | 1 | -1179/+1689 | |
| 2022-12-08 | Bump gradle dependencies | Albin | 5 | -20/+29 | |
| 2022-12-08 | Bump gradle helper plugins | Albin | 2 | -4/+4 | |
| 2022-12-08 | Bump kotlin version | Albin | 20 | -64/+55 | |
| 2022-12-08 | Bump Android project to java 11 and gradle 7.6 | Albin | 9 | -27/+37 | |
| 2022-12-08 | Fix kotlin plugin version mismatch | Albin | 2 | -2/+1 | |
| 2022-12-08 | Change Android signing keystore path | Albin | 1 | -3/+4 | |
| Changes the keystore and keystore property file path to make it easier to use for containerized builds, especially in terms of mounting. New path: android/app/credentials/{app-keys.jks,keystore.properties} As the storeFile property is relative to the app build gradle files it's now set by the gradle script rather than reading the property. | |||||
| 2022-12-08 | Suppress CVE-2021-37533 | Albin | 2 | -0/+30 | |
| This CVE affects the Apache Commons Net's FTP client that this app doesn't use. https://www.openwall.com/lists/oss-security/2022/12/03/1 File names: - commons-beanutils-1.9.4.jar - commons-collections-3.2.2.jar - commons-digester-2.1.jar - commons-logging-1.2.jar - commons-validator-1.7.jar | |||||
| 2022-12-05 | Update Android container to java 11 | Albin | 1 | -20/+20 | |
| 2022-12-01 | Fix image tag typo | Albin | 1 | -1/+1 | |
| 2022-12-01 | Remove connect view expiry check scheduling | Albin | 1 | -31/+0 | |
| 2022-12-01 | Add transition on tunnel error caused by expiry | Albin | 2 | -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-30 | Update Android build container to use new linux container | Mullvad build server | 1 | -1/+1 | |
| 2022-11-28 | Make API address overridable from MullvadDaemon | David Lönnhager | 2 | -2/+19 | |
| 2022-11-23 | Fix app stuck problem after upgrading target sdk to 33 | saber safavi | 1 | -1/+1 | |
| 2022-11-18 | Add changelog dialog to android | saber safavi | 11 | -1/+465 | |
| 2022-11-18 | Add Changelog path and mock changelog path to the gradle file | saber safavi | 1 | -1/+16 | |
| 2022-11-18 | Add string resources for changelog header and button | saber safavi | 20 | -0/+40 | |
| 2022-11-16 | Revert "Set custom dns toggle in onStart" | Albin | 1 | -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-14 | Add privacy policy link in settings | Albin | 3 | -0/+8 | |
| 2022-11-01 | Fix broken instrumented android test | Albin | 1 | -1/+1 | |
| 2022-10-24 | Cleanup redundant cross-compilation Android config | Albin | 2 | -25/+20 | |
| 2022-10-24 | Improve go monotonic patch documentation | Albin | 1 | -1/+6 | |
| 2022-10-24 | Clarify example run command | Albin | 1 | -1/+1 | |
| 2022-10-24 | Set base image digest in android image | Albin | 1 | -2/+1 | |
| 2022-10-24 | Add LABELs to the android image | Albin | 1 | -1/+8 | |
| 2022-10-24 | Change image name to mullvadvpn-app-build-android | Albin | 1 | -2/+2 | |
| 2022-10-24 | Cleanup and document android image | Albin | 1 | -17/+25 | |
| 2022-10-24 | Base android docker image on the new desktop image | Albin | 1 | -63/+62 | |
| 2022-10-21 | Update log out string on Android | Oskar Nyberg | 13 | -13/+12 | |
| 2022-10-13 | Document DNT phrases and terms | Albin | 1 | -1/+2 | |
| 2022-10-12 | Update translations | Oskar Nyberg | 20 | -183/+221 | |
| Signed-off-by: Albin <albin@mullvad.net> | |||||
| 2022-10-12 | Mark some Android strings as non-translatable | Albin | 2 | -2/+4 | |
| 2022-10-12 | Remove unused Android strings | Albin | 1 | -16/+0 | |
| 2022-10-12 | Remove unused wireguard layout | Albin | 1 | -121/+0 | |
| 2022-10-12 | Add notification permission for android 13 | saber safavi | 8 | -11/+76 | |
| Also prevent foreground service notification from being dismissed | |||||
| 2022-10-11 | Update android sdk in build instructions | Albin | 1 | -2/+2 | |
| 2022-10-11 | Specify java 8 in android build instructions | Albin | 1 | -1/+1 | |
| 2022-10-11 | Add missing gcc in android build instructions | Albin | 1 | -0/+2 | |
| 2022-10-11 | Include libprotobuf-dev in build instructions | Albin | 1 | -1/+4 | |
| 2022-10-10 | Make Android fetch versionName and versionCode from mullvad-version | Linus Färnstrand | 2 | -2/+29 | |
| 2022-10-07 | Suppress CVE-2022-3171 from automatic audit checks | Albin | 2 | -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-05 | Prevent normalization of apostrophes in translation-converter | Oskar Nyberg | 1 | -4/+1 | |
| 2022-10-05 | Change straight apostrophes to curly apostrophes | Hank | 1 | -4/+4 | |
| 2022-09-30 | Move build and release instructions to separate documents | David Lönnhager | 2 | -0/+149 | |
