[go: nahoru, domu]

  1. f3708f8 Remove JELLY_BEAN mentions in *.kt files by Sergey Vasilinetc · 8 months ago
  2. ff6e33e Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 8 months ago
  3. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 8 months ago
  4. e8dc46d Remove always true Build.VERSION.SDK_INT >= 17 if checks by Sergey Vasilinetc · 8 months ago
  5. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 8 months ago
  6. 03c1512 Replace `if (SDK_INT >= 16) { $body; }` with `body` by Sergey Vasilinetc · 8 months ago
  7. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 8 months ago
  8. d02fb06 Stop using alpha/beta/rc when a stable version is available by Aurimas Liutikas · 8 months ago
  9. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 9 months ago
  10. 59a2d14 Merge "FakeDragTest.startFakeDragWhileSettling flakiness" into androidx-main by Treehugger Robot · 10 months ago
  11. 594a28f FakeDragTest.startFakeDragWhileSettling flakiness by Jakub Gielzak · 10 months ago
  12. ecfb548 Re-enable android.uniquePackageNames check by Aurimas Liutikas · 11 months ago
  13. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 11 months ago
  14. 2cf0505 Disabled OnApplyWindowInsetsListenerTest on API 34 by Jakub Gielzak · 11 months ago
  15. 001a411 Disabled OnApplyWindowInsetsListenerTest on API 34 by Jakub Gielzak · 11 months ago
  16. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year ago
  17. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 1 month ago
  18. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 1 month ago
  19. a9ca673 Update versions for release id 1684947600000 by natnaelbelay · 1 year, 2 months ago
  20. 2c6b210 Merge "Bump ViewPager2 version to 1.1.0-beta02" into androidx-main am: 079c7953fb by Ryan Mentley · 1 year, 2 months ago
  21. 6f6bb26 Bump ViewPager2 version to 1.1.0-beta02 by Ryan Mentley · 1 year, 3 months ago
  22. 6fa197e Merge "Opt-in w,x,y,z-prefixed projects to Suppress Compatibility migration" into androidx-main am: f34ab4a123 by Alan Viverette · 1 year, 2 months ago
  23. b3cc1da Opt-in w,x,y,z-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 2 months ago
  24. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  25. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 2 months ago
  26. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  27. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  28. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  29. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  30. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  31. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  32. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  33. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  34. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 1 year, 2 months ago
  35. bbb1a6f Merge "Remove empty AndroidManifest.xml files" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  36. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  37. 8d194af Merge "Mostly autogenerated suppression of test failures" into androidx-main am: 5cb268f536 by Treehugger Robot · 1 year, 2 months ago
  38. 99b2c16 Mostly autogenerated suppression of test failures by Jeff Gaston · 1 year, 2 months ago
  39. cd9e385 Merge "Preparation for ViewPager2 1.1.0-beta02 release" into androidx-main am: 8a69709958 by Treehugger Robot · 1 year, 3 months ago
  40. 4553715 Preparation for ViewPager2 1.1.0-beta02 release by Jakub Gielzak · 1 year, 4 months ago
  41. c94a24e Merge "Fix viewpager testapp" into androidx-main am: 6998053dc4 by Aurimas Liutikas · 1 year, 3 months ago
  42. 249809e Fix viewpager testapp by Aurimas Liutikas · 1 year, 3 months ago
  43. 4ddaf53 Merge "Ignore failing tests" into androidx-main am: daf112dfa7 by Radha Nakade · 1 year, 3 months ago
  44. 87918ee Ignore failing tests by Radha Nakade · 1 year, 3 months ago
  45. a2cee2f Merge "Upgrade to AGP 8.1.0-alpha11" into androidx-main am: 4d6337293f by Alan Viverette · 1 year, 3 months ago
  46. ffdcef8 Upgrade to AGP 8.1.0-alpha11 by Aurimas Liutikas · 1 year, 4 months ago
  47. 7fe665c Merge "Enabling multidex in ViewPager2 tests" into androidx-main am: d37f58ebf6 by Jakub Gielzak · 1 year, 4 months ago
  48. 9e883f3 Enabling multidex in ViewPager2 tests by Jakub Gielzak · 1 year, 4 months ago
  49. 4011626 Merge changes from topic "jg-vp2-rvdav" into androidx-main am: 03da1420ee by Jakub Gielzak · 1 year, 4 months ago
  50. 12e5672 Fix in response to change in RecyclerView by Jakub Gielzak · 1 year, 4 months ago
  51. 6006b92 Suppressing test on API < 30 by Jakub Gielzak · 1 year, 4 months ago
  52. 37117f3 Test update reflecting a change in API 29 by Jakub Gielzak · 1 year, 4 months ago
  53. e3f1cea Fix for HostFragmentBackStackTest by Jakub Gielzak · 1 year, 4 months ago
  54. 1bf069f WindowInsetsCompat warning suppression by Jakub Gielzak · 1 year, 4 months ago
  55. 6f2aead Suppress overridePendingTransition deprecation warnings. by Agostinho Junior · 1 year, 4 months ago
  56. eef9afa Disable flaking AdapterDataSetChangeWhileSmoothScrollTest by Aurimas Liutikas · 1 year, 4 months ago
  57. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 6 months ago
  58. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 5 months ago
  59. 71ed187 Fixes setSystemGestureExclusionRects registration by Jakub Gielzak · 1 year, 5 months ago
  60. 67e85ac Disable flaking MarginPageTransformerTest by Aurimas Liutikas · 1 year, 5 months ago
  61. af845a1 Fix typo in OWNERS file by Aurimas Liutikas · 1 year, 5 months ago
  62. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  63. 807baf5 Disable flaking ViewPager2 tests by Aurimas Liutikas · 1 year, 6 months ago
  64. 7882e45 Use private component for viewpager2 owners by Aurimas Liutikas · 1 year, 6 months ago
  65. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 7 months ago
  66. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  67. e15c4f3 Fix for OnApplyWindowInsetsListenerTest on API<21 by Jakub Gielzak · 1 year, 8 months ago
  68. b9fa90f Update lint baselines by Tiem Song · 2 years ago
  69. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 1 month ago
  70. ab6cc9f Lint fix in BaseTest.kt by Clara Fok · 2 years, 1 month ago
  71. a57935d Merge "Lint fix in ViewPager2.java" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  72. 59bacf2 Lint fix in TransientStateFragmentTest.kt by Clara Fok · 2 years, 1 month ago
  73. fcb9e9b Lint fix in ViewPager2.java by Clara Fok · 2 years, 1 month ago
  74. aa24a07e Reland "Upgrade to Kotlin 1.7.0" by Jim Sproch · 2 years, 1 month ago
  75. 86f63b2 Revert "Upgrade to Kotlin 1.7.0" by Aurimas Liutikas · 2 years, 1 month ago
  76. 2105f53 Upgrade to Kotlin 1.7.0 by Jim Sproch · 2 years, 2 months ago
  77. 38e446a Create androidx.test.uiautomator:uiautomator project by Daniel Peykov · 2 years, 1 month ago
  78. c83f2c5 FragmentTransactionCallback: state saving callback by Jakub Gielzak · 2 years, 2 months ago
  79. 4d93a2a Upgrade to espresso 3.5.0-alpha06 by Aurimas Liutikas · 2 years, 2 months ago
  80. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  81. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 3 months ago
  82. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  83. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  84. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 4 months ago
  85. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 4 months ago
  86. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 4 months ago
  87. e7e0198 Update Metalava to build 8155732 by Ember Rose · 2 years, 4 months ago
  88. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  89. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 4 months ago
  90. 43ea8f1 Update annotations for Tiramisu DP2 by Alan Viverette · 2 years, 5 months ago
  91. 9aa32a9 Merge "Move to TOML as source of truth for library groups and versions" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
  92. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  93. 660a212 Merge "Deprecation tags required to update T SDK" into androidx-main by Alan Viverette · 2 years, 5 months ago
  94. b0470e5 Upgrade to AGP 7.3.1-alpha01 by Aurimas Liutikas · 2 years, 6 months ago
  95. d752dae Deprecation tags required to update T SDK by Alan Viverette · 2 years, 5 months ago
  96. be7bf19 Mark MutableCollectionsTest as flaky by Andrea Falcone · 2 years, 6 months ago
  97. b20296a Upgrade to junit 4.13.2 by Aurimas Liutikas · 2 years, 7 months ago
  98. 1dcb884 Propagate more deprecations for SDK update by Alan Viverette · 2 years, 8 months ago
  99. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 2 years, 9 months ago
  100. e5318a7 Make proper WindowInsets dispatching optional in VP2 by Jelle Fresen · 2 years, 9 months ago