Skip to content

Releases: GoogleChrome/android-browser-helper

playbilling-v1.1.0

25 Jun 09:06
Compare
Choose a tag to compare

What's Changed

Google Play Billing Client v7 has removed ProrationMode and replaced it with ReplacementMode (details here).
The billing library will support both for the time being, so if your PWA handles subscriptions you should migrate as well.
When constructing your PaymentRequest object, instead of the field prorationMode with possible values ['deferred', 'immediateAndChargeProratedPrice', 'immediateWithoutProration', 'immediateWithTimeProration', 'unknownSubscriptionUpgradeDowngradePolicy', 'immediateAndChargeFullPrice'] you should use replacementMode and correspondingly ['deferred', 'chargeProratedPrice', 'withoutProration', 'withTimeProration', 'unknownReplacementMode', 'chargeFullPrice'].
ProrationMode is still supported for the time being, but is considered deprecated and will be removed in a future release.

android-browser-helper-2.6.2

16 Jun 13:17
22ef067
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.6.1...android-browser-helper-2.6.2

android-browser-helper-2.6.1

22 May 09:27
9e5e3f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.6.0...android-browser-helper-2.6.1

android-browser-helper-2.5.0

18 Apr 19:25
62fb2ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.4.0...android-browser-helper-2.5.0

android-browser-helper-2.6.0

18 Apr 19:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.5.0...android-browser-helper-2.6.0

android-browser-helper-2.4.0

05 Aug 12:14
f1f9a86
Compare
Choose a tag to compare

Adds support for handling Android T notification permission requests.

android-browser-helper-2.3.0

08 Nov 11:21
e4f3ad7
Compare
Choose a tag to compare

This version of Android Browser Helper enables developers to use the library when building projects that target the API level 31. To do that, it updates the androidx.browser dependency to version 1.4.0 and updates the code to be compatible with Android 12's latest changes.

Developers using this version of Android Browser Helper will need to update the the compileSdkVersion in their build.gradle to version 31. It's still possible to use targetSdkVersion lower than 31, but it's recommended to migrate as soon as possible.

When migrating to targetSdkVersion 31 and targeting Android 12 or higher, activities, services, or broadcast receivers that use intent filters, must now explicitly declare the android:exported attribute for these app components.

android-browser-helper-2.2.2

10 Jun 10:11
dcbd511
Compare
Choose a tag to compare
  • Fixed issue with the splash screen freezing when launchTwa() is called asynchronously - #297

android-browser-helper-2.2.1

02 Jun 15:27
893dbc1
Compare
Choose a tag to compare
  • Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.

android-browser-helper-2.2.1-alpha02

24 May 11:50
6c56c0b
Compare
Choose a tag to compare
  • Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.