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