Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 1 | -107/+0 |
| | | | | | This uses a manual way to trigger the NDK build (the default with on-the-fly Android.mk files does not work for us). | ||||
* | android: New release fixing roaming on 5+ and adding new advanced options | Tobias Brunner | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | android: Increase the minSdkVersion to 15 and targetSdkVersion to 22 | Tobias Brunner | 2015-07-28 | 1 | -2/+2 |
| | | | | | There are no devices anymore that use API level 14 (4.0-4.0.2) and 22 is the most recent level. | ||||
* | android: New release based on 5.2.1 and after adding EAP-TLS | Tobias Brunner | 2014-11-06 | 1 | -3/+3 |
| | | | | | Also enables support for IKEv2 fragmentation, provides improved MOBIKE handling and optionally enables PFS for CHILD_SAs. | ||||
* | android: New release after adding certificate import, DNS proxy and GUI changes | Tobias Brunner | 2014-07-22 | 1 | -2/+2 |
| | |||||
* | android: Show a confirmation dialog before importing certificates | Tobias Brunner | 2014-07-22 | 1 | -1/+2 |
| | | | | | | | | | | | | Since the import activity can be triggered by any other app on the system we shouldn't just import every certificate we get. Also, in some situations (e.g. if no passphrase has been set yet for the system-wide certificate store) we are the only application that can open certificate files. So if a user clicked on a certificate file she would just get a confirmation Toast about a successful import, with no indication whatsoever where the certificate was actually imported. The new dialog shows the app icon to indicate that strongSwan is involved. | ||||
* | android: Add activity to import certificate files | Tobias Brunner | 2014-07-22 | 1 | -0/+12 |
| | | | | | Such files can e.g. be opened from the Download view, if they are associated with one of the supported mime-types. | ||||
* | android: Subclass Application to provide static access to the application ↵ | Tobias Brunner | 2014-07-22 | 1 | -0/+1 |
| | | | | context | ||||
* | android: Target latest SDK version | Tobias Brunner | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | android: Use correct tag to define category for CREATE_SHORTCUT intent-filter | Tobias Brunner | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | android: New release based on 5.1.3 | Tobias Brunner | 2014-04-25 | 1 | -2/+2 |
| | | | | | Also links OpenSSL statically and doesn't limit the number of packets during EAP-TTLS. | ||||
* | android: New release based on 5.1.1 | Tobias Brunner | 2013-11-13 | 1 | -3/+3 |
| | | | | | This fixes issues with IVs and padding in ESP handling and removes the Vstr dependency. | ||||
* | android: New release after fixing remediation instructions regression | Tobias Brunner | 2013-09-26 | 1 | -2/+2 |
| | |||||
* | android: New release after improving recovery after connectivity changes | Tobias Brunner | 2013-09-23 | 1 | -2/+2 |
| | |||||
* | android: New release after adding support for EAP-TNC | Tobias Brunner | 2013-07-08 | 1 | -2/+2 |
| | | | | | Also disabled listening on IPv6 because the Linux kernel currently does not support UDP encapsulation for IPv6. | ||||
* | android: Add activity that displays a list of remediation instructions | Tobias Brunner | 2013-07-08 | 1 | -0/+4 |
| | | | | | On large displays a two-pane layout is used that displays the list next to the actual instructions. | ||||
* | New Android release after adding AES-GCM, IPv6-in-IPv4 and using kernel-netlink | Tobias Brunner | 2013-05-03 | 1 | -2/+2 |
| | | | | | | | | libipsec now supports AES-GCM, IPv6 tunnels over IPv4 are supported, native x86 libraries are built (requires a new Vstr build script). Also, the existing kernel-netlink plugin now provides the kernel-net implementation, which should be more stable in case multiple interfaces are up and have IP addresses installed on them. | ||||
* | New Android release after adding translations and Cert/EAP authentication | Tobias Brunner | 2013-03-07 | 1 | -3/+3 |
| | | | | | Also fixed a race condition during reauthentication and a freeze that might happen while disconnecting. | ||||
* | New Android release after adding shortcuts and confirmation dialog | Tobias Brunner | 2012-11-21 | 1 | -2/+2 |
| | | | | Also fixed some Android 4.2 specific issues. | ||||
* | android: Don't allow any backup for now | Tobias Brunner | 2012-11-21 | 1 | -1/+2 |
| | |||||
* | android: Add the ability to create shortcuts to specific VPN profiles | Tobias Brunner | 2012-11-21 | 1 | -0/+8 |
| | |||||
* | android: Start a specific VPN profile based on special Intents | Tobias Brunner | 2012-11-21 | 1 | -1/+4 |
| | |||||
* | android: Content providers are not exported by default in Android 4.2 | Tobias Brunner | 2012-11-19 | 1 | -1/+2 |
| | |||||
* | android: Set target SDK to 17 (Android 4.2) | Tobias Brunner | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | android: Use proper intent-filter for our VpnService | Tobias Brunner | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | New Android release after adding MOBIKE support | Tobias Brunner | 2012-10-18 | 1 | -2/+2 |
| | |||||
* | android: Register NetworkManager as BroadcastReceiver and relay events via JNI | Tobias Brunner | 2012-10-16 | 1 | -0/+1 |
| | |||||
* | New Android release after fixing private key issues on Jelly Bean | Tobias Brunner | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | New Android release after fixing IDr problems | Tobias Brunner | 2012-09-18 | 1 | -2/+2 |
| | |||||
* | New Android release after fixing Unicode conversion bug | Tobias Brunner | 2012-09-17 | 1 | -2/+2 |
| | |||||
* | android: New release after adding certificate authentication and reauth fix | Tobias Brunner | 2012-09-06 | 1 | -2/+2 |
| | |||||
* | New Android release after adding error dialog | Tobias Brunner | 2012-08-15 | 1 | -2/+2 |
| | | | | Skipped one version due to a rebasing mishap. | ||||
* | Added an activity that shows lists of CA certificates in two tabs | Tobias Brunner | 2012-08-14 | 1 | -0/+4 |
| | |||||
* | Use major.minor.revision version numbers for Android application | Tobias Brunner | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Only allow access to log file via explicitly created URIs | Tobias Brunner | 2012-08-13 | 1 | -0/+3 |
| | | | | | | Since ContentProviders are public and permissions don't seem to work any other application could access the log file. With this token system only URIs we explicitly created can be accessed. | ||||
* | Add ContentProvider to access log file from other applications | Tobias Brunner | 2012-08-13 | 1 | -0/+5 |
| | |||||
* | Add an Activity that shows the log fragment | Tobias Brunner | 2012-08-13 | 1 | -0/+21 |
| | |||||
* | Service added that keeps track of VPN state and notifies listeners about changes | Tobias Brunner | 2012-08-13 | 1 | -0/+4 |
| | | | | It is ensured that listeners are notified only from the main thread. | ||||
* | Renamed main Activity (shorter name in Launcher) | Tobias Brunner | 2012-08-13 | 1 | -4/+3 |
| | |||||
* | Remove restriction to portrait orientation | Tobias Brunner | 2012-08-13 | 1 | -3/+1 |
| | |||||
* | Use Holo as theme | Tobias Brunner | 2012-08-13 | 1 | -1/+2 |
| | |||||
* | Added an activity to edit basic VPN profile details | Tobias Brunner | 2012-08-11 | 1 | -0/+5 |
| | | | | | Already load existing data based on extra data delivered with the Intent, no saving and CA certificate handling yet. | ||||
* | Replaced launcher icon with a more appropriate one | Tobias Brunner | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Moved main Activity to ui sub-package | Tobias Brunner | 2012-08-08 | 1 | -2/+4 |
| | | | | Also force portrait orientation. | ||||
* | Moved CharonVpnService to logic sub-package | Tobias Brunner | 2012-08-08 | 1 | -2/+6 |
| | |||||
* | Use strongSwan logo as icon | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | | | | Due to the transparency and black font this is probably not optimal yet. | ||||
* | Changed minimal SDK/API level to 14. | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Added android.net.VpnService wrapper around charon (loaded via JNI). | Tobias Brunner | 2012-08-08 | 1 | -0/+6 |
| | |||||
* | Added Android shell app created with Android SDK. | Tobias Brunner | 2012-08-08 | 1 | -0/+23 |