summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Collapse)AuthorFilesLines
2024-10-18Remove old testDavid Göransson9-167/+34
2024-10-18Improve Unsupported version linkDavid Göransson8-64/+105
2024-10-18Ensure AccountExpiryInAppNotification has initial emissionDavid Göransson1-3/+5
2024-10-18Move changelog into new App Info screenDavid Göransson17-178/+349
2024-10-16Fix lint warningDavid Göransson1-5/+5
2024-10-16Replace capitalized function with non-deprecatedDavid Göransson1-3/+4
2024-10-16Remove legacy optionDavid Göransson3-9/+0
2024-10-16Fix permission warningDavid Göransson1-2/+4
2024-10-15Add minimal leak tests for AndroidNiklas Berglund4-2/+18
2024-10-15Show create account confirm when user has accountKalle Lindström4-23/+119
2024-10-09Fix unit testsJonatan Rhodin2-4/+13
2024-10-09Add support for mutlihop communication with daemonJonatan Rhodin6-14/+20
2024-10-09Fix re-subscribe crashDavid Göransson1-2/+2
2024-10-09Create info confirm dialog base componentKalle Lindström3-95/+185
2024-10-08Fix launcher icon warningsDavid Göransson2-2/+3
2024-10-08Enable checkDependenciesDavid Göransson1-0/+1
2024-10-08Remove baselineDavid Göransson2-38/+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 magic number warningsDavid Göransson2-14/+15
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-08Refactor NotificationBanner composableDavid Göransson1-33/+58
2024-10-08Suppress TooManyFunctions warningDavid Göransson3-0/+3
2024-10-07Fix non-English IME input in custom list inputKalle Lindström2-7/+4
2024-10-07Use Duration instead of PeriodKalle Lindström6-25/+29
2024-10-07Fix review feedbackKalle Lindström3-45/+28
2024-10-07Update in app expiry notifications over timeKalle Lindström11-152/+238
2024-10-03Merge pull request #6897 from PatrykMis/a11y-fix-unlabeled-buttons-androidDavid Göransson14-20/+72
Fix unlabeled buttons in Android app
2024-10-03Suppress ExperimentalCoroutinesApi in testDavid Göransson9-0/+18
2024-10-03Remove free compiler argsDavid Göransson4-3/+7
2024-10-03Make all compiler warnings errorsDavid 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öransson1-44/+36
2024-10-03Migrate to new LinkAnnotationDavid Göransson1-33/+4
2024-10-03Fix LocalLifecycleOwner import warningDavid Göransson1-1/+1
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-01Fix magic number warningDavid Göransson1-1/+2
2024-10-01Remove old resourcesDavid Göransson1-14/+0
2024-10-01Use material iconsDavid Göransson48-216/+245
2024-10-01Add icons dependencyDavid Göransson2-9/+10
2024-09-26Remove auto-connect feature from uiJonatan Rhodin7-46/+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 Rhodin8-28/+166