1. 1ba4d87 Bump androidx.room to 2.3.0-beta01. by Daniel Santiago Rivera · 3 years, 6 months ago
  2. af110fe Preserve type in query result adapters by Yigit Boyar · 3 years, 6 months ago
  3. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  4. 0421a5e Merge "Handle @Transient annotation in KSP" into androidx-main by Yigit Boyar · 3 years, 6 months ago
  5. 1a54eb8 Add @IntRange to Room's setAutoCloseTimeout() by Daniel Santiago Rivera · 3 years, 6 months ago
  6. 604b2d5 Handle @Transient annotation in KSP by Yigit Boyar · 3 years, 6 months ago
  7. 1d5ffb6 Update KSP to 20210111 by Yigit Boyar · 3 years, 6 months ago
  8. e0d3849 Use the ON_CONFLICT strategy when keying DeleteOrUpdateAdapters. by Elif Bilgin · 3 years, 6 months ago
  9. 3ff23d9 Merge changes I1a3dc9fe,I5df63d3b into androidx-main by Yigit Boyar · 3 years, 6 months ago
  10. 7321664 Fix playground build by Dustin Lam · 3 years, 6 months ago
  11. e16d1bb Create XEnumTypeElement for enum declarations by Yigit Boyar · 3 years, 6 months ago
  12. af04467 Merge "Move annotation-experimental to beta" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  13. 13c3691 Move annotation-experimental to beta by Alan Viverette · 3 years, 6 months ago
  14. 8af3a3a Add static modifier to nested kotlin classes by Yigit Boyar · 3 years, 6 months ago
  15. 23758df Add Room KSP processor by Yigit Boyar · 3 years, 7 months ago
  16. 58a6a37 Make KspExecutableParameterElement extend KspElement by Yigit Boyar · 3 years, 6 months ago
  17. 7f79ba6 Move annotations-experimental dependency to project or artifact by Yigit Boyar · 3 years, 6 months ago
  18. 86fa92a Merge "Mark enableAutoClose as Experimental and remove the library restricted annotation." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  19. 3ff374f Merge "Make sure there is only 1 instance of each type element" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  20. f3cc288 Make sure there is only 1 instance of each type element by Yigit Boyar · 3 years, 6 months ago
  21. d131ca5 Additional fixes to AutoClosingroomOpenHelperTest. by rohitsat13 · 3 years, 6 months ago
  22. 0401255 Merge "Fix flaky tests in AutoClosingRoomOpenHelper" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  23. 46cfebc Fix flaky tests in AutoClosingRoomOpenHelper by rohitsat13 · 3 years, 6 months ago
  24. ad13485 Merge "Include raw output in processor tests" into androidx-main by Yigit Boyar · 3 years, 6 months ago
  25. a7ec74b Merge "[KSP] Handle single values for array fields in annotations" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  26. 9f67c8d Merge "Use immutable collection for KSP" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  27. 8d433ed [KSP] Handle single values for array fields in annotations by Yigit Boyar · 3 years, 6 months ago
  28. e96a047 Include raw output in processor tests by Yigit Boyar · 3 years, 6 months ago
  29. 382a6f76 Mark enableAutoClose as Experimental and remove the library restricted annotation. by rohitsat13 · 3 years, 7 months ago
  30. 3167c2e Merge "Adding a more detailed error message for the case in which a non-static type adapter is defined in an inner class." into androidx-main by Elif Bilgin · 3 years, 6 months ago
  31. c85c22f Merge "Fixing typo in the unused columns warning message." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  32. e229d72 Fixing typo in the unused columns warning message. by Elif Bilgin · 3 years, 6 months ago
  33. 4819b2c Add support for manually closing auto-closing databases. by rohitsat13 · 3 years, 7 months ago
  34. 4fa5acc Adding a more detailed error message for the case in which a non-static type adapter is defined in an inner class. by Treehugger Robot · 3 years, 7 months ago
  35. 382bfa4 Add InvalidationTracker and RoomDataBase.Builder option. by rohitsat13 · 3 years, 8 months ago
  36. aa26e09 Adding a null check to the readFromCursor function in ByteBufferColumnTypeAdapter. by Elif Bilgin · 3 years, 7 months ago
  37. 3b17119 Use immutable collection for KSP by Yigit Boyar · 3 years, 7 months ago
  38. 02c3bf7 Disable generated annotation in KSP by Yigit Boyar · 3 years, 7 months ago
  39. ebbe82e Move XType.is checks to extension methods by Yigit Boyar · 3 years, 7 months ago
  40. 39908b8 Handle primitives overriding generics in KSP by Yigit Boyar · 3 years, 7 months ago
  41. 4215258 Add nullable versions of ColumnTypeAdapters for KSP by Yigit Boyar · 3 years, 7 months ago
  42. 3555215 Merge "Run KspTypeTests with javac" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  43. 9655505 Merge "Adding value of '_value' in the Illegal State Exception error message thrown by the EnumTypeConverter." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  44. c183b8d Run KspTypeTests with javac by Yigit Boyar · 3 years, 7 months ago
  45. 68c012d Adding value of '_value' in the Illegal State Exception error message thrown by the EnumTypeConverter. by Elif Bilgin · 3 years, 7 months ago
  46. 351f3e8 Merge "fix multi step type converters" into androidx-main by Yigit Boyar · 3 years, 7 months ago
  47. a86e17d Merge "Follow-up CL to the change at aosp/1524200 to add named arguments for better practice." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  48. 718ed99 fix multi step type converters by Yigit Boyar · 3 years, 7 months ago
  49. dbd7da0 Follow-up CL to the change at aosp/1524200 to add named arguments for better practice. by Elif Bilgin · 3 years, 7 months ago
  50. 8da2dbe Fix getter/setter/field logic for abstract properties by Yigit Boyar · 3 years, 7 months ago
  51. 4c631e7 Ignore nullability in XRawType by Yigit Boyar · 3 years, 7 months ago
  52. 496f4d3 Remove XDeclaredType by Yigit Boyar · 3 years, 7 months ago
  53. 82ac7e7 Remove XType.asTypeElement & XType.isType by Yigit Boyar · 3 years, 7 months ago
  54. b4c4779 Merge "Add package-private DelegatingOpenHelper and have SqliteCopyOpenHelper and QueryInterceptorOpenHelper implement it so that they can be configured in the RoomDataBase.init block." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  55. fcc9869 Merge "Add AutoClosingRoomOpenHelper to support AutoClosing room databases." into androidx-main by Treehugger Robot · 3 years, 7 months ago
  56. 1686d06 Merge "Remove XElement.asDeclaredType" into androidx-main by Yigit Boyar · 3 years, 7 months ago
  57. 0c288c7 Merge "Remove as[Type] methods from XElement" into androidx-main by Yigit Boyar · 3 years, 7 months ago
  58. 30d3760 Add package-private DelegatingOpenHelper and have SqliteCopyOpenHelper and QueryInterceptorOpenHelper implement it so that they can be configured in the RoomDataBase.init block. by rohitsat13 · 3 years, 7 months ago
  59. da5c03b Add AutoClosingRoomOpenHelper to support AutoClosing room databases. by rohitsat13 · 3 years, 8 months ago
  60. 2ee5e01 Merge "Enforce java warnings for android library test code" into androidx-master-dev by Alan Viverette · 3 years, 7 months ago
  61. f586016 Remove XElement.asDeclaredType by Yigit Boyar · 3 years, 7 months ago
  62. d06160c Remove as[Type] methods from XElement by Yigit Boyar · 3 years, 7 months ago
  63. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 7 months ago
  64. 259b5d4 Updates to resolve the enum type converter crashing issue occurring in the current version of Room where user defined one-way enum type converters are mistakenly ignored and default enum converters are generated. by Elif Bilgin · 3 years, 7 months ago
  65. b6ce4cb Merge "Implement the package-private AutoCloser which is responsible for reference counting, and scheduling auto-close operations." into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  66. 954827f Implement the package-private AutoCloser which is responsible for reference counting, and scheduling auto-close operations. by rohitsat13 · 3 years, 8 months ago
  67. 148118e Remove asArray from XType by Yigit Boyar · 3 years, 7 months ago
  68. fab739f Improve Ksp isSameType & error types by Yigit Boyar · 3 years, 7 months ago
  69. efeb78a Merge "Kotlin 1.4.21" into androidx-master-dev by Jim Sproch · 3 years, 7 months ago
  70. 52828c7 Modifier and field improvements for KSP by Yigit Boyar · 3 years, 7 months ago
  71. 55e039c Kotlin 1.4.21 by Jim Sproch · 3 years, 7 months ago
  72. 12cd0d5 Merge "Verifying that the issue in b/158325668 has been fixed in the latest version of Room. Added some tests to not regress." into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  73. e384689 Verifying that the issue in b/158325668 has been fixed in the latest version of Room. Added some tests to not regress. by Elif Bilgin · 3 years, 7 months ago