All Versions
90
Latest Version
Avg Release Cycle
73 days
Latest Release
2276 days ago

Changelog History
Page 4

  • v2.9.8 Changes

    • ๐Ÿ›  Fix rare crash in PayPalService #166.
    • ๐Ÿ›  Minor bug fixes.
  • v2.9.7 Changes

    • Fix rare instance of PAYMENT_CREATION_ERROR.
    • ๐Ÿ›  Fix rare crashing issue on some devices when checking permissions #167.
    • โฌ†๏ธ Upgrade build tools.
  • v2.9.6 Changes

    • ๐Ÿ›  Fix issue where card.io compatibility was being checked even if credit cards are disabled #173.
    • โšก๏ธ Update card.io to 5.0.1.
  • v2.9.5 Changes

    • โšก๏ธ 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.
  • v2.9.4 Changes

    • ๐Ÿ›  Fix rare NPE issue #163.
  • v2.9.3 Changes

    • โœ‚ Remove dependency on the Android Support Library.
    • ๐Ÿ›  Fix NoClassDefFoundError issue with AdvertisingIdClient #157.
    • ๐Ÿ›  Fix ClassCastException issue with GsmCellLocation #160.
    • ๐Ÿ›  Minor bug fixes.
  • v2.9.2 Changes

    • ๐Ÿ›  Minor bug fixes.
  • v2.9.1 Changes

    • ๐Ÿ›  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.
  • v2.9.0 Changes

    • โž• 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.
  • v2.8.8 Changes