Chrome custom tabs examples
Перейти к файлу
Ryan Tseng 569aed9e53 Switch CQ to use LUCI
Bug: 860895
TBR=tandrii
Change-Id: I6026dd810284036eb58bfb2cab73d6170f1a3533
Reviewed-on: https://chromium-review.googlesource.com/1224715
Reviewed-by: Ryan Tseng <hinoka@chromium.org>
2018-09-14 20:04:15 +00:00
Application Allow launching CCT intents w/o a session from the test client. 2018-05-01 17:49:51 +00:00
customtabs Fix bug which causes NullPointerException in tests. 2018-09-04 10:27:43 +00:00
demos Browser actions sample 2018-05-14 12:56:50 +00:00
gradle/wrapper Update build tools and libraries to latest version 2017-12-08 18:07:39 +00:00
infra/config Switch CQ to use LUCI 2018-09-14 20:04:15 +00:00
shared Update build tools and libraries to latest version 2017-12-08 18:07:39 +00:00
svgomg 🤝 Allow developers to create TWAs easily with LauncherActivity. 2018-06-25 09:18:02 +00:00
.gitignore Adds the svgomg TWA module 2017-12-08 18:43:59 +00:00
CONTRIBUTING.md Update README and CONTRIBUTING for Gerrit review 2017-11-06 23:47:24 +00:00
CREDITS Replace proprietary content with free images and music 2016-04-15 11:20:03 -07:00
LICENSE First commit of license, readme and contributing 2015-05-21 11:57:15 +01:00
OWNERS Instructions for contributing and OWNERS 2015-10-02 08:24:38 -07:00
README.md Update README and CONTRIBUTING for Gerrit review 2017-11-06 23:47:24 +00:00
Using.md Make README more compact 2015-10-16 05:01:49 -07:00
build.gradle Update build tools and libraries to latest version 2017-12-08 18:07:39 +00:00
codereview.settings Update custom-tabs-client to use Gerrit for codereview 2017-11-06 20:46:02 +00:00
gradlew Optimize file structure for AndroidStudio 2015-05-27 18:19:35 +02:00
gradlew.bat Optimize file structure for AndroidStudio 2015-05-27 18:19:35 +02:00
settings.gradle Adds the svgomg TWA module 2017-12-08 18:43:59 +00:00

README.md

Chrome Custom Tabs - Examples and Documentation

Chrome Custom Tabs provides a way for an application to customize and interact with a Chrome Activity on Android. This makes the web content feel like being a part of the application, while retaining the full functionality and performance of a complete web browser.

Examples

Using Custom Tabs should be easy. This repository hosts examples and in-depth documentation. The examples are importable as projects into the Android Studio.

Bugs, Issues and Discussion

We want to hear your feedback! Please create bugs and start discussions using this template. Please use the template for any issues related to the Custom Tabs APIs, their implementation in Chrome, the examples in this repository, and related functionality of the Android Support Library.

Note: we know that the GitHub issue tracker is great! However, since Custom Tabs is mostly driven by Chrome developers, and we want to keep all bugs in one place, we prefer the Chromium issue tracker at the moment.

Contributing

We accept contributions to Custom Tabs examples and documentation. Please see our contributor's guide.