| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-01 | Update lockfile | David Göransson | 3 | -257/+440 | |
| 2025-08-01 | Fix ktor parsing error | David Göransson | 3 | -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-31 | Bump ktor to 3.2.3 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Merge branch 'update-lint-baseline' | David Göransson | 1 | -16/+5 | |
| 2025-07-31 | Update lint baseline | David Göransson | 1 | -16/+5 | |
| 2025-07-31 | Merge branch ↵ | David Lönnhager | 20 | -88/+395 | |
| 'automate-remaining-parts-of-daitamultihop-manual-test-card-des-2210' | |||||
| 2025-07-31 | Add test framework tests for DAITA and multihop UI | David Lönnhager | 1 | -0/+24 | |
| 2025-07-31 | Share mock relay list between select location tests and e2e setup | David Lönnhager | 4 | -101/+6 | |
| 2025-07-31 | Fix initial relay list state in e2e test, and update mock relay list | David Lönnhager | 1 | -6/+54 | |
| 2025-07-31 | Set gtk-version for playwright tests | David Lönnhager | 2 | -0/+3 | |
| 2025-07-31 | Add tests for select location entry and exit relay lists | Oliver | 2 | -2/+89 | |
| 2025-07-31 | Add test expecting multihop to enable when clicking switch | Oliver | 1 | -0/+43 | |
| 2025-07-31 | Add test expecting daita to enable when clicking switch | Oliver | 1 | -0/+44 | |
| 2025-07-31 | Add select location navigation to main route object model | Oliver | 2 | -0/+6 | |
| 2025-07-31 | Add multihop and daita navigation to settings route object model | Oliver | 2 | -0/+12 | |
| 2025-07-31 | Add multihop and daita settings to main route object model | Oliver | 1 | -0/+6 | |
| 2025-07-31 | Add multihop settings route object model | Oliver | 3 | -0/+35 | |
| 2025-07-31 | Add daita settings route object model | Oliver | 3 | -0/+35 | |
| 2025-07-31 | Add openvpn server to relay mock data | Oliver | 2 | -6/+26 | |
| 2025-07-31 | Add helper functions to update mock settings and relays in tests | Oliver | 2 | -45/+84 | |
| 2025-07-31 | Merge branch 'fix-gradle-warning' | David Göransson | 1 | -3/+7 | |
| 2025-07-31 | Fix deprecation warning | David Göransson | 1 | -3/+7 | |
| 2025-07-31 | Merge branch 'do-not-fail-test-if-notifications-are-not-allowed' | Jonatan Rhodin | 3 | -45/+7 | |
| 2025-07-31 | Fix tests failing when the notification allowed dialog is not shown | Jonatan Rhodin | 3 | -45/+7 | |
| 2025-07-31 | Merge branch 'update-dependencies-droid-2092' | David Göransson | 3 | -119/+168 | |
| 2025-07-31 | Update lockfile | David Göransson | 1 | -110/+159 | |
| 2025-07-31 | Update lint baseline | David Göransson | 1 | -2/+2 | |
| 2025-07-31 | Bump grpc to 1.74.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump junit to 5.13.4 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump espresso to 3.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx test orchestrator to 1.6.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx runner to 1.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx monitor to 1.8.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Bump androidx test to 1.7.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-31 | Merge branch 'set-priority-for-tv-on-boot-receiver-droid-1587' | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-07-31 | Set max priority on the boot receiver | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-07-31 | Merge branch 'support-16kb-mempage-droid-1351' | Jonatan Rhodin | 3 | -2/+13 | |
| 2025-07-31 | Update changelog | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-07-31 | Support 16kb page size | David Göransson | 2 | -2/+12 | |
| 2025-07-31 | Merge branch 'enable_profileable_tag_in_manifest' | Kalle Lindström | 1 | -0/+4 | |
| 2025-07-31 | Enable profileable tag in AndroidManifest.xml | Kalle Lindström | 1 | -0/+4 | |
| We need to set this in order for a release build of the app to the profileable. | |||||
| 2025-07-30 | Merge branch ↵ | Jonatan Rhodin | 49 | -932/+1267 | |
| 'migrate-settings-screens-and-viewmodels-to-new-lce-structure-droid-2088' | |||||
| 2025-07-30 | Migrate most settings screens to new Lc state format | Jonatan Rhodin | 49 | -932/+1267 | |
| 2025-07-30 | Merge branch 'log-verification-result' | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-07-30 | Add some basic logging for the play purchase verification process | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-07-29 | Merge branch 'leak-e2e-tests-fails-to-select-country-droid-2085' | Jonatan Rhodin | 3 | -1/+22 | |
| 2025-07-29 | Check for both tag and name in location cells for e2e tests | David Göransson | 3 | -1/+22 | |
| 2025-07-29 | Merge branch 'add-release-debuginfo-configuration' | Kalle Lindström | 3 | -7/+27 | |
| 2025-07-29 | Add release-debuginfo config and Cargo profile | Kalle Lindström | 3 | -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-29 | Merge branch 'fix-ndk-not-found-fdroid' | David Göransson | 5 | -14/+14 | |
