| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-16 | Update e2e tests to handle privacy disclaimer | Albin | 3 | -0/+6 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 3 | -1/+9 | |
| 2023-03-16 | Fix kts lint issue | Albin | 1 | -1/+0 | |
| 2023-03-16 | Fix pref lint issue | Albin | 1 | -1/+1 | |
| 2023-03-16 | Sync localization | Albin | 19 | -19/+19 | |
| 2023-03-16 | Add privacy disclaimer on first start | Albin | 8 | -7/+248 | |
| Cherry-pick from: 5c5422e3c5775ecff627a5ef457567e8f66d9a03 | |||||
| 2023-03-16 | Prevent unbind attempt if already unbound | Albin | 1 | -11/+22 | |
| Cherry-pick from: 5d8ee191100a195c675ff6a7dd1f09f04648778a | |||||
| 2023-03-16 | Make settings icon optional in top bar | Albin | 2 | -13/+15 | |
| Cherry-pick from: f5daa12f4e865581d5effafff803d482a8be381f | |||||
| 2023-03-16 | Refactor main activity initialization | Albin | 1 | -4/+11 | |
| Cherry-pick from: 122c3001238055163c93c3b015902d46d734e5af | |||||
| 2023-03-16 | Update baseline | Albin | 1 | -44/+0 | |
| 2023-03-16 | Ignore MissingTranslation issues | Albin | 1 | -0/+2 | |
| 2023-03-16 | Add empty lint config | Albin | 7 | -0/+9 | |
| 2023-03-16 | Cleanup lint baseline from file migration logic | Albin | 1 | -11/+0 | |
| 2023-03-16 | Fix lint issues | Albin | 1 | -2/+2 | |
| 2023-03-16 | Remove android file migration | Albin | 3 | -73/+0 | |
| Removing the file migration as it would only be needed by very old versions of the app upgrading to not-yet-released version of the app. The migration logic might also not work any longer due to changes in Android. | |||||
| 2023-03-16 | Migrate tidy action to use container | Albin | 1 | -1/+2 | |
| 2023-03-14 | Update Android build instructions | Albin | 1 | -22/+22 | |
| Updates: * NDK release r25c * NDK min sdk set to api level 26 * Build tools version 30.0.3 * docker -> podman | |||||
| 2023-03-14 | Bump NDK min sdk to 26 | Albin | 1 | -1/+1 | |
| 2023-03-14 | Bump NDK version to r25c | Albin | 1 | -8/+8 | |
| 2023-03-14 | Bump linux base image used in android image | Albin | 1 | -1/+1 | |
| This means building with Debian 11. It also means building with rust 1.68 which relies on an upgraded NDK, which is part of a following commit. | |||||
| 2023-03-14 | Use ARG instead of ENV in Android dockerfile | Linus Färnstrand | 1 | -3/+3 | |
| 2023-03-13 | Bump container build tools | Albin | 1 | -1/+1 | |
| 2023-03-13 | Add tidy to container image | Albin | 1 | -0/+1 | |
| 2023-03-13 | Set ktfmt lang style | Albin | 1 | -0/+4 | |
| 2023-03-13 | Add ktfmt gradle plugin | Albin | 4 | -0/+35 | |
| 2023-03-13 | Use explicit bash command in lockfile helper script | Albin | 1 | -1/+1 | |
| 2023-03-13 | Update htmlize to version 1.0 | Daniel Parks | 2 | -2/+2 | |
| The htmlize API changed slightly for improved performance and build times. This just updates android/translations-converter to stay current. All android/translations-converter tests pass. | |||||
| 2023-03-01 | Fix mockapi localhost reference | Albin | 2 | -4/+1 | |
| This fix results in the daemon getting "localhost" as hostname rather than "127.0.0.1". | |||||
| 2023-02-23 | Migrate launch/loading fragment to compose | Albin | 5 | -75/+113 | |
| 2023-02-23 | Add option to hide logo and icon from top bar | Albin | 2 | -24/+29 | |
| 2023-02-23 | Fix compose fragment tooling | Albin | 1 | -2/+1 | |
| 2023-02-23 | Change city and country order in connect view | Albin | 1 | -2/+2 | |
| 2023-02-21 | Make quantum-resistant tunnel optional in mullvad layer | David Lönnhager | 4 | -14/+6 | |
| 2023-02-16 | Enable full r8 | Albin | 1 | -0/+1 | |
| 2023-02-16 | Enable r8 minify and shrinking for fdroid builds | Albin | 1 | -2/+2 | |
| 2023-02-16 | Enable r8 minify and shrinking for release builds | Albin | 1 | -1/+3 | |
| 2023-02-16 | Configure proguard rules | Albin | 2 | -0/+27 | |
| 2023-02-13 | Add strict agp lint configuration | Albin | 5 | -0/+22 | |
| 2023-02-13 | Add agp lint baseline | Albin | 2 | -0/+3629 | |
| 2023-02-09 | Deprecate split dns state updates | Albin | 1 | -0/+8 | |
| 2023-02-09 | Expose dns option updates | Albin | 1 | -0/+3 | |
| 2023-02-09 | Move confirm missing email fragment to fragment package | Albin | 2 | -2/+2 | |
| 2023-02-09 | Move dns confirm fragment to fragment package | Albin | 2 | -1/+2 | |
| 2023-02-09 | Move redeem fragment to fragment package | Albin | 3 | -3/+3 | |
| 2023-02-09 | Move login fragment to fragment package | Albin | 3 | -5/+5 | |
| 2023-02-09 | Move problem report fragment to fragment package | Albin | 2 | -3/+5 | |
| 2023-02-09 | Move logs fragment to fragment package | Albin | 2 | -2/+3 | |
| 2023-02-09 | Move welcome fragment to fragment package | Albin | 3 | -4/+2 | |
| 2023-02-09 | Move oot fragment to fragment package | Albin | 3 | -4/+3 | |
| 2023-02-09 | Move connect fragment to fragment package | Albin | 4 | -2/+11 | |
