summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Collapse)AuthorFilesLines
2024-03-04Remove buildconfig from propertiesDavid Göransson1-1/+4
2024-03-04Make deviceState eagerly to prevent missing of loggedOut messagesDavid Göransson1-5/+1
2024-02-28Fix JNI dir task dependencyAlbin1-2/+2
2024-02-27Implement sentence naming of testsDavid Göransson31-712/+807
2024-02-26Draw edge-to-edge in all compose testsAlbin16-32/+32
2024-02-26Add compose extension that enables edge-to-edge drawingAlbin1-0/+15
2024-02-19Add unit test for system vpn settings availableJonatan Rhodin1-0/+16
2024-02-19Remove the auto-connect switch when vpn settings are availableJonatan Rhodin6-19/+40
2024-02-19Create auto connect and lockdown mode screenMaryamShaghaghi4-4/+376
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Update VPNSettings screenMaryamShaghaghi1-0/+26
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add test for split tunneling view model and update the other testsMaryamShaghaghi2-5/+55
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add toggle button for split tunnelingMaryamShaghaghi6-128/+255
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Integrate map into ConnectScreenDavid Göransson5-51/+150
2024-02-15Add dependency to map moduleDavid Göransson1-0/+1
2024-02-15Add support for OpenGL in manifestDavid Göransson1-0/+2
2024-02-15Add support for Latitude and Longitude from DaemonDavid Göransson1-1/+3
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 Rhodin10-103/+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-07Bind to the service in a coroutine to avoid a crashJonatan Rhodin1-23/+21
2024-02-07Improve DeviceListScreenJonatan Rhodin1-14/+130
- 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 lint version to 8.3 to fix lint error in lib:themeJonatan Rhodin1-1/+2
2024-02-06Update compose material 3 to 1.2.0-rc01Jonatan Rhodin3-5/+8
2024-02-05Ignore magic numbersDavid Göransson1-0/+2
2024-02-05Fix wildcard importDavid Göransson1-1/+6
2024-02-05Fix too general ExceptionDavid Göransson2-7/+6
2024-02-05Clean up UnusedPrivateMember and UnusedPrivatePropertyDavid Göransson2-4/+0
2024-02-05Fix gradle asset task dependencyAlbin1-6/+8
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin5-80/+103
- 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 Rhodin7-32/+35
2024-01-31Add account expiry mockapi testJonatan Rhodin2-1/+8
2024-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin12-27/+19
2024-01-25Remove unused librariesJonatan Rhodin1-2/+0
2024-01-23Remove unused ApplicationsIconManagerJonatan Rhodin4-158/+0
2024-01-23Handle exceptions when getting app icon in SplitTunnelingScreenJonatan Rhodin2-2/+20
2024-01-19Fix testsJonatan Rhodin2-24/+58
2024-01-19Improve handling of empty relay listJonatan Rhodin5-118/+132
2024-01-19Fetch the relay list when entering the select location screenJonatan Rhodin4-1/+13
2024-01-19Try to mitigate timing errors when getting the relay listJonatan Rhodin1-1/+5
2024-01-19Try to wait until daemon is ready before leaving PrivacyScreenDavid Göransson5-11/+87
2024-01-18Rename app variant tripleAlbin1-1/+1
2024-01-15Replace After with AfterEach from junit5Jonatan Rhodin1-2/+2
2024-01-12Remove TestActivity since it is not neededJonatan Rhodin3-45/+1
2024-01-11Update lint baselinesAlbin1-47/+3
2024-01-11Fix notification permission lint issuesaber safavi1-9/+2
2024-01-11Convert screen tests to Junit5David Göransson18-2321/+2482