summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
AgeCommit message (Collapse)AuthorFilesLines
2023-01-03Add always-on in-app notificationsaber safavi9-68/+158
2023-01-03Add string resources for always-on notificationsaber safavi1-0/+8
2022-12-21Unify Android DNS options with desktopAlbin6-8/+47
Unifyies the Android DNS options with the desktop DNS options so that the Android<->Daemon FFI gets support for content blockers. This UI for content blockers will be implemented in a separate commit.
2022-12-16Fix showing wrong in-app notificationssaber safavi2-4/+7
2022-12-14Fix incorrect in-app notification showingAlbin1-2/+4
This commit fixes an issue where the incorrect notification was showing due to the amount of notification changes.
2022-12-13Fix app crash on connect/disconnectsaber safavi2-3/+96
2022-12-13Fix crash on device messenger communicationsaber safavi3-4/+91
2022-12-13Fix crash on initial messenger eventssaber safavi2-7/+51
2022-12-13Add changelog dialog previewAlbin1-0/+46
2022-12-08Bump gradle dependenciesAlbin1-2/+2
2022-12-08Bump kotlin versionAlbin18-48/+51
2022-12-08Bump Android project to java 11 and gradle 7.6Albin3-6/+3
2022-12-01Remove connect view expiry check schedulingAlbin1-31/+0
2022-12-01Add transition on tunnel error caused by expiryAlbin2-1/+17
This commit adds an automatic transition to the out-of-time view if there's a tunnel state error caused by the account being expired.
2022-11-28Make API address overridable from MullvadDaemonDavid Lönnhager2-2/+19
2022-11-23Fix app stuck problem after upgrading target sdk to 33saber safavi1-1/+1
2022-11-18Add changelog dialog to androidsaber safavi11-1/+465
2022-11-18Add string resources for changelog header and buttonsaber safavi20-0/+40
2022-11-16Revert "Set custom dns toggle in onStart"Albin1-9/+13
Reverts non-working fix for custom dns toggle inconsistency. The result is working custom dns toggle behavior which is in sync with the previous releases (2022.2, 2022.3). This reverts commit 880b529651f2db43d51c44d65576aa3ce315f05a.
2022-11-14Add privacy policy link in settingsAlbin3-0/+8
2022-11-01Fix broken instrumented android testAlbin1-1/+1
2022-10-21Update log out string on AndroidOskar Nyberg13-13/+12
2022-10-12Update translationsOskar Nyberg20-183/+221
Signed-off-by: Albin <albin@mullvad.net>
2022-10-12Mark some Android strings as non-translatableAlbin2-2/+4
2022-10-12Remove unused Android stringsAlbin1-16/+0
2022-10-12Remove unused wireguard layoutAlbin1-121/+0
2022-10-12Add notification permission for android 13saber safavi8-11/+76
Also prevent foreground service notification from being dismissed
2022-10-05Change straight apostrophes to curly apostrophesHank1-4/+4
2022-09-26Add android themed iconAlbin2-0/+10
2022-09-26Fix pending intent flagsAlbin3-11/+25
2022-09-26Refactor sdk dependent callsAlbin3-15/+24
2022-09-22Disable account creation while entering account numbersaber safavi2-5/+17
2022-09-16Change custom dns iconsaber safavi3-12/+12
remove unused drawable
2022-09-14Revert "Merge branch 'migrate-android-talpid-to-dedicated-subproject'"Albin16-0/+463
This reverts commit 0c44c211bdfc0756ad556835d5a988799ee6dfbc, reversing changes made to 49c3a16d927dd9f47a4b8d3780a25a7c5716bc6a.
2022-09-13Move talpid classes to talpid subprojectAlbin16-463/+0
2022-09-12Sort device list by creation dateAlbin2-4/+15
2022-09-12Expose device creation date to kotlinAlbin1-1/+2
2022-09-12Refactor parsing of date stringAlbin2-9/+17
2022-09-09Update translationsAlbin19-19/+19
2022-09-09Fix problem report error textAlbin1-3/+2
2022-09-09Update translationsAlbin8-8/+8
2022-09-09Fix problem report follow-up textAlbin1-1/+1
2022-09-08Fix account number ui in account settingsAlbin4-53/+60
Changes: * Increases the size of the show/hide and copy buttons. * Auto-resize the account number if the font scaling makes it too wide.
2022-09-08Make account number row not clickableAlbin1-2/+0
2022-09-06Disable settings button during loginAlbin2-2/+14
Disabling the settings button during login will prevent some strange UI behavior. It also doesn't make much sense to open it while the login is loading.
2022-09-06Refresh device when opening account viewAlbin1-0/+7
Refreshes the device after the account view is fully visible (after animation) to avoid flickering.
2022-09-06Fix non-cleared backstack for device revoked viewAlbin1-0/+1
2022-09-06Show spinners on missing data in account viewAlbin1-3/+3
2022-09-06Reduce flickering on login failureAlbin2-1/+18
The flickering behavior is reduced by adding a short delay for all states except the loading state.
2022-09-06Fix disabled login button on login failureAlbin1-1/+1
Instead of disabling the login button on login failure it will now be enabled to let user attempt the log in again.