1. 04c9e28 Add missing @RestrictTo and test size annotations. by Aurimas Liutikas · 7 years ago
  2. fa39e2b Remove uses of junit.framework.* by Aurimas Liutikas · 7 years ago
  3. d8a3447 Remove a number of @TargetApi uses in support library code. by Aurimas Liutikas · 7 years ago
  4. ee0475d Merge "Sync jetpack and master Android.mk files." into oc-mr1-jetpack-dev by TreeHugger Robot · 7 years ago
  5. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  6. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  7. 7412f7f Sync jetpack and master Android.mk files. by Aurimas Liutikas · 7 years ago
  8. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  9. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  10. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  11. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  12. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  13. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  14. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  15. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  16. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  17. 8597b33 Add definition for API 26.1.0 by Alan Viverette · 7 years ago
  18. a64b35b Update versions to 27.0.0 and API Finalization by Kathy Kam · 7 years ago
  19. 72bb995 Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  20. 034bc50 Megamove of source directories. by Aurimas Liutikas · 7 years ago
  21. fb4e121 Revert "Move dynamic-animation code to standard directories." by Aurimas Liutikas · 7 years ago
  22. f86972a Move dynamic-animation code to standard directories. by Aurimas Liutikas · 7 years ago
  23. d573ce0 Move back to current.txt instead of -SNAPSHOT.txt by Alan Viverette · 7 years ago
  24. ca04e9a Extract common maven logic for Java and Android libraries. by Aurimas Liutikas · 7 years ago
  25. e1f39f0 Introduce a concept of publish to a library. by Aurimas Liutikas · 7 years ago
  26. 95ada0d Supress wrong constant lint warning in ToolbarActionBar by Aurimas Liutikas · 7 years ago
  27. 7b68068 Don't generate or require removed.txt file, fix initial API generation by Alan Viverette · 7 years ago
  28. d216d89 Backport physics-based animation lib to API 14 by Doris Liu · 7 years ago
  29. 7670363 Update support library version to 27.0.0-SNAPSHOT. by Aurimas Liutikas · 7 years ago
  30. ab02314 Start inserting meta-data version tags per library. by Aurimas Liutikas · 7 years ago
  31. 6c55eba Merge "Update lint baseline after sdk update." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  32. 5fdaa2f Update lint baseline after sdk update. by Aurimas Liutikas · 7 years ago
  33. 9edca68 Cleanup imports of mockito2 not to include bytebuddy. by Aurimas Liutikas · 7 years ago
  34. b47af90 Revert "Update to using newer android.support.test libraries." by Aurimas Liutikas · 7 years ago
  35. 83222b0 Update to using newer android.support.test libraries. by Aurimas Liutikas · 7 years ago
  36. efedb10 Merge "Make API related tasks per project." into oc-support-26.1-dev by TreeHugger Robot · 7 years ago
  37. 49066c4 Make API related tasks per project. by Sergey Vasilinets · 7 years ago
  38. 50b45b2 Fix an assortment of lint bugs. by Aurimas Liutikas · 7 years ago
  39. e7d7953 Merge "Update lint baseline" into oc-support-26.0-dev am: a00b74a979 by Aurimas Liutikas · 7 years ago
  40. 66e296d Update lint baseline by Aurimas Liutikas · 7 years ago
  41. 1989c3c Update to gradle 3.0 style dependencies. by Aurimas Liutikas · 7 years ago
  42. 4e6aa15 Merge "Remove the code to create repo with all history archive." into oc-support-26.1-dev by Aurimas Liutikas · 7 years ago
  43. e6cf359 Mark tests @LargeTest if they don't fit @MediumTest times. by Aurimas Liutikas · 7 years ago
  44. 005dea0 Remove the code to create repo with all history archive. by Aurimas Liutikas · 7 years ago
  45. f74f127 Fix an assortment of lint warnings. by Aurimas Liutikas · 7 years ago
  46. 3a67a3f Update JavaDoc in DynamicAnimation by Doris Liu · 7 years ago
  47. 83ffd0a Fix NotificationManagerCompat call to queryIntentServices by Aurimas Liutikas · 7 years ago
  48. 624bd20 Enable all default lint checks and establish baseline. by Aurimas Liutikas · 7 years ago
  49. 963facb Upgrade from mockito 1.9.5 to 2.7.6 by Aurimas Liutikas · 7 years ago
  50. 4f5be92 Set targetSdkVersion for our tests to be API 26. by Aurimas Liutikas · 7 years ago
  51. 5df257d Support setting threshold for custom properties by Doris Liu · 7 years ago
  52. 7a33db5 API change in the constructor of SpringAnimation and FlingAnimation by Doris Liu · 7 years ago
  53. bfd3aa4 resolve merge conflicts of f37aaad22d to oc-dev by Doris Liu · 7 years ago
  54. 162a703 Update Sampe Code in JavaDoc am: b9b09be930 by Doris Liu · 7 years ago
  55. b9b09be Update Sampe Code in JavaDoc by Doris Liu · 7 years ago
  56. 98ec0d5 Clean up an assortment of Error-Prone warnings. by Aurimas Liutikas · 7 years ago
  57. 2d22dc4 Move version metadata to <application> DO NOT MERGE by Chris Banes · 7 years ago
  58. c2d620d Move version metadata to <application> by Chris Banes · 7 years ago
  59. 47c7142 Make sure the propety change happens at anim pulse am: a00ac0ab7a am: 137c61b7ac by Doris Liu · 7 years ago
  60. 137c61b Make sure the propety change happens at anim pulse am: a00ac0ab7a by Doris Liu · 7 years ago
  61. a00ac0a Make sure the propety change happens at anim pulse by Doris Liu · 7 years ago
  62. d81c9b3 Merge "Add basic code samples to class level description" into nyc-support-25.3-dev am: 00dcd1d709 by Doris Liu · 7 years ago
  63. 15adec8 Merge "Add basic code samples to class level description" into nyc-support-25.3-dev by Doris Liu · 7 years ago
  64. 00dcd1d Merge "Add basic code samples to class level description" into nyc-support-25.3-dev by TreeHugger Robot · 7 years ago
  65. 62f5f70 Add basic code samples to class level description by Doris Liu · 7 years ago
  66. 132b6bf Fix up SpringTests#testAllProperties am: 19e80e8384 by Aurimas Liutikas · 7 years ago
  67. 19e80e8 Fix up SpringTests#testAllProperties by Aurimas Liutikas · 7 years ago
  68. 4075717 Merge "Add new tests and remove unused code" into nyc-support-25.3-dev am: 8d942a365c by Doris Liu · 7 years ago
  69. 909ca31 Add new tests and remove unused code by Doris Liu · 7 years ago
  70. 43eeaeb Merge "Remove extra AndroidManifest" by Doris Liu · 7 years ago
  71. 07ad6fe Remove extra AndroidManifest by Doris Liu · 7 years ago
  72. c69882c Re-enable lint enforcement, fix remaining lint issues by Alan Viverette · 7 years ago
  73. 0aca748 Remove redundant dependency by Doris Liu · 7 years ago
  74. 30e0f1f Fix dynamic-animation gradle file in master. by Aurimas Liutikas · 7 years ago
  75. d5206a7 Physics-based animation - SpringAnimation by Doris Liu · 7 years ago