Skip to content

Releases: GoogleChrome/android-browser-helper

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.

android-browser-helper-2.3.0

08 Nov 11:21
e4f3ad7

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.