LivotovLabs / 3DSView

Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
Apache License 2.0
111 stars 51 forks source link

Don't use the deprecated Apache HttpClient to encode POST parameters #10

Closed cbeyls closed 8 years ago

cbeyls commented 8 years ago

Apache HTTP Client has been removed from Android Marshmallow and is now an optional external dependency. More info: http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client

This patch relies on simple code to correctly URLEncode the POST parameters.

livotov commented 8 years ago

Great, thanks!