Add new encryption cipher for Android 2.3 (API 9+) support
ClosedPublic

Authored by mtijink on Dec 21 2017, 11:26 AM.

Details

Summary

Arch linux recently updated libraries which dropped support for RC4, used for connections to Android before Android 3 Honeycomb. Other distributions may also be affected (or will be affected in the future).

This adds a new cipher, supported by Android API 9+.

Test Plan

With this change (and corresponding desktop change) the app can connect again.

Diff Detail

Repository
R225 KDE Connect - Android application
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mtijink requested review of this revision.Dec 21 2017, 11:26 AM
mtijink created this revision.
albertvaka accepted this revision.Dec 21 2017, 4:25 PM
This revision is now accepted and ready to land.Dec 21 2017, 4:25 PM

Thanks! I have approved your request for a developer account, so once the sysadmins do their magic you should be able to arc land this yourself :)

This revision was automatically updated to reflect the committed changes.