Releases: braintree/popup-bridge-android
Releases · braintree/popup-bridge-android
5.1.0
5.0.0
- Android 13 Support
- Upgrade
targetSdkVersion
andcompileSdkVersion
to API 33
- Upgrade
- 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
withComponentActivity
inPopupBridgeClient
's constructor
- Remove
- Add validation to check if the Venmo app is installed on the device.
3.2.0
4.1.0
4.0.1
- Upgrade browser-switch to 2.0.1
4.0.0
- 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
- Upgrade browser-switch to 2.0.0-beta3
3.1.1
- Upgrade browser-switch to 1.1.4
4.0.0-beta2
- Update browser-switch to 2.0.0-beta2
- Run
onComplete
andonCancel
callbacks after WebView window has loaded (fixes #26)
4.0.0-beta1
- Add
PopupBridgeClient
- Add
PopupBridgeErrorListener
- Breaking Changes
- Update browser-switch to 2.0.0-beta1
- Change package from
com.braintreepayments
tocom.braintreepayments.api
- Remove
PopupBridge
- Remove
PopupBridgeActivity