summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Update lockfileDavid Göransson1-412/+436
2024-10-11Add reference to blocking mockk issueDavid Göransson1-0/+3
2024-10-11Bump compose destinations to 2.1.0-beta13David Göransson1-1/+1
2024-10-11Bump JUnit5David Göransson2-5/+5
2024-10-11Bump grpc to 1.67.1David Göransson1-2/+2
2024-10-11Bump kotlin to 2.0.21David Göransson1-2/+2
2024-10-09Fix unit testsJonatan Rhodin2-4/+13
2024-10-09Add support for mutlihop communication with daemonJonatan Rhodin11-38/+72
2024-10-09Fix konsist test for test classes nameJonatan Rhodin1-3/+7
2024-10-09Migrate billing repository to unit testJonatan Rhodin3-383/+406
2024-10-09Update changelogDavid Göransson1-0/+1
2024-10-09Fix re-subscribe crashDavid Göransson1-2/+2
2024-10-09Add trust for gradle wrapper srcDavid Göransson1-0/+8
2024-10-09Create info confirm dialog base componentKalle Lindström3-95/+185
2024-10-08Remove old baselineDavid Göransson1-76/+0
2024-10-08Fix launcher icon warningsDavid Göransson12-4/+74
2024-10-08Enable checkDependenciesDavid Göransson1-0/+1
2024-10-08Remove unused permissionDavid Göransson1-4/+1
2024-10-08Remove unused v26 identifierDavid Göransson1-0/+0
2024-10-08Remove baselineDavid Göransson3-39/+0
2024-10-08Fix AndroidManifest warningsDavid Göransson3-2/+44
2024-10-08Suppress lint warning and clarify testDavid Göransson1-0/+3
2024-10-08Fix relay comparatorDavid Göransson1-2/+3
2024-10-08Remove detekt baseline configurationDavid Göransson1-2/+0
2024-10-08Remove detekt baselineDavid Göransson1-23/+0
2024-10-08Fix magic number warningsDavid Göransson3-14/+18
2024-10-08Suppress ConnectivityListener unusedDavid Göransson1-0/+4
2024-10-08Introduce spacer constantsDavid Göransson1-2/+5
2024-10-08Remove old workaround for enter press on dialogDavid Göransson1-16/+1
2024-10-08Simplify RelayNameComparatorDavid Göransson1-16/+19
2024-10-08Suppress return countDavid Göransson1-0/+3
2024-10-08Fix unused parameter warningDavid Göransson1-1/+1
2024-10-08Refactor NotificationBanner composableDavid Göransson1-33/+58
2024-10-08Suppress complex dispatch methodDavid Göransson1-0/+1
2024-10-08Fix print stacktrace warningDavid Göransson1-2/+1
2024-10-08Suppress TooManyFunctions warningDavid Göransson3-0/+3
2024-10-08Remove empty build.gradle.ktsDavid Göransson2-2/+0
2024-10-08Update lockfileDavid Göransson1-443/+456
2024-10-08Bump billing to 7.1.1David Göransson1-1/+1
2024-10-08Bump Compose to 1.7.3David Göransson1-1/+1
2024-10-08Bump AGPDavid Göransson1-2/+2
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