1. fb365ee Suppress NightModeRltTest on API 15 and lower by Ember Rose · 3 years, 3 months ago
  2. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 3 months ago
  3. f63d9d2a Merge "Bump appcompat's dep on core to point to the core project" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  4. b99531f Merge "Suppress flaky and failing postsubmit tests" into androidx-main by Sam Gilbert · 3 years, 3 months ago
  5. 5014673 Bump appcompat's dep on core to point to the core project by Nikita Dubrovsky · 3 years, 4 months ago
  6. cf97bc7 Suppress flaky and failing postsubmit tests by Ember Rose · 3 years, 4 months ago
  7. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  8. 0d55061 Bump core to 1.7.0-alpha01, pin project dependencies to 1.6.0-rc01 by Alan Viverette · 3 years, 4 months ago
  9. 01bd50c Merge "Upgrade to androidx.test 1.4.0-beta01" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  10. a595c65 Upgrade to androidx.test 1.4.0-beta01 by Aurimas Liutikas · 3 years, 4 months ago
  11. 17acd9e Update public_plus_experimental to hide @RestrictTo items by Aurimas Liutikas · 3 years, 4 months ago
  12. f78191d Expose setForceShowIcon as public API by Alan Viverette · 3 years, 4 months ago
  13. e1781ff Merge "Fix VFY issues in appcompat-resources" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  14. ec2783e Merge "Ensure that all created activities receive onConfigurationChange" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  15. 13a7752 Ensure that all created activities receive onConfigurationChange by Alan Viverette · 3 years, 4 months ago
  16. dc4dd53 Merge "Parity for super constructor that takes a layout ID" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  17. 93a3bc7 Parity for super constructor that takes a layout ID by Alan Viverette · 3 years, 4 months ago
  18. 86eb880 Fix VFY issues in appcompat-resources by Alan Viverette · 3 years, 4 months ago
  19. 1d51c3b Merge "Add test case for merge tag" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  20. b6af5fb Migrate appcompat to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 4 months ago
  21. 28fed4b Merge "Use incident filter for minSdkVersion constraints" into androidx-main by Alan Viverette · 3 years, 4 months ago
  22. 7821ad0 Add test case for merge tag by Alan Viverette · 3 years, 4 months ago
  23. 1ea2b9a Use incident filter for minSdkVersion constraints by Alan Viverette · 3 years, 4 months ago
  24. 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years, 4 months ago
  25. fd3cd93 Add layout inspection annotations to AppCompat by Ember Rose · 3 years, 4 months ago
  26. 91bb6a5 Merge "Prototype of withOrientation." into androidx-main by saff · 3 years, 4 months ago
  27. 97ba7a9 Merge "Always set the orientation back to natural after rotation tests" into androidx-main by Alan Viverette · 3 years, 4 months ago
  28. 6ef8235 Prototype of withOrientation. by David Saff · 3 years, 4 months ago
  29. 1b15416 Always set the orientation back to natural after rotation tests by Alan Viverette · 3 years, 4 months ago
  30. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  31. 119b961 Update test logic for nullable Activity result and unmark flaky by Alan Viverette · 3 years, 4 months ago
  32. c7602a6 Merge "Retain focusable from attributes in AppCompatEditText" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  33. 2ce10eb Unbreak build (ktlint superfluous semicolon) by Jim Sproch · 3 years, 4 months ago
  34. a5f6f31 Mark NightModeRotateRecreatesActivityWithConfigTestCase#testRotateRecreatesActivityWithConfig[0] as @FlakyTest by Aurimas Liutikas · 3 years, 4 months ago
  35. 7e2a18f Retain focusable from attributes in AppCompatEditText by Sean McQuillan · 3 years, 4 months ago
  36. e5ba18a Rename package for emoji2 views helpers by Sean McQuillan · 3 years, 4 months ago
  37. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 5 months ago
  38. c671557 Don't flag private inner classes without constructors by Alan Viverette · 3 years, 5 months ago
  39. ab8e5e2 Add EmojiCompat to AppCompatEditText by Sean McQuillan · 3 years, 4 months ago
  40. 53bc3f6 Add enabled/disabled to EmojiEditTextHelper by Sean McQuillan · 3 years, 5 months ago
  41. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 5 months ago
  42. 32144c85d Re-work support action bar window callback handling by Chris Banes · 3 years, 5 months ago
  43. 720c0ad Update fragment dependency to 1.3.4 by Jeremy Woods · 3 years, 5 months ago
  44. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 5 months ago
  45. f3197f5 Enable emojicompat for AppCompatCheckedTextView by Sean McQuillan · 3 years, 5 months ago
  46. 73cf5fc Enable emojicompat for AppCompatButton by Sean McQuillan · 3 years, 5 months ago
  47. 7186962 Enable emojicompat for SwitchCompat by Sean McQuillan · 3 years, 5 months ago
  48. 740fdf7 Enable emojicompat for AppCompatToggleButton by Sean McQuillan · 3 years, 5 months ago
  49. 6cf9acd Merge "Fix case where setSupportActionBar overwrites the window callback" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  50. a022412 Add tests to ensure lint API versions are current by Alan Viverette · 3 years, 5 months ago
  51. 5c89400 Merge changes I50b0b6d9,If0e1a060,I4fb3ce92 into androidx-main by Treehugger Robot · 3 years, 5 months ago
  52. 715324a Integrate emojicompat integration for appcompat by Sean McQuillan · 3 years, 5 months ago
  53. e20c13c Use UiAutomator to rotate the screen and ActivityMonitor as sync point by Alan Viverette · 3 years, 5 months ago
  54. 200ccec Fix case where setSupportActionBar overwrites the window callback by Alan Viverette · 3 years, 5 months ago
  55. ed80df3 Merge changes from topic "186522116_poke_csld" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  56. 872cf7d Add fix for initial CSLD state on SDKs 29 and 30 by Alan Viverette · 3 years, 5 months ago
  57. bc652b3 Clean up lint warnings in DrawableUtils by Alan Viverette · 3 years, 5 months ago
  58. 22ba40b Re-apply "Wrap resources with VectorEnabledTintResources" with fixes by Alan Viverette · 3 years, 6 months ago
  59. b3bd7fa Merge "Update activity dependency to 1.2.3" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  60. daee68d Merge "Moving test strings.xml files to donottranslate-strings.xml" into androidx-main by Jeff Gaston · 3 years, 5 months ago
  61. b2714c3 Merge "Move to targeting Java 8 for all androidx libraries" into androidx-main by Aurimas Liutikas · 3 years, 5 months ago
  62. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 5 months ago
  63. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 5 months ago
  64. e7fe111 Ignore testRotateRecreatesActivityWithConfig by Andrea Falcone · 3 years, 5 months ago
  65. 2f588ac Update activity dependency to 1.2.3 by Jeremy Woods · 3 years, 5 months ago
  66. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 5 months ago
  67. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  68. 63f5fe8 Add CSL value support to ColorStateListInflaterCompat by Ataul Munim · 4 years, 2 months ago
  69. 63556cf Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  70. d66d35d Update fragment dependency by Jeremy Woods · 3 years, 5 months ago
  71. 3e57169 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 3 years, 5 months ago
  72. d935fad Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 3 years, 5 months ago
  73. 02b91b2 Avoid NPE when handling null custom selection action mode callback by Alan Viverette · 3 years, 5 months ago
  74. ee1c020 Merge "Backport tintable CheckedTextView on API < 21" into androidx-main by Alan Viverette · 3 years, 6 months ago
  75. 086bf5a Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  76. 173ce1b Fix flaky test of testBackportAccessibilityAttributes by lucychang · 3 years, 6 months ago
  77. 43282f9 Mark AppCompatInflaterBadClassNameTest#testBackportAccessibilityAttributes as flaky by Aurimas Liutikas · 3 years, 6 months ago
  78. 53d22bf Backport tintable CheckedTextView on API < 21 by Eugen Pechanec · 3 years, 6 months ago
  79. c7b1f6c Merge "Revert "Add layout inspection annotations to AppCompat"" into androidx-main by Alan Viverette · 3 years, 6 months ago
  80. 0496d75 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 3 years, 6 months ago
  81. 8b3c06c Revert "Add layout inspection annotations to AppCompat" by Ember Rose · 3 years, 6 months ago
  82. 6a7d08f Merge "Add layout inspection annotations to AppCompat" into androidx-main by Ember Rose · 3 years, 6 months ago
  83. 2034766 Merge "Revert "Wrap resources with VectorEnabledTintResources"" into androidx-main by Alan Viverette · 3 years, 6 months ago
  84. e91d99a Add layout inspection annotations to AppCompat by Ember Rose · 3 years, 7 months ago
  85. 7450da4 Revert "Wrap resources with VectorEnabledTintResources" by Alan Viverette · 3 years, 6 months ago
  86. fab821c Merge "Backport accessibility XML attributes to API 19" into androidx-main by Lucy Chang · 3 years, 6 months ago
  87. c7d6e5a Merge "Update appcompat prebuilt dependencies" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  88. cde3364 Merge "Ensure default night mode changes propagate to stacked activities" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  89. c436d47 Update appcompat prebuilt dependencies by Jeremy Woods · 3 years, 6 months ago
  90. 3ea8ff0 Wrap resources with VectorEnabledTintResources by Alan Viverette · 3 years, 9 months ago
  91. 124a4c9 Merge "Extract spinner rotation tests to a separate class" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  92. ce7fb7a Backport accessibility XML attributes to API 19 by lucychang · 3 years, 7 months ago
  93. afa466b Merge "Mark testRotateRecreatesActivityWithConfig as flaky test" into androidx-main by Aurimas Liutikas · 3 years, 7 months ago
  94. 2f46b9b Merge "OnReceiveContentListener: Handle IME insertion permissions release" into androidx-main by Nikita Dubrovsky · 3 years, 7 months ago
  95. e24e06e Mark testRotateRecreatesActivityWithConfig as flaky test by Aurimas Liutikas · 3 years, 7 months ago
  96. 57ded9e Propagate android:theme across <include>d layouts on pre-Lollipop devices by Simon Bergner · 3 years, 7 months ago
  97. 5d13cff OnReceiveContentListener: Handle IME insertion permissions release by Nikita Dubrovsky · 3 years, 7 months ago
  98. f593f45 Extract spinner rotation tests to a separate class by Alan Viverette · 3 years, 7 months ago
  99. 1d75d35 Merge "Extract code for receiving content into AppCompatReceiveContentHelper" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  100. 88c00b6 Extract code for receiving content into AppCompatReceiveContentHelper by Nikita Dubrovsky · 3 years, 7 months ago