1. 59e15ce Merge changes from topic "dackka-1.5.1" into androidx-main by Julia McClellan · 6 months ago
  2. 934772d Merge "Fix retrieving initial system bar appearance on API 30+" into androidx-main by Treehugger Robot · 6 months ago
  3. d4cbc58 Remove usages of @since by Julia McClellan · 6 months ago
  4. 7b740f6 Merge "Remove references to FingerprintManager from FingerprintManagerCompat" into androidx-main by Alan Viverette · 6 months ago
  5. 68266cf Remove references to FingerprintManager from FingerprintManagerCompat by Alan Viverette · 6 months ago
  6. 6e9bc6d Correct nullability of extends and implements lists by Paul Duffin · 6 months ago
  7. ec9dcf2 Fix retrieving initial system bar appearance on API 30+ by Alex Vanyo · 2 years, 4 months ago
  8. 549313d Disable flaky TraceCompat tests by Alan Viverette · 6 months ago
  9. 48717f7 Merge "Disable highly-flaky tests" into androidx-main by Treehugger Robot · 6 months ago
  10. 135f002 Change the cutout mode of Base.Theme.SplashScreen to always since v30 by Tiger · 6 months ago
  11. 2a0fc39 Remove remaining obsolete SDK_INT checks in core by Jake Wharton · 6 months ago
  12. 9f99a4b Remove DeleteMe.kt workaround by Aurimas Liutikas · 6 months ago
  13. 82e49d1 Disable highly-flaky tests by Alan Viverette · 6 months ago
  14. 07e240a Merge "Remove obsolete SDK_INT codepaths in core's 'os' package" into androidx-main by Treehugger Robot · 6 months ago
  15. f374d8c Merge "Consolidate obsolete SDK resource directories" into androidx-main by Treehugger Robot · 6 months ago
  16. 6f362ec Consolidate obsolete SDK resource directories by Jake Wharton · 6 months ago
  17. 0b53c8f Remove obsolete SDK_INT codepaths in core's 'os' package by Jake Wharton · 11 months ago
  18. c7500c9 Remove obsolete SDK codepaths in DrawableCompat by Jake Wharton · 6 months ago
  19. a2c6d07 Merge "Deprecate and inline MarginLayoutParamsCompat" into androidx-main by Aurimas Liutikas · 6 months ago
  20. f8aabc6 Merge "Address feedback from API Review on PathParser" into androidx-main by Aurimas Liutikas · 7 months ago
  21. 8f5ec78 Deprecate and inline MarginLayoutParamsCompat by Jake Wharton · 7 months ago
  22. e253bc9 Merge "Migrate from TraceCompat to Trace" into androidx-main by Aurimas Liutikas · 7 months ago
  23. 81165f0 Merge "Test and document updateLayoutParams behavior on nulls" into androidx-main by Aurimas Liutikas · 7 months ago
  24. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 7 months ago
  25. 1ae97cd Migrate from TraceCompat to Trace by Jake Wharton · 10 months ago
  26. 63a9348 Test and document updateLayoutParams behavior on nulls by Jake Wharton · 7 months ago
  27. 6de3535 Address feedback from API Review on PathParser by Yuichi Araki · 7 months ago
  28. de616ab Merge "Remove FingerprintManagerCompat." into androidx-main by Hao Dong · 7 months ago
  29. 1b57412 Remove FingerprintManagerCompat. by Hao Dong · 7 months ago
  30. db8fa3c Merge "Remove targetsJavaConsumers" into androidx-main by Aurimas Liutikas · 7 months ago
  31. b506db9 Merge "Migrate flaky tests to use ActivityScenarioRule" into androidx-main by Treehugger Robot · 7 months ago
  32. 6700b61 Remove targetsJavaConsumers by omarismail · 7 months ago
  33. d0e3399 CORE = "1.13.0-beta01" Test: ./gradlew buildOnServer by Prajakta Patil · 7 months ago
  34. 74ab25f Migrate flaky tests to use ActivityScenarioRule by Alan Viverette · 7 months ago
  35. 80b360e Don't rotate the screen, it's not reliable by Alan Viverette · 7 months ago
  36. fb17059 Merge "Upgrade to AGP 8.4.0-alpha09" into androidx-main by Aurimas Liutikas · 7 months ago
  37. 302469c Merge "Add note about b/232589966 to IntentCompat implementations" into androidx-main by Treehugger Robot · 7 months ago
  38. 6160f3c Upgrade to AGP 8.4.0-alpha09 by Aurimas Liutikas · 7 months ago
  39. 1aa0171 Pin material3 library dependencies where possible by Aurimas Liutikas · 7 months ago
  40. 69c5f87 Add note about b/232589966 to IntentCompat implementations by Alan Viverette · 7 months ago
  41. 85346aa Convert Pools to Kotlin by Ian Lake · 7 months ago
  42. b48821e Rename Pools.java to .kt by Ian Lake · 7 months ago
  43. 8545b0c Disable flaking BasicCallControlsTest#testIsMuted by Aurimas Liutikas · 8 months ago
  44. 8fd7331 [GH] Update ContextCompat documentation for correctness by Matthew Zavislak · 8 months ago
  45. 61c0604 Unwrap list child view if instance of AppWidgetHostView by Sihua Ma · 8 months ago
  46. b6168ae Merge changes from topic "convert_consumer" into androidx-main by Treehugger Robot · 8 months ago
  47. 1c85189 Convert Consumer to Kotlin by Ian Lake · 8 months ago
  48. 94701ac Merge changes from topic "convert_function" into androidx-main by Treehugger Robot · 8 months ago
  49. 06eb69c Merge "Pin dependencies on androidx annotation" into androidx-main by Natnael Belay · 8 months ago
  50. 9b1c26d Merge changes from topic "convert_supplier" into androidx-main by Treehugger Robot · 8 months ago
  51. ceaa688 Merge "Update core-splashscreen OWNERS file" into androidx-main by Treehugger Robot · 8 months ago
  52. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 8 months ago
  53. 13a1117 Update core-splashscreen OWNERS file by Robin Lee · 8 months ago
  54. e507324 Merge "Add samples' source jars as published artifacts to sampling libraries" into androidx-main by Owen Gray · 8 months ago
  55. 7ba12fe Add AlarmManagerCompat.canScheduleExactAlarms API by Kamal Faraj · 8 months ago
  56. 96be208 Add samples' source jars as published artifacts to sampling libraries by Owen Gray · 10 months ago
  57. 67548d1 Convert Supplier to Kotlin by Ian Lake · 8 months ago
  58. 56fb88c Rename Supplier.java to .kt by Ian Lake · 8 months ago
  59. 04e3d61 Convert Function to Kotlin by Ian Lake · 8 months ago
  60. f5bda88 Rename Function.java to .kt by Ian Lake · 8 months ago
  61. 701ecad Rename Consumer.java to .kt by Ian Lake · 8 months ago
  62. 642df7b Merge "Improve efficiency of ViewGroup.descendants using lazy tree iterator" into androidx-main by Treehugger Robot · 8 months ago
  63. 8ea877e [uwb-jetpack] Add checks to validate session key length by Shreshta Manu · 8 months ago
  64. b23f16c Merge "Upgrade to AGP 8.3.0-beta01" into androidx-main by Aurimas Liutikas · 8 months ago
  65. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 10 months ago
  66. 32b7dfb [Jetpack] Change supported configId to mutable to apply filter. by ziyiw · 8 months ago
  67. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 8 months ago
  68. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 9 months ago
  69. 68930c1 Improve efficiency of ViewGroup.descendants using lazy tree iterator by Max Sidorov · 9 months ago
  70. d4d9d64 [GH] fix: remove duplicate "setContentIntent" by Fankesyooni · 8 months ago
  71. 2436c00 Merge "Initialize preference key before use." into androidx-main by Treehugger Robot · 8 months ago
  72. 0656029 Initialize preference key before use. by Nick Chalko · 8 months ago
  73. 38d0638 Merge "update addCall and CallControlScope docs" into androidx-main by Thomas Stuart · 8 months ago
  74. fa39562 Merge "[Jetpack] Add a public filter for config id." into androidx-main by Bob Wang · 9 months ago
  75. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 9 months ago
  76. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 9 months ago
  77. 7b6a6ad Merge "Fix typo" into androidx-main by Alan Viverette · 9 months ago
  78. 82d7c26 Fix typo by Alan Viverette · 9 months ago
  79. e3efdbb [Jetpack] Add a public filter for config id. by ziyiw · 9 months ago
  80. ee0da74 Add comment to build.gradle files by Tiem Song · 9 months ago
  81. c358f5a Merge "Deprecate ListViewCompat" into androidx-main by Alan Viverette · 9 months ago
  82. 2fa45a9 Deprecate ListViewCompat by Alan Viverette · 9 months ago
  83. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 9 months ago
  84. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 9 months ago
  85. 8e25e6a Merge changes Ib5106ad7,I094dfcc5 into androidx-main by Sergey Vasilinetc · 9 months ago
  86. 38b2637 Remove @Requires(19) by Sergey Vasilinetc · 9 months ago
  87. d941e7b Remove JELLY_BEAN* mentions from *.java and *.kt code by Sergey Vasilinetc · 9 months ago
  88. e33a09a Add getSerializable compatible method by Shen Lin · 9 months ago
  89. 5d5a677 [Jetpack] Update nearby gms dependency to 19.1.0. by ziyiw · 9 months ago
  90. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 9 months ago
  91. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 9 months ago
  92. 3ae5d0f update addCall and CallControlScope docs by Thomas Stuart · 11 months ago
  93. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 10 months ago
  94. 0320965 Upgrade to errorprone 2.23.0 by Aurimas Liutikas · 9 months ago
  95. a4852d0 Remove @RequiresApi(18) by Sergey Vasilinetc · 9 months ago
  96. e48ba37 Remove @RequiresApi(17) by Sergey Vasilinetc · 9 months ago
  97. 19e497c Merge "Remove @RequiresApi(16)" into androidx-main by Sergey Vasilinetc · 9 months ago
  98. 387ce59 Clean up obsolete compat methods in ViewCompat and usages in core by Alan Viverette · 10 months ago
  99. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 9 months ago
  100. f2ce9b2 Remove last @RequiresApi(15) except ViewCompat by Sergey Vasilinetc · 9 months ago