]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/frontends/android/app/src/main/java/org/strongswan/android/logic/CharonVpnService.java
android: Remove unnecessary API checks
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / java / org / strongswan / android / logic / CharonVpnService.java
2024-02-21  Markus Pfeifferandroid: Remove unnecessary API checks
2022-09-21  Tobias Brunnerandroid: Mark PendingIntents as immutable via FLAG_IMMU...
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2021-07-14  Tobias BrunnerMerge branch 'android-updates' android-2.3.3
2021-07-13  Tobias Brunnerandroid: Replace usage of deprecated Handler() constructor
2020-12-01  Tobias Brunnerandroid: Don't default to marking VPN connections as...
2020-10-29  Tobias BrunnerMerge branch 'android-ipv6-transport'
2020-10-29  Tobias Brunnerandroid: Add flag to enable IPv6 transport addresses
2020-10-29  Tobias Brunnerandroid: Consistently use PreferenceManager from AndroidX
2019-08-26  Tobias BrunnerMerge branch 'android-updates'
2019-08-26  Tobias Brunnerandroid: Migrate from support libraries to AndroidX
2019-03-14  Tobias BrunnerMerge branch 'android-updates'
2019-03-05  Tobias Brunnerandroid: Use helper to parse IP addresses where appropriate
2019-03-05  Tobias Brunnerandroid: Use configured custom DNS servers
2018-10-17  Tobias Brunnerandroid: Avoid DNS leak due to blocking TUN device...
2018-07-03  Tobias Brunnerandroid: Poll dropper TUN device for data on older...
2018-07-03  Tobias BrunnerMerge branch 'android-updates'
2018-07-03  Tobias Brunnerandroid: Pass UUID to VPN service to initiate profiles
2018-07-03  Tobias Brunnerandroid: Add flag to enable RSA/PSS
2018-07-03  Tobias Brunnerandroid: Make fetching OCSP/CRL interruptible
2018-07-03  Tobias Brunnerandroid: Add flags to control CRL/OCSP fetching and...
2018-07-03  Tobias Brunnerandroid: Install a blocking TUN device until the VPN...
2018-07-03  Tobias Brunnerandroid: Exclude our own app from the VPN
2018-07-03  Tobias Brunnerandroid: Log retries to the same log file
2018-07-03  Tobias Brunnerandroid: Show countdown and retry button in notification
2018-07-03  Tobias Brunnerandroid: Don't hide the notification if we are connecti...
2018-07-03  Tobias Brunnerandroid: Show an error if client certificate is unavailable
2018-07-03  Tobias Brunnerandroid: Show an error if a profile without a password...
2018-07-03  Tobias Brunnerandroid: Show the actual error description in the notif...
2018-07-03  Tobias Brunnerandroid: Initiate configured default profile when trigg...
2018-07-03  Tobias Brunnerandroid: Store the ID of the most recently used profile...
2018-07-03  Tobias Brunnerandroid: Use specific icon when connecting to the VPN
2018-07-03  Tobias Brunnerandroid: Use a handler to show/remove notification...
2018-07-03  Tobias Brunnerandroid: Use separate activity to control VPN connections
2018-07-03  Tobias Brunnerandroid: Add notification channel for API level 26+
2017-11-28  Tobias BrunnerMerge branch 'android-proposals'
2017-11-17  Tobias Brunnerandroid: Load JNI libraries in Application class
2017-11-17  Tobias Brunnerandroid: Use optional custom proposals for IKE and ESP
2017-09-18  Tobias Brunnerandroid: Ignore IllegalArgumentException for multicast...
2017-09-04  Tobias BrunnerMerge branch 'android-updates'
2017-09-04  Tobias Brunnerandroid: Pass absolute path to the app's data directory...
2017-09-04  Tobias Brunnerandroid: Only apply app filter on Android 5 and newer
2017-07-04  Tobias Brunnerandroid: Fix version string on older Android releases
2017-07-03  Tobias Brunnerandroid: Only show disconnect button if actually connected
2017-07-03  Tobias BrunnerMerge branch '2309-android-disconnect-button'
2017-07-03  Tobias Brunnerandroid: Allow disconnecting via MainActivity but displ...
2017-07-03  Tobias Brunnerandroid: Add disconnect button to notification
2017-07-03  Tobias BrunnerMerge branch 'android-certreq'
2017-07-03  Tobias Brunnerandroid: Add flag to suppress sending certificate requests
2017-07-03  Tobias BrunnerMerge branch '2365-android-nat-keepalive'
2017-07-03  Tobias Brunnerandroid: Use configured NAT-T keepalive interval
2017-07-03  Tobias BrunnerMerge branch 'android-updates'
2017-07-03  Tobias Brunnerandroid: Add convenience methods to get/set selected...
2017-07-03  Tobias Brunnerandroid: Apply selected apps according to config
2017-07-03  Tobias Brunnerandroid: Use configured included subnets instead of...
2017-07-03  Tobias Brunnerandroid: Exclude configured subnets from the VPN
2017-07-03  Tobias Brunnerandroid: Log some information about the Android version...
2017-07-03  Tobias Brunnerandroid: Use a specific action to disconnect from the VPN
2016-12-09  Tobias Brunnerandroid: Make sure libtpmtss is loaded on older systems
2016-12-08  Tobias BrunnerMerge branch 'android-updates'
2016-12-08  Tobias Brunnerandroid: Ensure that the certificates are loaded when...
2016-12-08  Tobias Brunnerandroid: Add a public notification
2016-12-08  Tobias Brunnerandroid: Display a permanent notification while connected
2016-05-02  Tobias BrunnerMerge branch 'android-gui-updates'
2016-05-02  Tobias Brunnerandroid: Pass local and remote identities as settings...
2016-03-03  Tobias BrunnerMerge branch 'libhydra-bye-bye'
2016-03-03  Tobias Brunnerlibhydra: Remove empty unused library
2015-11-12  Tobias Brunnerandroid: Migrate to the Gradle build system