strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
android: Simplified handling of error dialog that is displayed if VpnService API...
[strongswan.git]
/
src
/
frontends
/
android
/
src
/
2012-08-27
Tobias Brunner
android: Simplified handling of error dialog that is...
tree
|
commitdiff
2012-08-27
Tobias Brunner
android: LoginDialog refactored so it also works when...
tree
|
commitdiff
2012-08-27
Tobias Brunner
android: Added a field to store selected user certificate
tree
|
commitdiff
2012-08-15
Tobias Brunner
Show an error message if VPN is not supported
tree
|
commitdiff
2012-08-14
Tobias Brunner
Enable search for certificate lists (via SearchView...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Added new UI to select a specific CA certificate
tree
|
commitdiff
2012-08-14
Tobias Brunner
Don't try to save profile ID if there is none
tree
|
commitdiff
2012-08-14
Tobias Brunner
List fragment for trusted certificates can notify liste...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Added an activity that shows lists of CA certificates...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Added a ListFragment that lists trusted certificates...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Changed TrustedCertificateAdapter for use with ListView...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Remove certificate spinner from edit view
tree
|
commitdiff
2012-08-14
Tobias Brunner
Function to get only system-wide CA certificates added...
tree
|
commitdiff
2012-08-14
Tobias Brunner
Added class to store trusted certificate entries for...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Merge branch 'android-app'
tree
|
commitdiff
2012-08-13
Tobias Brunner
Added a button to the error dialog that allows to view...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Only allow access to log file via explicitly created...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Menu option added that allows users to send the log...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Add ContentProvider to access log file from other appli...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Watch for changes to the log file so we can reopen it
tree
|
commitdiff
2012-08-13
Tobias Brunner
Add an Activity that shows the log fragment
tree
|
commitdiff
2012-08-13
Tobias Brunner
Add a fragment that can display charon's log file
tree
|
commitdiff
2012-08-13
Tobias Brunner
Added special ScrollView with auto-scrolling feature
tree
|
commitdiff
2012-08-13
Tobias Brunner
Charon logs to a file in the App's data directory
tree
|
commitdiff
2012-08-13
Tobias Brunner
Only call disconnect() from CharonVpnService if we...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Load single certificates directly from the KeyStore...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Use colors from the Android color palette for the VPN...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Localized title for contextual action bar
tree
|
commitdiff
2012-08-13
Tobias Brunner
Show MainActiviy if the user clicks 'Configure' in...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Keep reporting the error until the user dismisses it
tree
|
commitdiff
2012-08-13
Tobias Brunner
Show an error dialog when errors occur while establishi...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Show a button to disconnect the VPN once it is established
tree
|
commitdiff
2012-08-13
Tobias Brunner
Show current VPN state and profile name
tree
|
commitdiff
2012-08-13
Tobias Brunner
Add a fragment to MainActivity which will display the...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Use a separate (volatile) variable for certificate...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Native counterpart of VpnService.Builder added, exposed...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Adapter class added around VpnService.Builder which...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Initiate an SA via native JNI method
tree
|
commitdiff
2012-08-13
Tobias Brunner
Helper function added that retrieves a local IP address
tree
|
commitdiff
2012-08-13
Tobias Brunner
CharonVpnService provides a function to get trusted...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Function added that allows to update VPN state via JNI
tree
|
commitdiff
2012-08-13
Tobias Brunner
Add a function to disconnect any current VPN connection
tree
|
commitdiff
2012-08-13
Tobias Brunner
CharonVpnService binds to VpnStateService and does...
tree
|
commitdiff
2012-08-13
Tobias Brunner
CharonVpnService reacts on Intents and properly inits...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Service added that keeps track of VPN state and notifie...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Clone the current VPN profile before updating the password
tree
|
commitdiff
2012-08-13
Tobias Brunner
Allow VpnProfile objects to be cloned
tree
|
commitdiff
2012-08-13
Tobias Brunner
Prompt the user for a password if none is configured...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Allow selection of a CA certificate for a VPN profile
tree
|
commitdiff
2012-08-13
Tobias Brunner
Simplified asynchronous loading of CA certificates...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Added simple adapter for trusted certificates (to be...
tree
|
commitdiff
2012-08-13
Tobias Brunner
MainActivity starts CharonVpnService if a VpnProfile...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Menu option added to reload cached CA certificates
tree
|
commitdiff
2012-08-13
Tobias Brunner
Show progress bar in ActionBar while loading cached...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Initially load CA certificates when the main Activity...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Trusted CA certificates are loaded and cached by a...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Make click events on the profile list available to...
tree
|
commitdiff
2012-08-13
Tobias Brunner
Merge branch 'android-ndk'
tree
|
commitdiff
2012-08-11
Tobias Brunner
Use a contextual action bar to edit and delete selected...
tree
|
commitdiff
2012-08-11
Tobias Brunner
Provide a menu with options to save VPN profiles
tree
|
commitdiff
2012-08-11
Tobias Brunner
The list fragment uses a menu to provide an option...
tree
|
commitdiff
2012-08-11
Tobias Brunner
Added an activity to edit basic VPN profile details
tree
|
commitdiff
2012-08-11
Tobias Brunner
Fragment added to list the VPN profiles
tree
|
commitdiff
2012-08-11
Tobias Brunner
Added a custom adapter and layout to display VPN profil...
tree
|
commitdiff
2012-08-11
Tobias Brunner
Added class to simplify access to database of VPN profiles
tree
|
commitdiff
2012-08-11
Tobias Brunner
Added class to move around VPN profiles in the Android App
tree
|
commitdiff
2012-08-08
Tobias Brunner
Moved main Activity to ui sub-package
tree
|
commitdiff
2012-08-08
Tobias Brunner
Moved CharonVpnService to logic sub-package
tree
|
commitdiff
2012-08-08
Tobias Brunner
Java code style fixed (analogous to C code).
tree
|
commitdiff
2012-08-08
Tobias Brunner
Load libipsec in Android app.
tree
|
commitdiff
2012-08-08
Tobias Brunner
Added android.net.VpnService wrapper around charon...
tree
|
commitdiff
2012-08-08
Tobias Brunner
Added Android shell app created with Android SDK.
tree
|
commitdiff