1. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 8 years ago
  2. 2f8862d Update docs & ApiReviewDemo by Sergey Vasilinets · 8 years ago
  3. 7b6e719 Enables sources for flatfoot projects. by Yigit Boyar · 8 years ago
  4. 4fa9444 Standardize lifecycle integration-tests/testapp naming by Ian Lake · 8 years ago
  5. 83ebc49 Fix artifact names by Yigit Boyar · 8 years ago
  6. e1bbf71 build flatfoot docs by Yigit Boyar · 8 years ago
  7. 8524c13 Dispatch destruction events before corresponding callbacks in fragment\activity by Sergey Vasilinets · 8 years ago
  8. 75ae577 Use release support lib. by Yigit Boyar · 8 years ago
  9. 0e9d4f6 Fix Room runtim tests by Yigit Boyar · 8 years ago
  10. abd1282 Fix flaky test by Yigit Boyar · 8 years ago
  11. 092164e Add @Relation annotation to easily fetch 1-N relationships by Yigit Boyar · 8 years ago
  12. dbb4359 Add ViewModelStore.get without mandatory key. by Sergey Vasilinets · 8 years ago
  13. 7c4771f Add getApplication method to ViewModel by Sergey Vasilinets · 8 years ago
  14. 2b87ead update api review demo. by Yigit Boyar · 8 years ago
  15. f288e96 Improve Room docs by Yigit Boyar · 8 years ago
  16. 24ac543 Disable CheckAPI for flatfoot builds by Yigit Boyar · 8 years ago
  17. fa39059 Verify database after opened by Yigit Boyar · 8 years ago
  18. 9f838d2 Fix docs. by Yigit Boyar · 8 years ago
  19. 7495fc2 Unescape table names by Yigit Boyar · 8 years ago
  20. 946daad Allow returning Cursor from queries by Yigit Boyar · 8 years ago
  21. 5401646 Fix test apk's build by Yigit Boyar · 8 years ago
  22. f3a1ec3 Bring observers to state when they are added by Sergey Vasilinets · 8 years ago
  23. 5dcab68 Check state before dispatching by Yigit Boyar · 8 years ago
  24. 450ed38 Move more of the build into support lib by Yigit Boyar · 8 years ago
  25. 43eb556 Wrap multiple inserts in a transaction by Kirill Grouchnikov · 8 years ago
  26. 459caad LiveData.postValue by Sergey Vasilinets · 8 years ago
  27. 875e50c Align samples with the latest core changes. by Kirill Grouchnikov · 8 years ago
  28. 8a9e8c0 Give higher priority to pojo adapter by Yigit Boyar · 8 years ago
  29. 2c6462f Primary Key improvements by Yigit Boyar · 8 years ago
  30. 7f15874 Makes sure any calls to LiveData objects for ReactiveStreams are on the by Jason Neufeld · 8 years ago
  31. dc18ce6 Index annotation by Yigit Boyar · 8 years ago
  32. 5349f0e Adds ReactiveStreams extensions support for LiveData. by Jason Neufeld · 8 years ago
  33. 96cc740 @Decompose by Yigit Boyar · 8 years ago
  34. c43ce90 Move LiveData to SafeIterableMap by Sergey Vasilinets · 8 years ago
  35. 74b28fa @Update annotation by Yigit Boyar · 8 years ago
  36. 34e95e5 Fix column name in entitiy parsers by Yigit Boyar · 8 years ago
  37. 32ecb0c Example 03: Move livedata creation to ViewModel by Sergey Vasilinets · 8 years ago
  38. 17d6e4c ApiReview sample clean up by Sergey Vasilinets · 8 years ago
  39. 333b4b5 Move onConflict strategy to its own class by Yigit Boyar · 8 years ago
  40. 89b6198 Update docs by Yigit Boyar · 8 years ago
  41. 7c41ee3 ApiReviewDemo by Sergey Vasilinets · 8 years ago
  42. dc3ab25 Showing loading, empty and error indication by Kirill Grouchnikov · 8 years ago
  43. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 8 years ago
  44. 489ead3 Fix lifecycle compiler by Sergey Vasilinets · 8 years ago
  45. 275e708 TypeConverters by Yigit Boyar · 8 years ago
  46. fb4fcc8 Move type converters to be one way by Yigit Boyar · 8 years ago
  47. 645abf1 Enforce class writer in CodeGenScope by Yigit Boyar · 8 years ago
  48. 560a90e Refactor the flow of search query in the main repo list by Kirill Grouchnikov · 8 years ago
  49. bee0873 Align logic flow in model classes. by Kirill Grouchnikov · 8 years ago
  50. aa82fce Introduce forked context by Yigit Boyar · 8 years ago
  51. 96a49ba More local persistence stuff by Kirill Grouchnikov · 8 years ago
  52. 038eb10 Add persistence layer for repo contributors by Kirill Grouchnikov · 8 years ago
  53. cc1f10f Use default error handler by Yigit Boyar · 8 years ago
  54. a56b595 Move model -> adapter observation into the adapter code by Kirill Grouchnikov · 8 years ago
  55. fd6b905 First pass for more local persistence by Kirill Grouchnikov · 8 years ago
  56. fdda618 Move InvalidationTracker to SafeIterableMap by Sergey Vasilinets · 8 years ago
  57. a780cd3 Move LifecycleRegistry to SafeIterableMap by Sergey Vasilinets · 8 years ago
  58. 62bb8a1 Introduce SafeIterableMap by Sergey Vasilinets · 8 years ago
  59. 3c3c2dd Small refactorings by Kirill Grouchnikov · 8 years ago
  60. f78ad14 Move data classes to .data package by Kirill Grouchnikov · 8 years ago
  61. 5bd1d1b Prefer public fields in entities / pojos by Yigit Boyar · 8 years ago
  62. 13a2048 POJO Support by Yigit Boyar · 8 years ago
  63. 5c4f809 Give names to all parameterized cases. by Yigit Boyar · 8 years ago
  64. 5f6cc79 Remove potentially problematic char from test name. by Yigit Boyar · 8 years ago
  65. fe127e5 update atsl by Yigit Boyar · 8 years ago
  66. 88865f7 Database Verification by Yigit Boyar · 8 years ago
  67. 947403e Use data binding for proper formatting of one date field. by Kirill Grouchnikov · 8 years ago
  68. bd923ac Rename the top-level folder for Github browser by Kirill Grouchnikov · 8 years ago
  69. 6928dfd Rename app and package to github by Kirill Grouchnikov · 8 years ago
  70. 205668d Remove all code and resources for movie-related paths by Kirill Grouchnikov · 8 years ago
  71. e6f6847 Fifth pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  72. 5a97728 Fourth pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  73. 0285db5 Auth token manipulation by Kirill Grouchnikov · 8 years ago
  74. 0311627 Second pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  75. 1f52c94 Introduce ProcessProvider by Sergey Vasilinets · 8 years ago
  76. 4d19f2e Fix localize and add licenses by Yigit Boyar · 8 years ago
  77. 69fc783 First pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  78. 1a87a9b Add docs to Room annotations. by Yigit Boyar · 8 years ago
  79. 8fed7d5 improve room sqlite-docs and mark sql query hidden by Yigit Boyar · 8 years ago
  80. b030dcb Bind Cursor queries in a type safe API by Yigit Boyar · 8 years ago
  81. 7c63d6b LifecycleProcessor: Call package private methods of parent class by Sergey Vasilinets · 8 years ago
  82. 846dfcf LiveDataQuery by Yigit Boyar · 8 years ago
  83. 3643674 ComputableLiveData by Yigit Boyar · 8 years ago
  84. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  85. 9c3bbb7 Merge flatfoot builds into one. by Yigit Boyar · 8 years ago
  86. 2a9d9cc Switch MusicPlayer app to mp3 with Chet / Tor / Yigit by Kirill Grouchnikov · 8 years ago
  87. a624bb3 More data binding goodness by Kirill Grouchnikov · 8 years ago
  88. 14412df Switch MusicPlayer demo to use data binding by Kirill Grouchnikov · 8 years ago
  89. e6443c8 Switch the rest of the MovieBrowser sample to use data binding by Kirill Grouchnikov · 8 years ago
  90. aa788d3 Convert the main list of movies to use data binding by Kirill Grouchnikov · 8 years ago
  91. 99271a1 Switching the main fragment to fully use ViewModel by Kirill Grouchnikov · 8 years ago
  92. 2813dc7 Switching search to use LiveData by Kirill Grouchnikov · 8 years ago
  93. e77c75b Tweaking data loading in the sample app by Kirill Grouchnikov · 8 years ago
  94. 774865a Simplify the loading logic of ViewModel / LiveData by Kirill Grouchnikov · 8 years ago
  95. 714ab8e Rename methods in ActivityLifecycleDispatcher by Sergey Vasilinets · 8 years ago
  96. a545009 Second pass with LiveData and ViewModel by Kirill Grouchnikov · 8 years ago
  97. 3e015d5 Introduce LifecycleRegistryProvider by Sergey Vasilinets · 8 years ago
  98. aa4c01e Starting to play with ViewModel in the movie browser sample app by Kirill Grouchnikov · 8 years ago
  99. 07a5d70 Allow update queries in Query methods by Yigit Boyar · 8 years ago
  100. d5bff4f Tweaking the sample music player app by Kirill Grouchnikov · 8 years ago