[go: nahoru, domu]

  1. 24eb251 Merge "AutoMigration initial CL, handling the simplest schema change, adding a new column." into androidx-main by Elif Bilgin · 3 years, 6 months ago
  2. 4b31294 AutoMigration initial CL, handling the simplest schema change, adding a new column. by Elif Bilgin · 3 years, 7 months ago
  3. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 6 months ago
  4. 0717e5d Run DaoProcessorTest with KSP by Yigit Boyar · 3 years, 6 months ago
  5. 87b680d Run CustomConverterProcessorTest with ksp by Yigit Boyar · 3 years, 6 months ago
  6. aa9411d Run only kapt or javac depending on sources by Yigit Boyar · 3 years, 6 months ago
  7. 2b230e1 run SQLiteOpenHelperWriterTest with ksp by Yigit Boyar · 3 years, 6 months ago
  8. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  9. bb109b3 Kotlin Compile Testing optimizations by Yigit Boyar · 3 years, 6 months ago
  10. d0cdd18 Merge "Run EntityParser tests with KSP" into androidx-main by Yigit Boyar · 3 years, 6 months ago
  11. c24ef51 Merge "Add support for testing multi round processors" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  12. 524475f Run EntityParser tests with KSP by Yigit Boyar · 3 years, 6 months ago
  13. 2092ca7 Add support for testing multi round processors by Yigit Boyar · 3 years, 6 months ago
  14. 7e06d29 Move experimental annotation to an explicit version by Yigit Boyar · 3 years, 6 months ago
  15. 5b9fea1 Update Room's KSP dep to alpha02 by Yigit Boyar · 3 years, 6 months ago
  16. 48f734a Run DatabaseWriter tests with KSP by Yigit Boyar · 3 years, 6 months ago
  17. 0263bba Run DaoWriter tests w/ KSP by Yigit Boyar · 3 years, 6 months ago
  18. 8d0b0d2 Update KSP to 1.4.30-dev-experimental-20210205 by Yigit Boyar · 3 years, 7 months ago
  19. 3096b3b Merge "Don't generate synthetic accessors for non-kotlin sources" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  20. e3e9196 Don't generate synthetic accessors for non-kotlin sources by Yigit Boyar · 3 years, 7 months ago
  21. c43d6f3 Handle int[] in KspAnnotationBox by Yigit Boyar · 3 years, 7 months ago
  22. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 7 months ago
  23. 9ecdb63 Merge "Add fallback reporting for elements w/o location" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  24. 6091973 Add fallback reporting for elements w/o location by Yigit Boyar · 3 years, 7 months ago
  25. fb6951a Fix GeneratedCodeMatchTest and InProcessorTest by Yigit Boyar · 3 years, 7 months ago
  26. 0207287 Merge "Add ability to disable ksp tests" into androidx-main by Jim Sproch · 3 years, 7 months ago
  27. 1633ce0 Merge "Add infra for testing generated code" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  28. 4538d0d Add ability to disable ksp tests by Yigit Boyar · 3 years, 7 months ago
  29. ce08e26 Add infra for testing generated code by Yigit Boyar · 3 years, 7 months ago
  30. 40b5cb3 Read order of fields from the .class file by Yigit Boyar · 3 years, 7 months ago
  31. 8b9ebec Merge "Remove requestLegacyExternalStorage flag from benchmarks" into androidx-main by Chris Craik · 3 years, 7 months ago
  32. da2611a Fix auto closing room failures api 15. by rohitsat13 · 3 years, 7 months ago
  33. 32bd767 Remove requestLegacyExternalStorage flag from benchmarks by Chris Craik · 3 years, 7 months ago
  34. fcbe5ea Update kotlin compile testing to 1.3.5 by Yigit Boyar · 3 years, 7 months ago
  35. 1ba4d87 Bump androidx.room to 2.3.0-beta01. by Daniel Santiago Rivera · 3 years, 7 months ago
  36. af110fe Preserve type in query result adapters by Yigit Boyar · 3 years, 7 months ago
  37. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  38. 0421a5e Merge "Handle @Transient annotation in KSP" into androidx-main by Yigit Boyar · 3 years, 7 months ago
  39. 1a54eb8 Add @IntRange to Room's setAutoCloseTimeout() by Daniel Santiago Rivera · 3 years, 7 months ago
  40. 604b2d5 Handle @Transient annotation in KSP by Yigit Boyar · 3 years, 7 months ago
  41. 1d5ffb6 Update KSP to 20210111 by Yigit Boyar · 3 years, 8 months ago
  42. e0d3849 Use the ON_CONFLICT strategy when keying DeleteOrUpdateAdapters. by Elif Bilgin · 3 years, 8 months ago
  43. 3ff23d9 Merge changes I1a3dc9fe,I5df63d3b into androidx-main by Yigit Boyar · 3 years, 7 months ago
  44. 7321664 Fix playground build by Dustin Lam · 3 years, 8 months ago
  45. e16d1bb Create XEnumTypeElement for enum declarations by Yigit Boyar · 3 years, 8 months ago
  46. af04467 Merge "Move annotation-experimental to beta" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  47. 13c3691 Move annotation-experimental to beta by Alan Viverette · 3 years, 8 months ago
  48. 8af3a3a Add static modifier to nested kotlin classes by Yigit Boyar · 3 years, 8 months ago
  49. 23758df Add Room KSP processor by Yigit Boyar · 3 years, 8 months ago
  50. 58a6a37 Make KspExecutableParameterElement extend KspElement by Yigit Boyar · 3 years, 8 months ago
  51. 7f79ba6 Move annotations-experimental dependency to project or artifact by Yigit Boyar · 3 years, 8 months ago
  52. 86fa92a Merge "Mark enableAutoClose as Experimental and remove the library restricted annotation." into androidx-main by Treehugger Robot · 3 years, 8 months ago
  53. 3ff374f Merge "Make sure there is only 1 instance of each type element" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  54. f3cc288 Make sure there is only 1 instance of each type element by Yigit Boyar · 3 years, 8 months ago
  55. d131ca5 Additional fixes to AutoClosingroomOpenHelperTest. by rohitsat13 · 3 years, 8 months ago
  56. 0401255 Merge "Fix flaky tests in AutoClosingRoomOpenHelper" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  57. 46cfebc Fix flaky tests in AutoClosingRoomOpenHelper by rohitsat13 · 3 years, 8 months ago
  58. ad13485 Merge "Include raw output in processor tests" into androidx-main by Yigit Boyar · 3 years, 8 months ago
  59. a7ec74b Merge "[KSP] Handle single values for array fields in annotations" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  60. 9f67c8d Merge "Use immutable collection for KSP" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  61. 8d433ed [KSP] Handle single values for array fields in annotations by Yigit Boyar · 3 years, 8 months ago
  62. e96a047 Include raw output in processor tests by Yigit Boyar · 3 years, 8 months ago
  63. 382a6f76 Mark enableAutoClose as Experimental and remove the library restricted annotation. by rohitsat13 · 3 years, 8 months ago
  64. 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, 8 months ago
  65. c85c22f Merge "Fixing typo in the unused columns warning message." into androidx-main by Treehugger Robot · 3 years, 8 months ago
  66. e229d72 Fixing typo in the unused columns warning message. by Elif Bilgin · 3 years, 8 months ago
  67. 4819b2c Add support for manually closing auto-closing databases. by rohitsat13 · 3 years, 9 months ago
  68. 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, 8 months ago
  69. 382bfa4 Add InvalidationTracker and RoomDataBase.Builder option. by rohitsat13 · 3 years, 9 months ago
  70. aa26e09 Adding a null check to the readFromCursor function in ByteBufferColumnTypeAdapter. by Elif Bilgin · 3 years, 8 months ago
  71. 3b17119 Use immutable collection for KSP by Yigit Boyar · 3 years, 8 months ago
  72. 02c3bf7 Disable generated annotation in KSP by Yigit Boyar · 3 years, 8 months ago
  73. ebbe82e Move XType.is checks to extension methods by Yigit Boyar · 3 years, 8 months ago
  74. 39908b8 Handle primitives overriding generics in KSP by Yigit Boyar · 3 years, 8 months ago
  75. 4215258 Add nullable versions of ColumnTypeAdapters for KSP by Yigit Boyar · 3 years, 8 months ago
  76. 3555215 Merge "Run KspTypeTests with javac" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  77. 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, 8 months ago
  78. c183b8d Run KspTypeTests with javac by Yigit Boyar · 3 years, 8 months ago
  79. 68c012d Adding value of '_value' in the Illegal State Exception error message thrown by the EnumTypeConverter. by Elif Bilgin · 3 years, 8 months ago
  80. 351f3e8 Merge "fix multi step type converters" into androidx-main by Yigit Boyar · 3 years, 8 months ago
  81. 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, 8 months ago
  82. 718ed99 fix multi step type converters by Yigit Boyar · 3 years, 8 months ago
  83. dbd7da0 Follow-up CL to the change at aosp/1524200 to add named arguments for better practice. by Elif Bilgin · 3 years, 8 months ago
  84. 8da2dbe Fix getter/setter/field logic for abstract properties by Yigit Boyar · 3 years, 8 months ago
  85. 4c631e7 Ignore nullability in XRawType by Yigit Boyar · 3 years, 8 months ago
  86. 496f4d3 Remove XDeclaredType by Yigit Boyar · 3 years, 8 months ago
  87. 82ac7e7 Remove XType.asTypeElement & XType.isType by Yigit Boyar · 3 years, 8 months ago
  88. 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, 8 months ago
  89. fcc9869 Merge "Add AutoClosingRoomOpenHelper to support AutoClosing room databases." into androidx-main by Treehugger Robot · 3 years, 8 months ago
  90. 1686d06 Merge "Remove XElement.asDeclaredType" into androidx-main by Yigit Boyar · 3 years, 8 months ago
  91. 0c288c7 Merge "Remove as[Type] methods from XElement" into androidx-main by Yigit Boyar · 3 years, 8 months ago
  92. 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, 8 months ago
  93. da5c03b Add AutoClosingRoomOpenHelper to support AutoClosing room databases. by rohitsat13 · 3 years, 9 months ago
  94. 2ee5e01 Merge "Enforce java warnings for android library test code" into androidx-master-dev by Alan Viverette · 3 years, 8 months ago
  95. f586016 Remove XElement.asDeclaredType by Yigit Boyar · 3 years, 8 months ago
  96. d06160c Remove as[Type] methods from XElement by Yigit Boyar · 3 years, 8 months ago
  97. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 8 months ago
  98. 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, 8 months ago
  99. 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, 8 months ago
  100. 954827f Implement the package-private AutoCloser which is responsible for reference counting, and scheduling auto-close operations. by rohitsat13 · 3 years, 9 months ago