1. 665f090 Merge "Use param objects for DataSource load methods" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  2. dc9c352 Merge "Use param objects for DataSource load methods" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  3. 067bae5 Merge "Move most app-toolkit dependencies to kotlin." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  4. 694588d Use param objects for DataSource load methods by Chris Craik · 7 years ago
  5. 81b5bac Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 7 years ago
  6. b8fd9b6 Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  7. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  8. e2cd87a resolve merge conflicts of 25c6163330 to oc-mr1-jetpack-dev by Aurimas Liutikas · 7 years ago
  9. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  10. 578aa83 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  11. 2e9e88c Reformat kotlin code to match ktlint expectations. am: 6f1f5567ab by Aurimas Liutikas · 7 years ago
  12. ee4da72 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  13. 6f1f556 Reformat kotlin code to match ktlint expectations. by Aurimas Liutikas · 7 years ago
  14. e4f72ec Further clean up app-toolkit build files. am: 87a16a53f9 by Aurimas Liutikas · 7 years ago
  15. 610a33e Merge "Start using local debug keys to avoid build flakiness." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  16. b16695d Merge "Switch DataSources to be async to better support network usecase" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  17. 768f277 Merge "Use latest available source in processors." into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  18. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  19. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  20. 8f437bf Start using local debug keys to avoid build flakiness. by Aurimas Liutikas · 7 years ago
  21. 5a8b9cf Merge "Switch DataSources to be async to better support network usecase" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  22. 5dc2fd4 Switch DataSources to be async to better support network usecase by Chris Craik · 7 years ago
  23. 9a14484 Use latest available source in processors. by Yigit Boyar · 7 years ago
  24. 30a5366 Move to setting maven version via SupporLibrary extension. am: 78c1ab769d by Aurimas Liutikas · 7 years ago
  25. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  26. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  27. 44d7d86 Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  28. 5b62489 Merge "Move to Kotlin friendly supportLibrary extension calling." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  29. 35d642a Merge "Merge Flatfoot and Support library plugins" into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  30. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  31. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  32. ab8bc43 Move to Gradle 4.3 by Aurimas Liutikas · 7 years ago
  33. 4efa577 Finalize api & bump version 1.0.0 am: 44f6e7df60 by Sergey Vasilinets · 7 years ago
  34. 44f6e7d Finalize api & bump version 1.0.0 by Sergey Vasilinets · 7 years ago
  35. 89e6d9d Move to using Gradle 4.3 by Aurimas Liutikas · 7 years ago
  36. 771816b Clean up ContiguousDataSource innards by Chris Craik · 7 years ago
  37. bb72639 Merge "Add PagedList.BoundaryCallback for network use case" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  38. 6707740 Add PagedList.BoundaryCallback for network use case by Chris Craik · 7 years ago
  39. 429457d Merge "Add OWNERS files in support project." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  40. 33e1a32 Adding test size annotation to kotlin integration tests. by Florina Muntenescu · 7 years ago
  41. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  42. 249f616 Replace some characters with the HTML entities for correct by Florina Muntenescu · 7 years ago
  43. b376ec7 Merge "PagedList storage and data access refactor" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  44. e1178ed PagedList storage and data access refactor by Chris Craik · 7 years ago
  45. d2cdfec Fix flaky invalidation test by Yigit Boyar · 7 years ago
  46. 5c67ddd Remove ForeignKeyBundle from public API by Sergey Vasilinets · 7 years ago
  47. e95667c Merge "Delete unused JDBCOpenHelper" into oc-mr1-support-27.0-dev by Chris Craik · 7 years ago
  48. 25b465c Support @Transaction in @Query methods. by Yigit Boyar · 7 years ago
  49. 770e24b Delete unused JDBCOpenHelper by Chris Craik · 7 years ago
  50. 611663c Merge "@NonNull in room-runtime" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  51. e1635fb @NonNull in room-runtime by Sergey Vasilinets · 7 years ago
  52. d82dbdd Merge "Disable InvalidationTrackerTest#closedDbAfterOpen that is flaky" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  53. 9ca4621 Disable InvalidationTrackerTest#closedDbAfterOpen that is flaky by Aurimas Liutikas · 7 years ago
  54. 4d57012 Merge "Properly close database connection" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  55. e7b6111 Properly close database connection by Yigit Boyar · 7 years ago
  56. c7c49c6 Part 2: Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  57. 3636a95 Merge "Disable WITH Query tests before API 21" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  58. 9807dc7 Merge "Validate indices in migrations" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  59. 2db0875 Validate indices in migrations by Yigit Boyar · 7 years ago
  60. 7c6b862 Disable WITH Query tests before API 21 by Yigit Boyar · 7 years ago
  61. b9ea734 Pick no-arg constructor by default. by Yigit Boyar · 7 years ago
  62. 8750512 Merge "Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys since SQLite generates them, when null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  63. a1be003 Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys by Florina Muntenescu · 7 years ago
  64. afbbe0a Fail when non-null fields are missing in query by Yigit Boyar · 7 years ago
  65. a9fb9a0 Merge "Handle re-entry in invalidation tracker" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  66. ae36c8b Rename AppToolkitExecutor to ArchTaskExecutor by Yigit Boyar · 7 years ago
  67. f3b01d8 Limit characters in table/column names by Yigit Boyar · 7 years ago
  68. 9610cdd Handle re-entry in invalidation tracker by Yigit Boyar · 7 years ago
  69. cb3c199 Merge "Throwing an error when a recursive reference loop is discovered." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  70. 7a0a582 Merge "Handle relations in flowable invalidation" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  71. 1a74519 Throwing an error when a recursive reference loop is discovered. by shepshapard · 7 years ago
  72. 4c22afc Reporting NonNull Primary Key errors for embedded fields' parents by Florina Muntenescu · 7 years ago
  73. 8df194b Handle relations in flowable invalidation by Yigit Boyar · 7 years ago
  74. ff86003 Doc updates. by shepshapard · 7 years ago
  75. 97253f7 Merge "Add @Transaction annotation" into oc-mr1-dev by Yigit Boyar · 7 years ago
  76. fc5e04e Merge "Remove unused member of RoomDatabase Builder" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  77. 2f4954c Merge "Enforcing a NON NULL constraint on the PrimaryKey" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  78. 5e11812 Remove unused member of RoomDatabase Builder by Florina Muntenescu · 7 years ago
  79. b3c4d93 Add @Transaction annotation by Yuichi Araki · 7 years ago
  80. e7e731e Merge "Handle kotlin multiline strings" into oc-mr1-dev by Yigit Boyar · 7 years ago
  81. efb8087 Merge "Mockito on device for Room" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  82. 0348c01 Handle kotlin multiline strings by Yigit Boyar · 7 years ago
  83. b3384e3 Merge "Test added covering the getter type for a relation field." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  84. c5d91f0 Test added covering the getter type for a relation field. by Florina Muntenescu · 7 years ago
  85. 322d96c Merge "Kotlin integration tests added covering Dao inheritance and converters" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  86. 0d59e25 Kotlin integration tests added covering Dao inheritance and converters by Florina Muntenescu · 7 years ago
  87. 2daa063 Mockito on device for Room by Yuichi Araki · 7 years ago
  88. a3a639f Ignore transient fields while processing Pojos by Yigit Boyar · 7 years ago
  89. 8fe7624 Move support db to its own group by Yigit Boyar · 7 years ago
  90. 2b4a201 API changes in SupportSQLiteDatabase by Yigit Boyar · 7 years ago
  91. 540e349 Enforcing a NON NULL constraint on the PrimaryKey by Florina Muntenescu · 7 years ago
  92. 0a8fd09 Remove Paging references to LifecycleRegistryOwner by Chris Craik · 7 years ago
  93. 00ee5db Merge "Mark classes not designed for inheritance as 'final'." into oc-mr1-dev by Sergey Vasilinets · 7 years ago
  94. baf7a44 Mark classes not designed for inheritance as 'final'. by Jake Wharton · 7 years ago
  95. f830f70 Merge "Support for the collation sequences in @ColumnInfo" into oc-mr1-dev by Yigit Boyar · 7 years ago
  96. 83628c9 Merge "Javadoc code sample error fixed Bug: 64382126 Test: NA" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  97. d809f48 Move kotlin projects to a plugin by Yigit Boyar · 7 years ago
  98. cb1c88d Bump supportlib dependency to 26.1 by Sergey Vasilinets · 7 years ago
  99. e60481d Javadoc code sample error fixed Bug: 64382126 Test: NA by Florina Muntenescu · 7 years ago
  100. f0d1360 Paging doc codesample improvements, api cleanup by Chris Craik · 7 years ago