summaryrefslogtreecommitdiffhomepage
path: root/android/lib
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-04Fix billing repository testJonatan Rhodin1-1/+2
2024-10-03Merge pull request #6897 from PatrykMis/a11y-fix-unlabeled-buttons-androidDavid Göransson20-0/+84
Fix unlabeled buttons in Android app
2024-10-03Make all compiler warnings errorsDavid Göransson13-13/+52
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-03Use LinkAnnotation for PrivacyDisclaimerDavid Göransson1-0/+1
2024-10-03Fix LocalLifecycleOwner import warningDavid Göransson1-1/+1
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-4/+4
2024-10-01Remove old resourcesDavid Göransson28-358/+0
2024-10-01Use material iconsDavid Göransson2-3/+17
2024-09-26Remove auto-connect feature from uiJonatan Rhodin4-14/+0
2024-09-26Add auto-start on launch to devices without always-on settingJonatan Rhodin1-0/+2
2024-09-24Set build tools version to 35.0.0David Göransson13-0/+13
2024-09-23Use quotation marks instead of bold textKalle Lindström20-161/+9
Change all references to screens in the app text are changed from bold text to quotation marks.
2024-09-23Refactor and fix chevronDavid Göransson1-1/+1
2024-09-19Align feature indicator order with other platformsDavid Göransson2-10/+6
2024-09-18Refactor screens to use preview parameter providerKalle Lindström1-0/+2
2024-09-18Update stringsDavid Göransson20-316/+193
2024-09-18Implement new Connect screen with feature indicatorsDavid Göransson5-28/+24
2024-09-18Update chevron iconDavid Göransson1-10/+12
2024-09-17Implement wireguard over shadowsocksJonatan Rhodin30-51/+84
2024-09-17Mark Smart Routing feature indicator as unsupported on androidJoakim Hulthe1-0/+1
2024-09-17Format build filesDavid Göransson4-28/+25
2024-09-10Fix crash in billing repositoryJonatan Rhodin1-9/+15
2024-09-09Update translationsAlbin19-19/+0
2024-09-09Clarify daita battery usage in dialogsAlbin1-1/+1
2024-09-06Handle Exception when tunnel fails to establishDavid Göransson1-3/+14
2024-09-06Make prefixForAddress a extension functionDavid Göransson1-6/+8
2024-09-06Update translationsAlbin19-0/+95
2024-09-06Add daita grpc and uiAlbin13-3/+77
2024-08-30Initialize mullvad daemon directly in vpn service on createJonatan Rhodin7-52/+23
As a consequence move the address resolve to the daemon
2024-08-29Update split tunneling descriptionJonatan Rhodin20-20/+1
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin58-182/+175
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-26Add support for feature indicators for tunnel stateJonatan Rhodin3-6/+60
2024-08-23Add error logs for all unknown errorsJonatan Rhodin1-5/+64
2024-08-23Fix unit testsJonatan Rhodin1-1/+1
2024-08-23Propagate logout errors to the uiJonatan Rhodin1-4/+2
2024-08-23Wrap missing external calls in either catchJonatan Rhodin3-16/+29
2024-08-21Fix unit testsJonatan Rhodin2-4/+5
2024-08-21Add support for translated location namesDavid Göransson5-2/+111
2024-08-21Generate relay_locations.xmlDavid Göransson20-0/+3160
2024-08-21Set empty shadowsocks port when setting obfuscation settingsJonatan Rhodin1-0/+1
2024-08-21Add error for voucher code looks like an account numberDavid Göransson4-3/+12