1. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  2. 9fd8e61 Initial commit of paging component. by Chris Craik · 7 years ago
  3. 8205ce1 Divide core components into runtime and common. by Yigit Boyar · 7 years ago
  4. b323d28 stop using mockito all, which is discontinued by Yigit Boyar · 7 years ago
  5. 3ad422c Remove SavedState. by Sergey Vasilinets · 7 years ago
  6. 76cd0a0 Fix FragmentLifecycleInActivityTest on API 26. by Sergey Vasilinets · 7 years ago
  7. 1a06787 Fix proguard of lifecycle-runtime by Sergey Vasilinets · 7 years ago
  8. 5ef35b1 Remove event param in annotated methods, except ON_ANY case by Sergey Vasilinets · 7 years ago
  9. daa68aa Don't call overriden methods with @OnLifecycleEvent twice by Sergey Vasilinets · 7 years ago
  10. 56d1fff Clean up lifecycle-runtime. by Sergey Vasilinets · 7 years ago
  11. d8ea6fa remove private class from the message by Yigit Boyar · 7 years ago
  12. 7b81f61 MediatorLiveData: allow add / remove sources during onActive/onInactive phases by Sergey Vasilinets · 7 years ago
  13. b4580bb Rename Creator to Factory by Sergey Vasilinets · 7 years ago
  14. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 7 years ago
  15. 3223e9c Allow null in switchMap by Sergey Vasilinets · 7 years ago
  16. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 7 years ago
  17. 27015a7 Make State an enum by Sergey Vasilinets · 7 years ago
  18. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 7 years ago
  19. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 7 years ago
  20. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  21. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 7 years ago
  22. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  23. 61444da Introduce switchMap & map by Sergey Vasilinets · 7 years ago
  24. 6ca8525 Introduce MediatorLiveData and MutableLiveData by Sergey Vasilinets · 7 years ago
  25. 346b384 Fix a crash in HolderFragments due to double transaction. by Sergey Vasilinets · 7 years ago
  26. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 7 years ago
  27. b992023 Refactoring to introduce custom creators of ViewModels. by Sergey Vasilinets · 7 years ago
  28. d3449ae Rename LiveData.observe(Observer) -> LiveData.observeForever by Sergey Vasilinets · 7 years ago
  29. 0c3150bd Rename Lifecycle.ANY -> Lifecycle.ON_ANY by Sergey Vasilinets · 7 years ago
  30. 80f1ba3 Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount by Sergey Vasilinets · 7 years ago
  31. bece1d5 Remove RetainedStateProvider. by Sergey Vasilinets · 7 years ago
  32. d7d9461 Get rid of static map of fragments in ViewModelStore by Sergey Vasilinets · 7 years ago
  33. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 7 years ago
  34. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  35. 75ae577 Use release support lib. by Yigit Boyar · 7 years ago
  36. dbb4359 Add ViewModelStore.get without mandatory key. by Sergey Vasilinets · 7 years ago
  37. 7c4771f Add getApplication method to ViewModel by Sergey Vasilinets · 7 years ago
  38. 5dcab68 Check state before dispatching by Yigit Boyar · 7 years ago
  39. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago
  40. 459caad LiveData.postValue by Sergey Vasilinets · 7 years ago
  41. c43ce90 Move LiveData to SafeIterableMap by Sergey Vasilinets · 7 years ago
  42. 89b6198 Update docs by Yigit Boyar · 7 years ago
  43. 7c41ee3 ApiReviewDemo by Sergey Vasilinets · 7 years ago
  44. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 7 years ago
  45. fe127e5 update atsl by Yigit Boyar · 7 years ago
  46. 3643674 ComputableLiveData by Yigit Boyar · 8 years ago
  47. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  48. 9c3bbb7 Merge flatfoot builds into one. by Yigit Boyar · 8 years ago
  49. b00da61 Annotate tests with size. by Yigit Boyar · 8 years ago
  50. f5b6bd7 Introduce ViewModel by Yigit Boyar · 8 years ago
  51. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago
  52. b085e34 First version of StateProvider extension by Sergey Vasilinets · 8 years ago
  53. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago
  54. 4d4bf03 More live data api fixes. by Yigit Boyar · 8 years ago
  55. 1db9008 Localize dependencies by Yigit Boyar · 8 years ago
  56. c1b53ee Implement the first livecycle compoent: LiveData by Yigit Boyar · 8 years ago
  57. b96ccea LifecyleRegistry by Yigit Boyar · 8 years ago