| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-07 | Fix test runner temp dir | Albin | 1 | -3/+7 | |
| This fix ensures that the script can be run by multiple users on the same machine. | |||||
| 2024-02-07 | Improve DeviceListScreen | Jonatan Rhodin | 2 | -14/+131 | |
| - 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 gradle verification file | Jonatan Rhodin | 1 | -388/+761 | |
| 2024-02-06 | Remove common lib dependency from test mockapi | Jonatan Rhodin | 3 | -6/+5 | |
| 2024-02-06 | Update lint version to 8.3 to fix lint error in lib:theme | Jonatan Rhodin | 2 | -1/+3 | |
| 2024-02-06 | Update compose material 3 to 1.2.0-rc01 | Jonatan Rhodin | 4 | -6/+9 | |
| 2024-02-06 | Update compose navigations to 1.10.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-02-06 | Update compose to version 1.6.0 | Jonatan Rhodin | 1 | -1/+1 | |
| Fixes DROID-663 | |||||
| 2024-02-05 | Update gradle verification file | David Göransson | 1 | -0/+280 | |
| 2024-02-05 | Add baseline | David Göransson | 1 | -0/+616 | |
| 2024-02-05 | Remove unnecessary backticks | David Göransson | 1 | -2/+2 | |
| 2024-02-05 | Ignore magic numbers | David Göransson | 1 | -0/+2 | |
| 2024-02-05 | Fix wildcard import | David Göransson | 2 | -2/+11 | |
| 2024-02-05 | Fix too general Exception | David Göransson | 6 | -38/+27 | |
| 2024-02-05 | Add const property to old const | David Göransson | 3 | -4/+4 | |
| 2024-02-05 | Fix class name | David Göransson | 1 | -1/+1 | |
| 2024-02-05 | Clean up UnusedPrivateMember and UnusedPrivateProperty | David Göransson | 3 | -4/+14 | |
| 2024-02-05 | Apply custom compose, report and other detekt rules | David Göransson | 1 | -37/+163 | |
| 2024-02-05 | Add default generated detekt config | David Göransson | 1 | -0/+784 | |
| 2024-02-05 | Add detekt gradle configuration | David Göransson | 1 | -0/+25 | |
| 2024-02-05 | Add detekt dependency | David Göransson | 2 | -0/+2 | |
| 2024-02-05 | Fix gradle asset task dependency | Albin | 1 | -6/+8 | |
| 2024-02-05 | Increase standard cell height to 56 dp | Jonatan Rhodin | 1 | -3/+1 | |
| This is to follow material design guidelines | |||||
| 2024-02-05 | Fix SplitTunnelingScreen and SplitTunnelingCell | Jonatan Rhodin | 6 | -80/+104 | |
| - 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 | 10 | -65/+48 | |
| 2024-02-02 | Fix `shellcheck` lints of our various bash scripts | Sebastian Holmin | 6 | -11/+16 | |
| The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155. | |||||
| 2024-02-01 | Increase timeout for ensure account creation failure | Jonatan Rhodin | 1 | -4/+2 | |
| 2024-01-31 | Replace secondary container color with new solid color | Jonatan Rhodin | 3 | -9/+4 | |
| 2024-01-31 | Add account expiry mockapi test | Jonatan Rhodin | 5 | -3/+110 | |
| 2024-01-25 | Unify ensure login assertion | Jonatan Rhodin | 3 | -3/+3 | |
| 2024-01-25 | Add test for showing and using the account history | Jonatan Rhodin | 1 | -0/+49 | |
| 2024-01-25 | Update gradle verification file | Jonatan Rhodin | 1 | -194/+331 | |
| 2024-01-25 | Update koin version to 3.5.3 | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-25 | Update commons validator to version 1.8.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-01-25 | Update mockserver version to 4.12.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-01-25 | Update ktfmt to version 0.16.0 and reformat files | Jonatan Rhodin | 16 | -42/+27 | |
| 2024-01-25 | Update version of androidx libraries | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-01-25 | Remove unused libraries | Jonatan Rhodin | 3 | -8/+0 | |
| 2024-01-24 | Update gradle plugin version to 8.2.1 | Jonatan Rhodin | 2 | -239/+219 | |
| 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 | Add mockapi test for handling too many devices | Jonatan Rhodin | 8 | -41/+184 | |
| 2024-01-19 | Try to wait until daemon is ready before leaving PrivacyScreen | David Göransson | 5 | -11/+87 | |
| 2024-01-18 | Add firebase stagemole e2e tests action | Albin | 2 | -1/+12 | |
| 2024-01-18 | Add flavor and partner support to test script | Albin | 1 | -36/+117 | |
| 2024-01-18 | Add support for stagemole partner account tests | Albin | 16 | -67/+153 | |
