Skip to content

Releases: GoogleChrome/android-browser-helper

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.

androidbrowserhelper-2.2.0

22 Jan 15:51
82d5082
Compare
Choose a tag to compare
  • Fixes bug where immersive sticky mode wasn't working.
  • Enables executing asynchronous calls before launching the TWA in LauncherActivity.

2.1.0

08 Dec 12:33
e0b3319
Compare
Choose a tag to compare
Merge pull request #234 from andreban/abh-2.1.0-stable

Changes core library version to 2.1.0

2.0.1

29 Oct 12:24
f13fba8
Compare
Choose a tag to compare
Merge pull request #199 from andreban/2.0.1

Bump android-browser-helper version to 2.0.1

1.3.2

23 Jul 08:18
e792f72
Compare
Choose a tag to compare
  • Updated Chrome OS support
  • Support for Android 11

1.3.1

25 Jun 12:24
8d55cab
Compare
Choose a tag to compare
  • Fixes TwaProviderPicker detecting non-browsers apps as browsers