1. 2088ba7 Accept nullable factory which defers to the default. by Jake Wharton · 7 years ago
  2. 89ffffd Update flatfoot version. by Yigit Boyar · 7 years ago
  3. 68c2e58 Add @NonNull to ViewModelProviders/ViewModelStores by Ian Lake · 7 years ago
  4. 37bd00d Move AndroidViewModel to lifecycle:viewmodel by Ian Lake · 7 years ago
  5. 80310a9 Merge "Remove deprecated LifecycleActivity+LifecycleFragment" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  6. 567ead0 Merge "Deprecate ViewModelProviders constructor" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  7. 20b8932 Use ViewModelStoreOwner over HolderFragment if possible by Ian Lake · 7 years ago
  8. 7d5a581 Remove deprecated LifecycleActivity+LifecycleFragment by Ian Lake · 7 years ago
  9. 5ff6659 Deprecate ViewModelProviders constructor by Ian Lake · 7 years ago
  10. 3f841f9 Split LiveData and ViewModel from Extensions by Ian Lake · 7 years ago
  11. 54dc560 Merge "Migrate the rest of the dependencies to Kotlin." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  12. 1187af1 Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  13. b63b3ab Set minSdkVersion via our SupportAndroidLibraryPlugin. by Aurimas Liutikas · 7 years ago
  14. 843419a Remove needless support annotation excludes. by Jake Wharton · 7 years ago
  15. b09822f Merge "Make build.gradle files even more kotlin script friendly." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  16. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  17. 5cf395a Revert "Updated the JavaDoc for LiveData#onActive" by Florina Muntenescu · 7 years ago
  18. a21688b Updated the JavaDoc for LiveData#onActive by Florina Muntenescu · 7 years ago
  19. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  20. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  21. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  22. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  23. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  24. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  25. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  26. 44f6e7d Finalize api & bump version 1.0.0 by Sergey Vasilinets · 7 years ago
  27. 0b58834 Refactor LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_oneObserver and by shepshapard · 7 years ago
  28. 5694ed0 Revert "Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider" by Yigit Boyar · 7 years ago
  29. a3e0322 Handle save instance state as onStop by Yigit Boyar · 7 years ago
  30. 5cfbb5d 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 shepshapard · 7 years ago
  31. 7313b80 Merge "Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  32. 566dbfd Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider by Sergey Vasilinets · 7 years ago
  33. 3c2c198 Merge "@NonNull in lifecycle modules" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  34. a6d2a84 Merge "Updating the javadoc for MediatorLiveData." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  35. 2462702 Updating the javadoc for MediatorLiveData. by Florina Muntenescu · 7 years ago
  36. 9d8d936 @NonNull in lifecycle modules by Sergey Vasilinets · 7 years ago
  37. 88f66c0 Merge "Adding more details in the Transformations JavaDoc, for map and switchMap." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  38. 95fb68c Adding more details in the Transformations JavaDoc, for map and switchMap. by Florina Muntenescu · 7 years ago
  39. d99995d Use GenericLifecycleObserver inside of LiveData by Sergey Vasilinets · 7 years ago
  40. ae36c8b Rename AppToolkitExecutor to ArchTaskExecutor by Yigit Boyar · 7 years ago
  41. d069a4c Fix: LiveData stayed active if observer removed itself during addition by Sergey Vasilinets · 7 years ago
  42. a31752d Merge "Delete usages of LifecycleActivity and LifecycleFragment" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  43. 5eca947 Throw if Activity is not attached to Application, when querying for VM by Sergey Vasilinets · 7 years ago
  44. c395aed Delete usages of LifecycleActivity and LifecycleFragment by Sergey Vasilinets · 7 years ago
  45. cb1c88d Bump supportlib dependency to 26.1 by Sergey Vasilinets · 7 years ago
  46. aebb572 depend on code generation for extensions by Yigit Boyar · 7 years ago
  47. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  48. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  49. 94209fa Fix MediatorLiveData's observer check, that previously always failed by Sergey Vasilinets · 7 years ago
  50. 32a795a Merge "Fix SafeIteratorWithAddition in case of deletion of first element, while we are at it." into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  51. 546a8b8 Merge "Fix SafeIteratorWithAddition in case of deletion of first element, while we are at it." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  52. 6d43c8b Merge "Fix LiveData.getValue in multithreading" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  53. 3facabd Fix SafeIteratorWithAddition in case of deletion of first element, by Sergey Vasilinets · 7 years ago
  54. 0a44cc5 Fix LiveData.getValue in multithreading by Sergey Vasilinets · 7 years ago
  55. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  56. 9fd8e61 Initial commit of paging component. by Chris Craik · 7 years ago
  57. 8205ce1 Divide core components into runtime and common. by Yigit Boyar · 7 years ago
  58. b323d28 stop using mockito all, which is discontinued by Yigit Boyar · 7 years ago
  59. 3ad422c Remove SavedState. by Sergey Vasilinets · 7 years ago
  60. 76cd0a0 Fix FragmentLifecycleInActivityTest on API 26. by Sergey Vasilinets · 7 years ago
  61. 1a06787 Fix proguard of lifecycle-runtime by Sergey Vasilinets · 7 years ago
  62. 5ef35b1 Remove event param in annotated methods, except ON_ANY case by Sergey Vasilinets · 7 years ago
  63. daa68aa Don't call overriden methods with @OnLifecycleEvent twice by Sergey Vasilinets · 7 years ago
  64. 56d1fff Clean up lifecycle-runtime. by Sergey Vasilinets · 7 years ago
  65. d8ea6fa remove private class from the message by Yigit Boyar · 7 years ago
  66. 7b81f61 MediatorLiveData: allow add / remove sources during onActive/onInactive phases by Sergey Vasilinets · 7 years ago
  67. b4580bb Rename Creator to Factory by Sergey Vasilinets · 7 years ago
  68. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 7 years ago
  69. 3223e9c Allow null in switchMap by Sergey Vasilinets · 7 years ago
  70. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 7 years ago
  71. 27015a7 Make State an enum by Sergey Vasilinets · 7 years ago
  72. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 7 years ago
  73. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 7 years ago
  74. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  75. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 7 years ago
  76. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  77. 61444da Introduce switchMap & map by Sergey Vasilinets · 7 years ago
  78. 6ca8525 Introduce MediatorLiveData and MutableLiveData by Sergey Vasilinets · 7 years ago
  79. 346b384 Fix a crash in HolderFragments due to double transaction. by Sergey Vasilinets · 8 years ago
  80. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 8 years ago
  81. b992023 Refactoring to introduce custom creators of ViewModels. by Sergey Vasilinets · 8 years ago
  82. d3449ae Rename LiveData.observe(Observer) -> LiveData.observeForever by Sergey Vasilinets · 8 years ago
  83. 0c3150bd Rename Lifecycle.ANY -> Lifecycle.ON_ANY by Sergey Vasilinets · 8 years ago
  84. 80f1ba3 Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount by Sergey Vasilinets · 8 years ago
  85. bece1d5 Remove RetainedStateProvider. by Sergey Vasilinets · 8 years ago
  86. d7d9461 Get rid of static map of fragments in ViewModelStore by Sergey Vasilinets · 8 years ago
  87. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 8 years ago
  88. 83ebc49 Fix artifact names by Yigit Boyar · 8 years ago
  89. 75ae577 Use release support lib. by Yigit Boyar · 8 years ago
  90. dbb4359 Add ViewModelStore.get without mandatory key. by Sergey Vasilinets · 8 years ago
  91. 7c4771f Add getApplication method to ViewModel by Sergey Vasilinets · 8 years ago
  92. 5dcab68 Check state before dispatching by Yigit Boyar · 8 years ago
  93. 450ed38 Move more of the build into support lib by Yigit Boyar · 8 years ago
  94. 459caad LiveData.postValue by Sergey Vasilinets · 8 years ago
  95. c43ce90 Move LiveData to SafeIterableMap by Sergey Vasilinets · 8 years ago
  96. 89b6198 Update docs by Yigit Boyar · 8 years ago
  97. 7c41ee3 ApiReviewDemo by Sergey Vasilinets · 8 years ago
  98. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 8 years ago
  99. fe127e5 update atsl by Yigit Boyar · 8 years ago
  100. 3643674 ComputableLiveData by Yigit Boyar · 8 years ago