summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Fix in-app notification url crashAlbin1-1/+5
2022-07-21Fix expiry fetch and notificationAlbin2-11/+16
2022-07-20Make welcome view tunnel state awareAlbin1-1/+26
2022-07-20Fix settings fragment navigation animationAlbin1-1/+1
2022-07-20Remove no longer used service fragmentsAlbin2-261/+0
2022-07-20Decouple SelectLocationFragmentAlbin1-67/+98
2022-07-20Decouple SettingsFragmentAlbin1-40/+66
2022-07-20Decouple AdvancedFragmentAlbin1-59/+125
2022-07-20Decouple PreferencesFragmentAlbin1-18/+66
2022-07-20Decouple ConnectFragmentAlbin8-123/+170
2022-07-20Decouple LoginFragmentAlbin1-13/+21
2022-07-20Decouple OutOfTimeFragmentAlbin1-31/+56
2022-07-20Decouple WelcomeFragmentAlbin1-24/+37
2022-07-20Decouple AccountFragmentAlbin1-24/+69
2022-07-20Refactor unknown state debounceAlbin2-14/+28
2022-07-20Add EventNotifier flow wrapperAlbin1-0/+7
2022-07-20Add requireMainActivity extensionAlbin1-0/+12
2022-07-20Add ServiceConnectionManager extensionsAlbin4-24/+38
2022-07-20Refactor url buttonAlbin6-119/+39
2022-07-20Fix device list split view scrollingAlbin2-85/+90
2022-07-15Update android readme with reference to gui/locales/README.mdOskar Nyberg1-0/+7
2022-07-13Download and fix translationsOskar Nyberg19-291/+196
2022-07-08Fix texts missing/flickering sometimesAlbin6-104/+168
2022-07-08Disable badge for tunnel stateAlbin3-2/+5
2022-07-07Fix welcome view not showingAlbin3-21/+24
2022-07-07Adapt Android to new relay structureAlbin5-13/+22
2022-07-06Rename AccountCache to AccountRepositoryAlbin13-57/+63
2022-07-06Refactor android app account cacheAlbin16-168/+214
2022-07-05Fix unnecessary allocsDavid Lönnhager1-2/+2
2022-06-27Cleanup unnessary tile service callAlbin1-2/+0
2022-06-27Handle tile click when device is lockedAlbin1-6/+42
2022-06-27Refactor tile stateAlbin1-19/+27
2022-06-27Always start as foreground from tileAlbin1-10/+7
2022-06-27Improve tile coroutine scope/job handlingAlbin1-13/+8
2022-06-27Fix notification action device stateAlbin1-3/+8
2022-06-27Promote service to fg when actions providedAlbin2-1/+7
2022-06-22Fix notification actionAlbin2-2/+22
2022-06-22Cleanup TODOs and old account handlingAlbin7-44/+8
2022-06-22Clear login vm state when view recreatedAlbin2-0/+5
2022-06-22Fix testsAlbin4-21/+40
2022-06-22Add device list to login flowAlbin4-9/+40
2022-06-22Add device list uiAlbin10-9/+457
2022-06-22Add safelet extensionAlbin1-0/+5
2022-06-22Add and update device compose componentsAlbin5-17/+162
2022-06-22Propagate device listAlbin4-6/+115
2022-06-22Add device eventsAlbin3-0/+29
2022-06-22Enable auto-login by setting account token argumentAlbin5-1/+22
2022-06-22Add Android device stringsAlbin1-0/+15
2022-06-22Set sharing strategy to WhileSubscribedAlbin3-6/+15
2022-06-22Improve login vm service connection handlingAlbin4-48/+70