1. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 3 months ago
  2. dd4013f Deprecate unused LIBRARY_PREFIX for downloadable font by Siyamed Sinir · 3 years, 4 months ago
  3. 91aa2da Merge "Replace SelfDestructingThread with ThreadPool" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  4. 921382f Replace SelfDestructingThread with ThreadPool by Siyamed Sinir · 3 years, 4 months ago
  5. 87bfe6f Add androidx.core:core-google-shortcuts module by Nick Anthony · 3 years, 4 months ago
  6. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 5 months ago
  7. 950081a Do not create Handler in FontsContract by Siyamed Sinir · 3 years, 4 months ago
  8. 8245bfe Refactor FontsContractCompat by Siyamed Sinir · 3 years, 4 months ago
  9. 1ccc071 Merge changes from topic "core_beta2" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  10. 07844a5 Bump core to 1.5.0-beta02 by Nick Anthony · 3 years, 4 months ago
  11. e07bece Revert API surface of "Fix the compat library for display modes." by Nick Anthony · 3 years, 4 months ago
  12. 9155c10 Merge "Make CatchAndPrintStackTrace in errorprone an error and suppress existing violations." into androidx-main by Jeff Gaston · 3 years, 4 months ago
  13. 6411406 Merge "Clean up activity recreate tests" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  14. a035a42 Merge "Lazily load reflection fields for visible insets" into androidx-main by Vadim Caen · 3 years, 4 months ago
  15. 7969d3a Make CatchAndPrintStackTrace in errorprone an error by Sergey Zakharov · 3 years, 4 months ago
  16. b452713 Merge "Fix and enforce MixedMutabilityReturnType errorprone warnings" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  17. c561df5 Lazily load reflection fields for visible insets by Vadim Caen · 3 years, 4 months ago
  18. 1200825 Merge "Clean up LocationManagerCompat.isLocationEnabled and test" into androidx-main by Alan Viverette · 3 years, 4 months ago
  19. da22c53 Merge "Fix dangling <b> tag in javadoc in ViewCompat" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  20. 3ebce41 Fix and enforce MixedMutabilityReturnType errorprone warnings by Sergey Zakharov · 3 years, 4 months ago
  21. 599e17f Fix dangling <b> tag in javadoc in ViewCompat by Nikita Dubrovsky · 3 years, 4 months ago
  22. e87fe4c Merge "Fix and enforce ObjectToString errorprone warnings" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  23. 0635226 Clean up LocationManagerCompat.isLocationEnabled and test by Alan Viverette · 3 years, 4 months ago
  24. a61ae0c Merge "Propagate layout direction to wrapped drawables" into androidx-main by Alan Viverette · 3 years, 4 months ago
  25. 416bd62 Merge "Root Insets for pre 23 SDK" into androidx-main by Vadim Caen · 3 years, 4 months ago
  26. fa33fb4 Root Insets for pre 23 SDK by Vadim Caen · 3 years, 4 months ago
  27. 2d07ef2 Insets test: replace RequireSdk by SdkSuppress by Vadim Caen · 3 years, 4 months ago
  28. 1984daa Merge changes Ieae8a237,Ia630796b,Ieb81e8fc into androidx-main by Vadim Caen · 3 years, 4 months ago
  29. 4e85103 Fix and enforce ObjectToString errorprone warnings by Sergey Zakharov · 3 years, 4 months ago
  30. 2de4931 Propagate layout direction to wrapped drawables by Alan Viverette · 3 years, 4 months ago
  31. 2f5b126 Dispatch animation callback to children by Vadim Caen · 3 years, 4 months ago
  32. 4f49f70 Fix WIC.Builder.setInsets(ime()) by Vadim Caen · 3 years, 6 months ago
  33. a382d24 Call View.onApplyWindowInset if no listener is set by Vadim Caen · 3 years, 4 months ago
  34. ea77ccc Fix WindowInsetsCompat#hasInsets() crash by Hiroki Sato · 3 years, 4 months ago
  35. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 4 months ago
  36. 59a00b0 Merge "System font check for downloadable fonts" into androidx-main by Siyamed Sinir · 3 years, 4 months ago
  37. 6e8e9f1 System font check for downloadable fonts by Siyamed Sinir · 3 years, 4 months ago
  38. 9bb6941 Rename androidx font download thread by Siyamed Sinir · 3 years, 4 months ago
  39. 73de14a Clean up activity recreate tests by Alan Viverette · 3 years, 7 months ago
  40. 6199584 Merge "Minor updates to OnReceiveContentListener javadoc" into androidx-main by Nikita Dubrovsky · 3 years, 4 months ago
  41. dd669a8 Merge "NotificationCompat.MessagingStyle.getText() was incorrectly marked as @NonNull; it is now @Nullable" into androidx-main by Jeff DeCew · 3 years, 4 months ago
  42. f99b1d2 Call listener even if insets equals by Vadim Caen · 3 years, 5 months ago
  43. b9dbbd4 Minor updates to OnReceiveContentListener javadoc by Nikita Dubrovsky · 3 years, 4 months ago
  44. d0ce591 Merge "Insets.max / Insets.min: clarify javadoc" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  45. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 5 months ago
  46. a0f40ef Merge "Returned the passed insets instead of a copy" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  47. 174d353 Returned the passed insets instead of a copy by Vadim Caen · 3 years, 6 months ago
  48. 0c5d7b5 Merge "Fix the compat library for display modes." into androidx-main by Treehugger Robot · 3 years, 5 months ago
  49. b27cfef Update core dependency on VP for bugfix by Alan Viverette · 3 years, 5 months ago
  50. 65d3c56 Insets.max / Insets.min: clarify javadoc by Adrian Roos · 3 years, 5 months ago
  51. 6af7da2 Fix the compat library for display modes. by Brian Lindahl · 3 years, 6 months ago
  52. d296cab NotificationCompat.MessagingStyle.getText() was incorrectly marked as @NonNull; it is now @Nullable by Jeff DeCew · 3 years, 6 months ago