summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/kotlin
AgeCommit message (Expand)AuthorFilesLines
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-03Add always-on in-app notificationsaber safavi8-64/+153
2022-12-21Unify Android DNS options with desktopAlbin6-8/+47
2022-12-16Fix showing wrong in-app notificationssaber safavi2-4/+7
2022-12-14Fix incorrect in-app notification showingAlbin1-2/+4
2022-12-13Fix app crash on connect/disconnectsaber safavi1-3/+4
2022-12-13Fix crash on device messenger communicationsaber safavi2-4/+10
2022-12-13Fix crash on initial messenger eventssaber safavi2-7/+51
2022-12-13Add changelog dialog previewAlbin1-0/+46
2022-12-08Bump kotlin versionAlbin18-48/+51
2022-12-01Remove connect view expiry check schedulingAlbin1-31/+0
2022-12-01Add transition on tunnel error caused by expiryAlbin2-1/+17
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 safavi7-0/+285
2022-11-16Revert "Set custom dns toggle in onStart"Albin1-9/+13
2022-10-12Add notification permission for android 13saber safavi7-11/+75
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-14Revert "Merge branch 'migrate-android-talpid-to-dedicated-subproject'"Albin16-0/+463
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-08Fix account number ui in account settingsAlbin2-5/+2
2022-09-08Make account number row not clickableAlbin1-2/+0
2022-09-06Disable settings button during loginAlbin2-2/+14
2022-09-06Refresh device when opening account viewAlbin1-0/+7
2022-09-06Fix non-cleared backstack for device revoked viewAlbin1-0/+1
2022-09-06Reduce flickering on login failureAlbin2-1/+18
2022-09-06Fix disabled login button on login failureAlbin1-1/+1
2022-09-01Fix view transition crashAlbin8-13/+13
2022-09-01Fix tunnel info expansion state on resumeAlbin4-19/+44
2022-08-30Fix unsafe castAlbin1-1/+1
2022-08-10Set custom dns toggle in onStartAlbin1-13/+9
2022-08-10Set state of toggle button immediatelyEmīls Piņķis2-0/+12
2022-07-29Fix scope usage in tile serviceAlbin1-7/+7
2022-07-29Fix slow login spinner during view transitionAlbin1-5/+15
2022-07-29Fix flicker on login to expired accountAlbin1-0/+22
2022-07-29Skip clearing repo cache on removed deviceAlbin1-1/+0
2022-07-29Add loading spinner ui to device list itemsAlbin1-20/+39
2022-07-29Improve device list error handlingAlbin2-6/+50
2022-07-29Add device vm list cachingAlbin2-4/+9
2022-07-29Improve device repo list cachingAlbin4-18/+72
2022-07-29Clear staged device on resumeAlbin1-0/+5
2022-07-29Add device list item ui modelAlbin3-8/+14
2022-07-29Improve readability of device list classesAlbin4-17/+21
2022-07-29Add loading capability to list itemAlbin2-1/+13