summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/kotlin
AgeCommit message (Expand)AuthorFilesLines
2024-07-18Fix account page not opening when offlineDavid Göransson5-17/+14
2024-07-18Hide the lastUsedAccount unless idleDavid Göransson1-1/+1
2024-07-18Bind ServiceConnectionManager to ActivityDavid Göransson2-16/+15
2024-07-04Avoid return statementDavid Göransson1-42/+41
2024-07-04Add splash screenDavid Göransson5-5/+38
2024-07-04Use NavArgs & SavedStateHandleDavid Göransson29-204/+255
2024-07-04Remove update available messageAlbin10-63/+13
2024-07-03Add activity-compose explicitly to bump verisonDavid Göransson1-1/+1
2024-07-03Add missing inclusiveDavid Göransson1-1/+3
2024-07-03Fix duplicate navigateBackDavid Göransson2-3/+3
2024-07-02Fix logs card color regressionDavid Göransson1-0/+2
2024-07-02Fix reconnect button sizeDavid Göransson1-2/+3
2024-07-02Fix broken dropUnlessResumedDavid Göransson1-12/+15
2024-06-27Fix Destinations breaking API changesDavid Göransson64-352/+577
2024-06-26Remove outdated multi-process commentAlbin1-4/+0
2024-06-26Set min log severity to info in non-debug buildsAlbin1-0/+4
2024-06-26Migrate log calls to kermitAlbin3-5/+8
2024-06-25Update compose to 1.7.0-beta03Jonatan Rhodin3-3/+7
2024-06-24Add delay at least wrapper and apply to test api methodJonatan Rhodin4-11/+28
2024-06-24Parse changelog with bullet point list instead of just newlinesJonatan Rhodin2-3/+11
2024-06-19Ignore case when ordering split tunneling appsJonatan Rhodin1-2/+4
2024-06-19Show disconnect button when connected in welcome screenJonatan Rhodin3-20/+32
2024-06-19Fix navigation mixup in settingsJonatan Rhodin1-2/+2
2024-06-19Replace retry with exponential backoff with arrow scheduleJonatan Rhodin8-64/+43
2024-06-19Align UseCasesDavid Göransson26-85/+93
2024-06-18Add auto-capitalization to custom list name inputJonatan Rhodin2-1/+6
2024-06-17Use dropUnlessResumed to prevent duplicate navigationDavid Göransson41-192/+203
2024-06-17Get value of data directory value at app startupMarkus Pettersson2-8/+7
2024-06-14Add ui for api access method functionalityJonatan Rhodin39-101/+2771
2024-06-14Add api acccess method functionalityJonatan Rhodin1-0/+85
2024-06-14Fix text overflow and max lines on connect screenDavid Göransson2-0/+14
2024-06-14Ensure permission in-app notification title is single lineDavid Göransson1-0/+3
2024-06-14Update auto-connect for TV users to legacy and update descriptionDavid Göransson1-9/+2
2024-06-13Clarify lockdown limitations in guideAlbin1-28/+103
2024-06-13Fix missing device refreshAlbin3-0/+3
2024-06-12Show account history on login screen if presentDavid Göransson1-15/+7
2024-06-11Prevent loading when logging outDavid Göransson2-7/+26
2024-06-10Unify account number namingAlbin9-41/+41
2024-06-04Simplify ViewModel and take setting onceDavid Göransson2-102/+54
2024-06-04Fix colors and add one more testDavid Göransson6-16/+30
2024-06-04Add testDavid Göransson3-6/+24
2024-06-04Add support for UDP-over-TCP portDavid Göransson6-4/+58
2024-06-03Remove by custom DNS by indexDavid Göransson3-11/+12
2024-06-03Lift DeviceRepository to AppModuleDavid Göransson2-2/+2
2024-05-29Migrate to gRPCDavid Göransson169-3941/+2848
2024-04-22Use only blue as a top bar color in the welcome screenJonatan Rhodin1-13/+2
2024-04-19Add delete custom list entry bottom sheetDavid Göransson3-4/+94
2024-04-19Fix duplicate entries when adding through bottom sheetDavid Göransson1-1/+3
2024-04-18Fix missing cities and relays in custom listJonatan Rhodin4-43/+98
2024-04-17Do not filter locations for custom listsJonatan Rhodin9-30/+71