| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-08 | Set dummy DNS if none are valid | David Göransson | 1 | -0/+17 | |
| This is a fix for DNS leaks when no DNS server has been configured due to an underlying OS bug. Lockdown mode ("Block connections without VPN") would also not help in this case. More information on this issue: https://issuetracker.google.com/issues/337961996 | |||||
| 2024-05-06 | Push suppression date for CVE-2022-24329 | Albin | 1 | -1/+1 | |
| Reasons: * Not affecting our project. * Transitive dependency that require update in upstream dependencies. | |||||
| 2024-05-06 | Remove outdated suppression rules | Albin | 2 | -151/+0 | |
| 2024-04-29 | Update changelog for android/2024.2-beta1 | Albin | 1 | -1/+13 | |
| 2024-04-25 | Download translations | Oskar Nyberg | 38 | -10/+1034 | |
| 2024-04-23 | Update android editorconfig to the latest from ktfmt repository | Jonatan Rhodin | 1 | -1/+2 | |
| 2024-04-22 | Use only blue as a top bar color in the welcome screen | Jonatan Rhodin | 1 | -13/+2 | |
| 2024-04-19 | Add delete custom list entry bottom sheet | David Göransson | 5 | -4/+104 | |
| 2024-04-19 | Fix duplicate entries when adding through bottom sheet | David Göransson | 2 | -2/+8 | |
| 2024-04-18 | Fix missing cities and relays in custom list | Jonatan Rhodin | 4 | -43/+98 | |
| 2024-04-17 | Fix unit tests | Jonatan Rhodin | 4 | -18/+85 | |
| 2024-04-17 | Fix ui tests | Jonatan Rhodin | 1 | -2/+1 | |
| 2024-04-17 | Do not filter locations for custom lists | Jonatan Rhodin | 9 | -30/+71 | |
| With the exception of the select location screen list | |||||
| 2024-04-17 | Update translations | Albin | 19 | -0/+19 | |
| 2024-04-17 | Align server IP override title with desktop app | Albin | 1 | -1/+1 | |
| 2024-04-16 | Show loading states in purchasing flow an extra amount of time | Jonatan Rhodin | 1 | -1/+18 | |
| 2024-04-16 | Trim custom list name and limit to 30 characters | David Göransson | 15 | -46/+105 | |
| 2024-04-16 | Fix overflow & max lines for custom list name | David Göransson | 3 | -4/+15 | |
| 2024-04-15 | Update F-Droid description | Albin | 1 | -24/+20 | |
| This commit makes sure the F-Droid description is aligned with the one used in the Play store. The only difference is that we here refer to our website rather than in-app purchases. | |||||
| 2024-04-15 | Suppress Joda-Time CVE-2024-23080 | Albin | 2 | -0/+18 | |
| 2024-04-11 | Rename F-Droid screenshots | Albin | 7 | -0/+0 | |
| This is done to address F-Droid not purging old screenshots: https://gitlab.com/fdroid/fdroidserver/-/issues/490 | |||||
| 2024-04-10 | Strip android headers in android changelog | Albin | 1 | -46/+1 | |
| 2024-04-10 | Add link to main changelog | Albin | 1 | -0/+2 | |
| 2024-04-10 | Move android changes to android changelog | Albin | 1 | -0/+351 | |
| 2024-04-10 | Add empty android changelog with instructions | Albin | 1 | -0/+22 | |
| The instructions has been duplicated from the main CHANGELOG.md in the root of the repository. | |||||
| 2024-04-09 | Update Split tunneling description | David Göransson | 22 | -50/+12 | |
| 2024-04-08 | Fix floating effect for custom list description | Jonatan Rhodin | 1 | -2/+6 | |
| 2024-04-05 | Handle out of memory exception when parsing app icon as bitmap | Jonatan Rhodin | 1 | -0/+3 | |
| 2024-04-05 | Avoid rendering bitmaps above 100MB | David Göransson | 2 | -1/+11 | |
| 2024-04-05 | Change android map path | Albin | 1 | -1/+1 | |
| 2024-04-04 | Fix custom list expand animations | Jonatan Rhodin | 1 | -4/+22 | |
| 2024-04-04 | Fix blocked text color | David Göransson | 1 | -1/+2 | |
| 2024-04-04 | Fix provider text color | David Göransson | 1 | -2/+2 | |
| 2024-04-03 | Enable single-use-lifetimes rustc lint | Linus Färnstrand | 1 | -1/+1 | |
| Removes superfluous lifetime definitions. Simplifying the code | |||||
| 2024-03-26 | Rename feature graphic | Albin | 1 | -0/+0 | |
| 2024-03-26 | Update phone screenshots | Albin | 14 | -0/+0 | |
| 2024-03-22 | Do not show a toast after dismissing the dns dialog | Jonatan Rhodin | 4 | -12/+12 | |
| 2024-03-22 | Update Android dockerfile to use newer base image | Mullvad build server | 1 | -1/+1 | |
| 2024-03-22 | Base animation duration on actual distance estimation | David Göransson | 5 | -12/+61 | |
| 2024-03-22 | Add mean function | David Göransson | 1 | -0/+3 | |
| 2024-03-21 | Make reset to default negative | David Göransson | 2 | -1/+3 | |
| 2024-03-21 | Hide the Reset button when already default | David Göransson | 1 | -5/+7 | |
| 2024-03-21 | Bump gradle wrapper | Albin | 4 | -147/+237 | |
| 2024-03-20 | Remove suppression of tapjacking | Jonatan Rhodin | 1 | -3/+0 | |
| 2024-03-20 | Prevent tapjacking attacks | Jonatan Rhodin | 1 | -0/+3 | |
| 2024-03-19 | Add Server IP overrides ViewModel tests | David Göransson | 2 | -0/+181 | |
| 2024-03-19 | Add Server IP overrides compose tests | David Göransson | 2 | -0/+240 | |
| 2024-03-19 | Add Server IP Overrides UI | David Göransson | 21 | -34/+947 | |
| 2024-03-19 | Add translations for Server IP overrides | David Göransson | 20 | -0/+121 | |
| 2024-03-19 | Add daemon support for Server IP overrides | David Göransson | 13 | -3/+232 | |
