Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 2 | -0/+12 |
| | |||||
* | Show current VPN state and profile name | Tobias Brunner | 2012-08-13 | 2 | -0/+60 |
| | | | | 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 | 3 | -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 profile | Tobias Brunner | 2012-08-13 | 2 | -0/+55 |
| | |||||
* | Allow selection of a CA certificate for a VPN profile | Tobias Brunner | 2012-08-13 | 2 | -0/+30 |
| | | | | | 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 |
| | |||||
* | 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 | 2 | -0/+24 |
| | | | | 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 | 2 | -0/+30 |
| | |||||
* | Provide a menu with options to save VPN profiles | Tobias Brunner | 2012-08-11 | 2 | -0/+33 |
| | | | | | The ID of the updated/inserted profile is sent back to the activity that started the detail view. | ||||
* | The list fragment uses a menu to provide an option to add new VPN profiles | Tobias Brunner | 2012-08-11 | 1 | -0/+22 |
| | |||||
* | Added an activity to edit basic VPN profile details | Tobias Brunner | 2012-08-11 | 2 | -0/+91 |
| | | | | | 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 | 2 | -6/+20 |
| | |||||
* | Fragment added to list the VPN profiles | Tobias Brunner | 2012-08-11 | 2 | -1/+41 |
| | |||||
* | Added a custom adapter and layout to display VPN profiles in a ListView | Tobias Brunner | 2012-08-11 | 2 | -1/+70 |
| | |||||
* | Replaced launcher icon with a more appropriate one | Tobias Brunner | 2012-08-11 | 7 | -0/+0 |
| | |||||
* | Use strongSwan logo as icon | Tobias Brunner | 2012-08-08 | 7 | -0/+0 |
| | | | | Due to the transparency and black font this is probably not optimal yet. | ||||
* | Added Android shell app created with Android SDK. | Tobias Brunner | 2012-08-08 | 5 | -0/+19 |