| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-03-14 | Fix privacy policy link not working | Jonatan Rhodin | 3 | -6/+34 | |
| 2024-03-12 | Fix missing copy snackbar in account screen | Albin | 2 | -13/+12 | |
| 2024-03-12 | Add transition to DeviceListScreen | David Göransson | 2 | -2/+5 | |
| 2024-03-12 | Restore legacy auto-connect for non-TV devices | Jonatan Rhodin | 3 | -15/+49 | |
| 2024-03-11 | Revert navigation logic on Welcome to handle bad clocks better | David Göransson | 3 | -29/+22 | |
| 2024-03-11 | Simplify side effect collection with LaunchedEffectCollect | David Göransson | 13 | -121/+89 | |
| 2024-03-11 | Remove buffer on side effects | David Göransson | 9 | -19/+9 | |
| 2024-03-11 | Change priority of close when multiple actions are happening | David Göransson | 2 | -4/+3 | |
| 2024-03-11 | Rework side effect subscription for SplashScreen | David Göransson | 2 | -46/+26 | |
| 2024-03-11 | Make OutOfTimeUseCase reactive, and adapt related view models | David Göransson | 15 | -199/+305 | |
| 2024-03-11 | Add new compose side effect collection utility functions | David Göransson | 4 | -0/+37 | |
| 2024-03-11 | Improve divider useage and replace deprecated divider | Jonatan Rhodin | 6 | -56/+27 | |
| 2024-03-11 | Fix account screen margins to better fit all content on 16:9 TVs | Jonatan Rhodin | 1 | -32/+41 | |
| 2024-03-08 | Fix long method lints | David Göransson | 6 | -441/+558 | |
| 2024-03-07 | Fix filter screen selection regression | David Göransson | 3 | -17/+19 | |
| 2024-03-05 | Supress long method | David Göransson | 7 | -0/+7 | |
| 2024-03-05 | Use collectAsStateWithLifecycle | David Göransson | 28 | -387/+382 | |
| 2024-03-05 | Fix margin on ConnectScreen | David Göransson | 1 | -0/+1 | |
| 2024-03-05 | Fix VpnSettingsScreen DPAD navigation | David Göransson | 6 | -12/+30 | |
| 2024-03-04 | Make deviceState eagerly to prevent missing of loggedOut messages | David Göransson | 1 | -5/+1 | |
| 2024-02-27 | Implement sentence naming of tests | David Göransson | 31 | -712/+807 | |
| 2024-02-26 | Draw edge-to-edge in all compose tests | Albin | 16 | -32/+32 | |
| 2024-02-26 | Add compose extension that enables edge-to-edge drawing | Albin | 1 | -0/+15 | |
| 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 | 6 | -19/+40 | |
| 2024-02-19 | Create auto connect and lockdown mode screen | MaryamShaghaghi | 4 | -4/+376 | |
| 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-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 | 6 | -128/+255 | |
| 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 support for OpenGL in manifest | David Göransson | 1 | -0/+2 | |
| 2024-02-15 | Add support for Latitude and Longitude from Daemon | David Göransson | 1 | -1/+3 | |
| 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 | 10 | -103/+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-07 | Bind to the service in a coroutine to avoid a crash | Jonatan Rhodin | 1 | -23/+21 | |
| 2024-02-07 | Improve DeviceListScreen | Jonatan Rhodin | 1 | -14/+130 | |
| - 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 lint version to 8.3 to fix lint error in lib:theme | Jonatan Rhodin | 1 | -1/+2 | |
| 2024-02-06 | Update compose material 3 to 1.2.0-rc01 | Jonatan Rhodin | 3 | -5/+8 | |
| 2024-02-05 | Ignore magic numbers | David Göransson | 1 | -0/+2 | |
| 2024-02-05 | Fix wildcard import | David Göransson | 1 | -1/+6 | |
| 2024-02-05 | Fix too general Exception | David Göransson | 2 | -7/+6 | |
| 2024-02-05 | Clean up UnusedPrivateMember and UnusedPrivateProperty | David Göransson | 2 | -4/+0 | |
| 2024-02-05 | Fix SplitTunnelingScreen and SplitTunnelingCell | Jonatan Rhodin | 5 | -80/+103 | |
| - 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 | 7 | -32/+35 | |
| 2024-01-31 | Add account expiry mockapi test | Jonatan Rhodin | 2 | -1/+8 | |
