[go: nahoru, domu]

  1. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  2. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  3. bd3eb5a Migrate media to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  4. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 2 months ago
  5. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  6. ff061ea Move media2 modules into standardized dir names by Dustin Lam · 3 years, 6 months ago[Renamed from media2/session/build.gradle]
  7. 89884b8 Merge "Update dependent lib versions for media libraries" into androidx-master-dev by Treehugger Robot · 4 years ago
  8. 57f9f63 Update dependent lib versions for media libraries by Sungsoo Lim · 4 years ago
  9. 59d77d9 Disable unused features in AGP by Aurimas Liutikas · 4 years, 3 months ago
  10. 815262b Update build for media2 by Sungsoo Lim · 4 years, 2 months ago
  11. 68ee392 Lower minSdk of media2-{common,session,player} to 16 by Jaewan Kim · 4 years, 3 months ago
  12. 1e9486d VersionedParcelable compiler artifact by Ember Rose · 4 years, 2 months ago
  13. f9b1a086 media2-widget: Resolves deprecation warnings. by Insun Kang · 4 years, 3 months ago
  14. dd99a0a Revert "Disable unused features in AGP" by Andrea Falcone · 4 years, 3 months ago
  15. ad25632 Disable unused features in AGP by Aurimas Liutikas · 4 years, 3 months ago
  16. bae8905 Merge "Move versionedparcelable to the new proper directory structure" into androidx-master-dev by Aurimas Liutikas · 4 years, 4 months ago
  17. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 6 months ago
  18. 93ac560 Move versionedparcelable to the new proper directory structure by Sergey · 4 years, 7 months ago
  19. 58112a2 Move media to the new proper directory structure by Sergey · 4 years, 7 months ago
  20. 546423b Merge changes I57c3f37c,I98f09dfc into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  21. 9ce00d0 Enable trackRestrictAPIs for media2-session by Gyumin Sim · 4 years, 10 months ago
  22. 0e005915 Switch all libraries to use concurrent-futures 1.0.0 by Ian Lake · 4 years, 9 months ago
  23. 7abd043 Move testutils to new directory structure by Ian Lake · 4 years, 11 months ago
  24. 7377986 Merge "Suppresses / fixes all unchecked javac errors and enables error tracking" into androidx-master-dev by Louis Pullen-Freilich · 5 years ago
  25. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  26. 12a0a4e Revert "Replace Guava ListenableFuture with Jetpack implementation" by Alan Viverette · 5 years ago
  27. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  28. c2ea01c Replace Guava ListenableFuture with Jetpack implementation by Alan Viverette · 5 years ago
  29. 2dec12c Disable tracking restricted apis of media2 libraries by Gyumin Sim · 5 years ago
  30. e6b88fc Remove disable("BanTargetApiAnnotation") lint option for media2-{common,session} by Gyumin Sim · 5 years ago
  31. 29ed50a Separate Media2 libraries into media2-{common,player,session}. by Insun Kang · 5 years ago[Copied (82%) from media2/build.gradle]
  32. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  33. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  34. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  35. e148244 Remove library dependencis for media libraries by Sungsoo Lim · 5 years ago
  36. 83096ea Enabling tracking of restricted APIs in most projects by Jeff Gaston · 5 years ago
  37. 53786fb Add explicit dependency on 'collection' where used by Jake Wharton · 5 years ago
  38. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  39. 7aad13b Change the minSDkVersion of media2/media-widget to 19 by Insun Kang · 6 years ago
  40. 3dc9337 Lint rule to ban @TargetApi annotation by Oussama Ben Abdelbaki · 6 years ago
  41. 033f659 Configuration changes to support building against newer SDKs by Alan Viverette · 6 years ago
  42. b9925c3 Changed media, media2, media-widget, mediarouter dependencies to static versions by Nick Anthony · 6 years ago
  43. f844bbf Update ExoPlayer prebuilt by Andrew Lewis · 6 years ago
  44. 5a4d3dc Add back checkerframework by Andrew Lewis · 6 years ago
  45. c546c84 Move concurrent:futures to concurrent:concurrent-futures by Sergey Vasilinets · 6 years ago
  46. 8e926f1 Rename listenable-future module to futures by Sergey Vasilinets · 6 years ago
  47. 4fa72e6 MediaSession2: Remove dependency with org.checkerframework by Jaewan Kim · 6 years ago
  48. d0ac2cc Remove ListenableFuture copy by Sergey Vasilinets · 6 years ago
  49. 866cb07 Initial commit for XMediaPlayer by Dongwon Kang · 6 years ago
  50. 46354bb MediaSession2: Remove guava dependency by Jaewan Kim · 6 years ago
  51. 9e42ade MediaSession2: Initial commit of SessionPlayer2 and CommandResult2 by Jaewan Kim · 6 years ago
  52. 6b4afef Fix compilation warnings for Android Studio build by Andrew Lewis · 6 years ago
  53. 5199956 Add initial ExoPlayerMediaPlayer2Impl by Andrew Lewis · 6 years ago
  54. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  55. 5834ff5 Make MediaSession2/MediaController2 use VersionedParcelable by Insun Kang · 6 years ago
  56. a97ea03 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  57. 999d714 Split Media2 APIs into media2 module by Hyundo Moon · 6 years ago
  58. 6b7a499 Start a new module for media2 library. by Aurimas Liutikas · 6 years ago