summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-10-07Do not use forbidden word in Android codeMarkus Pettersson1-2/+3
2024-10-07Run `kotlinfmt`Markus Pettersson1-8/+9
2024-10-07Set "Direct only" to `false` as defaultSebastian Holmin1-4/+8
For android, it is set to true, as multihop is not supported. Note that in the daemon, the setting is called `use_multihop_if_necessary` and has the inverse meaning.
2024-10-07Simplify the DAITA + multihop feature indicator logicSebastian Holmin2-2/+0
We now simply show the "multihop" indicator there is an entry endpoint, regardless of whether it was activated manually or through DAITA. This reflects the intent to base the feature indicators on the current connection and not the user settings. There is no special indicator for "smart routing" or "direct only".
2024-10-07Fix non-English IME input in custom list inputKalle Lindström2-7/+4
2024-10-07Use Duration instead of PeriodKalle Lindström7-30/+33
2024-10-07Fix review feedbackKalle Lindström5-83/+50
2024-10-07Update in app expiry notifications over timeKalle Lindström15-158/+325
2024-10-04Suppress CVE-2024-47554Albin2-0/+12
2024-10-04Fix billing repository testJonatan Rhodin1-1/+2
2024-10-04Add signature verification to gradle dependenciesJonatan Rhodin3-3/+5571
2024-10-03Bump android container to be based off of Linux 2301dbd5bMullvad build server1-1/+1
2024-10-03Merge pull request #6897 from PatrykMis/a11y-fix-unlabeled-buttons-androidDavid Göransson35-20/+157
Fix unlabeled buttons in Android app
2024-10-03Suppress ExperimentalCoroutinesApi in testDavid Göransson9-0/+18
2024-10-03Suppress unchecked cast for testDavid Göransson1-1/+7
2024-10-03Remove free compiler argsDavid Göransson4-3/+7
2024-10-03Make all compiler warnings errorsDavid Göransson20-20/+77
2024-10-03Remove optics from ConstraintDavid Göransson1-4/+0
2024-10-03Suppress false positive deprecation warningDavid Göransson1-1/+1
2024-10-03Suppress deprecation for workaroundDavid Göransson1-0/+1
2024-10-03Fix usage of deprecated lambdaDavid Göransson1-3/+3
2024-10-03Fix pendingPurchases deprecationDavid Göransson1-1/+4
2024-10-03Suppress false-positive deprecation warningDavid Göransson1-1/+1
2024-10-03Use AutoMirrored iconDavid Göransson1-1/+2
2024-10-03Remove old Experimental annotationsDavid Göransson1-5/+0
2024-10-03Use LinkAnnotation for PrivacyDisclaimerDavid Göransson2-44/+37
2024-10-03Migrate to new LinkAnnotationDavid Göransson1-33/+4
2024-10-03Fix LocalLifecycleOwner import warningDavid Göransson2-2/+2
2024-10-03Fix ViewModel dsl warningDavid Göransson1-1/+1
2024-10-03Remove old bug referenceDavid Göransson1-4/+0
2024-10-03Fix menuAnchor warningDavid Göransson1-1/+2
2024-10-03Fix KeyboardOptions warningDavid Göransson2-3/+3
2024-10-03Fix animateItemPlacement warningDavid Göransson2-5/+5
2024-10-01Rename account "token" to account "number"Joakim Hulthe4-10/+10
2024-10-01Update baselineDavid Göransson1-5/+0
2024-10-01Fix magic number warningDavid Göransson1-1/+2
2024-10-01Remove old resourcesDavid Göransson29-372/+0
2024-10-01Use material iconsDavid Göransson50-219/+262
2024-10-01Update lockfileDavid Göransson1-13/+45
2024-10-01Add icons dependencyDavid Göransson3-10/+12
2024-09-26Remove auto-connect feature from uiJonatan Rhodin11-60/+4
2024-09-26Update changelogJonatan Rhodin1-0/+4
2024-09-26Update and add ui testsJonatan Rhodin1-2/+37
2024-09-26Update and add unit testsJonatan Rhodin2-0/+115
2024-09-26Add auto-start on launch to devices without always-on settingJonatan Rhodin9-28/+168
2024-09-25Align internal and external notification expiryKalle Lindström5-10/+7
2024-09-25Update lockfileDavid Göransson1-466/+609
2024-09-25Update dependenciesDavid Göransson1-5/+6
2024-09-25Update gradle wrapperDavid Göransson2-2/+2
2024-09-24Set build tools version to 35.0.0David Göransson21-0/+21