summaryrefslogtreecommitdiffhomepage
path: root/android/lib
AgeCommit message (Collapse)AuthorFilesLines
2024-10-24Sync local translationsMarkus Pettersson19-168/+142
2024-10-24Update translationsMarkus Pettersson38-50/+437
2024-10-24Update translationsMarkus Pettersson1-0/+6
2024-10-24Fail with log if device doesn't have a browserDavid Göransson1-5/+0
2024-10-23Add support Encrypted DNS ProxyDavid Göransson3-4/+16
2024-10-18Remove unused stringsDavid Göransson20-404/+0
2024-10-18Update local network sharing warning textDavid Göransson20-20/+1
2024-10-18Improve Unsupported version linkDavid Göransson1-0/+1
2024-10-18Move changelog into new App Info screenDavid Göransson1-0/+3
2024-10-15Show create account confirm when user has accountKalle Lindström2-2/+16
2024-10-15Fix tertiary typomullmat2-2/+2
2024-10-09Add support for mutlihop communication with daemonJonatan Rhodin5-24/+52
2024-10-09Migrate billing repository to unit testJonatan Rhodin3-383/+406
2024-10-08Remove old baselineDavid Göransson1-76/+0
2024-10-08Fix launcher icon warningsDavid Göransson10-2/+71
2024-10-08Remove unused permissionDavid Göransson1-4/+1
2024-10-08Remove unused v26 identifierDavid Göransson1-0/+0
2024-10-08Remove baselineDavid Göransson1-1/+0
2024-10-08Fix relay comparatorDavid Göransson1-2/+3
2024-10-08Fix magic number warningsDavid Göransson1-0/+3
2024-10-08Suppress ConnectivityListener unusedDavid Göransson1-0/+4
2024-10-08Simplify RelayNameComparatorDavid Göransson1-16/+19
2024-10-08Suppress return countDavid Göransson1-0/+3
2024-10-08Remove empty build.gradle.ktsDavid Göransson1-1/+0
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