Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 41 | -1986/+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 set | Tobias Brunner | 2015-07-28 | 6 | -0/+33 |
| | |||||
* | android: Extend GUI so the server port can be entered | Tobias Brunner | 2015-07-28 | 6 | -0/+19 |
| | |||||
* | android: Extend GUI so the MTU can be entered | Tobias Brunner | 2015-07-28 | 6 | -3/+50 |
| | | | | | | | | | | | 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: Add EAP-TLS VPN type to the GUI | Tobias Brunner | 2014-11-06 | 5 | -1/+6 |
| | |||||
* | android: Do not use deprecated TwoLineListItem | Tobias Brunner | 2014-07-22 | 2 | -4/+4 |
| | |||||
* | android: Use Storage Access Framework to import certificates | Tobias Brunner | 2014-07-22 | 1 | -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 files | Tobias Brunner | 2014-07-22 | 5 | -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 them | Tobias Brunner | 2014-07-22 | 5 | -0/+10 |
| | |||||
* | android: Add option to reload CA certificates to TrustedCertificatesActivity | Tobias Brunner | 2014-07-22 | 6 | -5/+28 |
| | |||||
* | android: Replace option to reload CA certificates with CA certificate view | Tobias Brunner | 2014-07-22 | 1 | -3/+3 |
| | | | | The reload option will be added there. | ||||
* | android: Allow selection of local certificates | Tobias Brunner | 2014-07-22 | 5 | -0/+5 |
| | |||||
* | android: Add information about transmitted data if EAP-TNC is selected | Tobias Brunner | 2013-07-08 | 6 | -0/+20 |
| | |||||
* | android: Reuse certificate selector as generic two line button | Tobias Brunner | 2013-07-08 | 2 | -2/+2 |
| | |||||
* | android: Add new VpnType to enable BYOD features | Tobias Brunner | 2013-07-08 | 5 | -0/+5 |
| | |||||
* | android: IMC state fragment is a button that shows remediation instructions ↵ | Tobias Brunner | 2013-07-08 | 1 | -16/+35 |
| | | | | or log | ||||
* | android: Show remediation instructions instead of log on failure | Tobias Brunner | 2013-07-08 | 5 | -0/+5 |
| | |||||
* | android: Add activity that displays a list of remediation instructions | Tobias Brunner | 2013-07-08 | 8 | -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 instructions | Tobias Brunner | 2013-07-08 | 1 | -0/+47 |
| | |||||
* | android: Add fragment that displays a single remediation instruction | Tobias Brunner | 2013-07-08 | 1 | -0/+55 |
| | |||||
* | android: Background for state panels provides separator | Tobias Brunner | 2013-07-08 | 4 | -19/+27 |
| | |||||
* | android: Add fragment that displays the IMC state | Tobias Brunner | 2013-07-08 | 8 | -7/+93 |
| | | | | | The fragment hides itself if the state is unknown or the assessment succeeded. | ||||
* | android: Show different error message depending on IMC state | Tobias Brunner | 2013-07-08 | 5 | -0/+5 |
| | |||||
* | android: Add support for combined certificate and EAP authentication | Tobias Brunner | 2013-03-07 | 5 | -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.2dr4 | Tobias Brunner | 2013-01-14 | 1 | -8/+8 |
| | |||||
* | Fixed some typos in Ukrainian translation | Pavel Kopchyk | 2013-01-09 | 1 | -15/+16 |
| | |||||
* | Added Russian and Ukrainian strings for Android client | Dmitry Korzhevin | 2012-12-24 | 4 | -0/+252 |
| | |||||
* | android: Show confirmation dialog when starting a profile while already ↵ | Tobias Brunner | 2012-11-21 | 3 | -0/+18 |
| | | | | connected | ||||
* | android: Add the ability to create shortcuts to specific VPN profiles | Tobias Brunner | 2012-11-21 | 4 | -0/+33 |
| | |||||
* | android: Start a specific VPN profile based on special Intents | Tobias Brunner | 2012-11-21 | 3 | -0/+3 |
| | |||||
* | android: Attribute added to display the list of VPN profiles in read-only mode | Tobias Brunner | 2012-11-21 | 1 | -0/+20 |
| | |||||
* | android: Show an error if VPN fails due to lock down mode in Android 4.2 | Tobias Brunner | 2012-11-19 | 3 | -0/+3 |
| | |||||
* | android: Display the selected certificate alias in the profile list | Tobias Brunner | 2012-08-31 | 1 | -0/+10 |
| | |||||
* | android: Allow configuration of a user certificate | Tobias Brunner | 2012-08-31 | 7 | -2/+35 |
| | |||||
* | android: Separate view added to select certificates | Tobias Brunner | 2012-08-31 | 2 | -25/+41 |
| | |||||
* | android: Spinner added to select the VPN type | Tobias Brunner | 2012-08-31 | 7 | -15/+102 |
| | |||||
* | Ewa did the new Polish translation | Andreas Steffen | 2012-08-24 | 1 | -0/+95 |
| | |||||
* | Show an error message if VPN is not supported | Tobias Brunner | 2012-08-15 | 2 | -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 Brunner | 2012-08-14 | 2 | -0/+2 |
| | |||||
* | Added new UI to select a specific CA certificate | Tobias Brunner | 2012-08-14 | 3 | -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 tabs | Tobias Brunner | 2012-08-14 | 3 | -0/+26 |
| | |||||
* | Added a ListFragment that lists trusted certificates (loaded via a custom ↵ | Tobias Brunner | 2012-08-14 | 2 | -0/+6 |
| | | | | Loader) | ||||
* | Changed TrustedCertificateAdapter for use with ListViews and ↵ | Tobias Brunner | 2012-08-14 | 1 | -10/+17 |
| | | | | TrustedCertificateEntry | ||||
* | Remove certificate spinner from edit view | Tobias Brunner | 2012-08-14 | 3 | -15/+0 |
| | |||||
* | Menu option added that allows users to send the log file | Tobias Brunner | 2012-08-13 | 3 | -0/+29 |
| | |||||
* | Add an Activity that shows the log fragment | Tobias Brunner | 2012-08-13 | 4 | -0/+39 |
| | |||||
* | Add a fragment that can display charon's log file | Tobias Brunner | 2012-08-13 | 1 | -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 texts | Tobias Brunner | 2012-08-13 | 1 | -0/+24 |
| | |||||
* | Localized title for contextual action bar | Tobias Brunner | 2012-08-13 | 2 | -0/+2 |
| | |||||
* | German translation added | Tobias Brunner | 2012-08-13 | 1 | -0/+75 |
| |