summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest
AgeCommit message (Collapse)AuthorFilesLines
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström1-6/+11
Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time.
2025-02-04Do not show add server when custom dns server list is emptyJonatan Rhodin1-1/+5
2025-01-09Update changelog presentationDavid Göransson2-11/+53
2025-01-08Fix testsDavid Göransson1-4/+4
2025-01-08Make UI state have constraintsDavid Göransson1-14/+15
2025-01-07Fix testsDavid Göransson1-2/+2
2024-12-20Remove one-to-one relationship between provider and ownershipDavid Göransson2-53/+50
2024-12-13Remove bad default argumentsDavid Göransson31-1943/+1998
2024-12-03Implement UDP-over-TCP e2e test and firewall API clientNiklas Berglund1-16/+16
2024-12-02Update screen testsJonatan Rhodin2-5/+7
2024-11-27Handle legacy always-on vpn profilesDavid Göransson1-1/+1
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2024-11-27Update and add screen testsJonatan Rhodin5-116/+182
2024-10-31Fix testsAlbin1-2/+2
2024-10-30Show loading spinner on buttons in AccountScreenKalle Lindström1-1/+9
2024-10-29Fix testsDavid Göransson1-28/+7
2024-10-18Fix testsDavid Göransson2-2/+2
2024-10-18Remove old testDavid Göransson2-2/+26
2024-10-18Improve Unsupported version linkDavid Göransson1-1/+1
2024-10-18Move changelog into new App Info screenDavid Göransson1-36/+2
2024-10-16Remove legacy optionDavid Göransson1-7/+0
2024-10-07Use Duration instead of PeriodKalle Lindström1-3/+7
2024-10-07Update in app expiry notifications over timeKalle Lindström1-2/+5
2024-09-26Remove auto-connect feature from uiJonatan Rhodin1-3/+3
2024-09-26Update and add ui testsJonatan Rhodin1-2/+37
2024-09-18Refactor screens to use preview parameter providerKalle Lindström3-28/+24
2024-09-18Fix testsDavid Göransson1-129/+43
2024-09-17Add shadowsocks ui testsJonatan Rhodin5-91/+114
2024-09-17Refactor port dialog to use a view modelKalle Lindström1-10/+127
2024-09-06Add daita grpc and uiAlbin1-0/+2
2024-09-02Fix testsDavid Göransson1-22/+5
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin28-317/+273
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-26Add support for feature indicators for tunnel stateJonatan Rhodin2-13/+23
2024-08-12Fix ui testJonatan Rhodin1-4/+1
2024-08-06Fix instrumental testJonatan Rhodin1-1/+5
2024-07-25Adapt tests to flat list uiStateDavid Göransson2-102/+48
2024-07-25Convert select location into flat LazyColumnDavid Göransson1-12/+14
2024-07-10Fix broken testDavid Göransson1-2/+1
2024-07-04Use NavArgs & SavedStateHandleDavid Göransson3-10/+7
2024-07-04Remove update available messageAlbin2-48/+4
2024-06-19Add ui test for disconnect buttonJonatan Rhodin1-11/+51
2024-06-14Add ui tests for api access methodJonatan Rhodin6-0/+754
2024-06-14Update auto-connect for TV users to legacy and update descriptionDavid Göransson1-1/+1
2024-06-11Prevent loading when logging outDavid Göransson1-1/+2
2024-06-10Unify account number namingAlbin1-2/+2
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-06-04Simplify ViewModel and take setting onceDavid Göransson1-6/+7
2024-06-04Fix colors and add one more testDavid Göransson1-1/+44
2024-06-04Add testDavid Göransson1-0/+55
2024-06-03Remove by custom DNS by indexDavid Göransson1-2/+2
2024-05-29Migrate to gRPCDavid Göransson16-268/+288
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-04-17Fix ui testsJonatan Rhodin1-2/+1