1. 7a0a582 Merge "Handle relations in flowable invalidation" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  2. 4c22afc Reporting NonNull Primary Key errors for embedded fields' parents by Florina Muntenescu · 7 years ago
  3. 8df194b Handle relations in flowable invalidation by Yigit Boyar · 7 years ago
  4. ff86003 Doc updates. by shepshapard · 7 years ago
  5. 97253f7 Merge "Add @Transaction annotation" into oc-mr1-dev by Yigit Boyar · 7 years ago
  6. fc5e04e Merge "Remove unused member of RoomDatabase Builder" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  7. 2f4954c Merge "Enforcing a NON NULL constraint on the PrimaryKey" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  8. 5e11812 Remove unused member of RoomDatabase Builder by Florina Muntenescu · 7 years ago
  9. b3c4d93 Add @Transaction annotation by Yuichi Araki · 7 years ago
  10. e7e731e Merge "Handle kotlin multiline strings" into oc-mr1-dev by Yigit Boyar · 7 years ago
  11. efb8087 Merge "Mockito on device for Room" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  12. 0348c01 Handle kotlin multiline strings by Yigit Boyar · 7 years ago
  13. b3384e3 Merge "Test added covering the getter type for a relation field." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  14. c5d91f0 Test added covering the getter type for a relation field. by Florina Muntenescu · 7 years ago
  15. 322d96c Merge "Kotlin integration tests added covering Dao inheritance and converters" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  16. 0d59e25 Kotlin integration tests added covering Dao inheritance and converters by Florina Muntenescu · 7 years ago
  17. 2daa063 Mockito on device for Room by Yuichi Araki · 7 years ago
  18. a3a639f Ignore transient fields while processing Pojos by Yigit Boyar · 7 years ago
  19. 8fe7624 Move support db to its own group by Yigit Boyar · 7 years ago
  20. 2b4a201 API changes in SupportSQLiteDatabase by Yigit Boyar · 7 years ago
  21. 540e349 Enforcing a NON NULL constraint on the PrimaryKey by Florina Muntenescu · 7 years ago
  22. 0a8fd09 Remove Paging references to LifecycleRegistryOwner by Chris Craik · 7 years ago
  23. 00ee5db Merge "Mark classes not designed for inheritance as 'final'." into oc-mr1-dev by Sergey Vasilinets · 7 years ago
  24. baf7a44 Mark classes not designed for inheritance as 'final'. by Jake Wharton · 7 years ago
  25. f830f70 Merge "Support for the collation sequences in @ColumnInfo" into oc-mr1-dev by Yigit Boyar · 7 years ago
  26. 83628c9 Merge "Javadoc code sample error fixed Bug: 64382126 Test: NA" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  27. d809f48 Move kotlin projects to a plugin by Yigit Boyar · 7 years ago
  28. cb1c88d Bump supportlib dependency to 26.1 by Sergey Vasilinets · 7 years ago
  29. e60481d Javadoc code sample error fixed Bug: 64382126 Test: NA by Florina Muntenescu · 7 years ago
  30. f0d1360 Paging doc codesample improvements, api cleanup by Chris Craik · 7 years ago
  31. abd0989 Move room to use TiledDataSource by Yigit Boyar · 7 years ago
  32. 02fd723 Merge "Keyed sample with save/restore, associated fixes" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  33. fd4fa4a Keyed sample with save/restore, associated fixes by Chris Craik · 7 years ago
  34. 99199c7 Fix byte buddy error by Yigit Boyar · 7 years ago
  35. 8575db8 Merge "Fix some integration tests for Room" into oc-mr1-dev by Yuichi Araki · 7 years ago
  36. 2576063 exclude byte buddy more broadly by Yigit Boyar · 7 years ago
  37. 5a61898 Merge "Paging API refinements, and package name rework" into oc-mr1-dev by Chris Craik · 7 years ago
  38. ef346ae Paging API refinements, and package name rework by Chris Craik · 7 years ago
  39. 4426106 Merge "Fixed bug where System.lineSeparator() mistakenly used to find new lines in kotlin multiline literals." into oc-mr1-dev by Shep Shapard · 7 years ago
  40. b78956d Fixed bug where System.lineSeparator() mistakenly used to find new lines in kotlin multiline literals. by shepshapard · 7 years ago
  41. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  42. 2e9d513 DataSource key rework by Chris Craik · 7 years ago
  43. e385da3 Fix LivePagedListProviderTest by Yigit Boyar · 7 years ago
  44. 0fea487 Merge "Fix mockito setup in Room integration test" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  45. 6be69eb Fix some integration tests for Room by Yuichi Araki · 7 years ago
  46. 9a31bf2 Merge "InvalidationTracker.Observer for multiple tables" into oc-mr1-dev by Yuichi Araki · 7 years ago
  47. 7d5d958 Fix mockito setup in Room integration test by Yigit Boyar · 7 years ago
  48. 8213d38 Merge "AdapterHelper cleanups, and ContigPagedList fixes" into oc-mr1-dev by Chris Craik · 7 years ago
  49. 114bdca AdapterHelper cleanups, and ContigPagedList fixes by Chris Craik · 7 years ago
  50. 68c65b3 Support for the collation sequences in @ColumnInfo by Yuichi Araki · 7 years ago
  51. 08385cf InvalidationTracker.Observer for multiple tables by Yuichi Araki · 7 years ago
  52. 2c56b46 Fix issue where the name of a common extension table is expected to be by shepshapard · 7 years ago
  53. 04dc233 Merge "More build setup for flatfoot projects." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  54. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  55. 9adfe48 Refactor PagedListAdapter(Helper), and add ListAdapter, the plain List version by Chris Craik · 7 years ago
  56. 3738847 Added @Generated annotation to generated files in Room when javax.annotation.Generated exists on classpath. by shepshapard · 7 years ago
  57. 24418e9 Revert "Revert "Paging refactor to unify list/data source types, and simplify mutability"" by Chris Craik · 7 years ago
  58. c051b06 Revert "Paging refactor to unify list/data source types, and simplify mutability" by Chris Craik · 7 years ago
  59. 1cb45e7 Paging refactor to unify list/data source types, and simplify mutability by Chris Craik · 7 years ago
  60. 878166e Merge "Updated Kotlin tests to cover Maybe, Single and non_null column constraints. Bug: N/A Test: BooksDaoTest.kt, RxJava2QueryTest.kt" into oc-support-26.0-dev am: 5ef199d768 by Florina Muntenescu · 7 years ago
  61. 7b4ea74 Merge "Updated Kotlin tests to cover Maybe, Single and non_null column constraints. Bug: N/A Test: BooksDaoTest.kt, RxJava2QueryTest.kt" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  62. 7167222 Updated Kotlin tests to cover Maybe, Single and non_null column constraints. by Florina Muntenescu · 7 years ago
  63. 3b66473 Merge "Added dontwarn line to room runtime proguard rules to prevent paging library errors." into oc-support-26.0-dev am: 8b47637220 by Shep Shapard · 7 years ago
  64. 6ddd8ff Merge "Added dontwarn line to room runtime proguard rules to prevent paging library errors." into oc-support-26.0-dev by Shep Shapard · 7 years ago
  65. 8b47637 Merge "Added dontwarn line to room runtime proguard rules to prevent paging library errors." into oc-support-26.0-dev by Shep Shapard · 7 years ago
  66. a0c1a60 Incorrect annotation name used in doc. Test: N/A Bug: 64559631 am: 7380433796 by Florina Muntenescu · 7 years ago
  67. dfa34df Incorrect annotation name used in doc. Test: N/A Bug: 64559631 am: 7380433796 by Florina Muntenescu · 7 years ago
  68. 7380433 Incorrect annotation name used in doc. Test: N/A Bug: 64559631 by Florina Muntenescu · 7 years ago
  69. 2fbef24 Added dontwarn line to room runtime proguard rules to prevent paging library errors. by shepshapard · 7 years ago
  70. ac352dd Merge "Fix compilation warnings in Room" into oc-support-26.0-dev am: c4ac41ade3 by Sergey Vasilinets · 7 years ago
  71. 63df318 Merge "Fix compilation warnings in Room" into oc-support-26.0-dev am: c4ac41ade3 by Sergey Vasilinets · 7 years ago
  72. ab02314 Start inserting meta-data version tags per library. by Aurimas Liutikas · 7 years ago
  73. d2649c4 Fix compilation warnings in Room by Sergey Vasilinets · 7 years ago
  74. 6c72e20 Merge "NOT NULL constraint by @NonNull" into oc-support-26.0-dev am: 4a16fdef70 by Yuichi Araki · 7 years ago
  75. b2bfd37 NOT NULL constraint by @NonNull by Yuichi Araki · 7 years ago
  76. 378cc1a Merge "Make support sqlite statement AutoClosable." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  77. dccb69d Merge "Make support sqlite statement AutoClosable." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  78. e0588bf Merge "Document migration transaction case" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  79. 87fc555 Merge "Document migration transaction case" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  80. efbdbac Merge "Fix InvalidationTracker for custom database" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  81. 720567e Merge "Fix InvalidationTracker for custom database" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  82. a5a8710 Merge "Room: Throw if migration is missing." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  83. f24ecb4 Merge "Room: Throw if migration is missing." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  84. 0d1b036 Make support sqlite statement AutoClosable. by Yigit Boyar · 7 years ago
  85. ca7dfff Document migration transaction case by Yigit Boyar · 7 years ago
  86. 234f073 Room: Throw if migration is missing. by Yigit Boyar · 7 years ago
  87. 866c537 Merge "Adding a constructor with 2 params for the MigrationTestHelper. Bug: 63130998 Test: MigrationTest" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  88. f752b9f Merge "Adding a constructor with 2 params for the MigrationTestHelper. Bug: 63130998 Test: MigrationTest" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  89. 1b9a1e7 Merge "Kotlin integration tests for Room" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  90. 0868b84 Merge "Kotlin integration tests for Room" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  91. 14bd6a8 Adding a constructor with 2 params for the MigrationTestHelper. by Florina Muntenescu · 7 years ago
  92. 34f575b Kotlin integration tests for Room by Florina Muntenescu · 7 years ago
  93. 4790167 Merge "Fix migration with autoincrement primary key" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  94. 62de5e0 Merge "Fix migration with autoincrement primary key" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  95. 4891280 Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  96. bd9f55f Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  97. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  98. fed93f4 Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  99. 5843a35 Fix InvalidationTracker for custom database by Yuichi Araki · 7 years ago
  100. 63e44ca Fix migration with autoincrement primary key by Yuichi Araki · 7 years ago