android-browser-helper

The Android Browser Helper library helps developers use Custom Tabs and Trusted Web Activities on top of the AndroidX browser support library.

APACHE-2.0 License

Stars
693
Committers
24

Bot releases are hidden (Show)

android-browser-helper - android-browser-helper-2.4.0 Latest Release

Published by mvano about 2 years ago

Adds support for handling Android T notification permission requests.

android-browser-helper - android-browser-helper-2.3.0

Published by andreban almost 3 years ago

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 - android-browser-helper-2.2.2

Published by andreban over 3 years ago

  • Fixed issue with the splash screen freezing when launchTwa() is called asynchronously - #297
android-browser-helper - android-browser-helper-2.2.1

Published by andreban over 3 years ago

  • Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.
android-browser-helper - android-browser-helper-2.2.1-alpha02

Published by andreban over 3 years ago

  • Fixes a crash in the WebView fallback when unable to hand off navigations to a browser.
android-browser-helper - androidbrowserhelper-2.2.0

Published by andreban over 3 years ago

  • Fixes bug where immersive sticky mode wasn't working.
  • Enables executing asynchronous calls before launching the TWA in LauncherActivity.
android-browser-helper - 2.1.0

Published by andreban almost 4 years ago

android-browser-helper - 2.0.1

Published by andreban almost 4 years ago

android-browser-helper - 1.3.2

Published by andreban about 4 years ago

  • Updated Chrome OS support
  • Support for Android 11
android-browser-helper - 1.3.1

Published by andreban over 4 years ago

  • Fixes TwaProviderPicker detecting non-browsers apps as browsers
android-browser-helper - 1.3.1-alpha01

Published by andreban over 4 years ago

android-browser-helper - 1.3.0

Published by andreban over 4 years ago

android-browser-helper 1.3.0

Changes

  • Allow setting Display Mode on AndroidManifest #95
  • Handles Service disconnection while showing the splash screen #92
android-browser-helper - 1.1.0

Published by andreban over 4 years ago

  • #53 Provide an Intent to the
    browser to focus the TWA. #53 (@PEConn)
android-browser-helper - 1.0.0

Published by andreban almost 5 years ago

  • 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.
android-browser-helper - Initial Release on GMaven

Published by andreban about 5 years ago

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.

Related Projects