Skip to content

Releases: GoogleChrome/android-browser-helper

android-browser-helper-2.7.0

07 Apr 12:59
38c04ca

Choose a tag to compare

What's Changed

New Contributors

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

android-browser-helper-2.7.0-alpha03

24 Oct 09:28
de7264c

Choose a tag to compare

Pre-release

What's Changed

  • Add edge-to-edge support for the splash screen by @orbital17 in #558

Full Changelog: android-browser-helper-2.7.0-alpha02...android-browser-helper-2.7.0-alpha03

android-browser-helper-2.7.0-alpha02

26 Sep 08:28

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.7.0-alpha01...android-browser-helper-2.7.0-alpha02

android-browser-helper-2.7.0-alpha01

23 Sep 07:23

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: android-browser-helper-2.6.2...android-browser-helper-2.7.0-alpha01

playbilling-v1.1.0

25 Jun 09:06

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

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

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

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

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

Choose a tag to compare

Adds support for handling Android T notification permission requests.