| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-09-27 | Add copy icon to WelcomeScreen | David Göransson | 4 | -160/+256 | |
| 2023-09-27 | Add device name to Welcome Screen | David Göransson | 24 | -7/+133 | |
| Fix TitleCase | |||||
| 2023-09-27 | Fix Dpad navigation | David Göransson | 1 | -83/+96 | |
| 2023-09-27 | Rename state to uiState | David Göransson | 2 | -27/+29 | |
| 2023-09-27 | Add content description | David Göransson | 1 | -2/+2 | |
| 2023-09-27 | Clarify idle state | David Göransson | 1 | -0/+2 | |
| 2023-09-27 | Fix login test | David Göransson | 1 | -2/+2 | |
| 2023-09-27 | Fix keyboard navigation crash | David Göransson | 3 | -19/+24 | |
| 2023-09-27 | fix visual transformation | David Göransson | 1 | -1/+2 | |
| 2023-09-27 | Remove old login screen views | David Göransson | 10 | -810/+0 | |
| 2023-09-27 | Migrate login screen to compose | David Göransson | 13 | -589/+854 | |
| Fixes removed and fixes some of the compose colors, recreates login states | |||||
| 2023-09-26 | Partially revert "Remove android file migration" | Albin | 2 | -0/+39 | |
| This commit aims to restore the `relays.json` asset->file extraction that was removed by accident in the partially reverted commit. The actual file migration logic will not be re-introduced. This partially reverts commit e64abbb94ae641d05ee3cf8dc0f4340b17cdc033. | |||||
| 2023-09-26 | Add ui tests for OutOfTimeScreen | Jonatan Rhodin | 1 | -0/+172 | |
| 2023-09-26 | Add unit tests for OutOfTimeViewModel | Jonatan Rhodin | 1 | -0/+149 | |
| 2023-09-26 | Add redeem voucher button | Jonatan Rhodin | 3 | -22/+59 | |
| 2023-09-26 | Add site payment button | Jonatan Rhodin | 5 | -70/+138 | |
| 2023-09-26 | Migrate out of time view to compose | Jonatan Rhodin | 11 | -333/+431 | |
| 2023-09-25 | Add previews | David Göransson | 1 | -0/+28 | |
| 2023-09-25 | Replace ConstraintLayout with Row | David Göransson | 1 | -39/+23 | |
| In some cases (TextField) the constriantlayout would steal focus when user uses right arrow. This commit removes the use of ConstraintLayout so it won't interfere with input. | |||||
| 2023-09-25 | Set default dialog radius to 11 and apply it to all dialogs | Jonatan Rhodin | 3 | -13/+25 | |
| 2023-09-25 | Improve changelog dialog | Jonatan Rhodin | 3 | -112/+77 | |
| - Replace hardcoded font sizes and colors - Place it within AppTheme so that corner radius are the same as other dialogs. - Make it scrollable - Change some text styles to be more in line with design - Improve changelog items | |||||
| 2023-09-25 | Update translations | Oskar Nyberg | 38 | -157/+309 | |
| 2023-09-22 | Support running under build variant app ids | Albin | 10 | -24/+22 | |
| 2023-09-21 | Replace remaining release build checks with play build checks | Jonatan Rhodin | 3 | -12/+9 | |
| 2023-09-21 | Update test script to use the default build variant | Albin | 1 | -2/+2 | |
| 2023-09-21 | Use play flavor to comply with policies | Albin | 10 | -32/+38 | |
| 2023-09-21 | Add billing and infrastructure flavor dimensions | Albin | 6 | -15/+143 | |
| Flavor dimension usage: * `billing` - used to build separate artifacts where (1) different policies are followed and (2) different dependencies are used. * `infrastructure` - used to improve development and testing against non-production environments. | |||||
| 2023-09-21 | Apply automatic formatting and cleanup of gradle files | Albin | 19 | -166/+81 | |
| 2023-09-20 | Add minimal required Android bindings | Linus Färnstrand | 1 | -1/+7 | |
| 2023-09-18 | Fix headline size | David Göransson | 1 | -1/+2 | |
| 2023-09-14 | Push suppression date for CVE-2023-2976 | Albin | 1 | -1/+1 | |
| Pushing the suppression date since not much new information is available and no upstream release has been made of the affected library (espresso). | |||||
| 2023-09-13 | Update android build instructions for macOS | David Göransson | 2 | -28/+99 | |
| 2023-09-13 | Paint status bar after screen transition animation end | saber safavi | 15 | -26/+123 | |
| 2023-09-12 | Remove unused parts of legacy CustomDns | David Göransson | 3 | -81/+2 | |
| 2023-09-12 | Inspection errors | David Göransson | 18 | -56/+49 | |
| 2023-09-12 | Remove unused classes | David Göransson | 17 | -480/+0 | |
| 2023-09-12 | Perform AS Code Cleanup | David Göransson | 22 | -93/+91 | |
| 2023-09-12 | Fix row animations | David Göransson | 3 | -13/+17 | |
| 2023-09-12 | Fix alpha issue on split tunneling view | David Göransson | 1 | -2/+11 | |
| 2023-09-11 | Make err-derive a workspace dependency | David Lönnhager | 1 | -1/+1 | |
| 2023-09-11 | Fix lint | David Göransson | 2 | -8/+2 | |
| 2023-09-11 | Use Dimens | David Göransson | 1 | -1/+2 | |
| 2023-09-11 | Fix scoping for previews | David Göransson | 10 | -10/+10 | |
| 2023-09-11 | Fix padding for dialogs | David Göransson | 4 | -17/+12 | |
| 2023-09-11 | Add dialog previews | David Göransson | 10 | -1/+87 | |
| 2023-09-08 | Change reconnect location behavior to fix multiple bugs | Jonatan Rhodin | 3 | -34/+7 | |
| 2023-09-08 | Replace xml resources and hardcoded colors in MtuDialog | Jonatan Rhodin | 1 | -57/+42 | |
| 2023-09-08 | Fix race condition in mtu dialog | Jonatan Rhodin | 5 | -37/+30 | |
| 2023-09-08 | Fix the click area of the notification banner | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-09-07 | Migrate connect screen headerbar to compose | Jonatan Rhodin | 4 | -154/+142 | |
