1. 567aca0 Merge "Reload sqlite SO files upon linking failure" into androidx-master-dev by Yigit Boyar · 4 years, 9 months ago
  2. 1b3784e Merge "Enable ktlint in CI" into androidx-master-dev by Aurimas Liutikas · 4 years, 9 months ago
  3. 7a828d3 Enable ktlint in CI by Aurimas Liutikas · 4 years, 9 months ago
  4. 12b67d4 Merge "Remove processor note that warns about choosing a cursor adapter." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  5. 4a18df6 Reload sqlite SO files upon linking failure by Yigit Boyar · 4 years, 9 months ago
  6. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 9 months ago
  7. 0080643 Remove processor note that warns about choosing a cursor adapter. by Daniel Santiago Rivera · 4 years, 9 months ago
  8. 2fb63c5 Merge "Change the way to detect mismatch between POJO and query" into androidx-master-dev by Yuichi Araki · 4 years, 9 months ago
  9. 82b8bd8 Remove dependencies on legacy-support-core-utils by Ian Lake · 4 years, 9 months ago
  10. 5880927 Update Room to 2.3.0-alpha01 by Ian Lake · 4 years, 9 months ago
  11. 005a920 Remove ARCH_* constants from Dependencies.kt by Ian Lake · 4 years, 9 months ago
  12. ae48ec2 Remove ANDROIDX_* constants from Dependencies.kt by Ian Lake · 4 years, 9 months ago
  13. c631e62 Remove SUPPORT_* constants from Dependencies.kt by Ian Lake · 4 years, 9 months ago
  14. b900795 Change the way to detect mismatch between POJO and query by Yuichi Araki · 4 years, 9 months ago
  15. f6bfd9d Merge "API lint check for the SetterReturnsThis is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  16. 536a1ff API lint check for the SetterReturnsThis is enabled for androidx by Sergey · 4 years, 9 months ago
  17. 6fd483d Rename KOTLIN_COROUTINES to KOTLIN_COROUTINES_ANDROID by Dustin Lam · 4 years, 9 months ago
  18. cd1aae0 Track experimental API surface by Alan Viverette · 4 years, 10 months ago
  19. c2b6461 Update Coroutines to 1.3.0 by Daniel Santiago Rivera · 4 years, 10 months ago
  20. 812f343 Merge "Flow query emitting null test." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  21. 95d97c3 Flow query emitting null test. by Daniel Santiago Rivera · 4 years, 10 months ago
  22. 2d07414 Switch over to androix.concurrent:concurrent-futures. by Rahul Ravikumar · 4 years, 10 months ago
  23. 32c3c34 Switch to an implementation dependency on GUAVA_ANDROID when using guava extensions. by Rahul Ravikumar · 4 years, 10 months ago
  24. 603df7c Bump Room to 2.2.0-beta01 by Daniel Santiago Rivera · 4 years, 10 months ago
  25. bc8202e The GuavaRoom cancellation test should only be run when API >=16 by Florina Muntenescu · 4 years, 10 months ago
  26. 1bd267a Merge "Update versions after August 7th Release" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  27. 227bd94 Update versions after August 7th Release by Nick Anthony · 4 years, 10 months ago
  28. 024e874 Update metalava to a newer version by Aurimas Liutikas · 4 years, 10 months ago
  29. ac00348 Merge "Make CoroutineFlowResultBinder extend BaseObservableQueryResultBinder" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  30. 93afe51 Merge "Don't consider recently added 'IF NOT EXISTS' in Index for legacy hash." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  31. 4d031a9 Don't consider recently added 'IF NOT EXISTS' in Index for legacy hash. by Daniel Santiago Rivera · 4 years, 10 months ago
  32. f854749 Make CoroutineFlowResultBinder extend BaseObservableQueryResultBinder by Daniel Santiago Rivera · 4 years, 10 months ago
  33. 2fc1f2e Remove childSampleSize=100 from RelationBenchmark params by Chris Craik · 4 years, 11 months ago
  34. e492b22 Merge "Update api lint baseline." into androidx-master-dev by Aurimas Liutikas · 4 years, 11 months ago
  35. 5184037 Update api lint baseline. by Aurimas Liutikas · 4 years, 11 months ago
  36. 0d947c9 Merge "Fix some flaky tests!" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  37. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 4 years, 11 months ago
  38. 6678f5d Fix some flaky tests! by Daniel Santiago Rivera · 4 years, 11 months ago
  39. b7c152d Merge "Cancellation for ListenableFuture queries" into androidx-master-dev by Florina Muntenescu · 4 years, 11 months ago
  40. 2efdd55 Cancellation for ListenableFuture queries by Florina Muntenescu · 5 years ago
  41. cc845ed Merge "Annotate some SQLite APIs for nullability" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  42. 9496e47 Merge "Adding a CancellationSignal to DBUtil.query" into androidx-master-dev by Treehugger Robot · 5 years ago
  43. 2486fa2 Ignore binding errors for ignored columns via @Entity by Daniel Santiago Rivera · 5 years ago
  44. bfce501 Adding a CancellationSignal to DBUtil.query by Florina Muntenescu · 5 years ago
  45. ec04a40 Conditionally error due to missing getter/setter based on binding scope. by Daniel Santiago Rivera · 5 years ago
  46. f1b9099 Removing now-unused api ignores by Jeff Gaston · 5 years ago
  47. 4357434 Merge "Apply Benchmark plugin to benchmark modules" into androidx-master-dev by Dustin Lam · 5 years ago
  48. 22c3392 Move JUnit4 usage to separate module by Chris Craik · 5 years ago
  49. 56130b2 Apply Benchmark plugin to benchmark modules by Dustin Lam · 5 years ago
  50. b4c4a0d Support Kotlin Coroutines Flow as query return types. by Daniel Santiago Rivera · 5 years ago
  51. e2022ae Move benchmark -> benchmark-common by Chris Craik · 5 years ago
  52. 07a4265 Annotate some SQLite APIs for nullability by Jake Wharton · 5 years ago
  53. 4fb4ae7 Merge changes I4e6b7326,I8e00e536,I35b8f856,I835ee662,Ic6ef0d05, ... into androidx-master-dev by Jeff Gaston · 5 years ago
  54. 9ea31d5 Removing api files room/runtime/api/*2.1.0-beta02.txt by Jeff Gaston · 5 years ago
  55. 9ae79b1 Use ByteBuffer when a relation's key column is of type BLOB. by Daniel Santiago Rivera · 5 years ago
  56. b0d9cda Extracting suspend fun return type, from 'as member of' executable type. by Daniel Santiago Rivera · 5 years ago
  57. 9adbcb2 Merge "Update Truth from 0.44 to 1.0" into androidx-master-dev by Alan Viverette · 5 years ago
  58. 8f4df39 Update Truth from 0.44 to 1.0 by Sam Gilbert · 5 years ago
  59. 1781a11 Remove unneeded uploadArchives disabling. by Aurimas Liutikas · 5 years ago
  60. 9b97fdd Merge "Add onDestructiveMigrate callback to Room." into androidx-master-dev by Treehugger Robot · 5 years ago
  61. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  62. 25428a7 Merge "Clear-up confusion in EmptyResultSetException documentation." into androidx-master-dev by Treehugger Robot · 5 years ago
  63. 90676e3 Clear-up confusion in EmptyResultSetException documentation. by Daniel Santiago Rivera · 5 years ago
  64. a19311e Merge "Null check binder stub since it can disconnect at any moment." into androidx-master-dev by Treehugger Robot · 5 years ago
  65. 7c9e663 Merge "Add missing type arg extend to adapter methods." into androidx-master-dev by Treehugger Robot · 5 years ago
  66. 6d3ebeb Null check binder stub since it can disconnect at any moment. by Daniel Santiago Rivera · 5 years ago
  67. c79237e Merge "Remove legacy excludes from build.gradle." into androidx-master-dev by Treehugger Robot · 5 years ago
  68. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  69. 3f37f10 Various fixed regarding expanding projections. by Daniel Santiago Rivera · 5 years ago
  70. 0bb10a3 Migrate to Compile-Testing 0.18 by Daniel Santiago Rivera · 5 years ago
  71. 9f92314 Merge "Use correct setter name when reading from cursor via field assignment." into androidx-master-dev by Treehugger Robot · 5 years ago
  72. a5cc0f5 Use correct setter name when reading from cursor via field assignment. by Daniel Santiago Rivera · 5 years ago
  73. 8508e67 Merge "Add retention policy to CreatedFrom IntDef." into androidx-master-dev by Treehugger Robot · 5 years ago
  74. cd77c12 Add missing type arg extend to adapter methods. by Daniel Santiago Rivera · 5 years ago
  75. 759a9d5 Add retention policy to CreatedFrom IntDef. by Daniel Santiago Rivera · 5 years ago
  76. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  77. 444a135 Backport TableInfo API changes for default value. by Daniel Santiago Rivera · 5 years ago
  78. 23e7e21 Conditionally use column default value in equality check part 2. by Daniel Santiago Rivera · 5 years ago
  79. 7edb326 Prepare for Room 2.2.0-alpha01 release and next dev cycle. by Daniel Santiago Rivera · 5 years ago
  80. 0e01f3c Use cache directory for intermediate file when copying database. by Daniel Santiago Rivera · 5 years ago
  81. 596ad3b Merge "Smart projection" into androidx-master-dev by Yuichi Araki · 5 years ago
  82. b61e0db Merge "Update Room API docs with consistent examples." into androidx-master-dev by Treehugger Robot · 5 years ago
  83. 43855e2 Merge "Conditionally use column default value in equality check." into androidx-master-dev by Treehugger Robot · 5 years ago
  84. c7bdf55 Smart projection by Yuichi Araki · 6 years ago
  85. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  86. 9ad9640 Conditionally use column default value in equality check. by Daniel Santiago Rivera · 5 years ago
  87. 0a239cd Update Room API docs with consistent examples. by Daniel Santiago Rivera · 5 years ago
  88. c831e6b Add migration test with default column using ALTER TABLE. by Daniel Santiago Rivera · 5 years ago
  89. 3ce9da2 Merge "Start running Metalava with --api-lint" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  90. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  91. 72b1112 Implement a copy lock mechanism for pre-populated databases. by Daniel Santiago Rivera · 5 years ago
  92. d9e9acb Merge "Don't declare EntityAdapters with raw types in generated code." into androidx-master-dev by Treehugger Robot · 5 years ago
  93. d7ce0c3 Merge "Better error message for pre-package DB invalid schema." into androidx-master-dev by Treehugger Robot · 5 years ago
  94. c12a9ca Don't declare EntityAdapters with raw types in generated code. by Daniel Santiago Rivera · 5 years ago
  95. ca99ff0 Merge "Mark Cuttlefish flaking/failing tests as @FlakyTest" into androidx-master-dev by Sam Gilbert · 5 years ago
  96. c3ffcf3 Mark Cuttlefish flaking/failing tests as @FlakyTest by Sam Gilbert · 5 years ago
  97. c6d11a2 Merge "Fix spelling in DatabaseVerificationErrors class." into androidx-master-dev by Treehugger Robot · 5 years ago
  98. c4b90ca Merge "Fix partial entity Insert and Update doc typo." into androidx-master-dev by Treehugger Robot · 5 years ago
  99. f0505b7 Better error message for pre-package DB invalid schema. by Daniel Santiago Rivera · 5 years ago
  100. 0e3db0d Upgrade to Kotlin 1.3.40 by Aurimas Liutikas · 5 years ago