summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-02-15Add tests for LatLongDavid Göransson3-0/+337
2024-02-15Add testing support for model moduleDavid Göransson1-1/+13
2024-02-15Add Latitude, Longitude and LatLong to modelDavid Göransson3-0/+131
2024-02-15Add support for Latitude and Longitude from DaemonDavid Göransson3-5/+9
2024-02-14Fix actions report uploadAlbin1-14/+18
2024-02-12Fix deprecated assert methodsAlbin6-20/+25
2024-02-12Unify test class suffixAlbin10-11/+13
2024-02-12Add konsist check for test class suffixAlbin1-2/+6
2024-02-09Update support email address to new oneOskar Nyberg1-1/+1
2024-02-08Fix `clippy` lint `ineffective_open_options`Markus Pettersson1-4/+1
This new `clippy` lint was introduced in the latest Rust release (1.76).
2024-02-08Update screen tests for new relay itemJonatan Rhodin2-36/+36
2024-02-08Update unit tests for new relay itemsJonatan Rhodin3-58/+126
2024-02-08Support new relay item in connect screenJonatan Rhodin3-7/+7
2024-02-08Support new relay list item in SelectLocationScreenJonatan Rhodin5-39/+49
2024-02-08Add customlists support for RelayListUseCaseJonatan Rhodin1-10/+26
2024-02-08Update the relaylist modelJonatan Rhodin11-126/+142
Use sealed interface for RelayItem Add CustomList as a type of RelayItem
2024-02-08Add CustomListsRepository with add, delete and updateJonatan Rhodin1-0/+28
2024-02-08Add custom lists Events and RequestsJonatan Rhodin2-3/+11
2024-02-08Add custom lists to the serviceJonatan Rhodin4-7/+72
2024-02-08Add custom list modelJonatan Rhodin3-0/+18
2024-02-07Bind to the service in a coroutine to avoid a crashJonatan Rhodin1-23/+21
2024-02-07Fix flaky account history mockapi testJonatan Rhodin1-0/+1
Add some extra time to for the login page to show to improve stability of the test.
2024-02-07Fix test runner temp dirAlbin1-3/+7
This fix ensures that the script can be run by multiple users on the same machine.
2024-02-07Improve DeviceListScreenJonatan Rhodin2-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-06Update gradle verification fileJonatan Rhodin1-388/+761
2024-02-06Remove common lib dependency from test mockapiJonatan Rhodin3-6/+5
2024-02-06Update lint version to 8.3 to fix lint error in lib:themeJonatan Rhodin2-1/+3
2024-02-06Update compose material 3 to 1.2.0-rc01Jonatan Rhodin4-6/+9
2024-02-06Update compose navigations to 1.10.0Jonatan Rhodin1-1/+1
2024-02-06Update compose to version 1.6.0Jonatan Rhodin1-1/+1
Fixes DROID-663
2024-02-05Update gradle verification fileDavid Göransson1-0/+280
2024-02-05Add baselineDavid Göransson1-0/+616
2024-02-05Remove unnecessary backticksDavid Göransson1-2/+2
2024-02-05Ignore magic numbersDavid Göransson1-0/+2
2024-02-05Fix wildcard importDavid Göransson2-2/+11
2024-02-05Fix too general ExceptionDavid Göransson6-38/+27
2024-02-05Add const property to old constDavid Göransson3-4/+4
2024-02-05Fix class nameDavid Göransson1-1/+1
2024-02-05Clean up UnusedPrivateMember and UnusedPrivatePropertyDavid Göransson3-4/+14
2024-02-05Apply custom compose, report and other detekt rulesDavid Göransson1-37/+163
2024-02-05Add default generated detekt configDavid Göransson1-0/+784
2024-02-05Add detekt gradle configurationDavid Göransson1-0/+25
2024-02-05Add detekt dependencyDavid Göransson2-0/+2
2024-02-05Fix gradle asset task dependencyAlbin1-6/+8
2024-02-05Increase standard cell height to 56 dpJonatan Rhodin1-3/+1
This is to follow material design guidelines
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin6-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-05Remove all direct usages of mullvad colorsJonatan Rhodin10-65/+48
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin6-11/+16
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2024-02-01Increase timeout for ensure account creation failureJonatan Rhodin1-4/+2
2024-01-31Replace secondary container color with new solid colorJonatan Rhodin3-9/+4