1. f555019 Clearly deprecate custom-tabs-client. by Peter E Conn · 4 years, 2 months ago main master
  2. 809a55c 🛃 Launch CCT on Null Session. by Peter E Conn · 4 years, 10 months ago
  3. d9aa8b2 🛃 Point to Android Browser Helper library. by Peter E Conn · 4 years, 10 months ago
  4. 91b4a12 🛃 Use older API when new one isn't needed. by Peter E Conn · 5 years ago
  5. 7dc51a4 Use dark-mode related APIs in TWAs by Pavel Shmakov · 5 years ago
  6. 7a2c137 🤝 Combine MATCH_DEFAULT_ONLY and MATCH_ALL. by Peter E Conn · 5 years ago
  7. b42451a 🤝 Use MATCH_ALL on Android M+ when searching for Custom Tabs providers. by Peter E Conn · 5 years ago
  8. a633542 Add setNavigationBarColor API by Pavel Shmakov · 5 years ago
  9. 8f07fcc 🤝 Create method to set verified provider synchronously. by Peter E Conn · 5 years ago
  10. ec14017 Tests for TWA client code by Pavel Shmakov · 5 years ago
  11. 1663ae6 Restore minSdkVersion in manifest by Pavel Shmakov · 5 years ago
  12. 59af545 Add setColorSchemeParams method for Custom Tabs. by Pavel Shmakov · 5 years ago
  13. 3e2f06a Update build.gradle by Pavel Shmakov · 5 years ago
  14. 7a865bf Add recommended theme for LauncherActivity into javadoc by Pavel Shmakov · 5 years ago
  15. 700d2e1 Move general-purpose code out of LauncherActivity by Pavel Shmakov · 5 years ago
  16. 6c0621e Show splash screen only after enter animation completes by Pavel Shmakov · 5 years ago
  17. f7f1f64 Don't start a new TWA when service connection is restored by Pavel Shmakov · 5 years ago
  18. b0d6c6e Rename intent filter category for splash screens by Pavel Shmakov · 5 years ago
  19. 4097235 Additional parameters for splash screens by Pavel Shmakov · 5 years ago
  20. 90ff6ef Use a more flexible method of retrieving splash image from resources by Pavel Shmakov · 5 years ago
  21. 26f06b8 Fix cct tests compilation error and remove permissions from manifest by Pavel Shmakov · 5 years ago
  22. 3679335 TWA splash screens with FileProvider - client side by Pavel Shmakov · 5 years ago
  23. 26aa674 ✨ Wait for TWA provider to be set in tests. by Peter E Conn · 5 years ago
  24. da65829 ✨ Add basic tests for LauncherActivity. by Peter E Conn · 5 years ago
  25. 76d8d07 🛃 Clear service after unbinding. by Peter E Conn · 5 years ago
  26. 232da01 Remove pasko from OWNERS by Egor Pasko · 5 years ago
  27. d08e93f 🤝 Improve logic for picking TWA provider. by Peter E Conn · 5 years ago
  28. cea0bca Rename setDarkThemeBehavior() to setColorScheme() by Peter Beverloo · 5 years ago
  29. 126c460 Add CustomTabsIntent.Builder.setDarkThemeBehavior() by Peter Beverloo · 5 years ago
  30. e849e45 Adds Activity metadata to set status-bar color in TWA by Andre Bandarra · 5 years ago
  31. a0f7418 🤝 Ensure TWA provider is verified for notification delegation. by Peter E Conn · 5 years ago
  32. 7ab7178 🏴 Add self to custom-tabs-client OWNERS. by Peter E Conn · 5 years ago
  33. 48b80b0 Call warmup for Chrome 72 when launching TWAs by Pavel Shmakov · 5 years ago
  34. b37717c Revert "🤝 Expose method to check Chrome supports TWAs." by Peter Conn · 5 years ago
  35. 143dac0 🤝 Expose method to check Chrome supports TWAs. by Peter E Conn · 5 years ago
  36. 51a4ff1 Allow to send multiple trusted origins from TWA clients by Pavel Shmakov · 6 years ago
  37. 3a71a75 🤝 Display toast if user is on out of date Chrome. by Peter E Conn · 6 years ago
  38. f590c16 Removes the svgomg module by Andre Bandarra · 6 years ago
  39. e446d08 Remove shared as dependency for svomg by Andre Bandarra · 6 years ago
  40. 878e227 🛃 Log when PostMessage binding fails. by Peter E Conn · 6 years ago
  41. b5a95cf 🤝 Remove image_provider from customtabs Manifest. by Peter E Conn · 6 years ago
  42. b61484e Update LauncherActivity to work well in "Single Activity TWA" mode by Pavel Shmakov · 6 years ago
  43. 23a570c Enable opening site-settings in Chrome as a manage space activity for apps hosting TWAs by Pavel Shmakov · 6 years ago
  44. 4c092f0 🤝 Update LauncherActivity. by Peter E Conn · 6 years ago
  45. c813ed8 Pull methods and behaviour from PostMessageHandler into PostMessageServiceConnection by David Barker · 6 years ago
  46. 873e69c Add a method to retrieve both id and bitmap for TWA notification small icon by Pavel Shmakov · 6 years ago
  47. 746256f Remove cq_name by Ryan Tseng · 6 years ago
  48. 569aed9 Switch CQ to use LUCI by Ryan Tseng · 6 years ago
  49. 7ad890c Fix bug which causes NullPointerException in tests. by amalova · 6 years ago
  50. b9c2c01 Allow connecting to existing CCT and update callback. by Anna Malova · 6 years ago
  51. 255d0a3 🤝 Make LauncherActivity ephemeral. by Peter E Conn · 6 years ago
  52. 81a14bc 🤝 Expose getVerifiedPackages. by Peter E Conn · 6 years ago
  53. e8d760c 🤝 Allow developers to create TWAs easily with LauncherActivity. by Peter E Conn · 6 years ago
  54. dde0cb7 🤝 Fail explicitly if user doesn't have supporting version of Chrome. by Peter E Conn · 6 years ago
  55. 057eae4 🔁 Add method to check if notifications are enabled. by Peter E Conn · 6 years ago
  56. bd0bd8a 🤝 Add extras key for relationship validation callback. by Peter E Conn · 6 years ago
  57. 1263737 🔁 Expose NotificationManager#getActiveNotifications. by Peter E Conn · 6 years ago
  58. 80c6e8c Browser actions sample by Dmitry Malykhanov · 6 years ago
  59. 9f56789 🔁 Fail gracefully if SMALL_ICON metadata not provided. by Peter E Conn · 6 years ago
  60. e7416dd 🔁 Remember TWA provider on verification success. by Peter E Conn · 6 years ago
  61. 72650f7 Allow launching CCT intents w/o a session from the test client. by Ted Choc · 6 years ago
  62. fea7d0f 🔁 Add method to check if a TWA client exists for given scope/origin. by Peter E Conn · 6 years ago
  63. 46c8195 🔁 Cache the UID of the first verified provider to connect. by Peter E Conn · 6 years ago
  64. cfb339b 🔁 Implement Notification Delegation. by Peter E Conn · 6 years ago
  65. 3dab0ad 🛃 Fix customtabs tests. by Peter E Conn · 6 years ago
  66. 5f4df5c Change javadoc and function name to show the source package name might be untrusted by Lei Tian · 6 years ago
  67. 0a9bac1 Change xml/filepaths.xml to prevent conflict by Lei Tian · 6 years ago
  68. 54788ba Add "import android.support.customtabs.R" and add the "final" qualifier to the viewHolder by massongit · 6 years ago
  69. 7884a65 Add predefined items to Browser Actions fallback dialog by Lei Tian · 6 years ago
  70. 5eeb560 Fix: "calback" to "callback" in JavaDoc. by massongit · 6 years ago
  71. 9cfda16 Fix IndexOutOfBoundsException when urls to grant permission is empty or null by Lei Tian · 6 years ago
  72. 911f9f6 Browser Actions fallback dialog could retrieve image from image provider by Lei Tian · 6 years ago
  73. 0f51f5c Clean up images which have not been shared by file provdier for a period of time by Lei Tian · 6 years ago
  74. 11160d7 Sync Browser Actions changes on Android support lib by Lei Tian · 7 years ago
  75. ad730ac Injecting package name to CCT support lib AndroidManifest and merge it into imported apps by Lei Tian · 7 years ago
  76. 86d8643 Pass images through FileProvider by Lei Tian · 7 years ago
  77. ac2391b Sync with Android support lib by Lei Tian · 7 years ago
  78. a0b6c6f Display backup dialog for Browser Actions is no provider is available by Lei Tian · 7 years ago
  79. 40ada2f Adds the svgomg TWA module by Andre Bandarra · 7 years ago
  80. 2b53569 Update build tools and libraries to latest version by Andre Bandarra · 7 years ago
  81. 41f16e5 Ignores Android Studio project files by Andre Bandarra · 7 years ago
  82. afe8a13 Pass and retrieve the icons of Browser Actions custom items by their resource ids by Lei Tian · 7 years ago
  83. 45051f5 Sync the last changes in the support library to custom_tabs_client by Yusuf Ozuysal · 7 years ago
  84. f7d3958 Update README and CONTRIBUTING for Gerrit review by Aaron Gable · 7 years ago
  85. 9f57460 Update custom-tabs-client to use Gerrit for codereview by Aaron Gable · 7 years ago
  86. cff0610 Add validateRelationship() to the support library. by lizeb · 7 years ago
  87. b1019f4 Export the Receiver to fix the compile error by ltian · 7 years ago
  88. 481ca67 Support library changes to allow a callback notifying the selection of default items for Browser Actions by ltian · 7 years ago
  89. 08bd54d Enable scrolling of main content in CCT client app. by tedchoc · 7 years ago
  90. bbdd5c4 Change Custom Tab Client test app to be easier for Browser Actions test. by ltian · 7 years ago
  91. 4889dd9 Update Browser Actions in support library for test case in Chrome by ltian · 7 years ago
  92. 5dd7021 [Android] Add public API for Browser Action in support library by ltian · 7 years ago
  93. 22714ed Updates the gradle dependencies to fix the build. by dewittj · 7 years ago
  94. 3c95e2d Clean up CCT support library on Chrome repo to be consistent with its support library on Android repo by ltian · 7 years ago
  95. 0845c6a Update cq.cfg to use new name for committers group. by vadimsh · 8 years ago
  96. f68fb05 Add a service to handle postMessage callbacks to client by yusufo · 8 years ago
  97. 2de63c2 Log the process importance. by lizeb · 8 years ago
  98. a9f1a9b Update client app to show app name along with package name. by tedchoc · 8 years ago
  99. e2b6730 Revert of Suppress findbugs warnings on Chromium for syncronized methods (patchset #1 id:1 of https://codereview.chromium.org/2501063002/ ) by yusufo · 8 years ago
  100. 6831eda Suppress findbugs warnings on Chromium for syncronized methods by yusufo · 8 years ago