| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-14 | Add navigational graph diagram | David Göransson | 4 | -1/+38 | |
| 2023-12-13 | Replace EXTERNAL_STORAGE permissions on android api level 33+ | saber safavi | 4 | -37/+27 | |
| 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 | 6 | -2/+37 | |
| 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 | Update CVE suppression | David Göransson | 2 | -2/+2 | |
| 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 | 4 | -46/+32 | |
| 2023-12-04 | Update translations | Oskar Nyberg | 38 | -1/+605 | |
| 2023-12-04 | Remove unnecessary else block within when statement | saber safavi | 2 | -8/+4 | |
| 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 | 8 | -62/+238 | |
| 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 | 3 | -0/+84 | |
| 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 | 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/+44 | |
| 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 | 4 | -3/+6 | |
| 2023-11-27 | Fix conflicting file provider between build variants | Albin | 2 | -2/+2 | |
| 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 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 | 3 | -12/+30 | |
| 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-27 | Fix crash with auto-connect and no permission | David Göransson | 2 | -5/+61 | |
| 2023-11-22 | Add mobsf config to suppress and document issues | Albin | 1 | -0/+28 | |
| 2023-11-22 | Explicity set allowBackup=false in manifests | Albin | 3 | -3/+6 | |
| This is the same as already used in the main manifest. | |||||
| 2023-11-22 | Format manifests | Albin | 4 | -34/+25 | |
| 2023-11-22 | Fix tidy manifest formatting command | Albin | 1 | -1/+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 | 3 | -2/+23 | |
| 2023-11-22 | Reset purchase state when automatically leaving a screen | Jonatan Rhodin | 2 | -0/+4 | |
| 2023-11-21 | Fix issue with the welcome screen showing up after buying time | Jonatan Rhodin | 3 | -2/+8 | |
| 2023-11-21 | Fix test | David Göransson | 1 | -1/+1 | |
| 2023-11-21 | Update gradle verification file | Jonatan Rhodin | 1 | -202/+187 | |
| 2023-11-21 | Update SDK version | David Göransson | 2 | -4/+12 | |
| 2023-11-20 | Fix collapsible toolbar flickering | Jonatan Rhodin | 1 | -7/+2 | |
