1. 867e27d Only call forceLoad() on the UI thread in tests by Ian Lake · 5 years ago
  2. 8566dc5 Make LoaderManagerTest LargeTest by Ian Lake · 5 years ago
  3. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  4. 261e88e Merge changes I0c09501a,I5c87748b,Ie2311878,I4f6dce0a,I8d405815 into androidx-master-dev by Treehugger Robot · 5 years ago
  5. 684079f Migrate core and livedata to implementation dependencies by Jake Wharton · 5 years ago
  6. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  7. 5888019 Move the rest of core libraries back to Java 7 by Aurimas Liutikas · 5 years ago
  8. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  9. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  10. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  11. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  12. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  13. 9cf7c55 Create ktx initLoader / restartLoader methods by Ian Lake · 5 years ago
  14. 55bd272 Move loader to new directory structure by Ian Lake · 5 years ago
  15. a8bfcc7 Update loader to dev version 1.2.0-alpha01 by Nick Anthony · 5 years ago
  16. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  17. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  18. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  19. 5201bd4 Merge "Update Loader to 1.1.0-rc01" into androidx-master-dev by Treehugger Robot · 5 years ago
  20. 058a144 Update Loader to 1.1.0-rc01 by Ian Lake · 5 years ago
  21. 61b6c1b Enforce deprecation mismatch when running metalava. by Aurimas Liutikas · 5 years ago
  22. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  23. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  24. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  25. 629e490 Bump all versions for March 13th Release by Nick Anthony · 5 years ago
  26. 79285e9 Generating restricted API txts by Jeff Gaston · 5 years ago
  27. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 5 years ago
  28. a61603f Fix StaleDataExcpetion when restarting loader from onLoadFinished by Nemanja Božović · 5 years ago
  29. ee247c4 Merge "Add explicit dependency on 'collection' where used" into androidx-master-dev by Jake Wharton · 5 years ago
  30. 53786fb Add explicit dependency on 'collection' where used by Jake Wharton · 5 years ago
  31. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 5 years ago
  32. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 5 years ago
  33. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 5 years ago
  34. 1bd0a72 Fix all remaining Lint warnings in Loaders by Ian Lake · 5 years ago
  35. ddc8b77 Remove unused RestrictTo(LIBRARY_GROUP) APIs from Loaders by Ian Lake · 5 years ago
  36. 326d01c Remove Loaders dependency on restricted core APIs by Ian Lake · 5 years ago
  37. 491abd2 Update Loader to 1.1.0-beta01 by Ian Lake · 5 years ago
  38. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  39. 86267e3 Added support for keeping track of public resource surface by Oussama Ben Abdelbaki · 6 years ago
  40. 0487985 Update Loaders to 1.1.0-alpha02 by Ian Lake · 6 years ago
  41. b93a141 Updated loader dependencies to static versions. by Nick Anthony · 6 years ago
  42. 6c75acd Expose changing AsyncTaskLoader's Executor. by Amin Shaikh · 6 years ago
  43. c9c6e0b Update Loader version to 1.1.0-alpha01 by Ian Lake · 6 years ago
  44. 9551653 Removed LibraryVersions.SUPPORT_LIBRARY and replaced with project by Nick Anthony · 6 years ago
  45. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  46. 5f4eaee Remove usage of restricted DebugUtils from Loader by Ian Lake · 6 years ago
  47. 0b843c5 Use AsyncTask's thread pool executor instead of our own by Jake Wharton · 6 years ago
  48. 3cf783a Undoing the recent enabling of Metalava by Jeff Gaston · 6 years ago
  49. 87318cb Enabling Metalava everywhere by Jeff Gaston · 6 years ago
  50. 0756b90 Fix ModernAsyncTaskTest.testCancellationWithException on API 15 by Sergey Vasilinets · 6 years ago
  51. ac6661a Gut a bunch of unused ModernAsyncTask code by Jake Wharton · 6 years ago
  52. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  53. 3478ef7 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  54. ba4535b Add api tracking for a set of support libraries by Aurimas Liutikas · 6 years ago
  55. 93f52c5 Fix synthetic calls in loader module by Jake Wharton · 6 years ago
  56. 6694ca1 Deprecate LoaderManager/Loader dump() am: 946ba810dd am: 7677d2ba96 by Ian Lake · 6 years ago
  57. 946ba81 Deprecate LoaderManager/Loader dump() by Ian Lake · 6 years ago
  58. bfef093 Start enforcing javac warnings. by Aurimas Liutikas · 6 years ago
  59. 27bee11 Merge "Add better error message for null Loader" into pi-preview1-androidx-dev by TreeHugger Robot · 6 years ago
  60. 5e2eb40 Fix updateApi/checkApi for java modules by Sergey Vasilinets · 6 years ago
  61. f2b50d9 Add better error message for null Loader by Ian Lake · 6 years ago
  62. 617e99e Remove usage of ActivityRule in Loader tests by Ian Lake · 6 years ago
  63. ba069d5 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 6 years ago
  64. 6160d5a Fix imports for loader code. by Aurimas Liutikas · 6 years ago
  65. a879294 Fix AS sync issues using prebuilts. by Filip Pavlis · 6 years ago
  66. 01b544c Merge commit '5404d815b5a1cc57d7b1dc6c1f89627f627e76ee' into am-5539a470-cd5c-4867-9010-b4fd4e9ae412 by Ian Lake · 6 years ago
  67. 636212d Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev am: 0f2a212c76 am: da52e92788 by Alan Viverette · 6 years ago
  68. da52e92 Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  69. 0f2a212 Merge "Restore OCR+2 following refactor" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  70. 8db7074 Add new API files after refactor. by Aurimas Liutikas · 6 years ago
  71. ac5fe7c Refactor support library by Aurimas Liutikas · 6 years ago
  72. 4c1511b Merge "Restrict OCR+2 until refactor has landed" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  73. d1f3854 Restore OCR+2 following refactor by Alan Viverette · 6 years ago
  74. 41d2c49 Merge "Restrict OCR+2 until refactor has landed" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  75. 5b9d0ba Restrict OCR+2 until refactor has landed by Alan Viverette · 6 years ago
  76. 9de91c2 Merge commit '50575bfebd6938a9914afc8cf05e2a5f9b1f57ed' into am-678c2bfe-f29c-4831-b777-3d661f52c8fe by Ian Lake · 6 years ago
  77. 3edea97 Merge commit '50575bfebd6938a9914afc8cf05e2a5f9b1f57ed' into am-678c2bfe-f29c-4831-b777-3d661f52c8fe by Ian Lake · 6 years ago
  78. f1c67f6 Merge "Add API files for 28.0.0-alpha1, don't publish WebView" into pi-preview1-androidx-dev by Alan Viverette · 6 years ago
  79. 4d8b0fb Add API files for 28.0.0-alpha1, don't publish WebView by Alan Viverette · 6 years ago
  80. ff5e141 Merge "Add api files for newly split modules." by Aurimas Liutikas · 6 years ago
  81. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 6 years ago
  82. 4c47490 Add api files for newly split modules. by Aurimas Liutikas · 6 years ago
  83. 9dffac9 Remove unnecessary Makefile for loader module by Alan Viverette · 6 years ago
  84. 2e77297 Split Loaders into their own dependency by Ian Lake · 6 years ago