1. 153704f Bump Lifecycle to 2.3.0-alpha06 by Ian Lake · 4 years ago
  2. b1769b1 Merge "Add Lifecycle.withStateAtLeast APIs" into androidx-master-dev by Treehugger Robot · 4 years ago
  3. d21ec73 Try to de-flake FlowAsLiveDataIntegrationTest by Yigit Boyar · 4 years ago
  4. c856a7d Add Lifecycle.withStateAtLeast APIs by Adam Powell · 4 years ago
  5. 86a72f8 Add lifecycle state/event helpers by Adam Powell · 4 years ago
  6. ce3f4fb Fix API versions for all issue registries. by Rahul Ravikumar · 4 years ago
  7. b7bc89d Suppress deprecations from new sdk, failing tests by Alan Viverette · 4 years ago
  8. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years ago
  9. 7d36cac Merge "Update lifecycle version to 2.3.0-alpha05" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  10. 62389bf Update lifecycle version to 2.3.0-alpha05 by Yigit Boyar · 4 years, 1 month ago
  11. 618985cf Merge "Upgrade to androidx.test 1.3.0-rc01" into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  12. 4a302c8 Handle re-entry in live data by Yigit Boyar · 4 years, 1 month ago
  13. 506ab64d Upgrade to androidx.test 1.3.0-rc01 by Aurimas Liutikas · 4 years, 1 month ago
  14. d90d6f2 Update Lifecycle Version by Jeremy Woods · 4 years, 1 month ago
  15. c3a1df2 Merge "Fix NonNullableMutableLiveData lint check" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  16. 66bd9aa Fix NonNullableMutableLiveData lint check by Jeremy Woods · 4 years, 1 month ago
  17. 636466bf Fix mangled docs in Transformations by Sergey Vasilinets · 4 years, 1 month ago
  18. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  19. 6a45a60 Merge "Regenerate old API files using new metalava." into androidx-master-dev by Aurimas Liutikas · 4 years, 1 month ago
  20. 18542cd Merge "Fix docs in SavedStateHandle.getLiveData" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  21. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 3 months ago
  22. 0ba28e9 Fix docs in SavedStateHandle.getLiveData by Sergey Vasilinets · 4 years, 1 month ago
  23. 71fdc6b Fix unnatural wording in LiveData.onActive docs. by Sergey Vasilinets · 4 years, 1 month ago
  24. 4f4aed5 Regenerate old API files using new metalava. by Aurimas Liutikas · 4 years, 1 month ago
  25. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 4 years, 1 month ago
  26. b95786c Revert "Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08"" by Aurimas Liutikas · 4 years, 2 months ago
  27. 10f7baf Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08" by Sam Gilbert · 4 years, 2 months ago
  28. 8c5a619 Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08 by Louis Pullen-Freilich · 4 years, 2 months ago
  29. afee2f0 Publish lifecycle-livedata-core-ktx-lint in the library by Jeremy Woods · 4 years, 2 months ago
  30. 31cef07 Merge "Move LiveData to SafeIterableMap" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  31. 9df6688 Merge "Add clearSavedStateProvider to SavedStateHandle" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  32. 23d60bf Add clearSavedStateProvider to SavedStateHandle by Jeremy Woods · 4 years, 2 months ago
  33. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 2 months ago
  34. b6fd4a1 Merge "Change lifecycle-compiler directory to "test" instead of "tests"" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  35. b916e1c7 Change lifecycle-compiler directory to "test" instead of "tests" by Jeremy Woods · 4 years, 2 months ago
  36. 1518520 Add a @see linking ViewModelStoreOwner to its ViewTree by Ian Lake · 4 years, 2 months ago
  37. b0a4f89 Merge "Add support for lazy serialization in SavedStateHandle" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  38. 88b56f6 Add support for lazy serialization in SavedStateHandle by Ian Lake · 4 years, 2 months ago
  39. eb1141d Add ViewTreeViewModelStoreOwner by Ian Lake · 4 years, 2 months ago
  40. 662adba Bump Activity, Fragment, Lifecycle, Navigation versions by Ian Lake · 4 years, 2 months ago
  41. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 2 months ago
  42. fd1d018 Move LiveData to SafeIterableMap by Sergey · 4 years, 2 months ago
  43. bc6e96b Merge "Recovery from invalid state where onSaveInstanceState may be called without a following call to onStop such that LiveData fails to propogate updated data onceit's lifecycle reenters onResume()." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  44. 6cf5b44 Recovery from invalid state where onSaveInstanceState may be called without a following call to onStop such that LiveData fails to propogate updated data onceit's lifecycle reenters onResume(). by Sergey · 4 years, 2 months ago
  45. e416f9c Allow passing a null Application to SavedStateViewModelFactory by Ian Lake · 4 years, 2 months ago
  46. ec4a052 Prevent class verification failure in ReportFragment by Sergey Vasilinets · 4 years, 2 months ago
  47. 4372321 Exclude transitive lifecycle dependency from testapp by Ian Lake · 4 years, 3 months ago
  48. 1c5f2fa Merge "Add a gradle property for allWarningsAsErrors." into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  49. 2a9a199 Add a gradle property for allWarningsAsErrors. by Aurimas Liutikas · 4 years, 3 months ago
  50. 67f849d Move Hilt ViewModel extension to androidx.hilt package. by Daniel Santiago Rivera · 4 years, 3 months ago
  51. ecdf405 Use @StringKey instead of @ViewModelKey. by Daniel Santiago Rivera · 4 years, 3 months ago
  52. 8c28204 Improve HiltViewModelProcessor by Daniel Santiago Rivera · 4 years, 3 months ago
  53. f7d8025 Implement HiltViewModelProcessor by Daniel Santiago Rivera · 4 years, 3 months ago
  54. 11af701 Merge "Initial commit for the View Model Hilt Extension" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  55. 9223248e Merge changes from topic "dustinlam/studio-40b3" into androidx-master-dev by Dustin Lam · 4 years, 3 months ago
  56. 0c716ae Initial commit for the View Model Hilt Extension by Daniel Santiago Rivera · 4 years, 4 months ago
  57. 1fd3452 Bump fragment-lint and lifecycle-lint to version 7 by Dustin Lam · 4 years, 3 months ago
  58. 4b897cb Update to JDK 11. by Aurimas Liutikas · 4 years, 8 months ago
  59. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 4 years, 3 months ago
  60. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 4 years, 8 months ago
  61. 3ab418f Merge changes I8ea323c0,Ifb15df4f into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  62. f8c2bad Add a workaround for b/151181633 by Aurimas Liutikas · 4 years, 3 months ago
  63. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 3 months ago
  64. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 3 months ago
  65. e723425 Fix more lint issues in androidx to work with AGP 4.1 by Aurimas Liutikas · 4 years, 3 months ago
  66. 0bb3cc8 Merge "docs: Fixed an/a typo (s/an/a fragment)." into androidx-master-dev by Matt Pape · 4 years, 3 months ago
  67. 17f8a87 Fix dependency string in lifecycle docs. by Michael Wright · 4 years, 4 months ago
  68. fbb1045 docs: Fixed an/a typo (s/an/a fragment). by Matt Pape · 4 years, 4 months ago
  69. bc18b8a Actually update versions after release by Nick Anthony · 4 years, 4 months ago
  70. b35d76ba Bump library versions after release by Nick Anthony · 4 years, 4 months ago
  71. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 4 months ago
  72. ade0968 Create a TestLifecycleOwner by Ian Lake · 4 years, 5 months ago
  73. 76bf8c2 Merge "Revert "Use an explicit Looper when creating Handlers"" into androidx-master-dev by Alan Viverette · 4 years, 4 months ago
  74. 360d872 Revert "Use an explicit Looper when creating Handlers" by Alan Viverette · 4 years, 4 months ago
  75. 019d05a Unpublish lifecycle-extensions by Ian Lake · 4 years, 4 months ago
  76. 50271c6 Use an explicit Looper when creating Handlers by Chris Banes · 4 years, 4 months ago
  77. edfaecf Merge "Add @see ViewTreeLifecycleOwner to LifecycleOwner" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  78. e415ef4 Add @see ViewTreeLifecycleOwner to LifecycleOwner by Ian Lake · 4 years, 5 months ago
  79. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 5 months ago
  80. fbb001b Replace deprecated Matchers with ArgumentMatchers by Jelle Fresen · 4 years, 5 months ago
  81. a356776 Change annotation dep from implementation to api by Nick Anthony · 4 years, 6 months ago
  82. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 6 months ago
  83. b3e8b51 Rename resource package for lifecycle-runtime by Adam Powell · 4 years, 6 months ago
  84. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 4 years, 8 months ago
  85. f724991 View.findViewTreeLifecycleOwner ktx extension by Adam Powell · 4 years, 7 months ago
  86. 0e0fafd2 Merge "Update android lint baseline" into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
  87. 3f296b5 Merge "Add ViewTreeLifecycleOwner" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  88. c9fda28 Add ViewTreeLifecycleOwner by Adam Powell · 4 years, 7 months ago
  89. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 7 months ago
  90. 7031866 Stop setting src/tests/kotlin sourceSet by Aurimas Liutikas · 4 years, 7 months ago
  91. e587806 Centralize the generation of sdk.prop files by Aurimas Liutikas · 4 years, 7 months ago
  92. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 7 months ago
  93. 8f124f8 Merge "Mark LaunchWhenTest as @MediumTest" into androidx-master-dev by Sergey Vasilinets · 4 years, 7 months ago
  94. c98d885 Mark LaunchWhenTest as @MediumTest by Aurimas Liutikas · 4 years, 7 months ago
  95. 0b31a3c Move to Gradle 6.0 by Aurimas Liutikas · 4 years, 7 months ago
  96. d794133 Update api baselines. by Aurimas Liutikas · 4 years, 7 months ago
  97. df1c340 Remove sdk dirs from lint detector tests by Matthew Fraschilla · 4 years, 7 months ago
  98. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 7 months ago
  99. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 7 months ago
  100. 1818ada Merge "Make DispatchQueue drain synchronously on main" into androidx-master-dev by Sergey Vasilinets · 4 years, 7 months ago