1. f7001bc [automerger] Use audio attributes when available. am: 3b801b583f by Android Build Merger (Role) · 7 years ago
  2. 3b801b5 Use audio attributes when available. by Julia Reynolds · 7 years ago
  3. b130e7d Fix crash in FontsContractCompat by Clara Bayarri · 7 years ago
  4. 6477f87 Stop running ActivityCompatTest that is crashing API 23. by Aurimas Liutikas · 7 years ago
  5. f89a582 Adding support for badging the legacy shortcut icon. by Sunny Goyal · 7 years ago
  6. 201d7ce Removing shadows for NMR1 shortcuts using adaptive icons. by Sunny Goyal · 7 years ago
  7. 05f575a Fixing broken ShortcutManagerCompatTest due to mockito changes by Sunny Goyal · 7 years ago
  8. 01d5650 Merge "Fix crash in font loading API 26" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  9. 7e83cb6 Adding delegate support by Jichao Li · 7 years ago
  10. d96eeb4 Fix crash in font loading API 26 by Clara Bayarri · 7 years ago
  11. 758621d Implement Font callback for asynchronous font fetching by Clara Bayarri · 7 years ago
  12. b97cc16 Fix LinkifyCompatTest by Siyamed Sinir · 7 years ago
  13. c3299d3 Fix email auto link when there are two chars in local part by Siyamed Sinir · 7 years ago
  14. 0fe4145 Move ModernAsyncTask from compat to core-utils. by Aurimas Liutikas · 7 years ago
  15. 9053f4f Make ShortcutInfoCompat.toShortcutInfo public and targetAPI25 by Hyunyoung Song · 7 years ago
  16. 3f82583 Backport FragmentTransition by Yuichi Araki · 7 years ago
  17. b47af90 Revert "Update to using newer android.support.test libraries." by Aurimas Liutikas · 7 years ago
  18. 83222b0 Update to using newer android.support.test libraries. by Aurimas Liutikas · 7 years ago
  19. e44c170 Merge "Clean up ObjectUtils APIs to provide better parity with platform" into oc-support-26.0-dev by Alan Viverette · 7 years ago
  20. c9bbadf Clean up ObjectUtils APIs to provide better parity with platform by Alan Viverette · 7 years ago
  21. e6cf359 Mark tests @LargeTest if they don't fit @MediumTest times. by Aurimas Liutikas · 7 years ago
  22. 712181d Merge "Remove deprecated methods" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  23. 86ebe70 Fix PaintCompat.hasGlyph for flags by Siyamed Sinir · 7 years ago
  24. de36f86 Move MessagingStyle's custom title and text to its apply() by Ian Lake · 7 years ago
  25. 6fdb04a Fixes NotificationCompat.Action extraction of allowGeneratedReplies by Alex Hills · 7 years ago
  26. 5c5c998 Remove deprecated methods by Julia Reynolds · 7 years ago
  27. e4267fc Merge "Remove usage of BuildCompat#isAtLeastO" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  28. d8089d8 Merge "Introduce API 26 implementation to work with app: prefix." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  29. d70bd6e Remove usage of BuildCompat#isAtLeastO by Aurimas Liutikas · 7 years ago
  30. 779c3a2 Merge "Clean up lint warnings in support-compat" into oc-support-26.0-dev by Aurimas Liutikas · 7 years ago
  31. 11e8317 Introduce API 26 implementation to work with app: prefix. by Clara Bayarri · 7 years ago
  32. eaa6bd6 Merge "Fix issue #62390590: SecurityException in JobIntentService$..." into oc-support-26.0-dev by Dianne Hackborn · 7 years ago
  33. 4328b29 Clean up lint warnings in support-compat by Aurimas Liutikas · 7 years ago
  34. 140a59a Merge "Set targetSdkVersion for our tests to be API 26." into oc-support-26.0-dev by Aurimas Liutikas · 7 years ago
  35. 7ce21c3 Fix issue #62390590: SecurityException in JobIntentService$... by Dianne Hackborn · 7 years ago
  36. 1693137 Merge "Stop copying files as much as possible." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  37. 08df2af Stop copying files as much as possible. by Seigo Nonaka · 7 years ago
  38. 4f5be92 Set targetSdkVersion for our tests to be API 26. by Aurimas Liutikas · 7 years ago
  39. 9ad139d Merge "Make LinkifyCompat fallback to system apis for API 26+" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  40. f65fb82 Make LinkifyCompat fallback to system apis for API 26+ by Aurimas Liutikas · 7 years ago
  41. 2c4cbf1 Implement API 24 Typeface implementation. by Seigo Nonaka · 7 years ago
  42. 3df28df Merge "Replace fonts of unknown origin" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  43. 60fbdd6 Replace fonts of unknown origin by Clara Bayarri · 7 years ago
  44. 2afabd0 Introduce fetch strategy and timeout attribute. by Seigo Nonaka · 7 years ago
  45. d2cf789 Merge "Introduce early exit path for non resource path case." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  46. f2b8aa6 Introduce early exit path for non resource path case. by Seigo Nonaka · 7 years ago
  47. 3c2f014 Fix SimpleArrayMapTest size by Aurimas Liutikas · 7 years ago
  48. 557ea6b Merge "Backport of ListView.canScrollList in compat" into oc-support-26.0-dev by Kirill Grouchnikov · 7 years ago
  49. 9df73e8 Backport of ListView.canScrollList in compat by Kirill Grouchnikov · 7 years ago
  50. a4f9819 Using boolean flag to stop the thread to avoid NPE by Suprabh Shukla · 7 years ago
  51. 8346a9a Remove FontsContractInternal by Seigo Nonaka · 7 years ago
  52. fc85745 Refactoring DL Font - Extract thread model from TypefaceCompat. by Seigo Nonaka · 7 years ago
  53. 5a9990a Refactoring DownloadableFont - FontResourcesParserCompat cleanup by Seigo Nonaka · 7 years ago
  54. e8dd649 Merge "Remove TypefaceHolder and use TextView.setTypeface(Typeface, int)" into oc-dev by TreeHugger Robot · 7 years ago
  55. 45f7d91 New JobIntentService. by Dianne Hackborn · 7 years ago
  56. 034b441 Revert "New JobIntentService." by Aurimas Liutikas · 7 years ago
  57. 385164d New JobIntentService. by Dianne Hackborn · 7 years ago
  58. 3f946c3 Merge "Porting ArrayMap changes to SimpleArrayMap" into oc-dev by TreeHugger Robot · 7 years ago
  59. cde1e1a Porting ArrayMap changes to SimpleArrayMap by Suprabh Shukla · 7 years ago
  60. a55160a Remove TypefaceHolder and use TextView.setTypeface(Typeface, int) by Seigo Nonaka · 7 years ago
  61. 8c2ee58 Add groupAlertBehavior to notificationcompat by Julia Reynolds · 7 years ago
  62. f69ef36 Make Font Resources XML working on Android N or before device. by Seigo Nonaka · 7 years ago
  63. 56489fe Move FontRequest from graphics.font to provider pacakge. by Seigo Nonaka · 7 years ago
  64. c357691 Fix Content Provider tests failing in ICS by Clara Bayarri · 7 years ago
  65. 0b03693 Hide TypefaceCompat and introduce FontsContractCompat instead. by Seigo Nonaka · 7 years ago
  66. 13c4e42 Supportlib downloadable fonts in xml by Clara Bayarri · 7 years ago
  67. 543fd29 Supportlib Fonts in XML by Clara Bayarri · 7 years ago
  68. 4a066b3 Merge "Added compatibility support for setColorized" into oc-dev by Selim Cinek · 7 years ago
  69. 14d2ca6 Merge "Revert "Supportlib Fonts in XML"" into oc-dev by Clara Bayarri · 7 years ago
  70. d679cb8 Revert "Supportlib Fonts in XML" by Clara Bayarri · 7 years ago
  71. 7dd9ac4 Merge "Revert "Supportlib downloadable fonts in xml"" into oc-dev by Clara Bayarri · 7 years ago
  72. feb39f5 Revert "Supportlib downloadable fonts in xml" by Clara Bayarri · 7 years ago
  73. 2c2e759 Added compatibility support for setColorized by Selim Cinek · 7 years ago
  74. d8e6e97 Merge changes Iac2635d7,If67cf830 into oc-dev by TreeHugger Robot · 7 years ago
  75. ee4d36d Supportlib downloadable fonts in xml by Clara Bayarri · 7 years ago
  76. 617be7a Supportlib Fonts in XML by Clara Bayarri · 7 years ago
  77. 01f7e32 SupportLib - fetch locales by Andrei Stingaceanu · 7 years ago
  78. 6ff416f Support for recent notification apis by Julia Reynolds · 7 years ago
  79. 491b729 Downloadable Fonts supportlib version by Clara Bayarri · 7 years ago
  80. 3c62dd9 Merge "Adding support for Icon and related APIs Updating ShortcutManagerCompat to supprot IconCompat" into oc-dev by Sunny Goyal · 7 years ago
  81. 801ca19 Adding support for Icon and related APIs by Sunny Goyal · 7 years ago
  82. e03c423 Use newer Builder for Notification in Compat. by Geoffrey Pitsch · 8 years ago
  83. 20d671d Merge "Adding an extras Bundle to MessagingStyle messages." by TreeHugger Robot · 7 years ago
  84. 22fe430 Clean up test/demo XML code to remove unused attributes. by Aurimas Liutikas · 7 years ago
  85. b0fd88e Adding an extras Bundle to MessagingStyle messages. by Shane Brennan · 7 years ago
  86. b6e9d61 Apply MapCollections behavior changes to appcompat copy by Tobias Thierer · 7 years ago
  87. 27644c0 Remove unused imports in support library classes. by Aurimas Liutikas · 7 years ago
  88. 2656ae5 Merge "Re-enable lint enforcement, fix remaining lint issues" by TreeHugger Robot · 7 years ago
  89. c69882c Re-enable lint enforcement, fix remaining lint issues by Alan Viverette · 7 years ago
  90. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 7 years ago
  91. d2900e6 Cleanup test AndroidManifest.xml files. by Aurimas Liutikas · 7 years ago
  92. 3035be1 Deprecate ScrollerCompat after minSdk 14 bump. by Aurimas Liutikas · 7 years ago
  93. 1cc424a Marking these two test cases as only relevant for SDK 17+ by Shane Brennan · 7 years ago
  94. 8a01f70 Fix PaintCompatHasGlyphTest on API 15 am: 7b4fde9d7c am: cca9f51110 by Chris Banes · 7 years ago
  95. 7b4fde9 Fix PaintCompatHasGlyphTest on API 15 by Chris Banes · 7 years ago
  96. d1b097e resolve merge conflicts of 53f915bc21 to master by Aurimas Liutikas · 7 years ago
  97. d2d2fe9 Prevents WearableExtender test from running on low API levels am: 7b2ceffe5a by Alex Hills · 7 years ago
  98. 7b2ceff Prevents WearableExtender test from running on low API levels by Alex Hills · 7 years ago
  99. 94f006e Merge "Update test sizes for all currently @SmallTest." by Aurimas Liutikas · 7 years ago
  100. 35232c6 Update test sizes for all currently @SmallTest. by Aurimas Liutikas · 7 years ago