summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
AgeCommit message (Collapse)AuthorFilesLines
2023-03-22Move remaining fragments into fragment packageAlbin7-13/+23
2023-03-22Apply project-wide `kotlinLangStyle` formattingAlbin216-3959/+3423
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-16Fix notification permission behavior and testAlbin1-1/+1
2023-03-16Fix pref lint issueAlbin1-1/+1
2023-03-16Sync localizationAlbin19-19/+19
2023-03-16Add privacy disclaimer on first startAlbin8-7/+248
Cherry-pick from: 5c5422e3c5775ecff627a5ef457567e8f66d9a03
2023-03-16Prevent unbind attempt if already unboundAlbin1-11/+22
Cherry-pick from: 5d8ee191100a195c675ff6a7dd1f09f04648778a
2023-03-16Make settings icon optional in top barAlbin2-13/+15
Cherry-pick from: f5daa12f4e865581d5effafff803d482a8be381f
2023-03-16Refactor main activity initializationAlbin1-4/+11
Cherry-pick from: 122c3001238055163c93c3b015902d46d734e5af
2023-03-16Fix lint issuesAlbin1-2/+2
2023-03-16Remove android file migrationAlbin3-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-23Migrate launch/loading fragment to composeAlbin5-75/+113
2023-02-23Add option to hide logo and icon from top barAlbin2-24/+29
2023-02-23Fix compose fragment toolingAlbin1-2/+1
2023-02-23Change city and country order in connect viewAlbin1-2/+2
2023-02-21Make quantum-resistant tunnel optional in mullvad layerDavid Lönnhager4-14/+6
2023-02-09Deprecate split dns state updatesAlbin1-0/+8
2023-02-09Expose dns option updatesAlbin1-0/+3
2023-02-09Move confirm missing email fragment to fragment packageAlbin2-2/+2
2023-02-09Move dns confirm fragment to fragment packageAlbin2-1/+2
2023-02-09Move redeem fragment to fragment packageAlbin3-3/+3
2023-02-09Move login fragment to fragment packageAlbin3-5/+5
2023-02-09Move problem report fragment to fragment packageAlbin2-3/+5
2023-02-09Move logs fragment to fragment packageAlbin2-2/+3
2023-02-09Move welcome fragment to fragment packageAlbin3-4/+2
2023-02-09Move oot fragment to fragment packageAlbin3-4/+3
2023-02-09Move connect fragment to fragment packageAlbin4-2/+11
2023-02-09Move launch fragment to fragment packageAlbin2-1/+7
2023-02-09Move account fragment to fragment packageAlbin2-2/+6
2023-02-09Add advanced fragment todoAlbin1-0/+1
2023-02-09Rename fragments package to fragmentAlbin18-26/+21
2023-02-09Move device repo to repo packageAlbin11-14/+12
2023-02-09Move account repo to repo packageAlbin13-13/+15
2023-02-08Expose settings custom dns via repositoryAlbin2-0/+19
2023-02-08Deprecate dns add/remove/replace ipc actionsAlbin2-0/+8
2023-02-08Add IPC option to set DnsOptionsAlbin2-0/+15
This makes it possible to submit the DnsOptions as a whole rather than separate actions add/remove/replace.
2023-02-06Update translationsOskar Nyberg19-10/+106
2023-02-02Fix initial account expiry fetchAlbin2-3/+1
2023-02-02Fix device state listener timingAlbin2-3/+1
This commit fixes an issue with the device state listener being registered too late in some circumstances.
2023-01-27Import new android app icon as vectorAlbin2-14/+12
2023-01-27Rename android vector iconsAlbin4-4/+4
2023-01-27Run ./android/scripts/generate-pngs.sh to re-generate Android icons (shaved)Linus Färnstrand25-0/+0