| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-01-15 | Migrate ipc tests to junit5 | Jonatan Rhodin | 2 | -1/+4 | |
| 2024-01-15 | Update lint baselines | Albin | 1 | -220/+0 | |
| 2024-01-15 | Ignore ImpliedQuantity lint issue | Albin | 1 | -1/+3 | |
| Instead tracked externally (DROID-245) since the same texts are used across multiple platforms. | |||||
| 2024-01-11 | Update lint baselines | Albin | 3 | -58/+43 | |
| 2024-01-11 | Fix notification permission lint issue | saber safavi | 2 | -3/+13 | |
| 2024-01-11 | Migrate billing tests to Junit5 and add billing unit tests to ci | Jonatan Rhodin | 3 | -14/+18 | |
| 2024-01-11 | Migrate app unit tests to Junit5 | David Göransson | 2 | -9/+17 | |
| 2024-01-11 | Synchronize `mullvad-api` and `mullvad-daemon` when the `api-override` | Markus Pettersson | 2 | -6/+3 | |
| feature is enabled Move the logic for using overridden API endpoints for API calls from `mullvad-api::rest` to `mullvad_daemon::api`. This is in line with how the interaction between the two crates work for a normal release build, i.e. when the `api-override` feature is disabled. This commit also removes references to `force_direct_connection` in the Android code. The flag does not exist in the `mullvad-*` rust crates anymore, so it would be erroneous to try to serialize/deserialize the value from the Android client. | |||||
| 2024-01-02 | Remove unused dependencies | Jonatan Rhodin | 3 | -11/+0 | |
| 2023-12-21 | Support new tunnel state API in the Android frontend. | David Göransson | 2 | -63/+12 | |
| Remove `get_current_location` from jni. | |||||
| 2023-12-14 | Remove old fragment navigation | David Göransson | 8 | -48/+0 | |
| 2023-12-14 | Migrate to Compose Destinations | David Göransson | 5 | -12/+9 | |
| 2023-12-07 | Check network availability | MaryamShaghaghi | 1 | -0/+1 | |
| 2023-12-06 | Convert info icon to IconButton | David Göransson | 1 | -0/+1 | |
| 2023-12-04 | Update translations | Oskar Nyberg | 38 | -1/+605 | |
| 2023-12-04 | Update select location screen | MaryamShaghaghi | 1 | -0/+13 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter chip component | MaryamShaghaghi | 2 | -0/+19 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add string resources | MaryamShaghaghi | 20 | -0/+240 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-01 | Add devmole and stagemole text logos | Albin | 1 | -26/+0 | |
| 2023-12-01 | Fix button spacing | David Göransson | 1 | -0/+1 | |
| 2023-11-27 | Enable forced direct connection for devmole and stagemole builds | Albin | 1 | -2/+2 | |
| This commit enables forced API direct connection as well as disables API address caching to improve testing against the devmole and stagemole environments. | |||||
| 2023-11-27 | Add copy to clipboard action | David Göransson | 1 | -0/+1 | |
| 2023-11-22 | Fix account history events being lost because of buffer overflow | Jonatan Rhodin | 1 | -1/+6 | |
| 2023-11-22 | Add allow implicit flag | David Göransson | 1 | -1/+6 | |
| 2023-11-22 | Add value class assertion test | David Göransson | 2 | -2/+5 | |
| 2023-11-20 | Fix crash when getting a billing disconnect callback | Jonatan Rhodin | 1 | -7/+1 | |
