Skip to content

Releases: droibit/CustomTabsLauncher

3.0.0-beta01

26 Nov 12:56
5d7505e
Compare
Choose a tag to compare
3.0.0-beta01 Pre-release
Pre-release

What's Changed

This release contains breaking changes.

  • Updates minimum required androidx.browserto v1.8.0. by @droibit in #21
  • Refactor Custom Tabs package handling by @droibit in #23

Full Changelog: 2.0.0...3.0.0-beta01

2.0.0

26 Dec 07:41
df899e9
Compare
Choose a tag to compare

What's Changed

  • Improve integration with CustomTabsIntent by @droibit in #13, #15, #20
  • Downgrade androidx.browser dependency from 1.6.0 to 1.5.0 for CustomTabsLauncher in flutter projects by @droibit in #14
  • Update the example app and dependencies to improve compatibility by @droibit in #16
  • Migrate the build configuration from Groovy to Kotlin by @droibit in #17
  • Add comprehensive unit tests for CustomTabsLauncher by @droibit in #18

Full Changelog: 1.7.1...2.0.0

2.0.0-rc01

12 Dec 12:27
df899e9
Compare
Choose a tag to compare
2.0.0-rc01 Pre-release
Pre-release

What's Changed

  • Update the example app and dependencies to improve compatibility by @droibit in #16
  • Migrate the build configuration from Groovy to Kotlin by @droibit in #17
  • Add comprehensive unit tests for CustomTabsLauncher by @droibit in #18
  • Delete v1.x compatibility code for CustomTabsLauncher v2.0.0 stability by @droibit in #19
  • Rename to set(Chrome)CustomTabsPackage for better clarity by @droibit in #20

Full Changelog: 2.0.0-beta03...2.0.0-rc01

2.0.0-beta03

20 Nov 12:17
95bc83d
Compare
Choose a tag to compare
2.0.0-beta03 Pre-release
Pre-release

What's Changed

This release contains breaking changes.

  • Respect the default browser that supports Custom Tabs by @droibit in #15
    • Add ensureCustomTabsPackage extension function to set the default browser that supports Custom Tabs to CustomTabsIntent.
    • Refactored ensureChromeCustomTabsPackage to ensureCustomTabsPackage to clarify extension function name.

Full Changelog: 2.0.0-beta02...2.0.0-beta03

2.0.0-beta02

09 Nov 09:45
68aec45
Compare
Choose a tag to compare
2.0.0-beta02 Pre-release
Pre-release

What's Changed

  • Downgrade androidx.browser dependency from 1.6.0 to 1.5.0 for CustomTabsLauncher in flutter projects by @droibit in #14

Full Changelog: 2.0.0-beta01...2.0.0-beta02

2.0.0-beta01

13 Sep 11:29
993b6b0
Compare
Choose a tag to compare
2.0.0-beta01 Pre-release
Pre-release

What's Changed

This release contains breaking changes.
Please migrate to the new version by referring to the new usage in the README.
(All deprecated interfaces will be deleted in stable v2.0.0)

  • Improve integration with CustomTabsIntent by @droibit in #13

Full Changelog: 1.7.1...2.0.0-beta01

1.7.1

03 Sep 06:41
faa1070
Compare
Choose a tag to compare

What's Changed

  • Downgrade to kotlin v1.7.0 for flutter projects by @droibit in #12

Full Changelog: 1.7.0...1.7.1

1.7.0

23 Aug 14:06
af57eab
Compare
Choose a tag to compare

What's Changed

  • Update development environment & Support Android 13 by @droibit in #10

Bugfixes

  • Fix to open intent in browser matching given package name, if not mat… by @suatkeskin in #11

New Contributors

Full Changelog: 1.6.0...1.7.0

1.6.0

19 Jan 01:17
75feb3c
Compare
Choose a tag to compare
  • Kotlinize
    • Depends on kotlin v1.5.30.
    • Package name has been changed and launcher-kotlin module has been removed.
      • com.github.droibit.customtabslauncher:launcher -> com.github.droibit:customtabslauncher

Support Android11

23 Jun 08:24
Compare
Choose a tag to compare