| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-01-25 | Update ktfmt to version 0.16.0 and reformat files | Jonatan Rhodin | 12 | -27/+19 | |
| 2024-01-23 | Remove unused ApplicationsIconManager | Jonatan Rhodin | 4 | -158/+0 | |
| 2024-01-23 | Handle exceptions when getting app icon in SplitTunnelingScreen | Jonatan Rhodin | 2 | -2/+20 | |
| 2024-01-19 | Fix tests | Jonatan Rhodin | 2 | -24/+58 | |
| 2024-01-19 | Improve handling of empty relay list | Jonatan Rhodin | 5 | -118/+132 | |
| 2024-01-19 | Fetch the relay list when entering the select location screen | Jonatan Rhodin | 4 | -1/+13 | |
| 2024-01-19 | Try to mitigate timing errors when getting the relay list | Jonatan Rhodin | 1 | -1/+5 | |
| 2024-01-19 | Try to wait until daemon is ready before leaving PrivacyScreen | David Göransson | 5 | -11/+87 | |
| 2024-01-15 | Replace After with AfterEach from junit5 | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-12 | Remove TestActivity since it is not needed | Jonatan Rhodin | 3 | -45/+1 | |
| 2024-01-11 | Fix notification permission lint issue | saber safavi | 1 | -9/+2 | |
| 2024-01-11 | Convert screen tests to Junit5 | David Göransson | 18 | -2321/+2482 | |
| 2024-01-11 | Migrate app unit tests to Junit5 | David Göransson | 28 | -516/+489 | |
| 2024-01-08 | Change launch mode to singleInstance to fix vulnerability | Jonatan Rhodin | 2 | -2/+6 | |
| 2024-01-05 | Fix broken e2e tests for ConnectScreen and WebLink | saber safavi | 2 | -3/+7 | |
| 2024-01-04 | Remove error message when changing the voucher input | Jonatan Rhodin | 2 | -0/+27 | |
| 2024-01-04 | Logout user when "Go to login" is clicked. | David Göransson | 3 | -8/+35 | |
| 2024-01-04 | Handle device revocation on ConnectScreen | David Göransson | 2 | -1/+17 | |
| 2023-12-29 | Align dialog titles | David Göransson | 6 | -22/+10 | |
| 2023-12-29 | Make remove dns destructive | David Göransson | 1 | -1/+2 | |
| 2023-12-29 | Fix background color on welcome screen | David Göransson | 1 | -9/+2 | |
| 2023-12-21 | Support new tunnel state API in the Android frontend. | David Göransson | 18 | -171/+64 | |
| Remove `get_current_location` from jni. | |||||
| 2023-12-19 | Lift IS_PLAY_BUILD | David Göransson | 20 | -68/+128 | |
| 2023-12-19 | Scroll to selected country | David Göransson | 1 | -0/+25 | |
| 2023-12-14 | Update manifest to support fullUser & adjustResize | David Göransson | 1 | -2/+2 | |
| 2023-12-14 | Remove old fragment navigation | David Göransson | 29 | -1638/+0 | |
| 2023-12-14 | Migrate to Compose Destinations | David Göransson | 108 | -3003/+4072 | |
| 2023-12-14 | Add OutOfTimeUseCase | David Göransson | 2 | -0/+205 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 1 | -2/+6 | |
| 2023-12-07 | update account history on login/create account | David Göransson | 1 | -2/+2 | |
| 2023-12-07 | Add unit test in the login view model test | MaryamShaghaghi | 1 | -2/+29 | |
| Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com> | |||||
