Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 6 | -153/+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: Use Storage Access Framework to import certificates | Tobias Brunner | 2014-07-22 | 1 | -0/+5 |
| | | | | | | | Thanks to the SAF, introduced with Android 4.4, browsing and opening files on the system is very easy to implement. On older systems the menu option is removed. | ||||
* | android: Add option to reload CA certificates to TrustedCertificatesActivity | Tobias Brunner | 2014-07-22 | 1 | -0/+23 |
| | |||||
* | android: Replace option to reload CA certificates with CA certificate view | Tobias Brunner | 2014-07-22 | 1 | -3/+3 |
| | | | | The reload option will be added there. | ||||
* | Menu option added that allows users to send the log file | Tobias Brunner | 2012-08-13 | 1 | -0/+23 |
| | |||||
* | Add an Activity that shows the log fragment | Tobias Brunner | 2012-08-13 | 1 | -0/+5 |
| | |||||
* | Menu option added to reload cached CA certificates | Tobias Brunner | 2012-08-13 | 1 | -0/+23 |
| | | | | This might be required if the user installs a new CA certificate. | ||||
* | Use a contextual action bar to edit and delete selected VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+24 |
| | |||||
* | Provide a menu with options to save VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+28 |
| | | | | | The ID of the updated/inserted profile is sent back to the activity that started the detail view. | ||||
* | The list fragment uses a menu to provide an option to add new VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+22 |