summaryrefslogtreecommitdiff
path: root/main/src/ui/java/de
AgeCommit message (Expand)Author
2026-01-30Fix crash on old Android TV version and always reconnectingArne Schwabe
2026-01-30Update gradle/AGP versionArne Schwabe
2026-01-06Remove FAQ entries for versions that are no longer supportedArne Schwabe
2026-01-06check keychain access in the correct contextArne Schwabe
2026-01-06Enable Minimal UI in Android TV modeArne Schwabe
2025-12-15Run keychain accesses with correct contextArne Schwabe
2025-12-15Prompt user to import Android keystore certificate if missingArne Schwabe
2025-12-04Add mode to allow initial import in minimal to allow one time setupArne Schwabe
2025-11-18Improve minimal UI, add reconnect and encryption to app restrictionsArne Schwabe
2025-11-16Do not show log menu item in minimal ui modeArne Schwabe
2025-11-16Implement minimal UI that allows only connect/disconnectArne Schwabe
2025-11-06Convert VpnProfileList to KotlinArne Schwabe
2025-09-11Update Android dependenciesArne Schwabe
2025-07-29Fix Setting_IP field being added in onResume instead of onCreateArne Schwabe
2025-02-05Ensure that profiles update are notified/synced to the other processArne Schwabe
2025-02-05Update OpenVPN 3.x core and implement logic to support --dnsArne Schwabe
2025-01-15Add some logging to profile changesArne Schwabe
2024-12-28Only update cert info if attached to activityArne Schwabe
2024-12-04Do not save setting if not loadedArne Schwabe
2024-08-27Do add trailing newline when send CR_TEXT responseArne Schwabe
2024-08-09Make OpenVPN 3.x paused status a bit nicerArne Schwabe
2024-08-09fix lateinit crashes in settingsArne Schwabe
2024-07-29Implement enough of edge-to-edge to work well on Android VArne Schwabe
2024-07-26Update versions and enable Android V buildArne Schwabe
2024-07-26Move to viewpager2Arne Schwabe
2024-07-23Update version of OpenSSL, OpenVPN 2/3, Asio and many librariesArne Schwabe
2024-07-23Fix a few accessibility issues reported by pre check of Play storeArne Schwabe
2023-11-30Clean up extra for VPN start intents and try to avoid replacing VPN on autost...Arne Schwabe
2023-10-10Fix OpenVPN not starting from Quick in upsidedown cake (closes #1652)Arne Schwabe
2023-07-16Fix crash on showing Routing tab [closes #1624]Arne Schwabe
2023-07-13Fix some ANRsArne Schwabe
2023-06-06COrrectly fall back to no encryption if there is an erro with encryptionArne Schwabe
2023-06-05Rename Onboot to always activeArne Schwabe
2023-06-01Fix deprecations and other warnings reported by coverityArne Schwabe
2023-05-17Allow to build a UI variant with OpenVPN 2.x onlyArne Schwabe
2023-05-09Allow setting remote control apps via managed configurationArne Schwabe
2023-04-19Do not show expection of CN parsing in logArne Schwabe
2023-04-06Silence warning when running with UpsideDownCake betaArne Schwabe
2023-04-06Convert MainActivity to KotlinArne Schwabe
2022-12-14Update OpenVPN 2 and 3Arne Schwabe
2022-12-14Warn more explicit about file:/// URLsArne Schwabe
2022-12-14Update dependenciesArne Schwabe
2022-11-01Log reason why a VPN process was startedArne Schwabe
2022-11-01Add OpenSSL version in about screenArne Schwabe
2022-08-25Fix notifcation request not going away after granted.Arne Schwabe
2022-08-21Replace system standard bitmap drawables with vector drawablesArne Schwabe
2022-08-21Implement querying for notification permission (API 33)Arne Schwabe
2022-08-21Log exit reason on start in logArne Schwabe
2022-08-02Use route exclusion API available in API 33Arne Schwabe
2022-07-22Refresh VPN list on resume() of VPN list fragment (closes #1508)Arne Schwabe