1. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  2. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  3. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  4. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  5. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  6. efc56e0 Revive asynchronous TextView update. by Seigo Nonaka · 7 years ago
  7. 8597b33 Add definition for API 26.1.0 by Alan Viverette · 7 years ago
  8. 1f11788 Fix a crash by Seigo Nonaka · 7 years ago
  9. eb45a18 Bring back <type>aar</type> hack. by Aurimas Liutikas · 7 years ago
  10. cf7aafb Merge "Update versions to 27.0.0 and API Finalization" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  11. f266a0a Megamove part 2. Move to standard directories. by Aurimas Liutikas · 7 years ago
  12. 01d5650 Merge "Fix crash in font loading API 26" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  13. a64b35b Update versions to 27.0.0 and API Finalization by Kathy Kam · 7 years ago
  14. 72bb995 Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  15. 7e83cb6 Adding delegate support by Jichao Li · 7 years ago
  16. d96eeb4 Fix crash in font loading API 26 by Clara Bayarri · 7 years ago
  17. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  18. 5f9db50 Fix failing AppCompatTextViewTest#testTypefaceAttribute_fontFamilyHierarchy by Clara Bayarri · 7 years ago
  19. 758621d Implement Font callback for asynchronous font fetching by Clara Bayarri · 7 years ago
  20. 8a68d2f Merge changes Ib38bd0dd,I37d12b39,I88665043,Id06ff4a4,I6b6f944e into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  21. 3c0b715 Merge "Add nullability annotations to compat content package." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  22. 9f49814 Add nullability annotations to compat util package. by Jake Wharton · 7 years ago
  23. b263951 Add nullability annotations to compat accessibility package. by Jake Wharton · 7 years ago
  24. 64577cc Add nullability annotations to compat hardware package. by Jake Wharton · 7 years ago
  25. 23c19ec Add nullability annotations to compat graphics package. by Jake Wharton · 7 years ago
  26. 0a3498a Add nullability annotations to compat provider package. by Jake Wharton · 7 years ago
  27. 985926b Add nullability annotations to compat content package. by Jake Wharton · 7 years ago
  28. 305010f Add nullability annotations to compat net package. by Jake Wharton · 7 years ago
  29. cbfc663 Add nullability annotations to compat app package. by Jake Wharton · 7 years ago
  30. e208f97 Add nullability annotations to compat widget package. by Jake Wharton · 7 years ago
  31. 7ebbd39 Merge "Return 'this' from builder-like method." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  32. c94dc97 Return 'this' from builder-like method. by Jake Wharton · 7 years ago
  33. 2fba3e1 Merge "Deprecate ActivityCompat.invalidateOptionsMenu()." into oc-mr1-support-27.0-dev by Jake Wharton · 7 years ago
  34. 37b503f Deprecate ActivityCompat.invalidateOptionsMenu(). by Jake Wharton · 7 years ago
  35. 57ed4bb Deprecate SharedPreferencesCompat's 'apply' helper. by Jake Wharton · 7 years ago
  36. b97cc16 Fix LinkifyCompatTest by Siyamed Sinir · 7 years ago
  37. c644510 Merge "docs: Fixed description of isVisibleToUser()." into oc-mr1-dev by Kevin Hufnagle · 7 years ago
  38. bad1714 Deprecate ViewCompat#setChildrenDrawingOrderEnabled by Aurimas Liutikas · 7 years ago
  39. 1714b26 docs: Fixed description of isVisibleToUser(). by Kevin Hufnagle · 7 years ago
  40. 0b0d13b Deprecate isAtLeastOMR1() method by Alan Viverette · 7 years ago
  41. c3299d3 Fix email auto link when there are two chars in local part by Siyamed Sinir · 7 years ago
  42. 37cbcfe Merge "Make support lib lifecycle-aware" into oc-mr1-dev by Sergey Vasilinets · 7 years ago
  43. e8a793f Add Autofill methods to ViewCompat by Wojtek Kaliciński · 7 years ago
  44. c298628 Make support lib lifecycle-aware by Sergey Vasilinets · 7 years ago
  45. d573ce0 Move back to current.txt instead of -SNAPSHOT.txt by Alan Viverette · 7 years ago
  46. ecab002 Merge "Rework wake lock handling of JobIntentService" into oc-support-26.0-dev am: cbcd656910 by Dianne Hackborn · 7 years ago
  47. ead48bc Merge "Rework wake lock handling of JobIntentService" into oc-support-26.0-dev by Dianne Hackborn · 7 years ago
  48. b8f5594 Rework wake lock handling of JobIntentService by Dianne Hackborn · 7 years ago
  49. 9d3d3b8 Merge "Revert "O MR1 is API 27"" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  50. 4c3a99e Revert "O MR1 is API 27" by Michael Wright · 7 years ago
  51. 2f5fa2c Merge "O MR1 is API 27" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  52. e691869 O MR1 is API 27 by Ian Pedowitz · 7 years ago
  53. ca04e9a Extract common maven logic for Java and Android libraries. by Aurimas Liutikas · 7 years ago
  54. e1f39f0 Introduce a concept of publish to a library. by Aurimas Liutikas · 7 years ago
  55. f99e6a0 Merge "Clean up constants in NotificationCompat.Builder" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  56. 70a25d6 Merge "Add null check for avoiding NPE." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  57. 2113e06 Add null check for avoiding NPE. by Seigo Nonaka · 7 years ago
  58. db428d8 Merge "Fix CarExtender null check." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  59. 9375b72 Merge "Documentation updates" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  60. 2635a75 Merge "Supress wrong constant lint warning in ToolbarActionBar" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  61. 9ae9346 Documentation updates by Julia Reynolds · 7 years ago
  62. 8c10a63 Fix CarExtender null check. by Aurimas Liutikas · 7 years ago
  63. ac31b28 Clean up constants in NotificationCompat.Builder by Aurimas Liutikas · 7 years ago
  64. 877c565 Move the last classes from ICS directory. by Aurimas Liutikas · 7 years ago
  65. 6d96596 Flatten TrafficStatsCompat. by Aurimas Liutikas · 7 years ago
  66. 4f25c77 Merge "Flatten compat animation code." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  67. 94a92a9 Flatten compat animation code. by Aurimas Liutikas · 7 years ago
  68. f378707 Flatten more subclasses in NotificationCompat code. by Aurimas Liutikas · 7 years ago
  69. 63c78fa Flatten ICUCompat code. by Aurimas Liutikas · 7 years ago
  70. 10930eb Clean up and flatten RemoteInput code. by Aurimas Liutikas · 7 years ago
  71. 0f3243a Inline the last missing part of AccessibilityNodeInfoCompat. by Aurimas Liutikas · 7 years ago
  72. ea5ad5a Inline addAction and getActionFromActionCompat methods. by Aurimas Liutikas · 7 years ago
  73. 8f4be89 Fix doclava docs build. by Aurimas Liutikas · 7 years ago
  74. 95ada0d Supress wrong constant lint warning in ToolbarActionBar by Aurimas Liutikas · 7 years ago
  75. 8a04abc Collapse NotificationCompatApi**.Builder into one builder. by Aurimas Liutikas · 7 years ago
  76. 0507c46 Merge "Don't generate or require removed.txt file, fix initial API generation" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  77. 0d9b2e1 Merge "Fix up some InfDefs in NotificationCompat." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  78. 7b68068 Don't generate or require removed.txt file, fix initial API generation by Alan Viverette · 7 years ago
  79. bc9adaf Merge "Inline BigPictureStyle, BigTextSTyle, InboxStyle builders." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  80. bdecff1 Fix up some InfDefs in NotificationCompat. by Aurimas Liutikas · 7 years ago
  81. cfe95b1 Inline BigPictureStyle, BigTextSTyle, InboxStyle builders. by Aurimas Liutikas · 7 years ago
  82. d673ea2 Flatten setting of the mExtras in NotificationCompat builders. by Aurimas Liutikas · 7 years ago
  83. 9e5a3f3 Merge "Fix previously uncallable methods in AccessibilityEventCompat" into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  84. ba88502 Merge "Remove deprecated AsyncTaskCompat." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  85. 9f39e83 Merge changes I712764a3,I611c415b into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  86. 844dd64 Merge "Remove deprecated methods and constants in IntentCompat." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  87. cee24f1 Fix previously uncallable methods in AccessibilityEventCompat by Aurimas Liutikas · 7 years ago
  88. 0fe4145 Move ModernAsyncTask from compat to core-utils. by Aurimas Liutikas · 7 years ago
  89. 9572685 Inline NotificationCompat.getAction implementations. by Aurimas Liutikas · 7 years ago
  90. 0a608c8 Inline notification methods only used by CarExtender. by Aurimas Liutikas · 7 years ago
  91. 6f35e57 Inline getParcelableArrayListForActions and getActionsFromParcelableArrayList methods. by Aurimas Liutikas · 7 years ago
  92. 5c5cb1a Merge "Inline NotificationCompatApi24.addMessagingStyle method." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  93. e43dac2 Merge changes I47756944,I7e478b23,I41b76f48,Ia01a760c,Iff27ddea, ... into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  94. 29d36c5 Merge "AutoSize TextView - bump framework API support" into oc-support-26.1-dev by Andrei Stingaceanu · 7 years ago
  95. 898fba2 Inline NotificationCompatApi24.addMessagingStyle method. by Aurimas Liutikas · 7 years ago
  96. b5a0216 Clean up notification builders. Part 6 by Aurimas Liutikas · 7 years ago
  97. 01990ed Clean up notification builders. Part 5 by Aurimas Liutikas · 7 years ago
  98. 68cbea0 Clean up notification builders. Part 4 by Aurimas Liutikas · 7 years ago
  99. 0b5b895 Clean up notification builders. Part 3 by Aurimas Liutikas · 7 years ago
  100. 9489b07 Clean up notification builders. Part 2 by Aurimas Liutikas · 7 years ago