| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-22 | Add advanced settings ui tests | Albin | 1 | -0/+552 | |
| 2023-03-22 | Add default values to advanced settings ui states | Albin | 1 | -8/+8 | |
| This change primarily simplifies testing. | |||||
| 2023-03-22 | Add advanced settings screen default callback functions | Albin | 1 | -13/+13 | |
| This change simplifies testing since only the callbacks related to a specific test can be set. | |||||
| 2023-03-22 | Set status/nav bar color in collapsable scaffold | Albin | 2 | -3/+10 | |
| This ensures that the status/navigation bar color matches the background color of the collapsable toolbar scaffold, regardless of previously set color. Previously this would rely on prior views/screens updating the status/nav bar color. | |||||
| 2023-03-22 | Move remaining fragments into fragment package | Albin | 7 | -13/+23 | |
| 2023-03-22 | Apply project-wide `kotlinLangStyle` formatting | Albin | 216 | -3959/+3423 | |
| 2023-03-20 | Migrate advanced settings fragment to use composified view | saber safavi | 43 | -1134/+37 | |
| 2023-03-20 | Add composified advanced settings view | saber safavi | 10 | -0/+1014 | |
| 2023-03-20 | Add advanced settings vm and repo | saber safavi | 7 | -3/+451 | |
| 2023-03-20 | Add common re-usable compose components | saber safavi | 7 | -0/+596 | |
| 2023-03-20 | Add compose scrollbar from gist | saber safavi | 1 | -0/+336 | |
| Including scrollbar from: https://gist.github.com/mxalbert1996/33a360fcab2105a31e5355af98216f5a | |||||
| 2023-03-20 | Fix top bar preview visibility | saber safavi | 1 | -1/+1 | |
| 2023-03-20 | Move device removal dialog to dialog package | saber safavi | 2 | -2/+4 | |
| 2023-03-20 | Move changlog dialog to dialog package | saber safavi | 3 | -3/+4 | |
| 2023-03-20 | Add compose dependencies | Albin | 1 | -0/+3 | |
| 2023-03-16 | Fix notification permission behavior and test | Albin | 1 | -1/+1 | |
| 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 | Add empty lint config | Albin | 1 | -0/+1 | |
| 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-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 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 | 1 | -0/+2 | |
| 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 | |
| 2023-02-09 | Move launch fragment to fragment package | Albin | 2 | -1/+7 | |
| 2023-02-09 | Move account fragment to fragment package | Albin | 2 | -2/+6 | |
