aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* android: Migrate to the Gradle build systemTobias Brunner2015-11-1216-861/+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: Extend GUI so the split tunneling options can be setTobias Brunner2015-07-281-0/+18
|
* android: Extend GUI so the server port can be enteredTobias Brunner2015-07-281-0/+14
|
* android: Extend GUI so the MTU can be enteredTobias Brunner2015-07-281-1/+28
| | | | | | | | | | | This also adds a new area for advanced settings that is only displayed if the user requests it (or if advanced settings already have been set). The min. MTU for IPv6 is 1280, anything lower lets the TUN device creation fail if an IPv6 address has been assigned. If lower MTUs are necessary we might be able to catch that later when setting the MTU and just use at least 1280 if an IPv6 address was assigned, but let's keep it simple for now.
* android: Do not use deprecated TwoLineListItemTobias Brunner2014-07-222-4/+4
|
* android: Add information about transmitted data if EAP-TNC is selectedTobias Brunner2013-07-081-0/+5
|
* android: Reuse certificate selector as generic two line buttonTobias Brunner2013-07-082-2/+2
|
* android: IMC state fragment is a button that shows remediation instructions ↵Tobias Brunner2013-07-081-16/+35
| | | | or log
* android: Add activity that displays a list of remediation instructionsTobias Brunner2013-07-081-0/+21
| | | | | On large displays a two-pane layout is used that displays the list next to the actual instructions.
* android: Add adapter for remediation instructionsTobias Brunner2013-07-081-0/+47
|
* android: Add fragment that displays a single remediation instructionTobias Brunner2013-07-081-0/+55
|
* android: Background for state panels provides separatorTobias Brunner2013-07-082-14/+5
|
* android: Add fragment that displays the IMC stateTobias Brunner2013-07-082-1/+61
| | | | | The fragment hides itself if the state is unknown or the assessment succeeded.
* android: Add the ability to create shortcuts to specific VPN profilesTobias Brunner2012-11-211-0/+30
|
* android: Display the selected certificate alias in the profile listTobias Brunner2012-08-311-0/+10
|
* android: Allow configuration of a user certificateTobias Brunner2012-08-311-1/+19
|
* android: Separate view added to select certificatesTobias Brunner2012-08-312-25/+41
|
* android: Spinner added to select the VPN typeTobias Brunner2012-08-311-15/+36
|
* Added new UI to select a specific CA certificateTobias Brunner2012-08-141-0/+27
| | | | | With this change there is no need to wait for all certificates being loaded anymore (this happens only when the user opens the selection activity).
* Added an activity that shows lists of CA certificates in two tabsTobias Brunner2012-08-141-0/+20
|
* Changed TrustedCertificateAdapter for use with ListViews and ↵Tobias Brunner2012-08-141-10/+17
| | | | TrustedCertificateEntry
* Remove certificate spinner from edit viewTobias Brunner2012-08-141-13/+0
|
* Add an Activity that shows the log fragmentTobias Brunner2012-08-131-0/+26
|
* Add a fragment that can display charon's log fileTobias Brunner2012-08-131-0/+41
| | | | It continuously reads from the log file in a separate thread while displayed.
* Show a button to disconnect the VPN once it is establishedTobias Brunner2012-08-131-0/+11
|
* Show current VPN state and profile nameTobias Brunner2012-08-131-0/+50
| | | | Show modal dialogs while connecting and disconnecting the VPN.
* Add a fragment to MainActivity which will display the current VPN stateTobias Brunner2012-08-132-3/+40
| | | | The fragment is bound to the VpnStateService and registered as listener.
* Prompt the user for a password if none is configured in the VPN profileTobias Brunner2012-08-131-0/+51
|
* Allow selection of a CA certificate for a VPN profileTobias Brunner2012-08-131-0/+25
| | | | | This solution is just temporary as it really is not that user-friendly to select CA certificates with a Spinner widget.
* Added simple adapter for trusted certificates (to be used with a Spinner widget)Tobias Brunner2012-08-131-0/+29
|
* Added an activity to edit basic VPN profile detailsTobias Brunner2012-08-111-0/+84
| | | | | Already load existing data based on extra data delivered with the Intent, no saving and CA certificate handling yet.
* Show list fragment in main activityTobias Brunner2012-08-111-5/+20
|
* Fragment added to list the VPN profilesTobias Brunner2012-08-111-0/+38
|
* Added a custom adapter and layout to display VPN profiles in a ListViewTobias Brunner2012-08-111-0/+49
|
* Added Android shell app created with Android SDK.Tobias Brunner2012-08-081-0/+12