| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-22 | Update gradle lockfile | Albin | 1 | -488/+450 | |
| 2024-02-22 | Bump kotlin and compose | Albin | 1 | -6/+6 | |
| 2024-02-19 | Allow any length for test names | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-02-19 | Add unit test for system vpn settings available | Jonatan Rhodin | 1 | -0/+16 | |
| 2024-02-19 | Remove the auto-connect switch when vpn settings are available | Jonatan Rhodin | 7 | -22/+40 | |
| 2024-02-19 | Create auto connect and lockdown mode screen | MaryamShaghaghi | 5 | -4/+384 | |
| 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 | Update VPNSettings screen | MaryamShaghaghi | 1 | -0/+26 | |
| 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 test for split tunneling view model and update the other tests | MaryamShaghaghi | 2 | -5/+55 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-15 | Add toggle button for split tunneling | MaryamShaghaghi | 8 | -129/+264 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
| 2024-02-15 | Integrate map into ConnectScreen | David Göransson | 5 | -51/+150 | |
| 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 dependency to map module | David Göransson | 2 | -0/+2 | |
| 2024-02-15 | Add map module | David Göransson | 4 | -1/+48 | |
| 2024-02-15 | Add support for OpenGL in manifest | David Göransson | 1 | -0/+2 | |
| 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 | 3 | -5/+9 | |
| 2024-02-14 | Fix actions report upload | Albin | 1 | -14/+18 | |
| 2024-02-12 | Fix deprecated assert methods | Albin | 6 | -20/+25 | |
| 2024-02-12 | Unify test class suffix | Albin | 10 | -11/+13 | |
| 2024-02-12 | Add konsist check for test class suffix | Albin | 1 | -2/+6 | |
| 2024-02-09 | Update support email address to new one | Oskar Nyberg | 1 | -1/+1 | |
| 2024-02-08 | Fix `clippy` lint `ineffective_open_options` | Markus Pettersson | 1 | -4/+1 | |
| This new `clippy` lint was introduced in the latest Rust release (1.76). | |||||
| 2024-02-08 | Update screen tests for new relay item | Jonatan Rhodin | 2 | -36/+36 | |
| 2024-02-08 | Update unit tests for new relay items | Jonatan Rhodin | 3 | -58/+126 | |
| 2024-02-08 | Support new relay item in connect screen | Jonatan Rhodin | 3 | -7/+7 | |
| 2024-02-08 | Support new relay list item in SelectLocationScreen | Jonatan Rhodin | 5 | -39/+49 | |
| 2024-02-08 | Add customlists support for RelayListUseCase | Jonatan Rhodin | 1 | -10/+26 | |
| 2024-02-08 | Update the relaylist model | Jonatan Rhodin | 11 | -126/+142 | |
| Use sealed interface for RelayItem Add CustomList as a type of RelayItem | |||||
| 2024-02-08 | Add CustomListsRepository with add, delete and update | Jonatan Rhodin | 1 | -0/+28 | |
| 2024-02-08 | Add custom lists Events and Requests | Jonatan Rhodin | 2 | -3/+11 | |
| 2024-02-08 | Add custom lists to the service | Jonatan Rhodin | 4 | -7/+72 | |
| 2024-02-08 | Add custom list model | Jonatan Rhodin | 3 | -0/+18 | |
| 2024-02-07 | Bind to the service in a coroutine to avoid a crash | Jonatan Rhodin | 1 | -23/+21 | |
| 2024-02-07 | Fix flaky account history mockapi test | Jonatan Rhodin | 1 | -0/+1 | |
| Add some extra time to for the login page to show to improve stability of the test. | |||||
| 2024-02-07 | Fix test runner temp dir | Albin | 1 | -3/+7 | |
| This fix ensures that the script can be run by multiple users on the same machine. | |||||
| 2024-02-07 | Improve DeviceListScreen | Jonatan Rhodin | 2 | -14/+131 | |
| - 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-06 | Update gradle verification file | Jonatan Rhodin | 1 | -388/+761 | |
| 2024-02-06 | Remove common lib dependency from test mockapi | Jonatan Rhodin | 3 | -6/+5 | |
| 2024-02-06 | Update lint version to 8.3 to fix lint error in lib:theme | Jonatan Rhodin | 2 | -1/+3 | |
| 2024-02-06 | Update compose material 3 to 1.2.0-rc01 | Jonatan Rhodin | 4 | -6/+9 | |
| 2024-02-06 | Update compose navigations to 1.10.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-02-06 | Update compose to version 1.6.0 | Jonatan Rhodin | 1 | -1/+1 | |
| Fixes DROID-663 | |||||
