| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-01-11 | Migrate app unit tests to Junit5 | David Göransson | 29 | -519/+498 | |
| 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 | |
| 2024-01-02 | Remove unused dependencies | Jonatan Rhodin | 1 | -11/+1 | |
| 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-14 | Add compose destinations navigation dependency | David Göransson | 1 | -2/+6 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 2 | -29/+10 | |
| 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> | |||||
| 2023-12-07 | Check network availability | MaryamShaghaghi | 5 | -2/+36 | |
| 2023-12-07 | Allow one line in login input field | MaryamShaghaghi | 1 | -2/+6 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-06 | Try to verify purchases directly after a purchase has failed | Jonatan Rhodin | 3 | -6/+9 | |
| 2023-12-06 | Add exponential back off for api verification of purchases | Jonatan Rhodin | 4 | -6/+64 | |
| 2023-12-06 | Fix select location navigate back | David Göransson | 1 | -2/+2 | |
| 2023-12-06 | Convert select location back button into IconButton | David Göransson | 2 | -21/+20 | |
| 2023-12-06 | Convert copy & toggle visibility to IconButton | David Göransson | 2 | -43/+25 | |
| 2023-12-06 | Convert info icon to IconButton | David Göransson | 3 | -46/+31 | |
| 2023-12-04 | Remove unnecessary else block within when statement | saber safavi | 1 | -4/+3 | |
| 2023-12-04 | Add select location screen and viewmodel tests | MaryamShaghaghi | 2 | -10/+80 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter screen and viewmodel tests | MaryamShaghaghi | 2 | -0/+320 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Update select location screen | MaryamShaghaghi | 7 | -62/+225 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter screen | MaryamShaghaghi | 6 | -0/+449 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add new filter cell and checkbox cell | MaryamShaghaghi | 2 | -0/+165 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-04 | Add filter chip component | MaryamShaghaghi | 1 | -0/+65 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-01 | Align the connecting to mullvad system services text in the center | MaryamShaghaghi | 1 | -1/+5 | |
| Co-Authored-By: Boban Sijuk <49131853+boki91@users.noreply.github.com> | |||||
| 2023-12-01 | Add devmole and stagemole text logos | Albin | 3 | -0/+70 | |
| 2023-12-01 | Fix bug to remember expanded relay cell | MaryamShaghaghi | 1 | -2/+3 | |
| 2023-12-01 | Show the selected location while typing in the search text field | MaryamShaghaghi | 1 | -1/+1 | |
| 2023-12-01 | Fix button spacing | David Göransson | 3 | -3/+5 | |
| 2023-11-27 | Fix conflicting file provider between build variants | Albin | 2 | -2/+2 | |
| 2023-11-27 | Add view model and ui test | saber safavi | 6 | -21/+277 | |
| 2023-11-27 | Fix Voucher dialog copy/paste issue | saber safavi | 5 | -50/+33 | |
| 2023-11-27 | Add copy to clipboard action | David Göransson | 2 | -12/+29 | |
| 2023-11-27 | Add file sharer | David Göransson | 4 | -10/+86 | |
| 2023-11-27 | Fix tests | Jonatan Rhodin | 1 | -1/+6 | |
| 2023-11-27 | Add payment verification to Connect Screen | Jonatan Rhodin | 3 | -5/+11 | |
| 2023-11-27 | Show out of time instead of negative days in the top bar | Jonatan Rhodin | 1 | -5/+9 | |
| 2023-11-22 | Explicity set allowBackup=false in manifests | Albin | 3 | -3/+6 | |
| This is the same as already used in the main manifest. | |||||
