1. 8153a0b Merge "Fixed remove function in FastSafeIterableMap" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  2. 76c131b Fixed remove function in FastSafeIterableMap by Sergey Vasilinets · 7 years ago
  3. cfa957a Merge "Introduce ordering invariants in LifecycleRegistry" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  4. b546e97 Introduce ordering invariants in LifecycleRegistry by Sergey Vasilinets · 7 years ago
  5. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  6. 0af2c3f Update com.google.testing.compile:compile-testing to 0.11 by Sergey Vasilinets · 7 years ago
  7. 6398b86 Enable api checks for java projects && flatfoot by Sergey Vasilinets · 7 years ago
  8. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  9. 9fd8e61 Initial commit of paging component. by Chris Craik · 7 years ago
  10. 8205ce1 Divide core components into runtime and common. by Yigit Boyar · 7 years ago
  11. b323d28 stop using mockito all, which is discontinued by Yigit Boyar · 7 years ago
  12. 3ad422c Remove SavedState. by Sergey Vasilinets · 7 years ago
  13. 76cd0a0 Fix FragmentLifecycleInActivityTest on API 26. by Sergey Vasilinets · 7 years ago
  14. 1a06787 Fix proguard of lifecycle-runtime by Sergey Vasilinets · 7 years ago
  15. de0ff79 Fix initialization of sREFLECTIVE by Sergey Vasilinets · 7 years ago
  16. 9636bcf Make ReportFragment accessible at LIBRARY_GROUP level. by Sergey Vasilinets · 7 years ago
  17. a1b1291 Fix docs for Lifecycle. by Sergey Vasilinets · 7 years ago
  18. 5ef35b1 Remove event param in annotated methods, except ON_ANY case by Sergey Vasilinets · 7 years ago
  19. daa68aa Don't call overriden methods with @OnLifecycleEvent twice by Sergey Vasilinets · 7 years ago
  20. 044fe16 Support only one parameter in annotation by Sergey Vasilinets · 7 years ago
  21. 56d1fff Clean up lifecycle-runtime. by Sergey Vasilinets · 7 years ago
  22. 77d4930 Fix SynchronousActivityLifecycleTest below M by Yuichi Araki · 7 years ago
  23. d2458f8 Fix ProcessOwnerTest by Yuichi Araki · 7 years ago
  24. b8bdbc0 Fix SavedStateProviderTest on API 18 and below by Yuichi Araki · 7 years ago
  25. 189ec9f Proguard rules for @OnLifecycleEvent by Sergey Vasilinets · 7 years ago
  26. d8ea6fa remove private class from the message by Yigit Boyar · 7 years ago
  27. 7b9be8b Don't call markState on fragments in backstack by Sergey Vasilinets · 7 years ago
  28. 7b81f61 MediatorLiveData: allow add / remove sources during onActive/onInactive phases by Sergey Vasilinets · 7 years ago
  29. b4580bb Rename Creator to Factory by Sergey Vasilinets · 7 years ago
  30. 0bc2a6a ReflectiveGenericLifecycleObserver: set a real error as a cause in case of InvocationTargetException by Sergey Vasilinets · 7 years ago
  31. 044a3f3 Make Lifecycle abstract class by Sergey Vasilinets · 7 years ago
  32. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 7 years ago
  33. 3223e9c Allow null in switchMap by Sergey Vasilinets · 7 years ago
  34. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 7 years ago
  35. 27015a7 Make State an enum by Sergey Vasilinets · 7 years ago
  36. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 7 years ago
  37. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 7 years ago
  38. d32708b update kotlin to 1.1.1 by Yigit Boyar · 7 years ago
  39. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  40. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 7 years ago
  41. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  42. 61444da Introduce switchMap & map by Sergey Vasilinets · 7 years ago
  43. 6ca8525 Introduce MediatorLiveData and MutableLiveData by Sergey Vasilinets · 7 years ago
  44. 437482d Fix SavedStateProviderTest, FragmentStatesTests by Sergey Vasilinets · 7 years ago
  45. ad9262a Allow go back from ON_DESTROY to ON_CREATE by Sergey Vasilinets · 7 years ago
  46. 346b384 Fix a crash in HolderFragments due to double transaction. by Sergey Vasilinets · 7 years ago
  47. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 7 years ago
  48. 26e8de0 Get Collection from getFragments. by Sergey Vasilinets · 7 years ago
  49. b992023 Refactoring to introduce custom creators of ViewModels. by Sergey Vasilinets · 7 years ago
  50. d3449ae Rename LiveData.observe(Observer) -> LiveData.observeForever by Sergey Vasilinets · 7 years ago
  51. 0c3150bd Rename Lifecycle.ANY -> Lifecycle.ON_ANY by Sergey Vasilinets · 7 years ago
  52. 80f1ba3 Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount by Sergey Vasilinets · 7 years ago
  53. 5f28aa0 Add support for LifecycleRegistryProvider by Yigit Boyar · 7 years ago
  54. 62d0ec4 Never send ON_DESTROY for ProcessProvider by Sergey Vasilinets · 7 years ago
  55. bece1d5 Remove RetainedStateProvider. by Sergey Vasilinets · 7 years ago
  56. d7d9461 Get rid of static map of fragments in ViewModelStore by Sergey Vasilinets · 7 years ago
  57. 3978407 Fix lifecycle runtime jvm tests. by Yigit Boyar · 7 years ago
  58. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 7 years ago
  59. 2f8862d Update docs & ApiReviewDemo by Sergey Vasilinets · 7 years ago
  60. 4fa9444 Standardize lifecycle integration-tests/testapp naming by Ian Lake · 7 years ago
  61. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  62. 8524c13 Dispatch destruction events before corresponding callbacks in fragment\activity by Sergey Vasilinets · 7 years ago
  63. 75ae577 Use release support lib. by Yigit Boyar · 7 years ago
  64. dbb4359 Add ViewModelStore.get without mandatory key. by Sergey Vasilinets · 7 years ago
  65. 7c4771f Add getApplication method to ViewModel by Sergey Vasilinets · 7 years ago
  66. fa39059 Verify database after opened by Yigit Boyar · 7 years ago
  67. f3a1ec3 Bring observers to state when they are added by Sergey Vasilinets · 7 years ago
  68. 5dcab68 Check state before dispatching by Yigit Boyar · 7 years ago
  69. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago
  70. 459caad LiveData.postValue by Sergey Vasilinets · 7 years ago
  71. 7f15874 Makes sure any calls to LiveData objects for ReactiveStreams are on the by Jason Neufeld · 7 years ago
  72. 5349f0e Adds ReactiveStreams extensions support for LiveData. by Jason Neufeld · 7 years ago
  73. c43ce90 Move LiveData to SafeIterableMap by Sergey Vasilinets · 7 years ago
  74. 89b6198 Update docs by Yigit Boyar · 7 years ago
  75. 7c41ee3 ApiReviewDemo by Sergey Vasilinets · 7 years ago
  76. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 7 years ago
  77. 489ead3 Fix lifecycle compiler by Sergey Vasilinets · 7 years ago
  78. a780cd3 Move LifecycleRegistry to SafeIterableMap by Sergey Vasilinets · 7 years ago
  79. 5c4f809 Give names to all parameterized cases. by Yigit Boyar · 7 years ago
  80. 5f6cc79 Remove potentially problematic char from test name. by Yigit Boyar · 7 years ago
  81. fe127e5 update atsl by Yigit Boyar · 7 years ago
  82. 88865f7 Database Verification by Yigit Boyar · 7 years ago
  83. 1f52c94 Introduce ProcessProvider by Sergey Vasilinets · 8 years ago
  84. 4d19f2e Fix localize and add licenses by Yigit Boyar · 7 years ago
  85. b030dcb Bind Cursor queries in a type safe API by Yigit Boyar · 8 years ago
  86. 7c63d6b LifecycleProcessor: Call package private methods of parent class by Sergey Vasilinets · 8 years ago
  87. 3643674 ComputableLiveData by Yigit Boyar · 8 years ago
  88. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  89. 9c3bbb7 Merge flatfoot builds into one. by Yigit Boyar · 8 years ago
  90. 714ab8e Rename methods in ActivityLifecycleDispatcher by Sergey Vasilinets · 8 years ago
  91. 3e015d5 Introduce LifecycleRegistryProvider by Sergey Vasilinets · 8 years ago
  92. 16df002 Add a comment why @CallSuper is necessary for onStartCommand by Sergey Vasilinets · 8 years ago
  93. aedfd8f Override onStartCommand method to add @CallSuper by Sergey Vasilinets · 8 years ago
  94. d6d746a Return theme to fix tests by Sergey Vasilinets · 8 years ago
  95. 25220c4 First version of LifecycleService by Sergey Vasilinets · 8 years ago
  96. 04107d8 Use no-arg parameterized test by Yigit Boyar · 8 years ago
  97. b00da61 Annotate tests with size. by Yigit Boyar · 8 years ago
  98. f5b6bd7 Introduce ViewModel by Yigit Boyar · 8 years ago
  99. 21886b6 Fragment lifecycle events by Yigit Boyar · 8 years ago
  100. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago