summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Expand)AuthorFilesLines
2023-10-31Add from java support for relay settingsJonatan Rhodin1-6/+6
2023-10-31Fix bug that would reset location constraintJonatan Rhodin3-31/+19
2023-10-30Set correct tint on device name and time leftDavid Göransson1-2/+5
2023-10-30Simplify chevron animation and fix alphaDavid Göransson4-25/+56
2023-10-30Align big icon sizeDavid Göransson4-9/+8
2023-10-30Fix incorrect login success stringDavid Göransson1-2/+2
2023-10-30Add scroll to privacy disclaimer screensaber safavi1-6/+21
2023-10-30Fix row paddings and backbutton orientationDavid Göransson3-91/+81
2023-10-27Convert to valDavid Göransson1-3/+1
2023-10-27Migrate secure screen logicDavid Göransson5-38/+45
2023-10-27Remove unused back handlerDavid Göransson1-12/+1
2023-10-27Fix testsJonatan Rhodin1-6/+10
2023-10-26Round textfield unless focusedDavid Göransson2-5/+18
2023-10-26Update privacy stringsDavid Göransson2-6/+25
2023-10-25Add providers model and enable it in the daemonJonatan Rhodin1-0/+1
2023-10-25Fix incorrect days on time leftDavid Göransson1-10/+2
2023-10-25Clean up hide dialogDavid Göransson3-11/+15
2023-10-25Update testsDavid Göransson2-75/+132
2023-10-25Simplify settings dialogsDavid Göransson4-335/+134
2023-10-24Add scrollbar to info dialog columnDavid Göransson1-0/+10
2023-10-23Fix DPad navigation and align dialog stylesDavid Göransson9-302/+129
2023-10-23Add dark TextField colorsDavid Göransson1-0/+81
2023-10-23Add testsDavid Göransson8-114/+514
2023-10-23Rework notificationsDavid Göransson20-370/+626
2023-10-23Add relay ownership enum to relay constraintsJonatan Rhodin1-1/+5
2023-10-19Add redirection callback to voucher dialogsaber safavi5-8/+17
2023-10-18Rework Switch and titles to fix textoverflowDavid Göransson8-136/+146
2023-10-18Fix animation of status and navigation barDavid Göransson6-3/+38
2023-10-18Remove runBlockingTestDavid Göransson2-10/+9
2023-10-18Move DeviceState name logic to actual DeviceDavid Göransson2-2/+2
2023-10-18Wrap all tests in AppThemeDavid Göransson11-141/+145
2023-10-18Unify button appearanceJonatan Rhodin27-545/+486
2023-10-16Refactor account repo and data sourceAlbin7-93/+35
2023-10-16Expose flexible ipc message handlingAlbin3-1/+44
2023-10-16Fix DPAD navigationDavid Göransson2-5/+2
2023-10-16Add color tokens and user some of them in our themeJonatan Rhodin32-85/+125
2023-10-13Fix testsDavid Göransson6-10/+75
2023-10-13Add device name and time leftDavid Göransson13-29/+256
2023-10-13Refactor capitalizeFirstCharOfEachWord to modelDavid Göransson4-8/+4
2023-10-13Add scrollbar on ConnectScreenDavid Göransson1-0/+2
2023-10-13Add scrollbar to SelectLocationScreenDavid Göransson1-1/+9
2023-10-12Remove lint baseline issuesJonatan Rhodin1-490/+0
2023-10-12Replace most usages of dimension resources in composeJonatan Rhodin5-57/+30
2023-10-12Remove unused classes and resourcesJonatan Rhodin24-835/+7
2023-10-12Fix login uiautomator flakinessDavid Göransson2-1/+12
2023-10-12Disable failing testAlbin1-0/+2
2023-10-11Add test for dialogsaber safavi1-0/+71
2023-10-11Implement voucher dialog in composesaber safavi6-220/+379
2023-10-11Add MVVM partssaber safavi3-3/+118
2023-10-11Add Voucher entry text fieldsaber safavi2-1/+52