Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Migrate to the Gradle build system | Tobias Brunner | 2015-11-12 | 16 | -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 set | Tobias Brunner | 2015-07-28 | 1 | -0/+18 |
| | |||||
* | android: Extend GUI so the server port can be entered | Tobias Brunner | 2015-07-28 | 1 | -0/+14 |
| | |||||
* | android: Extend GUI so the MTU can be entered | Tobias Brunner | 2015-07-28 | 1 | -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 TwoLineListItem | Tobias Brunner | 2014-07-22 | 2 | -4/+4 |
| | |||||
* | android: Add information about transmitted data if EAP-TNC is selected | Tobias Brunner | 2013-07-08 | 1 | -0/+5 |
| | |||||
* | android: Reuse certificate selector as generic two line button | Tobias Brunner | 2013-07-08 | 2 | -2/+2 |
| | |||||
* | android: IMC state fragment is a button that shows remediation instructions ↵ | Tobias Brunner | 2013-07-08 | 1 | -16/+35 |
| | | | | or log | ||||
* | android: Add activity that displays a list of remediation instructions | Tobias Brunner | 2013-07-08 | 1 | -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 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 | 2 | -14/+5 |
| | |||||
* | android: Add fragment that displays the IMC state | Tobias Brunner | 2013-07-08 | 2 | -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 profiles | Tobias Brunner | 2012-11-21 | 1 | -0/+30 |
| | |||||
* | 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 | 1 | -1/+19 |
| | |||||
* | 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 | 1 | -15/+36 |
| | |||||
* | Added new UI to select a specific CA certificate | Tobias Brunner | 2012-08-14 | 1 | -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 tabs | Tobias Brunner | 2012-08-14 | 1 | -0/+20 |
| | |||||
* | 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 | 1 | -13/+0 |
| | |||||
* | Add an Activity that shows the log fragment | Tobias Brunner | 2012-08-13 | 1 | -0/+26 |
| | |||||
* | 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. | ||||
* | Show a button to disconnect the VPN once it is established | Tobias Brunner | 2012-08-13 | 1 | -0/+11 |
| | |||||
* | Show current VPN state and profile name | Tobias Brunner | 2012-08-13 | 1 | -0/+50 |
| | | | | Show modal dialogs while connecting and disconnecting the VPN. | ||||
* | Add a fragment to MainActivity which will display the current VPN state | Tobias Brunner | 2012-08-13 | 2 | -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 profile | Tobias Brunner | 2012-08-13 | 1 | -0/+51 |
| | |||||
* | Allow selection of a CA certificate for a VPN profile | Tobias Brunner | 2012-08-13 | 1 | -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 Brunner | 2012-08-13 | 1 | -0/+29 |
| | |||||
* | Added an activity to edit basic VPN profile details | Tobias Brunner | 2012-08-11 | 1 | -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 activity | Tobias Brunner | 2012-08-11 | 1 | -5/+20 |
| | |||||
* | Fragment added to list the VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+38 |
| | |||||
* | Added a custom adapter and layout to display VPN profiles in a ListView | Tobias Brunner | 2012-08-11 | 1 | -0/+49 |
| | |||||
* | Added Android shell app created with Android SDK. | Tobias Brunner | 2012-08-08 | 1 | -0/+12 |