aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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