aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-122-64/+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: Add activity that displays a list of remediation instructionsTobias Brunner2013-07-081-0/+32
| | | | | On large displays a two-pane layout is used that displays the list next to the actual instructions.
* android: Background for state panels provides separatorTobias Brunner2013-07-081-5/+16
|
* Add a fragment to MainActivity which will display the current VPN stateTobias Brunner2012-08-131-0/+21
The fragment is bound to the VpnStateService and registered as listener.