| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-02-09 | Add advanced fragment todo | Albin | 1 | -0/+1 | |
| 2023-02-09 | Rename fragments package to fragment | Albin | 18 | -26/+21 | |
| 2023-02-09 | Move device repo to repo package | Albin | 11 | -14/+12 | |
| 2023-02-09 | Move account repo to repo package | Albin | 13 | -13/+15 | |
| 2023-02-08 | Expose settings custom dns via repository | Albin | 2 | -0/+19 | |
| 2023-02-08 | Deprecate dns add/remove/replace ipc actions | Albin | 2 | -0/+8 | |
| 2023-02-08 | Add IPC option to set DnsOptions | Albin | 2 | -0/+15 | |
| This makes it possible to submit the DnsOptions as a whole rather than separate actions add/remove/replace. | |||||
| 2023-02-06 | Update translations | Oskar Nyberg | 19 | -10/+106 | |
| 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-20 | Move dist-assets/relays.json to build/relays.json | Linus Färnstrand | 1 | -1/+1 | |
| 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 | Add empty project :lib:endpoint | Albin | 1 | -0/+4 | |
| 2023-01-10 | Fix test activity path | Albin | 1 | -0/+0 | |
| 2023-01-10 | Remove redundant source set config | Albin | 1 | -13/+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-12 | Add compose preview | Albin | 1 | -0/+4 | |
| 2022-12-08 | Bump gradle dependencies | Albin | 2 | -2/+4 | |
| 2022-12-08 | Bump gradle helper plugins | Albin | 1 | -1/+1 | |
| 2022-12-08 | Bump kotlin version | Albin | 19 | -61/+52 | |
| 2022-12-08 | Bump Android project to java 11 and gradle 7.6 | Albin | 4 | -15/+23 | |
| 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-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 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 | |
