Sign in
chromium
/
custom-tabs-client
/
HEAD
« Previous
3cf33a8
Add postMessage APIs to the support lib
by yusufo
· 9 years ago
c51efbd
Get latest updates to support lib
by yusufo
· 10 years ago
2d896e8
Forward extraCallback() in CustomTabsSessionToken.
by lizeb
· 10 years ago
eaafcb7
Add a extra to opt out from launching custom tabs
by yusufo
· 10 years ago
cc6b8b9
Query all valid CCT clients in test app instead of hardcoded list.
by tedchoc
· 10 years ago
2ce3f40
Fixes custom tabs client build.
by dewittj
· 10 years ago
21dba2a
Bring in the new 24.0 APIs as they are published in support lib.
by yusufo
· 10 years ago
fd52c2d
Add componentName to the createdummySession call
by yusufo
· 10 years ago
ad2979c
Add a way to generate a dummy session for custom tabs
by yusufo
· 10 years ago
37c00b1
Fix lint errors before rolling DEPS
by yusufo
· 10 years ago
473ab96
Add a way to create dummy session tokens for testing
by yusufo
· 10 years ago
960ff23
Merge pull request #28 from jollycopper/master
by pasko
· 10 years ago
fe08c0e
Replace proprietary content with free images and music
by Ian Wen
· 10 years ago
28c93ed
Merge pull request #27 from jollycopper/master
by pasko
· 10 years ago
2343a82
Implement Bottom Bar Using RemoteViews
by Ian Wen
· 10 years ago
30e1657
Update demo with features from support lib 23.2.0
by andreban
· 10 years ago
8ae46d2
Add the latest support library changes to the client example
by yusufo
· 10 years ago
5c935ab
Enable client to set color for custom action bar
by ianwen
· 10 years ago
92ff0b6
Update support lib side to latest changes
by yusufo
· 10 years ago
2aedcb4
Add APIs to CustomTabsIntent and CustomTabsSession for Bottombar
by ianwen
· 10 years ago
592e631
Fix dependency errors in Android Studio
by ianwen
· 10 years ago
3ecc03a
Update support lib to last released state
by yusufo
· 10 years ago
9e581f8
Added auto-hide toolbar demo
by andreban
· 10 years ago
e1f9976
Update libraries versions
by andreban
· 10 years ago
50653f2
Make README more compact
by pasko
· 11 years ago
08e2c91
Fixed leaking objects from the ServiceConnection
by andreban
· 11 years ago
90741bd
Instructions for contributing and OWNERS
by pasko
· 11 years ago
41ded9d
Update CONTRIBUTING.md, test CQ
by pasko
· 11 years ago
048bcc4
Add cq.cfg with magic for commit queue
by Egor Pasko
· 11 years ago
903889c
demos: remove some trailing space
by Egor Pasko
· 11 years ago
0fd5114
Improved the sharing example
by Andre Bandarra
· 11 years ago
291d7d6
README: make mayLaunchUrl accept the Uri
by Egor Pasko
· 11 years ago
01ce70f
README: fix a copy-paste error
by Egor Pasko
· 11 years ago
2ea3b32
Merge pull request #12 from andreban/supportlib
by pasko
· 11 years ago
addb26a
Updated demos module to use the Android Support Library
by Andre Bandarra
· 11 years ago
a956594
Change VIEW_VC to point to github
by Egor Pasko
· 11 years ago
ccb1d97
Add codereview.settings
by Egor Pasko
· 11 years ago
2f5ff86
Rename CONTRIBUTING for nicer web browsing
by Egor Pasko
· 11 years ago
bbbf71f
Merge "Add callback constants and url_bar_hiding and tint extras"
by Yusuf Ozuysal
· 11 years ago
fca3c5c
Revert "Add callback constants and url bar hiding extra"
by Yusuf Ozuysal
· 11 years ago
2e00a08
Add callback constants and url_bar_hiding and tint extras
by Yusuf Ozuysal
· 11 years ago
f0e2a0e
Add callback constants and url bar hiding extra
by Yusuf Ozuysal
· 11 years ago
a41c7e8
Added the Demos module
by andreban
· 11 years ago
bb8cfc0
Merge "Remove Chromium-specific build files."
by Yusuf Ozuysal
· 11 years ago
4ed857a
Add a spinner in UI to choose package name
by Ian Wen
· 11 years ago
8238f04
Update to the latest Android support library
by Yusuf Ozuysal
· 11 years ago
5129fb9
Remove Chromium-specific build files.
by Benoit Lize
· 11 years ago
7985ef0
Update to the latest version of the support library.
by Benoit Lize
· 11 years ago
b107bc7
Properly unbind from the service in Activity#onDestroy().
by Benoit Lize
· 11 years ago
ee07813
Make findbug happy by implementing both equals and hashcode
by Ian Wen
· 11 years ago
19d5cb3
Update the client example to use the latest Android support library classes
by Benoit Lize
· 11 years ago
5591652
Merge "Add action button tinting option to sample app"
by Ian Wen
· 11 years ago
9a89bb1
Add action button tinting option to sample app
by Ian Wen
· 11 years ago
4a4cec2
Update Chromium's build files.
by Benoit Lize
· 11 years ago
1ba4b88
Merge "Update README.md."
by Benoit Lize
· 11 years ago
5f75d5c
Update README.md.
by Benoit Lize
· 11 years ago
b4be531
Update the client example to use the Android support library classes.
by Benoit Lize
· 11 years ago
6bae8bf
Switch to using Uri instead of String
by Yusuf Ozuysal
· 11 years ago
a562624
Update the example application to the Android support library version.
by Benoit Lize
· 11 years ago
ef3ea19
Merge "Merge "Add the extra to the intent so that page title is shown""
by Ian Wen
· 11 years ago
a0ed0c9
Add gyp target to custom client repo
by Ian Wen
· 11 years ago
a30dcaa
Merge "Add the extra to the intent so that page title is shown"
by Ian Wen
· 11 years ago
fc74af0
README: preferred way to file bugs
by Egor Pasko
· 11 years ago
47a8e59
Call Context.unbindService() only on a bound service.
by Benoit Lize
· 11 years ago
b96f8dd
Remaining parts to avoid leaking ServiceConnection
by Egor Pasko
· 11 years ago
5af459c
Rename service classes and interfaces with custom tabs
by Yusuf Ozuysal
· 11 years ago
0ddaa3e
Update README.md.
by Benoit Lize
· 11 years ago
621472f
Update the sample application for M45 dev.
by Benoit Lize
· 11 years ago
9db3c13
Merge "Update README.md following pasko's comments."
by Egor Pasko
· 11 years ago
9c2f6c7
Update README.md following pasko's comments.
by Benoit Lize
· 11 years ago
7a19ef6
Change the constants back to be compatible with M44 dev.
by Benoit Lize
· 11 years ago
380a1c3
Add README.md.
by Benoit Lize
· 11 years ago
35005bc
Optimize file structure for AndroidStudio
by Egor Pasko
· 11 years ago
be077d2
hosted: make visible text consistent with announcements
by Egor Pasko
· 11 years ago
840ac7e
Make one remaining header consistent with LICENSE
by Egor Pasko
· 11 years ago
a502398
Update the Hosted trigger extra in the example application.
by Benoit Lize
· 11 years ago
62b1e4f
Make .aidl files build with AndroidStudio
by Egor Pasko
· 11 years ago
94936a1
Add a "KeepAlive" service to the example application.
by Benoit Lize
· 11 years ago
fb5da19
Bulk import of the examples
by Egor Pasko
· 11 years ago
86d12ca
First commit of license, readme and contributing
by Paul Kinlan
· 11 years ago
dc5c468
Initial empty repository
by Naoki Ishihara
· 11 years ago