1. 9496e47 Merge "Adding a CancellationSignal to DBUtil.query" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  2. 2486fa2 Ignore binding errors for ignored columns via @Entity by Daniel Santiago Rivera · 5 years ago
  3. bfce501 Adding a CancellationSignal to DBUtil.query by Florina Muntenescu · 5 years ago
  4. ec04a40 Conditionally error due to missing getter/setter based on binding scope. by Daniel Santiago Rivera · 5 years ago
  5. f1b9099 Removing now-unused api ignores by Jeff Gaston · 5 years ago
  6. 4357434 Merge "Apply Benchmark plugin to benchmark modules" into androidx-master-dev by Dustin Lam · 5 years ago
  7. 22c3392 Move JUnit4 usage to separate module by Chris Craik · 5 years ago
  8. 56130b2 Apply Benchmark plugin to benchmark modules by Dustin Lam · 5 years ago
  9. b4c4a0d Support Kotlin Coroutines Flow as query return types. by Daniel Santiago Rivera · 5 years ago
  10. e2022ae Move benchmark -> benchmark-common by Chris Craik · 5 years ago
  11. 4fb4ae7 Merge changes I4e6b7326,I8e00e536,I35b8f856,I835ee662,Ic6ef0d05, ... into androidx-master-dev by Jeff Gaston · 5 years ago
  12. 9ea31d5 Removing api files room/runtime/api/*2.1.0-beta02.txt by Jeff Gaston · 5 years ago
  13. 9ae79b1 Use ByteBuffer when a relation's key column is of type BLOB. by Daniel Santiago Rivera · 5 years ago
  14. b0d9cda Extracting suspend fun return type, from 'as member of' executable type. by Daniel Santiago Rivera · 5 years ago
  15. 9adbcb2 Merge "Update Truth from 0.44 to 1.0" into androidx-master-dev by Alan Viverette · 5 years ago
  16. 8f4df39 Update Truth from 0.44 to 1.0 by Sam Gilbert · 5 years ago
  17. 1781a11 Remove unneeded uploadArchives disabling. by Aurimas Liutikas · 5 years ago
  18. 9b97fdd Merge "Add onDestructiveMigrate callback to Room." into androidx-master-dev by Treehugger Robot · 5 years ago
  19. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  20. 25428a7 Merge "Clear-up confusion in EmptyResultSetException documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  21. 90676e3 Clear-up confusion in EmptyResultSetException documentation. by Daniel Santiago Rivera · 5 years ago
  22. a19311e Merge "Null check binder stub since it can disconnect at any moment." into androidx-master-dev by Treehugger Robot · 5 years ago
  23. 7c9e663 Merge "Add missing type arg extend to adapter methods." into androidx-master-dev by Treehugger Robot · 5 years ago
  24. 6d3ebeb Null check binder stub since it can disconnect at any moment. by Daniel Santiago Rivera · 5 years ago
  25. c79237e Merge "Remove legacy excludes from build.gradle." into androidx-master-dev by Treehugger Robot · 5 years ago
  26. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  27. 3f37f10 Various fixed regarding expanding projections. by Daniel Santiago Rivera · 5 years ago
  28. 0bb10a3 Migrate to Compile-Testing 0.18 by Daniel Santiago Rivera · 5 years ago
  29. 9f92314 Merge "Use correct setter name when reading from cursor via field assignment." into androidx-master-dev by Treehugger Robot · 5 years ago
  30. a5cc0f5 Use correct setter name when reading from cursor via field assignment. by Daniel Santiago Rivera · 5 years ago
  31. 8508e67 Merge "Add retention policy to CreatedFrom IntDef." into androidx-master-dev by Treehugger Robot · 5 years ago
  32. cd77c12 Add missing type arg extend to adapter methods. by Daniel Santiago Rivera · 5 years ago
  33. 759a9d5 Add retention policy to CreatedFrom IntDef. by Daniel Santiago Rivera · 5 years ago
  34. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  35. 444a135 Backport TableInfo API changes for default value. by Daniel Santiago Rivera · 5 years ago
  36. 23e7e21 Conditionally use column default value in equality check part 2. by Daniel Santiago Rivera · 5 years ago
  37. 7edb326 Prepare for Room 2.2.0-alpha01 release and next dev cycle. by Daniel Santiago Rivera · 5 years ago
  38. 0e01f3c Use cache directory for intermediate file when copying database. by Daniel Santiago Rivera · 5 years ago
  39. 596ad3b Merge "Smart projection" into androidx-master-dev by Yuichi Araki · 5 years ago
  40. b61e0db Merge "Update Room API docs with consistent examples." into androidx-master-dev by Treehugger Robot · 5 years ago
  41. 43855e2 Merge "Conditionally use column default value in equality check." into androidx-master-dev by Treehugger Robot · 5 years ago
  42. c7bdf55 Smart projection by Yuichi Araki · 6 years ago
  43. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  44. 9ad9640 Conditionally use column default value in equality check. by Daniel Santiago Rivera · 5 years ago
  45. 0a239cd Update Room API docs with consistent examples. by Daniel Santiago Rivera · 5 years ago
  46. c831e6b Add migration test with default column using ALTER TABLE. by Daniel Santiago Rivera · 5 years ago
  47. 3ce9da2 Merge "Start running Metalava with --api-lint" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  48. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  49. 72b1112 Implement a copy lock mechanism for pre-populated databases. by Daniel Santiago Rivera · 5 years ago
  50. d9e9acb Merge "Don't declare EntityAdapters with raw types in generated code." into androidx-master-dev by Treehugger Robot · 5 years ago
  51. d7ce0c3 Merge "Better error message for pre-package DB invalid schema." into androidx-master-dev by Treehugger Robot · 5 years ago
  52. c12a9ca Don't declare EntityAdapters with raw types in generated code. by Daniel Santiago Rivera · 5 years ago
  53. ca99ff0 Merge "Mark Cuttlefish flaking/failing tests as @FlakyTest" into androidx-master-dev by Sam Gilbert · 5 years ago
  54. c3ffcf3 Mark Cuttlefish flaking/failing tests as @FlakyTest by Sam Gilbert · 5 years ago
  55. c6d11a2 Merge "Fix spelling in DatabaseVerificationErrors class." into androidx-master-dev by Treehugger Robot · 5 years ago
  56. c4b90ca Merge "Fix partial entity Insert and Update doc typo." into androidx-master-dev by Treehugger Robot · 5 years ago
  57. f0505b7 Better error message for pre-package DB invalid schema. by Daniel Santiago Rivera · 5 years ago
  58. 0e3db0d Upgrade to Kotlin 1.3.40 by Aurimas Liutikas · 5 years ago
  59. ebe0d45 Fix partial entity Insert and Update doc typo. by Daniel Santiago Rivera · 5 years ago
  60. 9a511e5 Fix spelling in DatabaseVerificationErrors class. by Daniel Santiago Rivera · 5 years ago
  61. 02684f53 Allow using POJOs in @Insert, @Update and @Delete method parameters. by Daniel Santiago Rivera · 5 years ago
  62. 4687518 Merge changes I7da1c0b5,I9aaa6b47 into androidx-master-dev by Treehugger Robot · 5 years ago
  63. efcb720 Merge "Upgrade Room annotations to not use raw types." into androidx-master-dev by Treehugger Robot · 5 years ago
  64. da95a93 Throw for invalid configuration of pre-packaged database. by Daniel Santiago Rivera · 5 years ago
  65. 23f47e6 Update createFromFile() parameter to be of type File by Daniel Santiago Rivera · 5 years ago
  66. c90e1d7 Merge "Use pre-populated DB on destructive migration." into androidx-master-dev by Treehugger Robot · 5 years ago
  67. 3b066aa Merge "Allow single-value @Relation field." into androidx-master-dev by Treehugger Robot · 5 years ago
  68. 19fcda5 Use pre-populated DB on destructive migration. by Daniel Santiago Rivera · 5 years ago
  69. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  70. 7905444 Upgrade Room annotations to not use raw types. by Daniel Santiago Rivera · 5 years ago
  71. 0a65826 Merge "Fix typo in @Junction doc" into androidx-master-dev by Treehugger Robot · 5 years ago
  72. 0f24acc Fix typo in @Junction doc by Daniel Santiago Rivera · 5 years ago
  73. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  74. c5dad65 Allow single-value @Relation field. by Daniel Santiago Rivera · 5 years ago
  75. 180a546a Merge "Support column default value" into androidx-master-dev by Treehugger Robot · 5 years ago
  76. 4f917f2 Support column default value by Yuichi Araki · 6 years ago
  77. 37cfdff Merge "Improve warning messages caused by @Relation." into androidx-master-dev by Treehugger Robot · 5 years ago
  78. 1983e4e Merge "Remove androidx.collection from room-runtime." into androidx-master-dev by Treehugger Robot · 5 years ago
  79. 5199dc8 Merge "Use RxRoom.createSingle() instead of Single.fromCallable() in @Query." into androidx-master-dev by Treehugger Robot · 5 years ago
  80. 0afda8a Improve warning messages caused by @Relation. by Daniel Santiago Rivera · 5 years ago
  81. 5c59774 Support many-to-many with @Relation using @Junction by Daniel Santiago Rivera · 5 years ago
  82. 26de0bc4 Remove androidx.collection from room-runtime. by Daniel Santiago Rivera · 5 years ago
  83. cece20c Merge "Update RelationWriter to not expect an ArrayMap-like data structure." into androidx-master-dev by Treehugger Robot · 5 years ago
  84. e9c6cc7 Merge "Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4" into androidx-master-dev by Treehugger Robot · 5 years ago
  85. 536b346 Update RelationWriter to not expect an ArrayMap-like data structure. by Daniel Santiago Rivera · 5 years ago
  86. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  87. edf7ce4 Removes some no longer needed -Werror whitelisting by Louis Pullen-Freilich · 5 years ago
  88. f076f1d Merge "Create database dir when copying database." into androidx-master-dev by Treehugger Robot · 5 years ago
  89. 4f91cbb Create database dir when copying database. by Daniel Santiago Rivera · 5 years ago
  90. cd16b09 Merge "Enables Kotlin interop lint checks" into androidx-master-dev by Treehugger Robot · 5 years ago
  91. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  92. 040fc64 Suppress PrepackageTest by Sergey Vasilinets · 5 years ago
  93. e70c2aa Create API for using Room with a pre-populated database. by Daniel Santiago Rivera · 5 years ago
  94. 6f65f09 Make Room an isolating incremental annotation processor. by Hung Nguyen · 5 years ago
  95. 8b0a7f2 Merge "Move SneakyThrow from room-common to room-runtime." into androidx-master-dev by Treehugger Robot · 5 years ago
  96. 20c2889 Use RxRoom.createSingle() instead of Single.fromCallable() in @Query. by Daniel Santiago Rivera · 5 years ago
  97. b9f6f22 Merge "Update the URL about migration testing" into androidx-master-dev by Yuichi Araki · 5 years ago
  98. ed443e8 Move SneakyThrow from room-common to room-runtime. by Daniel Santiago Rivera · 5 years ago
  99. b9a7d69 Merge "Show correct error when a suspend @RawQuery return Unit." into androidx-master-dev by Treehugger Robot · 5 years ago
  100. b47a4f6 Merge "Merge room-common-java8 into room-common" into androidx-master-dev by Treehugger Robot · 5 years ago