Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Extend GUI so the split tunneling options can be set | Tobias Brunner | 2015-07-28 | 1 | -0/+3 |
| | |||||
* | android: Extend GUI so the server port can be entered | Tobias Brunner | 2015-07-28 | 1 | -0/+1 |
| | |||||
* | android: Extend GUI so the MTU can be entered | Tobias Brunner | 2015-07-28 | 1 | -1/+5 |
| | | | | | | | | | | | 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 | 1 | -1/+2 |
| | |||||
* | android: Add activity to import certificate files | Tobias Brunner | 2014-07-22 | 1 | -0/+3 |
| | | | | | 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 | 1 | -0/+2 |
| | |||||
* | android: Add option to reload CA certificates to TrustedCertificatesActivity | Tobias Brunner | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | android: Allow selection of local certificates | Tobias Brunner | 2014-07-22 | 1 | -0/+1 |
| | |||||
* | android: Add information about transmitted data if EAP-TNC is selected | Tobias Brunner | 2013-07-08 | 1 | -0/+3 |
| | |||||
* | android: Add new VpnType to enable BYOD features | Tobias Brunner | 2013-07-08 | 1 | -0/+1 |
| | |||||
* | android: Show remediation instructions instead of log on failure | Tobias Brunner | 2013-07-08 | 1 | -0/+1 |
| | |||||
* | android: Add activity that displays a list of remediation instructions | Tobias Brunner | 2013-07-08 | 1 | -0/+3 |
| | | | | | On large displays a two-pane layout is used that displays the list next to the actual instructions. | ||||
* | android: Background for state panels provides separator | Tobias Brunner | 2013-07-08 | 1 | -0/+6 |
| | |||||
* | android: Add fragment that displays the IMC state | Tobias Brunner | 2013-07-08 | 2 | -2/+10 |
| | | | | | 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 | 1 | -0/+1 |
| | |||||
* | android: Add support for combined certificate and EAP authentication | Tobias Brunner | 2013-03-07 | 1 | -1/+2 |
| | | | | | | 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: Show confirmation dialog when starting a profile while already ↵ | Tobias Brunner | 2012-11-21 | 1 | -0/+6 |
| | | | | connected | ||||
* | android: Add the ability to create shortcuts to specific VPN profiles | Tobias Brunner | 2012-11-21 | 1 | -0/+1 |
| | |||||
* | android: Start a specific VPN profile based on special Intents | Tobias Brunner | 2012-11-21 | 1 | -0/+1 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | android: Allow configuration of a user certificate | Tobias Brunner | 2012-08-31 | 2 | -0/+5 |
| | |||||
* | android: Spinner added to select the VPN type | Tobias Brunner | 2012-08-31 | 2 | -0/+22 |
| | |||||
* | Show an error message if VPN is not supported | Tobias Brunner | 2012-08-15 | 1 | -0/+2 |
| | | | | | | 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 | 1 | -0/+1 |
| | |||||
* | Added new UI to select a specific CA certificate | Tobias Brunner | 2012-08-14 | 1 | -0/+2 |
| | | | | | 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 | 1 | -0/+3 |
| | |||||
* | Added a ListFragment that lists trusted certificates (loaded via a custom ↵ | Tobias Brunner | 2012-08-14 | 1 | -0/+3 |
| | | | | Loader) | ||||
* | Remove certificate spinner from edit view | Tobias Brunner | 2012-08-14 | 1 | -1/+0 |
| | |||||
* | Menu option added that allows users to send the log file | Tobias Brunner | 2012-08-13 | 1 | -0/+3 |
| | |||||
* | Add an Activity that shows the log fragment | Tobias Brunner | 2012-08-13 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Show an error dialog when errors occur while establishing the VPN | Tobias Brunner | 2012-08-13 | 1 | -0/+7 |
| | |||||
* | Show a button to disconnect the VPN once it is established | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Show current VPN state and profile name | Tobias Brunner | 2012-08-13 | 1 | -0/+10 |
| | | | | Show modal dialogs while connecting and disconnecting the VPN. | ||||
* | Prompt the user for a password if none is configured in the VPN profile | Tobias Brunner | 2012-08-13 | 1 | -0/+4 |
| | |||||
* | Allow selection of a CA certificate for a VPN profile | Tobias Brunner | 2012-08-13 | 1 | -0/+5 |
| | | | | | This solution is just temporary as it really is not that user-friendly to select CA certificates with a Spinner widget. | ||||
* | Renamed main Activity (shorter name in Launcher) | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Menu option added to reload cached CA certificates | Tobias Brunner | 2012-08-13 | 1 | -0/+1 |
| | | | | This might be required if the user installs a new CA certificate. | ||||
* | Use Holo as theme | Tobias Brunner | 2012-08-13 | 1 | -0/+21 |
| | |||||
* | Use a contextual action bar to edit and delete selected VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+6 |
| | |||||
* | Provide a menu with options to save VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+5 |
| | | | | | The ID of the updated/inserted profile is sent back to the activity that started the detail view. | ||||
* | Added an activity to edit basic VPN profile details | Tobias Brunner | 2012-08-11 | 1 | -0/+7 |
| | | | | | Already load existing data based on extra data delivered with the Intent, no saving and CA certificate handling yet. | ||||
* | Show list fragment in main activity | Tobias Brunner | 2012-08-11 | 1 | -1/+0 |
| | |||||
* | Fragment added to list the VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -1/+3 |
| | |||||
* | Added a custom adapter and layout to display VPN profiles in a ListView | Tobias Brunner | 2012-08-11 | 1 | -1/+21 |
| | |||||
* | Added Android shell app created with Android SDK. | Tobias Brunner | 2012-08-08 | 1 | -0/+7 |