1. aa4d9f6 Pin all usages of androidx.core:core:1.1.0-rc to 1.1.0 by Nick Anthony · 5 years ago
  2. fad113d Rely on released versions of dependencies. by Peter E Conn · 5 years ago
  3. 161cafc Reveal TrustedWebActivityService classes. by Peter E Conn · 5 years ago
  4. 28a6f96 Add navigation bar color and dark-mode related APIs to TrustedWebActivityBuilder by Pavel Shmakov · 5 years ago
  5. e9cada4 Reveal TrustedWebActivityBuilder. by Peter E Conn · 5 years ago
  6. f1d039c Add feature detection for color scheme customization by Pavel Shmakov · 5 years ago
  7. 1d13dbe Use SimpleArrayMap in implementation by Jake Wharton · 5 years ago
  8. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  9. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  10. 0254eae Add Nullaway by Peter E Conn · 5 years ago
  11. f97b62a Merge "Reveal CustomTabsClient#newSession(Callback, id)." into androidx-master-dev by Peter Conn · 5 years ago
  12. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  13. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  14. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  15. 7377986 Merge "Suppresses / fixes all unchecked javac errors and enables error tracking" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  16. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  17. b732b91 Reveal CustomTabsClient#newSession(Callback, id). by Peter E Conn · 5 years ago
  18. 12a0a4e Revert "Replace Guava ListenableFuture with Jetpack implementation" by Alan Viverette · 5 years ago
  19. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  20. 375d910 Merge "Sync with custom-tab-client without API changes." into androidx-master-dev by Peter Conn · 5 years ago
  21. 1e89e7e Sync with custom-tab-client without API changes. by Peter E Conn · 5 years ago
  22. 692b3e95 Move all usaged of collection:1.1.0-rc01 to collection:1.1.0 by Nick Anthony · 5 years ago
  23. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  24. 355ce76 Merge "Move core to 1.2.0-alpha02" into androidx-master-dev by Treehugger Robot · 5 years ago
  25. 2cb4179 Merge "Add setNavigationBarColor api to Custom Tabs" into androidx-master-dev by Pavel Shmakov · 5 years ago
  26. 0aefc6b Move core to 1.2.0-alpha02 by Nick Anthony · 5 years ago
  27. 7c8c0e2 Add setNavigationBarColor api to Custom Tabs by Pavel Shmakov · 5 years ago
  28. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  29. c2ea01c Replace Guava ListenableFuture with Jetpack implementation by Alan Viverette · 5 years ago
  30. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  31. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  32. 11a721a Merge changes I304acd54,I84a53ba9 into androidx-master-dev by Treehugger Robot · 5 years ago
  33. 7745215 Merge "Add setColorSchemeParams method for Custom Tabs." into androidx-master-dev by Pavel Shmakov · 5 years ago
  34. 45d3f4e Delete legacy core-ui library. by Aurimas Liutikas · 5 years ago
  35. ab397bf Add setColorSchemeParams method for Custom Tabs. by Pavel Shmakov · 5 years ago
  36. 4943f19 Merge "Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01" into androidx-master-dev by Treehugger Robot · 5 years ago
  37. f3a4f49 Move collection to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  38. f7cef0b Move annotation to 1.2.0-alpha01 and pin all current usages to 1.1.0-rc01 by Nick Anthony · 5 years ago
  39. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  40. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  41. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  42. a3d28a7 Reenabling Doclava to run against sources too by Jeff Gaston · 5 years ago
  43. fb0d14a Deprecate Browser Actions. by Peter E Conn · 5 years ago
  44. baeeee7 Rename the setDarkThemeBehavior() customtabs API to setColorScheme by Peter Beverloo · 5 years ago
  45. f7d3d91 Add a customtabs extra to configure dark theme behavior by Peter Beverloo · 5 years ago
  46. 0b2c8b5 API: Properly filter out @RestrictTo(LIBRARY) on packages and classes by Adrian Roos · 5 years ago
  47. 79285e9 Generating restricted API txts by Jeff Gaston · 5 years ago
  48. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  49. 85ffcb1d Upstream Browser Actions changes. by Peter E Conn · 5 years ago
  50. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 5 years ago
  51. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 5 years ago
  52. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  53. 86267e3 Added support for keeping track of public resource surface by Oussama Ben Abdelbaki · 6 years ago
  54. 9551653 Removed LibraryVersions.SUPPORT_LIBRARY and replaced with project by Nick Anthony · 6 years ago
  55. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  56. 3cf783a Undoing the recent enabling of Metalava by Jeff Gaston · 6 years ago
  57. 87318cb Enabling Metalava everywhere by Jeff Gaston · 6 years ago
  58. c2d7549 Move minSdkVersion default into AndroidX plugin by Jake Wharton · 6 years ago
  59. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  60. 3478ef7 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  61. 7162082 Fix synthetic calls in browser module by Jake Wharton · 6 years ago
  62. b44d16b Fix an assortment of javadoc errors in androidx libs. by Aurimas Liutikas · 6 years ago
  63. 17de202 Revert "Migrate several libraries to use kotlin script build files." by Aurimas Liutikas · 6 years ago
  64. 2b69319 Migrate several libraries to use kotlin script build files. by Aurimas Liutikas · 6 years ago
  65. d7ddd96 Remove appcompat dependency from customtabs by Lei Tian · 6 years ago
  66. 88f23f4 Fix imports for browser code. by Aurimas Liutikas · 6 years ago
  67. a879294 Fix AS sync issues using prebuilts. by Filip Pavlis · 6 years ago
  68. 0efa1d5 Rename libray folders to align with artifact names. by Jake Wharton · 6 years ago[Renamed from customtabs]
  69. 636212d Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev am: 0f2a212c76 am: da52e92788 by Alan Viverette · 6 years ago
  70. da52e92 Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  71. 0f2a212 Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  72. 8db7074 Add new API files after refactor. by Aurimas Liutikas · 6 years ago
  73. ac5fe7c Refactor support library by Aurimas Liutikas · 6 years ago
  74. 4c1511b Merge "Restrict OCR+2 until refactor has landed" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  75. d1f3854 Restore OCR+2 following refactor by Alan Viverette · 6 years ago
  76. 41d2c49 Merge "Restrict OCR+2 until refactor has landed" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  77. 5b9d0ba Restrict OCR+2 until refactor has landed by Alan Viverette · 6 years ago
  78. f1c67f6 Merge "Add API files for 28.0.0-alpha1, don't publish WebView" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  79. 4d8b0fb Add API files for 28.0.0-alpha1, don't publish WebView by Alan Viverette · 6 years ago
  80. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 6 years ago
  81. 67171c8 Move testutils to androidx.testutils package. by Aurimas Liutikas · 6 years ago
  82. 68fca61 [automerger] Move R reference to own package am: 7d6b8bfbb4 by Android Build Merger (Role) · 6 years ago
  83. 7d6b8bf Move R reference to own package by Alan Viverette · 6 years ago support-library-27.1.0 support-library-27.1.0
  84. e338c36 Move more code to standard directories. by Aurimas Liutikas · 6 years ago
  85. 3ebde3b Move code to standard directories by Aurimas Liutikas · 6 years ago
  86. 1f5136a Remove minSdkVersion tags from library manifest files. by Aurimas Liutikas · 6 years ago
  87. 2d7294e DO NOT MERGE Finalize 27.1.0 release by Alan Viverette · 6 years ago
  88. bf0ea1d Finalize 27.1.0 release by Alan Viverette · 6 years ago
  89. e3739e4 Move Support Library to prebuilts only for everything except car by Alan Viverette · 7 years ago
  90. 2f5bc42 Display fallback dialog when no Browser Actions provider available by Lei Tian · 6 years ago
  91. dc2c001 Merge "Add Browser Actions support library" into oc-mr1-jetpack-dev by Lei Tian · 6 years ago
  92. 04c9e28 Add missing @RestrictTo and test size annotations. by Aurimas Liutikas · 6 years ago
  93. a4497e8 Add Browser Actions support library by Lei Tian · 7 years ago
  94. fa39e2b Remove uses of junit.framework.* by Aurimas Liutikas · 7 years ago
  95. ee0475d Merge "Sync jetpack and master Android.mk files." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  96. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  97. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  98. 7412f7f Sync jetpack and master Android.mk files. by Aurimas Liutikas · 7 years ago
  99. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  100. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago