| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-02-02 | Fix initial account expiry fetch | Albin | 2 | -3/+1 | |
| 2023-02-02 | Fix device state listener timing | Albin | 2 | -3/+1 | |
| This commit fixes an issue with the device state listener being registered too late in some circumstances. | |||||
| 2023-01-27 | Import new android app icon as vector | Albin | 2 | -14/+12 | |
| 2023-01-27 | Rename android vector icons | Albin | 4 | -4/+4 | |
| 2023-01-27 | Run ./android/scripts/generate-pngs.sh to re-generate Android icons (shaved) | Linus Färnstrand | 25 | -0/+0 | |
| 2023-01-26 | Replace top bar logo with vector | Albin | 1 | -12/+11 | |
| 2023-01-26 | Restructure top bar using constraint layout | Albin | 1 | -24/+35 | |
| 2023-01-26 | Replace launch logo with vector | Albin | 1 | -9/+9 | |
| 2023-01-26 | Replace compose top bar logo text with vector | Albin | 1 | -7/+6 | |
| 2023-01-26 | Clean up compose top bar tint | Albin | 1 | -4/+1 | |
| 2023-01-26 | Improve veritcal centering in compose top bar | Albin | 1 | -4/+3 | |
| 2023-01-26 | Add compose preview of top bar | Albin | 1 | -0/+10 | |
| 2023-01-26 | Add logo vector resource to the Android project | Albin | 1 | -0/+26 | |
| 2023-01-10 | Improve test failure screenshot support | Albin | 1 | -0/+4 | |
| This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used. | |||||
| 2023-01-10 | Add option to use custom api endpoint in debug builds | Albin | 5 | -41/+81 | |
| 2023-01-10 | Move endpoint logic to :lib:endpoint | Albin | 2 | -14/+1 | |
| 2023-01-10 | Fix test activity path | Albin | 1 | -0/+0 | |
| 2023-01-03 | Add always-on in-app notification | saber safavi | 9 | -68/+158 | |
| 2023-01-03 | Add string resources for always-on notification | saber safavi | 1 | -0/+8 | |
| 2022-12-21 | Unify Android DNS options with desktop | Albin | 6 | -8/+47 | |
| Unifyies the Android DNS options with the desktop DNS options so that the Android<->Daemon FFI gets support for content blockers. This UI for content blockers will be implemented in a separate commit. | |||||
| 2022-12-16 | Fix showing wrong in-app notifications | saber safavi | 2 | -4/+7 | |
| 2022-12-14 | Fix incorrect in-app notification showing | Albin | 1 | -2/+4 | |
| This commit fixes an issue where the incorrect notification was showing due to the amount of notification changes. | |||||
| 2022-12-13 | Fix app crash on connect/disconnect | saber safavi | 2 | -3/+96 | |
| 2022-12-13 | Fix crash on device messenger communication | saber safavi | 3 | -4/+91 | |
| 2022-12-13 | Fix crash on initial messenger events | saber safavi | 2 | -7/+51 | |
| 2022-12-13 | Add changelog dialog preview | Albin | 1 | -0/+46 | |
| 2022-12-08 | Bump gradle dependencies | Albin | 1 | -2/+2 | |
| 2022-12-08 | Bump kotlin version | Albin | 18 | -48/+51 | |
| 2022-12-08 | Bump Android project to java 11 and gradle 7.6 | Albin | 3 | -6/+3 | |
| 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-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 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-21 | Update log out string on Android | Oskar Nyberg | 13 | -13/+12 | |
| 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-05 | Change straight apostrophes to curly apostrophes | Hank | 1 | -4/+4 | |
| 2022-09-26 | Add android themed icon | Albin | 2 | -0/+10 | |
| 2022-09-26 | Fix pending intent flags | Albin | 3 | -11/+25 | |
| 2022-09-26 | Refactor sdk dependent calls | Albin | 3 | -15/+24 | |
| 2022-09-22 | Disable account creation while entering account number | saber safavi | 2 | -5/+17 | |
| 2022-09-16 | Change custom dns icon | saber safavi | 3 | -12/+12 | |
| remove unused drawable | |||||
