summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
AgeCommit message (Expand)AuthorFilesLines
2025-03-14Fix lint warningDavid Göransson4-6/+8
2025-03-07Track IPv6 connectivity on AndroidDavid Lönnhager1-62/+153
2025-03-07Fix and add testsJonatan Rhodin5-1/+48
2025-03-07Implement device ip version uiJonatan Rhodin4-10/+53
2025-03-07Add support for device ip setting in modelJonatan Rhodin1-0/+4
2025-03-07Offer to store accout number in password managerDavid Göransson2-2/+26
2025-03-07Ignore meta-data lint warningsDavid Göransson1-1/+1
2025-03-07Add documentation about detecting always_on_vpn_appDavid Göransson1-0/+2
2025-03-04Improve connectivity listener online detectionDavid Göransson1-0/+218
2025-03-03Assume connectivity if we are unable to fetchDavid Göransson1-1/+2
2025-02-27Fix fonts and spacing in privacy disclaimer screenJonatan Rhodin1-12/+8
2025-02-26Remove Joda Time and use java.time package insteadKalle Lindström30-105/+122
2025-02-25Add logging for dropped nav eventsAlbin1-0/+5
2025-02-25Reduce open_tun calls (Establish)David Göransson1-0/+3
2025-02-25Fix navigation in report problem screen for FirestickJonatan Rhodin1-1/+16
2025-02-17Adjust placeholder text stlye to be in line with input textJonatan Rhodin1-1/+1
2025-02-17Set font size of dialog inputs to be title mediumJonatan Rhodin6-0/+12
2025-02-06Adjust and unify margins in settings and vpn settingsJonatan Rhodin2-14/+8
2025-02-06Disable wireguard port setting if obfuscation is setJonatan Rhodin3-18/+49
2025-02-06Replace usage of body medium with title mediumJonatan Rhodin3-3/+3
2025-02-06Replace old waitForTunnelUp functionDavid Göransson1-0/+146
2025-02-05Move daita data usage warning to the first pageJonatan Rhodin1-12/+7
2025-02-04Open the store page on fdroid versionJonatan Rhodin5-16/+29
2025-02-04Do not show add server when custom dns server list is emptyJonatan Rhodin7-24/+63
2025-02-03Remove unnecessary html parsingJonatan Rhodin4-51/+18
2025-02-03Fix incorrect display of custom list without locationsJonatan Rhodin2-14/+20
2025-01-29Fix blocking text colorDavid Göransson2-1/+4
2025-01-21Fix warningsDavid Göransson8-77/+76
2025-01-17Rely on connectionState to decide if to unbind the serviceDavid Göransson1-4/+3
2025-01-13Fix constraint for bannerDavid Göransson1-2/+2
2025-01-13Add leak test for when VPN settings changeNiklas Berglund4-0/+13
2025-01-09Update changelog presentationDavid Göransson23-215/+568
2025-01-08Fix testsDavid Göransson2-5/+5
2025-01-08Fix errorDavid Göransson2-2/+7
2025-01-08Make UI state have constraintsDavid Göransson11-113/+131
2025-01-07Fix testsDavid Göransson3-22/+12
2025-01-07Add support for blocking and disconnecting text in connection screenDavid Göransson1-2/+2
2025-01-07Remove debounce in Connect uiStateDavid Göransson2-5/+21
2025-01-07Add missing chevrons in settingsJonatan Rhodin1-0/+14
2025-01-07Draw map behind nav barDavid Göransson1-27/+30
2025-01-07Open keyboard immediately on opening searchDavid Göransson1-1/+8
2025-01-02Remove global API endpointEmīls2-2/+21
2024-12-23Improve tapjacking prevention to not block other appsJonatan Rhodin1-1/+1
2024-12-20Remove one-to-one relationship between provider and ownershipDavid Göransson17-206/+266
2024-12-19Fix flaky test in OutOfTimeUseCaseTestKalle Lindström1-2/+2
2024-12-19Migrate from SharedPreferences to DataStoreKalle Lindström8-39/+113
2024-12-19Add proto datastore dependencyKalle Lindström1-0/+6
2024-12-19Fix missing animation on expand on cardDavid Göransson1-4/+4
2024-12-17Add warning text for battery usage of shadowsocksDavid Göransson1-1/+7
2024-12-13Remove bad default argumentsDavid Göransson74-2196/+2370