aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/AndroidManifest.xml
Commit message (Expand)AuthorAgeFilesLines
* 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