Skip to content

Releases: braintree/popup-bridge-android

5.1.0

14 Aug 19:44
Compare
Choose a tag to compare
  • Fix an issue where the WebViewClient is being silently overridden. #95

5.0.0

05 Jun 21:13
Compare
Choose a tag to compare
  • Android 13 Support
    • Upgrade targetSdkVersion and compileSdkVersion to API 33
  • Disable Jetifier
  • Update browser-switch to 3.0.0
  • Breaking Changes
    • Remove PopupBridgeClient#deliverPopupBridgeResult(FragmentActivity)
    • Make PopupBridgeClient#POPUP_BRIDGE_NAME package-private
    • Make PopupBridgeClient#POPUP_BRIDGE_URL_HOST package-private
    • Remove PopupBridgeLifecycleObserver
    • Replace FragmentActivity with ComponentActivity in PopupBridgeClient's constructor
  • Add validation to check if the Venmo app is installed on the device.

3.2.0

15 Feb 17:10
Compare
Choose a tag to compare
  • Upgrade targetSdkVersion and compileSdkVersion to API 31
  • Bump browser-switch version to 2.1.0

4.1.0

07 Dec 16:43
Compare
Choose a tag to compare
  • Upgrade targetSdkVersion and compileSdkVersion to API 31
  • Bump browser-switch version to 2.1.0

4.0.1

13 Jul 20:35
Compare
Choose a tag to compare
  • Upgrade browser-switch to 2.0.1

4.0.0

07 Jun 19:18
Compare
Choose a tag to compare
  • Upgrade browser-switch to 2.0.0

Note: Includes all changes in 4.0.0-beta1, 4.0.0-beta2, and 4.0.0-beta3

4.0.0-beta3

21 Apr 20:51
Compare
Choose a tag to compare
  • Upgrade browser-switch to 2.0.0-beta3

3.1.1

20 Apr 16:06
Compare
Choose a tag to compare
  • Upgrade browser-switch to 1.1.4

4.0.0-beta2

14 Apr 20:50
Compare
Choose a tag to compare
  • Update browser-switch to 2.0.0-beta2
  • Run onComplete and onCancel callbacks after WebView window has loaded (fixes #26)

4.0.0-beta1

25 Feb 20:40
Compare
Choose a tag to compare
  • Add PopupBridgeClient
  • Add PopupBridgeErrorListener
  • Breaking Changes
    • Update browser-switch to 2.0.0-beta1
    • Change package from com.braintreepayments to com.braintreepayments.api
    • Remove PopupBridge
    • Remove PopupBridgeActivity