1. 88865f7 Database Verification by Yigit Boyar · 8 years ago
  2. 947403e Use data binding for proper formatting of one date field. by Kirill Grouchnikov · 8 years ago
  3. bd923ac Rename the top-level folder for Github browser by Kirill Grouchnikov · 8 years ago
  4. 6928dfd Rename app and package to github by Kirill Grouchnikov · 8 years ago
  5. 205668d Remove all code and resources for movie-related paths by Kirill Grouchnikov · 8 years ago
  6. e6f6847 Fifth pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  7. 5a97728 Fourth pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  8. 0285db5 Auth token manipulation by Kirill Grouchnikov · 8 years ago
  9. 0311627 Second pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  10. 1f52c94 Introduce ProcessProvider by Sergey Vasilinets · 8 years ago
  11. 4d19f2e Fix localize and add licenses by Yigit Boyar · 8 years ago
  12. 69fc783 First pass for converting to Github browser by Kirill Grouchnikov · 8 years ago
  13. 1a87a9b Add docs to Room annotations. by Yigit Boyar · 8 years ago
  14. 8fed7d5 improve room sqlite-docs and mark sql query hidden by Yigit Boyar · 8 years ago
  15. b030dcb Bind Cursor queries in a type safe API by Yigit Boyar · 8 years ago
  16. 7c63d6b LifecycleProcessor: Call package private methods of parent class by Sergey Vasilinets · 8 years ago
  17. 846dfcf LiveDataQuery by Yigit Boyar · 8 years ago
  18. 3643674 ComputableLiveData by Yigit Boyar · 8 years ago
  19. 34e5031 Database invalidation tracking by Yigit Boyar · 8 years ago
  20. 9c3bbb7 Merge flatfoot builds into one. by Yigit Boyar · 8 years ago
  21. 2a9d9cc Switch MusicPlayer app to mp3 with Chet / Tor / Yigit by Kirill Grouchnikov · 8 years ago
  22. a624bb3 More data binding goodness by Kirill Grouchnikov · 8 years ago
  23. 14412df Switch MusicPlayer demo to use data binding by Kirill Grouchnikov · 8 years ago
  24. e6443c8 Switch the rest of the MovieBrowser sample to use data binding by Kirill Grouchnikov · 8 years ago
  25. aa788d3 Convert the main list of movies to use data binding by Kirill Grouchnikov · 8 years ago
  26. 99271a1 Switching the main fragment to fully use ViewModel by Kirill Grouchnikov · 8 years ago
  27. 2813dc7 Switching search to use LiveData by Kirill Grouchnikov · 8 years ago
  28. e77c75b Tweaking data loading in the sample app by Kirill Grouchnikov · 8 years ago
  29. 774865a Simplify the loading logic of ViewModel / LiveData by Kirill Grouchnikov · 8 years ago
  30. 714ab8e Rename methods in ActivityLifecycleDispatcher by Sergey Vasilinets · 8 years ago
  31. a545009 Second pass with LiveData and ViewModel by Kirill Grouchnikov · 8 years ago
  32. 3e015d5 Introduce LifecycleRegistryProvider by Sergey Vasilinets · 8 years ago
  33. aa4c01e Starting to play with ViewModel in the movie browser sample app by Kirill Grouchnikov · 8 years ago
  34. 07a5d70 Allow update queries in Query methods by Yigit Boyar · 8 years ago
  35. d5bff4f Tweaking the sample music player app by Kirill Grouchnikov · 8 years ago
  36. 66d6d3e Tweaks to the music player by Kirill Grouchnikov · 8 years ago
  37. 16df002 Add a comment why @CallSuper is necessary for onStartCommand by Sergey Vasilinets · 8 years ago
  38. 45062de Call super.onDestroy first by Kirill Grouchnikov · 8 years ago
  39. b44de7d Switch the service to use LiveData to track repository by Kirill Grouchnikov · 8 years ago
  40. aedfd8f Override onStartCommand method to add @CallSuper by Sergey Vasilinets · 8 years ago
  41. 3db6d30 Add support for Delete queries in @Query annotations by Yigit Boyar · 8 years ago
  42. beb35b4 Copy host test results to DIST by Yigit Boyar · 8 years ago
  43. 958df7d @Delete support by Yigit Boyar · 8 years ago
  44. e2476a0 Detect query type by Yigit Boyar · 8 years ago
  45. d6d746a Return theme to fix tests by Sergey Vasilinets · 8 years ago
  46. 25220c4 First version of LifecycleService by Sergey Vasilinets · 8 years ago
  47. 31be41e Fix dependency on local maven repo by Sergey Vasilinets · 8 years ago
  48. 1e787d2 Switch to the latest Room bits by Kirill Grouchnikov · 8 years ago
  49. 059b497 Database Builder by Yigit Boyar · 8 years ago
  50. 1d1b06f Switch music player to live data for syncing state by Kirill Grouchnikov · 8 years ago
  51. dabfd6d update gradle version and checkstyle location by Yigit Boyar · 8 years ago
  52. 04107d8 Use no-arg parameterized test by Yigit Boyar · 8 years ago
  53. ed4fb5a Build app apks for integration tests. by Yigit Boyar · 8 years ago
  54. 70a4c140 Update gradle files to use Flatfoot libs by Kirill Grouchnikov · 8 years ago
  55. ade3308 First import of the music player sample by Kirill Grouchnikov · 8 years ago
  56. b00da61 Annotate tests with size. by Yigit Boyar · 8 years ago
  57. f5b6bd7 Introduce ViewModel by Yigit Boyar · 8 years ago
  58. e0b76f6 Switch movie browser sample to use Room as DB by Kirill Grouchnikov · 8 years ago
  59. 21886b6 Fragment lifecycle events by Yigit Boyar · 8 years ago
  60. fc6de8d Update gradle files to use Flatfoot libs by Kirill Grouchnikov · 8 years ago
  61. 43089c1 First drop of the movie browser sample by Kirill Grouchnikov · 8 years ago
  62. 0ad60f9 Add app-toolkit gradlew files by Yigit Boyar · 8 years ago
  63. c90eb81 Fix sdk location declaraion in app-toolkit/init.gradle by Sergey Vasilinets · 8 years ago
  64. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago
  65. ede4592 Fix waiting for new activity by Sergey Vasilinets · 8 years ago
  66. e217844 Fix build servers by Yigit Boyar · 8 years ago
  67. fb3e49e Flatfoot repo builder by Yigit Boyar · 8 years ago
  68. 5e52b39 First version of LifecycleActivity by Sergey Vasilinets · 8 years ago
  69. af2292b Validate table names in databases by Yigit Boyar · 8 years ago
  70. 5ce90e9 RoomProcessor and Integration test by Yigit Boyar · 8 years ago
  71. c678b3a Entity schema generation. by Yigit Boyar · 8 years ago
  72. d72e20e Db Writer initial code by Yigit Boyar · 8 years ago
  73. 937a77c Support Database Implementation by Yigit Boyar · 8 years ago
  74. 2919850 Enforce base class for classes annotated with RoomDatabase by Yigit Boyar · 8 years ago
  75. 4f0db7d Insertion by Yigit Boyar · 8 years ago
  76. b085e34 First version of StateProvider extension by Sergey Vasilinets · 8 years ago
  77. c308c91 Add more db methods, introduce stmt program by Yigit Boyar · 8 years ago
  78. efaf86a Query result adapters by Yigit Boyar · 8 years ago
  79. 250a3e6 Query Writer by Yigit Boyar · 8 years ago
  80. 8e543c4 Preparations for query adapter by Yigit Boyar · 8 years ago
  81. faf0a68 Make processors exception free by Yigit Boyar · 8 years ago
  82. ddde363 Introduce Context data class for environment params by Yigit Boyar · 8 years ago
  83. 0fc66dd Custom column name and entity name by Yigit Boyar · 8 years ago
  84. 2259e4d Type Adapters by Yigit Boyar · 8 years ago
  85. 8bad027 Simple Database annotation processor by Yigit Boyar · 8 years ago
  86. 0f77cff Dao Parser by Yigit Boyar · 8 years ago
  87. e6325fb Detect primary keys. by Yigit Boyar · 8 years ago
  88. a034a6e Fix lint checks configuration. by Yigit Boyar · 8 years ago
  89. 1600cc1 Entity Parser by Yigit Boyar · 8 years ago
  90. de33ce4 Field parser, run lint for test files by Yigit Boyar · 8 years ago
  91. b9e94a5 Revert "Field parser, run lint for test files" by Yigit Boyar · 8 years ago
  92. c2334cf Field parser, run lint for test files by Yigit Boyar · 8 years ago
  93. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago
  94. 4d4bf03 More live data api fixes. by Yigit Boyar · 8 years ago
  95. 2bf85ab Support annotations in interfaces by Sergey Vasilinets · 8 years ago
  96. 1db9008 Localize dependencies by Yigit Boyar · 8 years ago
  97. c1b53ee Implement the first livecycle compoent: LiveData by Yigit Boyar · 8 years ago
  98. e705b41 Support unnamed package name by Sergey Vasilinets · 8 years ago
  99. 4c90a59 Separate State & Event by Yigit Boyar · 8 years ago
  100. b96ccea LifecyleRegistry by Yigit Boyar · 8 years ago