| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-05-15 | Update translations | Oskar Nyberg | 19 | -18/+37 | |
| 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-04-25 | Download translations | Oskar Nyberg | 38 | -10/+1034 | |
| 2024-04-19 | Add delete custom list entry bottom sheet | David Göransson | 2 | -0/+10 | |
| 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 | Trim custom list name and limit to 30 characters | David Göransson | 1 | -0/+20 | |
| 2024-04-09 | Update Split tunneling description | David Göransson | 20 | -40/+2 | |
| 2024-04-05 | Change android map path | Albin | 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-19 | Add Server IP Overrides UI | David Göransson | 2 | -0/+18 | |
| 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 | 5 | -1/+52 | |
| 2024-03-14 | Add custom lists translations | Jonatan Rhodin | 19 | -0/+114 | |
| 2024-03-14 | Add strings for custom lists | Jonatan Rhodin | 2 | -0/+39 | |
| 2024-03-14 | Add custom lists to select location screen | Jonatan Rhodin | 9 | -2/+66 | |
| 2024-03-14 | Return success or error when creating and updating a custom list | Jonatan Rhodin | 4 | -1/+31 | |
| 2024-03-14 | Fix format of ipv6 addresses in info dialog | Albin | 1 | -1/+1 | |
| 2024-03-13 | Update translations | Oskar Nyberg | 19 | -29/+276 | |
| 2024-03-12 | Restore legacy auto-connect for non-TV devices | Jonatan Rhodin | 1 | -0/+2 | |
| 2024-03-12 | Remove forced emoji2 dependency resolution | Albin | 1 | -7/+0 | |
| 2024-03-11 | Increase ripple contrast | David Göransson | 1 | -1/+30 | |
| 2024-03-04 | Remove buildconfig from properties | David Göransson | 2 | -1/+7 | |
| 2024-02-27 | Update Android UI to render new map data | Linus Färnstrand | 1 | -2/+2 | |
| 2024-02-27 | Implement sentence naming of tests | David Göransson | 6 | -181/+193 | |
| 2024-02-19 | Remove the auto-connect switch when vpn settings are available | Jonatan Rhodin | 1 | -3/+0 | |
| 2024-02-19 | Create auto connect and lockdown mode screen | MaryamShaghaghi | 1 | -0/+8 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-19 | Add dimensions | MaryamShaghaghi | 1 | -0/+4 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-19 | Add string resources | MaryamShaghaghi | 1 | -0/+20 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-19 | Add drawable resources | MaryamShaghaghi | 15 | -0/+0 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-15 | Add toggle button for split tunneling | MaryamShaghaghi | 1 | -0/+1 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-15 | Add Map Composable, view and renderer | David Göransson | 5 | -0/+367 | |
| 2024-02-15 | Add LocationMarker shape | David Göransson | 1 | -0/+224 | |
| 2024-02-15 | Add globe shape | David Göransson | 1 | -0/+185 | |
| 2024-02-15 | Add data classes to represent map view | David Göransson | 6 | -0/+173 | |
| 2024-02-15 | Add map module | David Göransson | 3 | -0/+46 | |
| 2024-02-15 | Add tests for LatLong | David Göransson | 3 | -0/+337 | |
| 2024-02-15 | Add testing support for model module | David Göransson | 1 | -1/+13 | |
| 2024-02-15 | Add Latitude, Longitude and LatLong to model | David Göransson | 3 | -0/+131 | |
| 2024-02-15 | Add support for Latitude and Longitude from Daemon | David Göransson | 2 | -4/+6 | |
| 2024-02-08 | Update the relaylist model | Jonatan Rhodin | 1 | -23/+0 | |
| Use sealed interface for RelayItem Add CustomList as a type of RelayItem | |||||
| 2024-02-08 | Add custom lists Events and Requests | Jonatan Rhodin | 2 | -3/+11 | |
| 2024-02-08 | Add custom list model | Jonatan Rhodin | 3 | -0/+18 | |
| 2024-02-07 | Improve DeviceListScreen | Jonatan Rhodin | 1 | -0/+1 | |
| - Display loading state with a spinner - Fix alignment of success icon when the device list is empty - Fix remove icon size - Remove alpha from remove icon - Add more preview cases - Fix dates not showing in preview | |||||
| 2024-02-05 | Fix too general Exception | David Göransson | 4 | -31/+21 | |
| 2024-02-05 | Increase standard cell height to 56 dp | Jonatan Rhodin | 1 | -3/+1 | |
| This is to follow material design guidelines | |||||
| 2024-02-05 | Fix SplitTunnelingScreen and SplitTunnelingCell | Jonatan Rhodin | 1 | -0/+1 | |
| - Use BaseCell as base for SplitTunnelingCell - Make sizes and margins more in line with design - Use new HeaderCell instead of BaseCell in SplitTunnelingScreen - Use items with divider instead of padding in the cell | |||||
| 2024-02-05 | Remove all direct usages of mullvad colors | Jonatan Rhodin | 3 | -33/+13 | |
| 2024-01-31 | Replace secondary container color with new solid color | Jonatan Rhodin | 3 | -9/+4 | |
