aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android
Commit message (Expand)AuthorAgeFilesLines
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-4/+12
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-4/+12
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-5/+14
* android: New release after fixing potential ANR issueTobias Brunner2017-02-201-2/+2
* android: Send network change events from a separate thread via JNITobias Brunner2017-02-172-4/+68
* android: New release after adding translation for Simplified ChineseTobias Brunner2017-02-071-2/+2
* android: Add translation for Simplified ChineseTobias Brunner2017-02-076-4/+180
* daemon: Use separate method to set default loggersTobias Brunner2017-01-251-1/+1
* android: New release after adding profile import functionalityTobias Brunner2017-01-201-2/+2
* android: Handle profile file names with dots in themTobias Brunner2017-01-201-0/+3
* android: Handle errors when fetching profile in more detailTobias Brunner2017-01-206-16/+77
* android: Add activity to import VPN profiles from JSON-encoded filesTobias Brunner2017-01-2012-0/+1053
* android: Use a local broadcast to notify about profile changesTobias Brunner2017-01-203-47/+107
* android: Add a UUID property to the VPN profilesTobias Brunner2017-01-203-2/+72
* android: New release after re-adding support for ECC Brainpool curvesTobias Brunner2016-12-101-2/+2
* android: New release after fixing libtpmtss issueTobias Brunner2016-12-091-2/+2
* android: Make sure libtpmtss is loaded on older systemsTobias Brunner2016-12-093-1/+3
* android: New release after adding notificationTobias Brunner2016-12-081-2/+2
* android: Ensure that the certificates are loaded when accessing them via JNITobias Brunner2016-12-081-1/+1
* android: Add a public notificationTobias Brunner2016-12-081-6/+10
* android: Display a permanent notification while connectedTobias Brunner2016-12-089-27/+120
* android: Log any installed DNS serversTobias Brunner2016-12-081-1/+1
* android: Unregister listener in case of error alertsTobias Brunner2016-12-081-3/+9
* android: Report an error for invalid integer valuesTobias Brunner2016-12-081-4/+27
* android: Propose curve25519 in the ESP proposalsTobias Brunner2016-12-081-3/+3
* android: Enable curve25519 plugin in the appTobias Brunner2016-12-081-1/+1
* android: Propose ChaCha20/Poly1305 in the ESP AEAD proposalsTobias Brunner2016-12-081-2/+3
* android: Enable chapoly plugin in the appTobias Brunner2016-12-081-1/+1
* android: Update Gradle plugin and wrapperTobias Brunner2016-12-082-3/+3
* android: Identifiers for SHA2-base RSA signature schemes got renamedTobias Brunner2016-10-111-4/+4
* android: Fix build after adding libtpmtssTobias Brunner2016-06-282-1/+3
* android: Catch exception if numbers are too large for IntegerTobias Brunner2016-06-131-1/+8
* android: Update Gradle pluginTobias Brunner2016-06-131-1/+1
* android: Fix signature of get_nexthop()Tobias Brunner2016-06-131-1/+2
* android: New release after fixing a crash during certificate importsTobias Brunner2016-05-061-2/+2
* android: Avoid IllegalStateException when importing certificatesTobias Brunner2016-05-061-2/+14
* android: New release after reducing number of DH groups in proposalTobias Brunner2016-05-041-2/+2
* android: Use separate label strings for text fields in login dialogTobias Brunner2016-05-036-2/+12
* android: New release after GUI changes/additionsTobias Brunner2016-05-021-2/+2
* android: Show selected user identity in profile listTobias Brunner2016-05-021-3/+9
* android: Allow selection of user identity in GUITobias Brunner2016-05-022-2/+52
* android: Add adapter for user ID selectionTobias Brunner2016-05-026-0/+80
* android: Add helper function to TrustedCertificateEntry to get subjectAltNamesTobias Brunner2016-05-021-4/+43
* android: Add auto-completion to remote ID and profile nameTobias Brunner2016-05-022-6/+83
* android: Make remote identity configurable in the GUITobias Brunner2016-05-027-2/+43
* android: Use TextInputLayout in login dialogTobias Brunner2016-05-021-26/+30
* android: Use TextInputLayoutHelper in profile editorTobias Brunner2016-05-027-148/+212
* android: Add TextInputLayout child class that displays a helper text below th...Tobias Brunner2016-05-022-2/+185
* android: Use proper namespace for custom attributeTobias Brunner2016-05-021-2/+2
* android: Move profile name field to the bottom and use server address as hintTobias Brunner2016-05-022-16/+41