aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/AndroidManifest.xml
Commit message (Expand)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-121-107/+0
* android: New release fixing roaming on 5+ and adding new advanced optionsTobias Brunner2015-07-281-2/+2
* android: Increase the minSdkVersion to 15 and targetSdkVersion to 22Tobias Brunner2015-07-281-2/+2
* android: New release based on 5.2.1 and after adding EAP-TLSTobias Brunner2014-11-061-3/+3
* android: New release after adding certificate import, DNS proxy and GUI changesTobias Brunner2014-07-221-2/+2
* android: Show a confirmation dialog before importing certificatesTobias Brunner2014-07-221-1/+2
* android: Add activity to import certificate filesTobias Brunner2014-07-221-0/+12
* android: Subclass Application to provide static access to the application con...Tobias Brunner2014-07-221-0/+1
* android: Target latest SDK versionTobias Brunner2014-07-221-1/+1
* android: Use correct tag to define category for CREATE_SHORTCUT intent-filterTobias Brunner2014-07-221-1/+1
* android: New release based on 5.1.3Tobias Brunner2014-04-251-2/+2
* android: New release based on 5.1.1Tobias Brunner2013-11-131-3/+3
* android: New release after fixing remediation instructions regressionTobias Brunner2013-09-261-2/+2
* android: New release after improving recovery after connectivity changesTobias Brunner2013-09-231-2/+2
* android: New release after adding support for EAP-TNCTobias Brunner2013-07-081-2/+2
* android: Add activity that displays a list of remediation instructionsTobias Brunner2013-07-081-0/+4
* New Android release after adding AES-GCM, IPv6-in-IPv4 and using kernel-netlinkTobias Brunner2013-05-031-2/+2
* New Android release after adding translations and Cert/EAP authenticationTobias Brunner2013-03-071-3/+3
* New Android release after adding shortcuts and confirmation dialogTobias Brunner2012-11-211-2/+2
* android: Don't allow any backup for nowTobias Brunner2012-11-211-1/+2
* android: Add the ability to create shortcuts to specific VPN profilesTobias Brunner2012-11-211-0/+8
* android: Start a specific VPN profile based on special IntentsTobias Brunner2012-11-211-1/+4
* android: Content providers are not exported by default in Android 4.2Tobias Brunner2012-11-191-1/+2
* android: Set target SDK to 17 (Android 4.2)Tobias Brunner2012-11-191-1/+1
* android: Use proper intent-filter for our VpnServiceTobias Brunner2012-11-021-1/+1
* New Android release after adding MOBIKE supportTobias Brunner2012-10-181-2/+2
* android: Register NetworkManager as BroadcastReceiver and relay events via JNITobias Brunner2012-10-161-0/+1
* New Android release after fixing private key issues on Jelly BeanTobias Brunner2012-09-241-2/+2
* New Android release after fixing IDr problemsTobias Brunner2012-09-181-2/+2
* New Android release after fixing Unicode conversion bugTobias Brunner2012-09-171-2/+2
* android: New release after adding certificate authentication and reauth fixTobias Brunner2012-09-061-2/+2
* New Android release after adding error dialogTobias Brunner2012-08-151-2/+2
* Added an activity that shows lists of CA certificates in two tabsTobias Brunner2012-08-141-0/+4
* Use major.minor.revision version numbers for Android applicationTobias Brunner2012-08-131-1/+1
* Only allow access to log file via explicitly created URIsTobias Brunner2012-08-131-0/+3
* Add ContentProvider to access log file from other applicationsTobias Brunner2012-08-131-0/+5
* Add an Activity that shows the log fragmentTobias Brunner2012-08-131-0/+21
* Service added that keeps track of VPN state and notifies listeners about changesTobias Brunner2012-08-131-0/+4
* Renamed main Activity (shorter name in Launcher)Tobias Brunner2012-08-131-4/+3
* Remove restriction to portrait orientationTobias Brunner2012-08-131-3/+1
* Use Holo as themeTobias Brunner2012-08-131-1/+2
* Added an activity to edit basic VPN profile detailsTobias Brunner2012-08-111-0/+5
* Replaced launcher icon with a more appropriate oneTobias Brunner2012-08-111-1/+1
* Moved main Activity to ui sub-packageTobias Brunner2012-08-081-2/+4
* Moved CharonVpnService to logic sub-packageTobias Brunner2012-08-081-2/+6
* Use strongSwan logo as iconTobias Brunner2012-08-081-1/+1
* Changed minimal SDK/API level to 14.Tobias Brunner2012-08-081-1/+1
* Added android.net.VpnService wrapper around charon (loaded via JNI).Tobias Brunner2012-08-081-0/+6
* Added Android shell app created with Android SDK.Tobias Brunner2012-08-081-0/+23