Skip to content

Releases: GoogleChrome/android-browser-helper

1.3.1-alpha01

23 Jun 10:45
a377627
Compare
Choose a tag to compare
Merge pull request #105 from andreban/1.3.1-alpha01

1.3.1-alpha01

1.3.0

18 May 09:34
41973f9
Compare
Choose a tag to compare

android-browser-helper 1.3.0

Changes

  • Allow setting Display Mode on AndroidManifest #95
  • Handles Service disconnection while showing the splash screen #92

1.1.0

23 Jan 16:39
4e5d1d7
Compare
Choose a tag to compare
  • #53 Provide an Intent to the
    browser to focus the TWA. #53 (@PEConn)

1.0.0

08 Jan 10:52
b32df0a
Compare
Choose a tag to compare
  • android-browser-helper is now officially stable!
  • Uses androidx.browser.1.2.0.
  • Added Dark Mode Support for the Navigation bar and Status bar
  • Breaks compatibility with previous versions of the library. Check this blogpost for information on how to migrate from the old version to the >= 1.0.0.

Initial Release on GMaven

18 Oct 15:19
9f96eef
Compare
Choose a tag to compare

Can be accessed by adding the following artifact on the application build.gradle:

    implementation 'com.google.androidbrowserhelper:androidbrowserhelper:0.1.0-alpha1'

The jitpack libraries can now be removed.