aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-126-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 certificatesTobias Brunner2014-07-221-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 TrustedCertificatesActivityTobias Brunner2014-07-221-0/+23
|
* android: Replace option to reload CA certificates with CA certificate viewTobias Brunner2014-07-221-3/+3
| | | | The reload option will be added there.
* Menu option added that allows users to send the log fileTobias Brunner2012-08-131-0/+23
|
* Add an Activity that shows the log fragmentTobias Brunner2012-08-131-0/+5
|
* Menu option added to reload cached CA certificatesTobias Brunner2012-08-131-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 profilesTobias Brunner2012-08-111-0/+24
|
* Provide a menu with options to save VPN profilesTobias Brunner2012-08-111-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 profilesTobias Brunner2012-08-111-0/+22