1. c358f5a Merge "Deprecate ListViewCompat" into androidx-main by Alan Viverette · 7 months ago
  2. 2fa45a9 Deprecate ListViewCompat by Alan Viverette · 7 months ago
  3. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 7 months ago
  4. 8e25e6a Merge changes Ib5106ad7,I094dfcc5 into androidx-main by Sergey Vasilinetc · 7 months ago
  5. 38b2637 Remove @Requires(19) by Sergey Vasilinetc · 8 months ago
  6. d941e7b Remove JELLY_BEAN* mentions from *.java and *.kt code by Sergey Vasilinetc · 8 months ago
  7. e33a09a Add getSerializable compatible method by Shen Lin · 7 months ago
  8. 5d5a677 [Jetpack] Update nearby gms dependency to 19.1.0. by ziyiw · 7 months ago
  9. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 7 months ago
  10. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 7 months ago
  11. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 8 months ago
  12. 0320965 Upgrade to errorprone 2.23.0 by Aurimas Liutikas · 7 months ago
  13. a4852d0 Remove @RequiresApi(18) by Sergey Vasilinetc · 8 months ago
  14. e48ba37 Remove @RequiresApi(17) by Sergey Vasilinetc · 8 months ago
  15. 19e497c Merge "Remove @RequiresApi(16)" into androidx-main by Sergey Vasilinetc · 8 months ago
  16. 387ce59 Clean up obsolete compat methods in ViewCompat and usages in core by Alan Viverette · 8 months ago
  17. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 8 months ago
  18. f2ce9b2 Remove last @RequiresApi(15) except ViewCompat by Sergey Vasilinetc · 8 months ago
  19. 769f0ad Merge "[uwb-androidx] UwbServiceNotAvailableException instead of Runtime" into androidx-main by Shreshta Manu · 8 months ago
  20. 2ce538f [uwb-androidx] UwbServiceNotAvailableException instead of Runtime by Shreshta Manu · 8 months ago
  21. 17e37d7 Merge "Add a null check on platforms with potential crashes." into androidx-main by Treehugger Robot · 8 months ago
  22. 7de3005 Add a null check on platforms with potential crashes. by Alex Buynytskyy · 8 months ago
  23. bd13230 Modifies getMslAltitudeMeters and getMslAltitudeAccuracyMeters in androidx.core.location.LocationCompat to no longer throw IllegalStateExceptions when corresponding values are not set. by Brian Julian · 8 months ago
  24. 88c2c6e Merge changes I691d6fa1,I003491c3 into androidx-main by Sergey Vasilinetc · 8 months ago
  25. 7da61c6 Merge "Add Stylus handwriting enabled in EditorInfoCompat" into androidx-main by Treehugger Robot · 8 months ago
  26. 8bad382 Remove KITKAT mentions in *.java files by Sergey Vasilinetc · 8 months ago
  27. 14450b9 Remove KITKAT mentions in *.kt files by Sergey Vasilinetc · 8 months ago
  28. ff6e33e Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 8 months ago
  29. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 8 months ago
  30. e8dc46d Remove always true Build.VERSION.SDK_INT >= 17 if checks by Sergey Vasilinetc · 8 months ago
  31. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 8 months ago
  32. 03c1512 Replace `if (SDK_INT >= 16) { $body; }` with `body` by Sergey Vasilinetc · 8 months ago
  33. f53096d Add Stylus handwriting enabled in EditorInfoCompat by Taran Singh · 10 months ago