summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2023-04-12Clarify MTU placeholderAlbin1-1/+1
2023-04-12Hide custom dns warningAlbin1-12/+12
This change hides the Custom DNS warning, which is part of the content blockers, when the content blockers are not expanded.
2023-04-11Update translationsAlbin19-0/+209
2023-04-11Support enabling/disabling switch compose cellsaber safavi2-2/+10
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Hook up content blocker ui with vm and reposaber safavi6-39/+124
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Add content blocker info dialogssaber safavi5-6/+66
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Add content blockers to the uisaber safavi2-0/+193
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Add compose info dialogsaber safavi3-0/+135
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Refactor CustomDnsComposeCell to generic switch cellsaber safavi3-92/+161
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Make it possible to enable/disable the compose switchsaber safavi1-4/+17
Co-authored-by: Albin <albin@mullvad.net>
2023-04-11Support setting color of html textAlbin1-2/+12
2023-04-11Add alpha constantsAlbin1-0/+3
2023-04-11Add func to check if any blocker is enabledAlbin1-1/+5
Co-authored-by: saber safavi <saber.safavi@codic.se>
2023-04-11Add info iconsaber safavi1-0/+8
2023-04-11Add chevron composableAlbin1-0/+36
Co-authored-by: saber safavi <saber.safavi@codic.se>
2023-04-11Add `itemWithDivier` compose extensionAlbin2-6/+17
Co-authored-by: saber safavi <saber.safavi@codic.se>
2023-04-11Add content blocker stringssaber safavi1-0/+19
Co-authored-by: Albin <albin@mullvad.net>
2023-04-05Deprecate daemon provided app version propertyAlbin1-1/+1
2023-04-05Fix app version missing in settings when no daemon connectionAlbin1-1/+2
This issue was caused by the app version being provided by the daemon. To fix this, the app version will now instead be resolved via the `BuildConfig`.
2023-03-28Re-generate lint baselineAlbin1-532/+158
2023-03-28Ignore localization workflow related lint rulesAlbin1-1/+3
2023-03-28Revert custom dns hintAlbin21-1/+21
2023-03-27Fix many typosAlexander Seiler1-2/+2
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
2023-03-27Fix advanced settings dialog padding and title sizeAlbin2-16/+31
2023-03-27Bump NDK in F-Droid env and configAlbin2-16/+16
2023-03-27Add initial android overview diagramAlbin2-0/+46
2023-03-24Change build container CARGO_TARGET_DIR to allow cargo cleanLinus Färnstrand1-3/+4
2023-03-22Add advanced settings ui testsAlbin1-0/+552
2023-03-22Add default values to advanced settings ui statesAlbin1-8/+8
This change primarily simplifies testing.
2023-03-22Add advanced settings screen default callback functionsAlbin1-13/+13
This change simplifies testing since only the callbacks related to a specific test can be set.
2023-03-22Set status/nav bar color in collapsable scaffoldAlbin2-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-22Fix broken notification permission prompt testsaber safavi5-12/+12
2023-03-22Move remaining fragments into fragment packageAlbin7-13/+23
2023-03-22Apply project-wide `kotlinLangStyle` formattingAlbin230-4215/+3610
2023-03-22Document android linting and formattingAlbin1-0/+21
2023-03-21Add `.editorconfig` matching the ktfmt `kotlinLangStyle`Albin1-0/+85
Per recommendation from: https://github.com/facebook/ktfmt#intellij-android-studio-and-other-jetbrains-ides
2023-03-21Configure ktfmtAlbin1-0/+2
2023-03-20Migrate advanced settings fragment to use composified viewsaber safavi43-1134/+37
2023-03-20Add composified advanced settings viewsaber safavi10-0/+1014
2023-03-20Add advanced settings vm and reposaber safavi7-3/+451
2023-03-20Add common re-usable compose componentssaber safavi7-0/+596
2023-03-20Add compose scrollbar from gistsaber safavi1-0/+336
Including scrollbar from: https://gist.github.com/mxalbert1996/33a360fcab2105a31e5355af98216f5a
2023-03-20Fix top bar preview visibilitysaber safavi1-1/+1
2023-03-20Move device removal dialog to dialog packagesaber safavi2-2/+4
2023-03-20Move changlog dialog to dialog packagesaber safavi3-3/+4
2023-03-20Add compose dependenciesAlbin4-15/+67
2023-03-16Update e2e tests to handle privacy disclaimerAlbin3-0/+6
2023-03-16Fix notification permission behavior and testAlbin3-1/+9
2023-03-16Fix kts lint issueAlbin1-1/+0
2023-03-16Fix pref lint issueAlbin1-1/+1