summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main
AgeCommit message (Expand)AuthorFilesLines
2024-09-23Fix select server navigation on TVDavid Göransson1-10/+17
2024-09-23Refactor and fix chevronDavid Göransson5-33/+57
2024-09-20Add support for hypens in a changelog entryDavid Göransson1-5/+4
2024-09-18Fix connect screen ui parametersKalle Lindström1-5/+0
2024-09-18Refactor screens to use preview parameter providerKalle Lindström40-205/+633
2024-09-18Remove config changes handling from manifestKalle Lindström1-1/+0
2024-09-18Implement new Connect screen with feature indicatorsDavid Göransson18-577/+844
2024-09-18Update chevron iconDavid Göransson2-3/+15
2024-09-18Prevent multiple service binds from accepting the privacy policyJonatan Rhodin2-10/+32
2024-09-18Fix report problem screen text view scrollKalle Lindström1-6/+47
2024-09-17Implement wireguard over shadowsocksJonatan Rhodin26-246/+906
2024-09-17Refactor port dialog to use a view modelKalle Lindström3-33/+121
2024-09-17Fix permission checkDavid Göransson1-1/+1
2024-09-16Add input dialog base dialogJonatan Rhodin6-245/+215
2024-09-16Rename delete confirmation dialog and make more dialogs use itJonatan Rhodin6-134/+61
2024-09-16Move all info dialogs to their own packageJonatan Rhodin14-14/+14
2024-09-10Fix crash when adding exactly one location to an existing listJonatan Rhodin1-1/+1
2024-09-06Refactor to use preview parameter providersKalle Lindström11-115/+83
2024-09-06Add daita grpc and uiAlbin19-46/+334
2024-09-02Move to CollectSideEffectWithLifecycleDavid Göransson20-96/+91
2024-08-28Suppress long compose function lint warningsAlbin3-2/+3
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin216-1539/+1336
2024-08-28Fix resource dependencyDavid Göransson2-1/+1
2024-08-26Add support for feature indicators for tunnel stateJonatan Rhodin6-101/+157
2024-08-23Fix unit testsJonatan Rhodin3-15/+21
2024-08-23Propagate disconnect errors to the uiJonatan Rhodin5-5/+40
2024-08-23Propagate reconnect errors to the uiJonatan Rhodin1-1/+3
2024-08-23Propagate logout errors to the uiJonatan Rhodin2-2/+12
2024-08-23Propagate clear account history errorsJonatan Rhodin2-9/+29
2024-08-21Add support for translated location namesDavid Göransson6-7/+69
2024-08-21Add error for voucher code looks like an account numberDavid Göransson2-3/+31
2024-08-21Align colors with material designJonatan Rhodin86-601/+692
2024-08-19Fix title in autoconnect guideJonatan Rhodin1-1/+10
2024-08-19Remove two line title that was not translatedJonatan Rhodin1-1/+1
2024-08-15Fix expanded select location items collapsing on resumeJonatan Rhodin1-1/+1
2024-08-15Fix issues with dns dialog showing wrong state after submittingJonatan Rhodin1-2/+8
2024-08-12Fix view logs crash on TVJonatan Rhodin10-16/+30
2024-08-12Fix crash when focusing remove button in device list screenJonatan Rhodin1-1/+9
2024-08-12Show the name of the custom list in remove location bottom sheetJonatan Rhodin3-7/+17
2024-08-12Move divider to below headerDavid Göransson1-1/+1
2024-08-07Align scrollbar always to the right in view logsJonatan Rhodin1-1/+3
2024-08-07Add animations to filter screenJonatan Rhodin3-58/+105
2024-08-01Fix splash screen freezeDavid Göransson2-0/+21
2024-07-31Add support for more detailed location changed messagesJonatan Rhodin16-157/+303
2024-07-31Fix crash in request vpn permissionJonatan Rhodin1-4/+12
2024-07-31Prevent calling unbind when privacy policy is not acceptedDavid Göransson1-1/+3
2024-07-30Enable predictive back animationsDavid Göransson1-1/+2
2024-07-29Allow error on getVersionInfoDavid Göransson1-6/+22
2024-07-29Fix crash when removing the NoDaemonScreenJonatan Rhodin1-8/+11
2024-07-26Remove isVisible check on BottomSheetDavid Göransson1-7/+1