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.9.7

19 Jun 20:59
Compare
Choose a tag to compare
  • Fix rare instance of PAYMENT_CREATION_ERROR.
  • Fix rare crashing issue on some devices when checking permissions #167.
  • Upgrade build tools.

2.9.6

09 Jun 16:37
Compare
Choose a tag to compare
  • Fix issue where card.io compatibility was being checked even if credit cards are disabled #173.
  • Update card.io to 5.0.1.

2.9.5

12 May 21:05
Compare
Choose a tag to compare
  • Update sample app build tools version to 1.2.2, compileSdkVersion to 22, and build tools version to 22.0.1.
  • Minor bug fixes to the consent screen.

2.9.4

05 May 16:34
Compare
Choose a tag to compare
  • Fix rare NPE issue #163.

2.9.3

28 Apr 21:43
Compare
Choose a tag to compare
  • Remove dependency on the Android Support Library.
  • Fix NoClassDefFoundError issue with AdvertisingIdClient #157.
  • Fix ClassCastException issue with GsmCellLocation #160.
  • Minor bug fixes.

2.9.1

01 Apr 17:19
Compare
Choose a tag to compare
  • Fix crashing issue on Android 2.3.* devices #159.
  • Fix PayPalService.clearAllUserData() to clear all environments when PayPalService is not running #155. If PayPalService is running, the v4 support library is still required to clear the current user data.
  • Fix issue with PayPalService.clearAllUserData() not actually clearing the current user #156.
  • Add some helpful logging to PayPalService.clearAllUserData().
  • Minor bug fixes.

2.9.0

23 Mar 21:43
Compare
Choose a tag to compare
  • Add PayPalService.clearAllUserData(Context) #88. Note: this method requires the use of the Android Support Library, due to its use of LocalBroadcastManager. This SDK can still be used without the support library, but this method will not function.
  • Fix validation of PayPalItem: sku is no longer required, currencies and amounts have more strict validation #153.
  • Fix issue where too many profile sharing attributes were shown to the user.
  • Change name of ENVIRONMENT_NO_NETWORK merchant.
  • Minor bug fixes.

2.8.8

10 Mar 19:12
Compare
Choose a tag to compare

2.8.7

27 Feb 17:25
Compare
Choose a tag to compare
  • Enforce required permissions: ACCESS_NETWORK_STATE and INTERNET.
  • Gracefully handle devices that do not return network state.
  • Better null handling.

2.8.6

13 Feb 22:19
Compare
Choose a tag to compare
  • Update card.io to 4.0.1.
  • Add button allowing user to create a new PayPal account.
  • Add more public logging.
  • Minor UI tweaks.