Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |