1. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  2. 0aefc6b Move core to 1.2.0-alpha02 by Nick Anthony · 5 years ago
  3. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  4. 2dec12c Disable tracking restricted apis of media2 libraries by Gyumin Sim · 5 years ago
  5. eb810f0 Move media to ToT core by Nick Anthony · 5 years ago
  6. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  7. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  8. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  9. 8c6ad7c Pin media dependency on core to 1.1.0-alpha05 so we can release by Nick Anthony · 5 years ago
  10. e148244 Remove library dependencis for media libraries by Sungsoo Lim · 5 years ago
  11. 83096ea Enabling tracking of restricted APIs in most projects by Jeff Gaston · 5 years ago
  12. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  13. 53786fb Add explicit dependency on 'collection' where used by Jake Wharton · 5 years ago
  14. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  15. b9925c3 Changed media, media2, media-widget, mediarouter dependencies to static versions by Nick Anthony · 6 years ago
  16. 2bbc128 Remove apiXX srcDirs from media/build.gradle by Gyumin Sim · 6 years ago
  17. ee43b08 Correct media module's 1.0.0.txt and current.txt by Hyundo Moon · 6 years ago
  18. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  19. 5834ff5 Make MediaSession2/MediaController2 use VersionedParcelable by Insun Kang · 6 years ago
  20. 999d714 Split Media2 APIs into media2 module by Hyundo Moon · 6 years ago
  21. aab3d46 Merge "AndroidX: Separate widget class from Media module" into pi-preview1-androidx-dev by Jin Seok Park · 6 years ago
  22. 3aa13ea AndroidX: Separate widget class from Media module by Jin Seok Park · 6 years ago
  23. cc070c3 DO NOT MERGE Update media library for 1.0.0-alpha1 by Insun Kang · 6 years ago
  24. fc523114 DO NOT MERGE Removed unknown properties in media/*/build.gradle by Insun Kang · 6 years ago
  25. fbbf807 DO NOT MERGE Update media library for 1.0.0-alpha1 by Insun Kang · 6 years ago
  26. a879294 Fix AS sync issues using prebuilts. by Filip Pavlis · 6 years ago
  27. 0efa1d5 Rename libray folders to align with artifact names. by Jake Wharton · 6 years ago[Renamed from media-compat/build.gradle]
  28. ac5fe7c Refactor support library by Aurimas Liutikas · 6 years ago
  29. f27b1ff Revert "Refactor support library." by Aurimas Liutikas · 6 years ago
  30. b31c328 Refactor support library. by Aurimas Liutikas · 6 years ago
  31. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 6 years ago
  32. 67171c8 Move testutils to androidx.testutils package. by Aurimas Liutikas · 6 years ago
  33. e338c36 Move more code to standard directories. by Aurimas Liutikas · 6 years ago
  34. 3ebde3b Move code to standard directories by Aurimas Liutikas · 6 years ago
  35. d794613 Merge commit '7ed10e5f43637b244bdf8fcededde19d80c4a372' into mergefix by Aurimas Liutikas · 7 years ago
  36. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  37. 66807fc Use dependency substitution as a replacement for excludes. by Jake Wharton · 7 years ago
  38. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  39. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  40. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  41. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  42. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  43. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  44. fe38a56 Flatten media-compat RatingCompat. by Aurimas Liutikas · 7 years ago
  45. 676cb6f MediaBrowser/ServiceCompat: Rename classes with suffix Api24 by Hyundo Moon · 7 years ago
  46. ca04e9a Extract common maven logic for Java and Android libraries. by Aurimas Liutikas · 7 years ago
  47. e1f39f0 Introduce a concept of publish to a library. by Aurimas Liutikas · 7 years ago
  48. 9edca68 Cleanup imports of mockito2 not to include bytebuddy. by Aurimas Liutikas · 7 years ago
  49. 2997412 Merge changes from topic 'notif_move_26.0' into oc-support-26.0-dev by Ian Lake · 7 years ago
  50. 826ed4f Move NotificationCompat.MediaStyle to media-compat by Ian Lake · 7 years ago
  51. f34de28 Update to gradle 3.0 style dependencies. by Aurimas Liutikas · 7 years ago
  52. 1989c3c Update to gradle 3.0 style dependencies. by Aurimas Liutikas · 7 years ago
  53. 005dea0 Remove the code to create repo with all history archive. by Aurimas Liutikas · 7 years ago
  54. 963facb Upgrade from mockito 1.9.5 to 2.7.6 by Aurimas Liutikas · 7 years ago
  55. 5c5181c Update Gradle files with new min SDK by Kirill Grouchnikov · 7 years ago
  56. e1345db Remove references to unused directories in make and gradle files. by Aurimas Liutikas · 7 years ago
  57. 7ee7819 Prevent parcelable objects from being removed or renamed by Hyundo Moon · 7 years ago
  58. 328a099 AudioAttributesCompat. by Dan Sandler · 7 years ago
  59. 6d20a52 Create a testutils module to share common testing code. by Aurimas Liutikas · 7 years ago
  60. bd51c36 Inline MediaSessionCompatApi14, Api18, and Api19 by Ian Lake · 7 years ago
  61. 8feb8c2 Another build.gradle file cleanup. by Aurimas Liutikas · 7 years ago
  62. f09d858 Put dependencies and their versions into one place. by Aurimas Liutikas · 7 years ago
  63. 45323dc Move the setup of uploadArchives repository to SupportLibraryPlugin. by Aurimas Liutikas · 7 years ago
  64. 16cd13b Move the set up of uploadArchives to SupportLibraryPlugin by Aurimas Liutikas · 7 years ago
  65. f751306 Bump minSdkVersion to API 14. by Aurimas Liutikas · 7 years ago
  66. df62e865 Move creating the source jar setup to SupportLibraryPlugin.java by Aurimas Liutikas · 7 years ago
  67. 8b4006e Merge "Remove redundant configs of androidTest in media-compat build.gradle" by Aurimas Liutikas · 7 years ago
  68. 449b13e Remove redundant configs of androidTest in media-compat build.gradle by Aurimas Liutikas · 7 years ago
  69. d55b41b Removing unneeded excludes in source jar building config. by Aurimas Liutikas · 7 years ago
  70. 9697da7 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  71. 78df598 Revert "Create AndroidLibraryPlugin to share common module configuration. " by Aurimas Liutikas · 7 years ago
  72. a46cd42 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  73. 9e1fa31 MediaSessionCompat: Test for checking NPE in setCallback am: 412e735039 by Sungsoo · 7 years ago
  74. 736f5f0 MediaSessionCompat: Test for checking NPE in setCallback am: 412e735039 by Sungsoo · 7 years ago
  75. 61ee2cee resolve merge conflicts of 94d018a to master by Aurimas Liutikas · 8 years ago
  76. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  77. 412e735 MediaSessionCompat: Test for checking NPE in setCallback by Sungsoo · 8 years ago
  78. 634be6e Remove javadocTask and javadocJarTask. am: f349dbab74 by Aurimas Liutikas · 8 years ago
  79. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  80. e758964 resolve merge conflicts of af6b251 to master by Alan Viverette · 8 years ago
  81. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  82. 7435f27 DO NOT MERGE Temporarily remove repeat and shuffle API usages by Alan Viverette · 8 years ago
  83. 7598c3b MediaCompat: Backport repeat and shuffle support in API 21-25 by Hyundo Moon · 8 years ago
  84. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  85. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  86. ff22d81 Extracting fragments and widgets into their own modules. by Kirill Grouchnikov · 8 years ago
  87. d3c5347 Extracting MediaCompat classes into a new module by Kirill Grouchnikov · 8 years ago