aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res
Commit message (Collapse)AuthorAgeFilesLines
* android: Do not use deprecated TwoLineListItemTobias Brunner2014-07-222-4/+4
|
* 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 activity to import certificate filesTobias Brunner2014-07-225-0/+15
| | | | | Such files can e.g. be opened from the Download view, if they are associated with one of the supported mime-types.
* android: Imported certificates may be clicked to delete themTobias Brunner2014-07-225-0/+10
|
* android: Add option to reload CA certificates to TrustedCertificatesActivityTobias Brunner2014-07-226-5/+28
|
* android: Replace option to reload CA certificates with CA certificate viewTobias Brunner2014-07-221-3/+3
| | | | The reload option will be added there.
* android: Allow selection of local certificatesTobias Brunner2014-07-225-0/+5
|
* android: Add information about transmitted data if EAP-TNC is selectedTobias Brunner2013-07-086-0/+20
|
* android: Reuse certificate selector as generic two line buttonTobias Brunner2013-07-082-2/+2
|
* android: Add new VpnType to enable BYOD featuresTobias Brunner2013-07-085-0/+5
|
* android: IMC state fragment is a button that shows remediation instructions ↵Tobias Brunner2013-07-081-16/+35
| | | | or log
* android: Show remediation instructions instead of log on failureTobias Brunner2013-07-085-0/+5
|
* android: Add activity that displays a list of remediation instructionsTobias Brunner2013-07-088-0/+112
| | | | | 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-084-19/+27
|
* android: Add fragment that displays the IMC stateTobias Brunner2013-07-088-7/+93
| | | | | The fragment hides itself if the state is unknown or the assessment succeeded.
* android: Show different error message depending on IMC stateTobias Brunner2013-07-085-0/+5
|
* android: Add support for combined certificate and EAP authenticationTobias Brunner2013-03-075-5/+10
| | | | | | This uses RFC 4739 multiple authentication rounds to first authenticate the client with a certificate followed by an EAP authentication round with username and password.
* android: Properly escape apostrophes in Ukrainian translation5.0.2dr4Tobias Brunner2013-01-141-8/+8
|
* Fixed some typos in Ukrainian translationPavel Kopchyk2013-01-091-15/+16
|
* Added Russian and Ukrainian strings for Android clientDmitry Korzhevin2012-12-244-0/+252
|
* android: Show confirmation dialog when starting a profile while already ↵Tobias Brunner2012-11-213-0/+18
| | | | connected
* android: Add the ability to create shortcuts to specific VPN profilesTobias Brunner2012-11-214-0/+33
|
* android: Start a specific VPN profile based on special IntentsTobias Brunner2012-11-213-0/+3
|
* android: Attribute added to display the list of VPN profiles in read-only modeTobias Brunner2012-11-211-0/+20
|
* android: Show an error if VPN fails due to lock down mode in Android 4.2Tobias Brunner2012-11-193-0/+3
|
* android: Display the selected certificate alias in the profile listTobias Brunner2012-08-311-0/+10
|
* android: Allow configuration of a user certificateTobias Brunner2012-08-317-2/+35
|
* android: Separate view added to select certificatesTobias Brunner2012-08-312-25/+41
|
* android: Spinner added to select the VPN typeTobias Brunner2012-08-317-15/+102
|
* Ewa did the new Polish translationAndreas Steffen2012-08-241-0/+95
|
* Show an error message if VPN is not supportedTobias Brunner2012-08-152-0/+4
| | | | | | Some devices have Android 4 installed but the system images still seem to lack the components that are required for VPN support. One such component is the dialog used to grant permission to create .
* Enable search for certificate lists (via SearchView in ActionBar)Tobias Brunner2012-08-142-0/+2
|
* Added new UI to select a specific CA certificateTobias Brunner2012-08-143-0/+31
| | | | | 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-143-0/+26
|
* Added a ListFragment that lists trusted certificates (loaded via a custom ↵Tobias Brunner2012-08-142-0/+6
| | | | Loader)
* Changed TrustedCertificateAdapter for use with ListViews and ↵Tobias Brunner2012-08-141-10/+17
| | | | TrustedCertificateEntry
* Remove certificate spinner from edit viewTobias Brunner2012-08-143-15/+0
|
* Menu option added that allows users to send the log fileTobias Brunner2012-08-133-0/+29
|
* Add an Activity that shows the log fragmentTobias Brunner2012-08-134-0/+39
|
* 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.
* Use colors from the Android color palette for the VPN status textsTobias Brunner2012-08-131-0/+24
|
* Localized title for contextual action barTobias Brunner2012-08-132-0/+2
|
* German translation addedTobias Brunner2012-08-131-0/+75
|
* Show an error dialog when errors occur while establishing the VPNTobias Brunner2012-08-131-0/+7
|
* Show a button to disconnect the VPN once it is establishedTobias Brunner2012-08-132-0/+12
|
* Show current VPN state and profile nameTobias Brunner2012-08-132-0/+60
| | | | Show modal dialogs while connecting and disconnecting the VPN.
* Add a fragment to MainActivity which will display the current VPN stateTobias Brunner2012-08-133-3/+61
| | | | 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-132-0/+55
|