1. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 3 months ago
  2. ade0968 Create a TestLifecycleOwner by Ian Lake · 4 years, 4 months ago
  3. 76bf8c2 Merge "Revert "Use an explicit Looper when creating Handlers"" into androidx-master-dev by Alan Viverette · 4 years, 4 months ago
  4. 360d872 Revert "Use an explicit Looper when creating Handlers" by Alan Viverette · 4 years, 4 months ago
  5. 019d05a Unpublish lifecycle-extensions by Ian Lake · 4 years, 4 months ago
  6. 50271c6 Use an explicit Looper when creating Handlers by Chris Banes · 4 years, 4 months ago
  7. edfaecf Merge "Add @see ViewTreeLifecycleOwner to LifecycleOwner" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  8. e415ef4 Add @see ViewTreeLifecycleOwner to LifecycleOwner by Ian Lake · 4 years, 4 months ago
  9. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 4 months ago
  10. fbb001b Replace deprecated Matchers with ArgumentMatchers by Jelle Fresen · 4 years, 5 months ago
  11. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 6 months ago
  12. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 6 months ago
  13. b3e8b51 Rename resource package for lifecycle-runtime by Adam Powell · 4 years, 6 months ago
  14. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 4 years, 7 months ago
  15. f724991 View.findViewTreeLifecycleOwner ktx extension by Adam Powell · 4 years, 6 months ago
  16. 0e0fafd2 Merge "Update android lint baseline" into androidx-master-dev by Aurimas Liutikas · 4 years, 6 months ago
  17. 3f296b5 Merge "Add ViewTreeLifecycleOwner" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  18. c9fda28 Add ViewTreeLifecycleOwner by Adam Powell · 4 years, 6 months ago
  19. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 6 months ago
  20. 7031866 Stop setting src/tests/kotlin sourceSet by Aurimas Liutikas · 4 years, 6 months ago
  21. e587806 Centralize the generation of sdk.prop files by Aurimas Liutikas · 4 years, 6 months ago
  22. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 6 months ago
  23. 8f124f8 Merge "Mark LaunchWhenTest as @MediumTest" into androidx-master-dev by Sergey Vasilinets · 4 years, 6 months ago
  24. c98d885 Mark LaunchWhenTest as @MediumTest by Aurimas Liutikas · 4 years, 6 months ago
  25. 0b31a3c Move to Gradle 6.0 by Aurimas Liutikas · 4 years, 7 months ago
  26. d794133 Update api baselines. by Aurimas Liutikas · 4 years, 6 months ago
  27. df1c340 Remove sdk dirs from lint detector tests by Matthew Fraschilla · 4 years, 6 months ago
  28. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 7 months ago
  29. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 7 months ago
  30. 1818ada Merge "Make DispatchQueue drain synchronously on main" into androidx-master-dev by Sergey Vasilinets · 4 years, 7 months ago
  31. 3853d76 Mocked viewmodels breaks with default factory, because onRequery calls getTag() by Sergey Vasilinets · 4 years, 7 months ago
  32. 28656a4 Merge "Add check for indirect LiveData types" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  33. 239240f Add check for indirect LiveData types by Matthew Fraschilla · 4 years, 7 months ago
  34. 984ec37 Suggest the correct AppCompatActivity in deprecation notice by Aurimas Liutikas · 4 years, 7 months ago
  35. 5c56008 Improve LiveData lint check behavior by Matthew Fraschilla · 4 years, 7 months ago
  36. 3add497 Revert "Revert "Create lint check for null safe LiveData"" by Matthew Fraschilla · 4 years, 7 months ago
  37. fb70ac0 Revert "Create lint check for null safe LiveData" by Filip Pavlis · 4 years, 7 months ago
  38. 156c380 Create lint check for null safe LiveData by Matthew Fraschilla · 4 years, 7 months ago
  39. 0336a5d Make DispatchQueue drain synchronously on main by Anders Järleberg · 4 years, 7 months ago
  40. c85b417 Create Livedata-core-ktx Lint Module by Matthew Fraschilla · 4 years, 7 months ago
  41. 34d5f4d Move to using Gradle maven-publish plugin by Aurimas Liutikas · 4 years, 7 months ago
  42. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 7 months ago
  43. 7ea74fa Cleanup incorrect KDoc links by Matthew Fraschilla · 4 years, 7 months ago
  44. 3f24fe7 Replace null assertions with lateinit by Matthew Fraschilla · 4 years, 7 months ago
  45. f70b49a Merge "Adds -PupdateLintBaseline parameter for lint" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 8 months ago
  46. 714063a Fix lifecycle-runtime for compileSdkVersion 28 + minification by Sergey Vasilinets · 4 years, 8 months ago
  47. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 4 years, 8 months ago
  48. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 4 years, 8 months ago
  49. a9c47e0 Fix errorprone issues in lifecycle-common by Ian Lake · 4 years, 8 months ago
  50. 3264358 Merge "Suppress deprecated API usage in lifecycle-runtime" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  51. 96f8151 Suppress deprecated API usage in lifecycle-runtime by Ian Lake · 4 years, 8 months ago
  52. 83ad47a Merge "Turn UnnecessaryParentheses into an error in error-prone" into androidx-master-dev by Aurimas Liutikas · 4 years, 8 months ago
  53. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 4 years, 8 months ago
  54. 7766d7f Make DispatchQueue drain the queue immediatly from maybeEnqueueConsumer if run on the main thread by Nicklas Ansman Giertz · 4 years, 8 months ago
  55. 984e308 Turn UnnecessaryParentheses into an error in error-prone by Aurimas Liutikas · 4 years, 8 months ago
  56. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 4 years, 8 months ago