summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2025-08-01Update lockfileDavid Göransson3-257/+440
2025-08-01Fix ktor parsing errorDavid Göransson3-6/+14
App module had transitive dependencies using a older version at runtime of serializationx. However, when compiling the test:e2e module a later version than 1.8.0 was used through ktor. This caused deserialization in runtime to go looking for a method that didn't exist. By putting an explicit version in the app module we make sure to use a version that is compatible with ktor.
2025-07-31Bump ktor to 3.2.3David Göransson1-1/+1
2025-07-31Merge branch 'update-lint-baseline'David Göransson1-16/+5
2025-07-31Update lint baselineDavid Göransson1-16/+5
2025-07-31Merge branch ↵David Lönnhager20-88/+395
'automate-remaining-parts-of-daitamultihop-manual-test-card-des-2210'
2025-07-31Add test framework tests for DAITA and multihop UIDavid Lönnhager1-0/+24
2025-07-31Share mock relay list between select location tests and e2e setupDavid Lönnhager4-101/+6
2025-07-31Fix initial relay list state in e2e test, and update mock relay listDavid Lönnhager1-6/+54
2025-07-31Set gtk-version for playwright testsDavid Lönnhager2-0/+3
2025-07-31Add tests for select location entry and exit relay listsOliver2-2/+89
2025-07-31Add test expecting multihop to enable when clicking switchOliver1-0/+43
2025-07-31Add test expecting daita to enable when clicking switchOliver1-0/+44
2025-07-31Add select location navigation to main route object modelOliver2-0/+6
2025-07-31Add multihop and daita navigation to settings route object modelOliver2-0/+12
2025-07-31Add multihop and daita settings to main route object modelOliver1-0/+6
2025-07-31Add multihop settings route object modelOliver3-0/+35
2025-07-31Add daita settings route object modelOliver3-0/+35
2025-07-31Add openvpn server to relay mock dataOliver2-6/+26
2025-07-31Add helper functions to update mock settings and relays in testsOliver2-45/+84
2025-07-31Merge branch 'fix-gradle-warning'David Göransson1-3/+7
2025-07-31Fix deprecation warningDavid Göransson1-3/+7
2025-07-31Merge branch 'do-not-fail-test-if-notifications-are-not-allowed'Jonatan Rhodin3-45/+7
2025-07-31Fix tests failing when the notification allowed dialog is not shownJonatan Rhodin3-45/+7
2025-07-31Merge branch 'update-dependencies-droid-2092'David Göransson3-119/+168
2025-07-31Update lockfileDavid Göransson1-110/+159
2025-07-31Update lint baselineDavid Göransson1-2/+2
2025-07-31Bump grpc to 1.74.0David Göransson1-1/+1
2025-07-31Bump junit to 5.13.4David Göransson1-1/+1
2025-07-31Bump espresso to 3.7.0David Göransson1-1/+1
2025-07-31Bump androidx test orchestrator to 1.6.0David Göransson1-1/+1
2025-07-31Bump androidx runner to 1.7.0David Göransson1-1/+1
2025-07-31Bump androidx monitor to 1.8.0David Göransson1-1/+1
2025-07-31Bump androidx test to 1.7.0David Göransson1-1/+1
2025-07-31Merge branch 'set-priority-for-tv-on-boot-receiver-droid-1587'Jonatan Rhodin1-1/+1
2025-07-31Set max priority on the boot receiverJonatan Rhodin1-1/+1
2025-07-31Merge branch 'support-16kb-mempage-droid-1351'Jonatan Rhodin3-2/+13
2025-07-31Update changelogJonatan Rhodin1-0/+1
2025-07-31Support 16kb page sizeDavid Göransson2-2/+12
2025-07-31Merge branch 'enable_profileable_tag_in_manifest'Kalle Lindström1-0/+4
2025-07-31Enable profileable tag in AndroidManifest.xmlKalle Lindström1-0/+4
We need to set this in order for a release build of the app to the profileable.
2025-07-30Merge branch ↵Jonatan Rhodin49-932/+1267
'migrate-settings-screens-and-viewmodels-to-new-lce-structure-droid-2088'
2025-07-30Migrate most settings screens to new Lc state formatJonatan Rhodin49-932/+1267
2025-07-30Merge branch 'log-verification-result'Jonatan Rhodin1-0/+2
2025-07-30Add some basic logging for the play purchase verification processJonatan Rhodin1-0/+2
2025-07-29Merge branch 'leak-e2e-tests-fails-to-select-country-droid-2085'Jonatan Rhodin3-1/+22
2025-07-29Check for both tag and name in location cells for e2e testsDavid Göransson3-1/+22
2025-07-29Merge branch 'add-release-debuginfo-configuration'Kalle Lindström3-7/+27
2025-07-29Add release-debuginfo config and Cargo profileKalle Lindström3-7/+27
When doing performance profiling we want to used the optimized Rust artifacts but we also want to keep the debug symbols.
2025-07-29Merge branch 'fix-ndk-not-found-fdroid'David Göransson5-14/+14