summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Collapse)AuthorFilesLines
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
2023-01-26Replace top bar logo with vectorAlbin1-12/+11
2023-01-26Restructure top bar using constraint layoutAlbin1-24/+35
2023-01-26Replace launch logo with vectorAlbin1-9/+9
2023-01-26Replace compose top bar logo text with vectorAlbin1-7/+6
2023-01-26Clean up compose top bar tintAlbin1-4/+1
2023-01-26Improve veritcal centering in compose top barAlbin1-4/+3
2023-01-26Add compose preview of top barAlbin1-0/+10
2023-01-26Add logo vector resource to the Android projectAlbin1-0/+26
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand1-1/+1
2023-01-10Improve test failure screenshot supportAlbin1-0/+4
This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used.
2023-01-10Add option to use custom api endpoint in debug buildsAlbin5-41/+81
2023-01-10Move endpoint logic to :lib:endpointAlbin2-14/+1
2023-01-10Add empty project :lib:endpointAlbin1-0/+4
2023-01-10Fix test activity pathAlbin1-0/+0
2023-01-10Remove redundant source set configAlbin1-13/+0
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-12Add compose previewAlbin1-0/+4
2022-12-08Bump gradle dependenciesAlbin2-2/+4
2022-12-08Bump gradle helper pluginsAlbin1-1/+1
2022-12-08Bump kotlin versionAlbin19-61/+52
2022-12-08Bump Android project to java 11 and gradle 7.6Albin4-15/+23
2022-12-08Change Android signing keystore pathAlbin1-3/+4
Changes the keystore and keystore property file path to make it easier to use for containerized builds, especially in terms of mounting. New path: android/app/credentials/{app-keys.jks,keystore.properties} As the storeFile property is relative to the app build gradle files it's now set by the gradle script rather than reading the property.
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 Changelog path and mock changelog path to the gradle filesaber safavi1-1/+16
2022-11-18Add string resources for changelog header and buttonsaber safavi20-0/+40