1. 2efdd55 Cancellation for ListenableFuture queries by Florina Muntenescu · 5 years ago
  2. 9496e47 Merge "Adding a CancellationSignal to DBUtil.query" into androidx-master-dev by Treehugger Robot · 5 years ago
  3. 2486fa2 Ignore binding errors for ignored columns via @Entity by Daniel Santiago Rivera · 5 years ago
  4. bfce501 Adding a CancellationSignal to DBUtil.query by Florina Muntenescu · 5 years ago
  5. ec04a40 Conditionally error due to missing getter/setter based on binding scope. by Daniel Santiago Rivera · 5 years ago
  6. b4c4a0d Support Kotlin Coroutines Flow as query return types. by Daniel Santiago Rivera · 5 years ago
  7. 9ae79b1 Use ByteBuffer when a relation's key column is of type BLOB. by Daniel Santiago Rivera · 5 years ago
  8. b0d9cda Extracting suspend fun return type, from 'as member of' executable type. by Daniel Santiago Rivera · 5 years ago
  9. 9b97fdd Merge "Add onDestructiveMigrate callback to Room." into androidx-master-dev by Treehugger Robot · 5 years ago
  10. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  11. 3f37f10 Various fixed regarding expanding projections. by Daniel Santiago Rivera · 5 years ago
  12. 0bb10a3 Migrate to Compile-Testing 0.18 by Daniel Santiago Rivera · 5 years ago
  13. a5cc0f5 Use correct setter name when reading from cursor via field assignment. by Daniel Santiago Rivera · 5 years ago
  14. 23e7e21 Conditionally use column default value in equality check part 2. by Daniel Santiago Rivera · 5 years ago
  15. 596ad3b Merge "Smart projection" into androidx-master-dev by Yuichi Araki · 5 years ago
  16. b61e0db Merge "Update Room API docs with consistent examples." into androidx-master-dev by Treehugger Robot · 5 years ago
  17. c7bdf55 Smart projection by Yuichi Araki · 6 years ago
  18. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  19. 0a239cd Update Room API docs with consistent examples. by Daniel Santiago Rivera · 5 years ago
  20. d9e9acb Merge "Don't declare EntityAdapters with raw types in generated code." into androidx-master-dev by Treehugger Robot · 5 years ago
  21. d7ce0c3 Merge "Better error message for pre-package DB invalid schema." into androidx-master-dev by Treehugger Robot · 5 years ago
  22. c12a9ca Don't declare EntityAdapters with raw types in generated code. by Daniel Santiago Rivera · 5 years ago
  23. c6d11a2 Merge "Fix spelling in DatabaseVerificationErrors class." into androidx-master-dev by Treehugger Robot · 5 years ago
  24. f0505b7 Better error message for pre-package DB invalid schema. by Daniel Santiago Rivera · 5 years ago
  25. 9a511e5 Fix spelling in DatabaseVerificationErrors class. by Daniel Santiago Rivera · 5 years ago
  26. 02684f53 Allow using POJOs in @Insert, @Update and @Delete method parameters. by Daniel Santiago Rivera · 5 years ago
  27. c5dad65 Allow single-value @Relation field. by Daniel Santiago Rivera · 5 years ago
  28. 180a546a Merge "Support column default value" into androidx-master-dev by Treehugger Robot · 5 years ago
  29. 4f917f2 Support column default value by Yuichi Araki · 6 years ago
  30. 37cfdff Merge "Improve warning messages caused by @Relation." into androidx-master-dev by Treehugger Robot · 5 years ago
  31. 5199dc8 Merge "Use RxRoom.createSingle() instead of Single.fromCallable() in @Query." into androidx-master-dev by Treehugger Robot · 5 years ago
  32. 0afda8a Improve warning messages caused by @Relation. by Daniel Santiago Rivera · 5 years ago
  33. 5c59774 Support many-to-many with @Relation using @Junction by Daniel Santiago Rivera · 5 years ago
  34. cece20c Merge "Update RelationWriter to not expect an ArrayMap-like data structure." into androidx-master-dev by Treehugger Robot · 5 years ago
  35. 536b346 Update RelationWriter to not expect an ArrayMap-like data structure. by Daniel Santiago Rivera · 5 years ago
  36. edf7ce4 Removes some no longer needed -Werror whitelisting by Louis Pullen-Freilich · 5 years ago
  37. 6f65f09 Make Room an isolating incremental annotation processor. by Hung Nguyen · 5 years ago
  38. 20c2889 Use RxRoom.createSingle() instead of Single.fromCallable() in @Query. by Daniel Santiago Rivera · 5 years ago
  39. 6ec96da Show correct error when a suspend @RawQuery return Unit. by Daniel Santiago Rivera · 5 years ago
  40. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  41. 54fa08a Use IF NOT EXISTS for Index create statement. by Daniel Santiago Rivera · 5 years ago
  42. a868d0d Validate target method annotations reachable from AST of @Database. by Daniel Santiago Rivera · 5 years ago
  43. 6874640 Merge "Turn koltin warnings into errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  44. 4c67d57 Merge "Use single quotes for room_master_table hash INSERT statement." into androidx-master-dev by Treehugger Robot · 5 years ago
  45. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  46. 3967d9f Some fixes needed for when we move to AGP 3.5 by Louis Pullen-Freilich · 5 years ago
  47. ae96cd9 Use single quotes for room_master_table hash INSERT statement. by Daniel Santiago Rivera · 5 years ago
  48. 2175abf Cleanup room-compiler compile warnings. by Daniel Santiago Rivera · 5 years ago
  49. b3546aa Remove CoroutineScope receiver from withTransaction function param. by Daniel Santiago Rivera · 5 years ago
  50. 5d52430 Add missing lifecycle package to the possible overridden package names. by Daniel Santiago Rivera · 5 years ago
  51. b1da832 Allow configuring androidx generated packages class names. by Daniel Santiago Rivera · 5 years ago
  52. 4570b35 Removing logging missing @Metadata annotation. by Daniel Santiago Rivera · 5 years ago
  53. 56fadb3 Fix TypeConverter detection of Collection parameters in Kotlin functions by Daniel Santiago Rivera · 5 years ago
  54. 65d3d60 Delete SupportKotlinLibraryPlugin. by Aurimas Liutikas · 5 years ago
  55. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  56. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  57. d443aac Merge "Serialize Transactions and allow configuring transaction executor." into androidx-master-dev by Treehugger Robot · 5 years ago
  58. 919986a Serialize Transactions and allow configuring transaction executor. by Daniel Santiago Rivera · 5 years ago
  59. c93f5cd Update SQLite grammar to match 3.24.0 by Daniel Santiago Rivera · 5 years ago
  60. 1fc1960 Rename room-coroutines artifact to room-ktx by Daniel Santiago Rivera · 5 years ago
  61. 39b7ead Merge "Allow Tokenizer Args for the SIMPLE Tokenizer" into androidx-master-dev by Treehugger Robot · 5 years ago
  62. 633c84b Support non-abstract @Transaction suspend DAO functions. by Daniel Santiago Rivera · 5 years ago
  63. f0f9ed8 Deprecate RoomDatabase transaction methods. by Daniel Santiago Rivera · 5 years ago
  64. 69961b4 Room Suspending Transaction by Daniel Santiago Rivera · 5 years ago
  65. 6cd537e Allow Tokenizer Args for the SIMPLE Tokenizer by Daniel Santiago Rivera · 5 years ago
  66. 3c81914 Use JetBrains's Kotlin metadata library. by Daniel Santiago Rivera · 5 years ago
  67. 65e8fda Compile / prepare queries lazily for prepared query DAO methods. by Daniel Santiago Rivera · 5 years ago
  68. 74284c7 Merge "Return a CodeBlock from CodeGenScope.generate() instead of a String" into androidx-master-dev by Treehugger Robot · 5 years ago
  69. 3092dee Return a CodeBlock from CodeGenScope.generate() instead of a String by Daniel Santiago Rivera · 5 years ago
  70. bc1702e Generate final statement variable for prepared queries. by Daniel Santiago Rivera · 5 years ago
  71. 9b78b58 Disallow @Transaction implementations with async return types. by Daniel Santiago Rivera · 5 years ago
  72. 6238cc5 Merge "Fix suspend Dao methods with TypeConverters" into androidx-master-dev by Treehugger Robot · 5 years ago
  73. dca1413 Use DAO method enclosing class for KotlinMetadata by Daniel Santiago Rivera · 5 years ago
  74. b2fbf27 Fix suspend Dao methods with TypeConverters by Daniel Santiago Rivera · 5 years ago
  75. 6c10b51 Merge "Fix @Embedded field in multiple inherited entities" into androidx-master-dev by Yuichi Araki · 5 years ago
  76. 9ff667a Fixed broken min/max testing by Oussama Ben Abdelbaki · 5 years ago
  77. 9a88898 Fix @Embedded field in multiple inherited entities by Yuichi Araki · 5 years ago
  78. 9ad7b04 Cleanup unnecessary usages of DaoWritter.dbField by Daniel Santiago Rivera · 6 years ago
  79. 7361f09 Cleanup Shortcut Binders by Daniel Santiago Rivera · 6 years ago
  80. 27ef985 Support deferred types on @Query with INSERT/UPDATE/DELETE statements. by Daniel Santiago Rivera · 6 years ago
  81. c11420f Merge "Allow Collection as a parameter of IN" into androidx-master-dev by Daniel Santiago Rivera · 6 years ago
  82. e78ccef Room Support for Coroutines by Daniel Santiago Rivera · 6 years ago
  83. ffdfeef Allow Collection as a parameter of IN by Yuichi Araki · 6 years ago
  84. 033f659 Configuration changes to support building against newer SDKs by Alan Viverette · 6 years ago
  85. bab31ca Fix live data observe forever in room by Yigit Boyar · 6 years ago
  86. f3e367f Don't use ignoredColumns fields when finding POJO getters and setters. by Daniel Santiago Rivera · 6 years ago
  87. 8a67f54 Introduce CallableTypeSpecBuilder by Sergey Vasilinets · 6 years ago
  88. 4eed866 Introduce HasFields interface by Sergey Vasilinets · 6 years ago
  89. 206f605 Fix typo in Room error message by Yigit Boyar · 6 years ago
  90. 748c497 Introduce TypeMirror.asTypeElement() by Sergey Vasilinets · 6 years ago
  91. da4ee59 Fix warnings in CustomConverterProcessor by Sergey Vasilinets · 6 years ago
  92. 2942aa9 Merge "Support custom FTS tokenizers." into androidx-master-dev by Treehugger Robot · 6 years ago
  93. 04f5e8e Merge "Use isSameType instead of == when finding AutoValue factory methods." into androidx-master-dev by Treehugger Robot · 6 years ago
  94. a5d9910 Use isSameType instead of == when finding AutoValue factory methods. by Daniel Santiago Rivera · 6 years ago
  95. 332af23 Support custom FTS tokenizers. by Daniel Santiago Rivera · 6 years ago
  96. 82dc94e Merge "Make RLog's safeFormat() truly safe by catching all exceptions." into androidx-master-dev by Treehugger Robot · 6 years ago
  97. c08fa5a Make RLog's safeFormat() truly safe by catching all exceptions. by Daniel Santiago Rivera · 6 years ago
  98. c6ef3e2 Support ListenableFuture<T> as return type for shortcut methods. by Daniel Santiago Rivera · 6 years ago
  99. 105f01b Generating final params for DAO methods by Florina Muntenescu · 6 years ago
  100. 4551462 Patch Cursor.getColumnIndex for older APIs by Yuichi Araki · 6 years ago