Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Releases: paypal/PayPal-Android-SDK

2.12.0

18 Nov 23:26
Compare
Choose a tag to compare
  • Allow TLSv1.2 for API 16-19 devices, and add a special error message if PayPal requires TLSv1.2 but the device cannot comply.
  • Add a LogCat warning during PayPalService initialization when an Android version < API 16 (JELLY_BEAN) is detected.

2.11.2

29 Oct 16:32
Compare
Choose a tag to compare
  • Update card.io to 5.1.2.
  • Minor bug fixes.

2.11.1

21 Oct 21:44
Compare
Choose a tag to compare
  • Fix crash in PayPalService.onDestroy() #212.
  • Fix case where shipping address selections were inadvertently displayed to the user #213.
  • Decrease minSdkVersion back down to 10 (GINGERBREAD_MR1).
  • Convert SampleApp to only use Gradle builds.

2.11.0

16 Oct 04:57
Compare
Choose a tag to compare
  • Target Android 23 (M).
  • Update card.io to 5.1.1 (supports new Android 23 Permissions). Note: this version of card.io contains support for more processor archictures. Please be sure to grab the entire contents of this SDK, including all up-to-date card.io *.so files within the /libs folder to ensure that card.io will continue to work on these architectures.
  • Increase minSdkVersion to 11 (HONEYCOMB).
  • Update all networking to use HttpURLConnection instead of Apache's HTTP Client.
  • Set all obfuscated classes to use lower case as a workaround for an Android Tools issue.

2.10.1

02 Oct 17:00
Compare
Choose a tag to compare
  • Minor bug fixes.

2.10.0

11 Sep 17:13
Compare
Choose a tag to compare
  • Fixed behavior where retrieve_shipping_address is disabled and no shipping address is provided from the app, so it will not default to the PayPal account shipping address.

2.9.11

13 Aug 19:27
Compare
Choose a tag to compare
  • Fixes Credit Card bug at #186
  • Minor Bug Fixes

2.9.10

09 Jul 21:47
Compare
Choose a tag to compare
  • Minor bug fixes.

2.9.9

08 Jul 22:15
Compare
Choose a tag to compare
  • Fix rare crash when making a single payment #179.
  • Minor bug fixes.

2.9.8

02 Jul 21:01
Compare
Choose a tag to compare
  • Fix rare crash in PayPalService #166.
  • Minor bug fixes.