1. b78956d Fixed bug where System.lineSeparator() mistakenly used to find new lines in kotlin multiline literals. by shepshapard · 7 years ago
  2. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  3. 2e9d513 DataSource key rework by Chris Craik · 7 years ago
  4. e385da3 Fix LivePagedListProviderTest by Yigit Boyar · 7 years ago
  5. 0fea487 Merge "Fix mockito setup in Room integration test" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  6. 6be69eb Fix some integration tests for Room by Yuichi Araki · 7 years ago
  7. 9a31bf2 Merge "InvalidationTracker.Observer for multiple tables" into oc-mr1-dev by Yuichi Araki · 7 years ago
  8. 7d5d958 Fix mockito setup in Room integration test by Yigit Boyar · 7 years ago
  9. 8213d38 Merge "AdapterHelper cleanups, and ContigPagedList fixes" into oc-mr1-dev by Chris Craik · 7 years ago
  10. 114bdca AdapterHelper cleanups, and ContigPagedList fixes by Chris Craik · 7 years ago
  11. 68c65b3 Support for the collation sequences in @ColumnInfo by Yuichi Araki · 7 years ago
  12. 08385cf InvalidationTracker.Observer for multiple tables by Yuichi Araki · 7 years ago
  13. 2c56b46 Fix issue where the name of a common extension table is expected to be by shepshapard · 7 years ago
  14. 04dc233 Merge "More build setup for flatfoot projects." into oc-mr1-dev by Aurimas Liutikas · 7 years ago
  15. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  16. 9adfe48 Refactor PagedListAdapter(Helper), and add ListAdapter, the plain List version by Chris Craik · 7 years ago
  17. 3738847 Added @Generated annotation to generated files in Room when javax.annotation.Generated exists on classpath. by shepshapard · 7 years ago
  18. 24418e9 Revert "Revert "Paging refactor to unify list/data source types, and simplify mutability"" by Chris Craik · 7 years ago
  19. c051b06 Revert "Paging refactor to unify list/data source types, and simplify mutability" by Chris Craik · 7 years ago
  20. 1cb45e7 Paging refactor to unify list/data source types, and simplify mutability by Chris Craik · 7 years ago
  21. 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
  22. 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
  23. 7167222 Updated Kotlin tests to cover Maybe, Single and non_null column constraints. by Florina Muntenescu · 7 years ago
  24. 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
  25. 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
  26. 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
  27. a0c1a60 Incorrect annotation name used in doc. Test: N/A Bug: 64559631 am: 7380433796 by Florina Muntenescu · 7 years ago
  28. dfa34df Incorrect annotation name used in doc. Test: N/A Bug: 64559631 am: 7380433796 by Florina Muntenescu · 7 years ago
  29. 7380433 Incorrect annotation name used in doc. Test: N/A Bug: 64559631 by Florina Muntenescu · 7 years ago
  30. 2fbef24 Added dontwarn line to room runtime proguard rules to prevent paging library errors. by shepshapard · 7 years ago
  31. ac352dd Merge "Fix compilation warnings in Room" into oc-support-26.0-dev am: c4ac41ade3 by Sergey Vasilinets · 7 years ago
  32. 63df318 Merge "Fix compilation warnings in Room" into oc-support-26.0-dev am: c4ac41ade3 by Sergey Vasilinets · 7 years ago
  33. ab02314 Start inserting meta-data version tags per library. by Aurimas Liutikas · 7 years ago
  34. d2649c4 Fix compilation warnings in Room by Sergey Vasilinets · 7 years ago
  35. 6c72e20 Merge "NOT NULL constraint by @NonNull" into oc-support-26.0-dev am: 4a16fdef70 by Yuichi Araki · 7 years ago
  36. b2bfd37 NOT NULL constraint by @NonNull by Yuichi Araki · 7 years ago
  37. 378cc1a Merge "Make support sqlite statement AutoClosable." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  38. dccb69d Merge "Make support sqlite statement AutoClosable." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  39. e0588bf Merge "Document migration transaction case" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  40. 87fc555 Merge "Document migration transaction case" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  41. efbdbac Merge "Fix InvalidationTracker for custom database" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  42. 720567e Merge "Fix InvalidationTracker for custom database" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  43. a5a8710 Merge "Room: Throw if migration is missing." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  44. f24ecb4 Merge "Room: Throw if migration is missing." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  45. 0d1b036 Make support sqlite statement AutoClosable. by Yigit Boyar · 7 years ago
  46. ca7dfff Document migration transaction case by Yigit Boyar · 7 years ago
  47. 234f073 Room: Throw if migration is missing. by Yigit Boyar · 7 years ago
  48. 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
  49. 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
  50. 1b9a1e7 Merge "Kotlin integration tests for Room" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  51. 0868b84 Merge "Kotlin integration tests for Room" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  52. 14bd6a8 Adding a constructor with 2 params for the MigrationTestHelper. by Florina Muntenescu · 7 years ago
  53. 34f575b Kotlin integration tests for Room by Florina Muntenescu · 7 years ago
  54. 4790167 Merge "Fix migration with autoincrement primary key" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  55. 62de5e0 Merge "Fix migration with autoincrement primary key" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  56. 4891280 Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  57. bd9f55f Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  58. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  59. fed93f4 Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  60. 5843a35 Fix InvalidationTracker for custom database by Yuichi Araki · 7 years ago
  61. 63e44ca Fix migration with autoincrement primary key by Yuichi Araki · 7 years ago
  62. 0af2c3f Update com.google.testing.compile:compile-testing to 0.11 by Sergey Vasilinets · 7 years ago
  63. c0c5dde Read relationships while reading fields am: c890c012cd by Yigit Boyar · 7 years ago
  64. c890c01 Read relationships while reading fields by Yigit Boyar · 7 years ago
  65. d9a1c84 Keep list size variables list for DELETE|UPDATE queries by Yigit Boyar · 7 years ago
  66. a3e3a34 Merge "Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  67. 2fab9e1 Merge "Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  68. da97cf2 Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A by Florina Muntenescu · 7 years ago
  69. ba52a75 Merge "Remove paging dependency from compiler." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  70. 08a5aa3 Merge "Remove paging dependency from compiler." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  71. d4eb0d0 Remove paging dependency from compiler. by Yigit Boyar · 7 years ago
  72. 0a960e5 Update Query docs to include RxJava Maybe & Single am: b6faa288a6 by Yigit Boyar · 7 years ago
  73. b6faa28 Update Query docs to include RxJava Maybe & Single by Yigit Boyar · 7 years ago
  74. ad73eb9 Merge "hide paging from release" into oc-support-26.0-dev am: 50442a97e4 by Yigit Boyar · 7 years ago
  75. 50442a9 Merge "hide paging from release" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  76. cf0a56a Merge "Fix @Query without any parameters" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  77. a595f18 Merge "Fix @Query without any parameters" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  78. 3ec9f62 hide paging from release by Yigit Boyar · 7 years ago
  79. c72c57c Merge "Fix integration-tests for Room" into oc-support-26.0-dev am: c99ef3ade9 by Yuichi Araki · 7 years ago
  80. c99ef3a Merge "Fix integration-tests for Room" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  81. 4d0cbea Merge "Check types while assigning getters/setters." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  82. ce93a2f Merge "Add support for Maybe and Single" into oc-support-26.0-dev am: 8c1b7c7269 by Yigit Boyar · 7 years ago
  83. 3af412e Merge "Check types while assigning getters/setters." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  84. d4fdfb6 Fix integration-tests for Room by Yuichi Araki · 7 years ago
  85. e088306 Fix @Query without any parameters by Yuichi Araki · 7 years ago
  86. 0cf0bfe Add support for Maybe and Single by Yigit Boyar · 7 years ago
  87. 6d6fe7f Check types while assigning getters/setters. by Yigit Boyar · 7 years ago
  88. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  89. 85ca93d Merge "Initial commit of paging component." into oc-support-26.0-dev by Chris Craik · 7 years ago
  90. f56bb2f Speculative fix for LiveDataQueryTest.handleGc by Sergey Vasilinets · 7 years ago
  91. 9fd8e61 Initial commit of paging component. by Chris Craik · 7 years ago
  92. e4f10a8 Mark LiveDataQueryTest#handleGc medium so it does not block presubmit. by Aurimas Liutikas · 7 years ago
  93. 85b81ae Merge "Add RoomDatabase.Callback" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  94. cf4d349 Add RoomDatabase.Callback by Yuichi Araki · 7 years ago
  95. a705df8 Move to the counting executor to speedup tests. by Yigit Boyar · 7 years ago
  96. 1c53f7a Merge "Make LiveDataQueryTest.handleGc a MediumTest" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  97. 84febb5 Make LiveDataQueryTest.handleGc a MediumTest by Ian Lake · 7 years ago
  98. b11c4b2 Removing user. from parentColumn mentions in the java doc. by Florina Muntenescu · 7 years ago
  99. b99f805 Merge "Add tests for GC." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  100. 6445277 Merge "Divide core components into runtime and common." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago