1. 3555215 Merge "Run KspTypeTests with javac" into androidx-main by Treehugger Robot · 3 years, 9 months ago
  2. 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, 9 months ago
  3. c183b8d Run KspTypeTests with javac by Yigit Boyar · 3 years, 9 months ago
  4. 68c012d Adding value of '_value' in the Illegal State Exception error message thrown by the EnumTypeConverter. by Elif Bilgin · 3 years, 9 months ago
  5. 351f3e8 Merge "fix multi step type converters" into androidx-main by Yigit Boyar · 3 years, 9 months ago
  6. 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, 9 months ago
  7. 718ed99 fix multi step type converters by Yigit Boyar · 3 years, 9 months ago
  8. dbd7da0 Follow-up CL to the change at aosp/1524200 to add named arguments for better practice. by Elif Bilgin · 3 years, 9 months ago
  9. 8da2dbe Fix getter/setter/field logic for abstract properties by Yigit Boyar · 3 years, 9 months ago
  10. 4c631e7 Ignore nullability in XRawType by Yigit Boyar · 3 years, 9 months ago
  11. 496f4d3 Remove XDeclaredType by Yigit Boyar · 3 years, 9 months ago
  12. 82ac7e7 Remove XType.asTypeElement & XType.isType by Yigit Boyar · 3 years, 9 months ago
  13. 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, 9 months ago
  14. fcc9869 Merge "Add AutoClosingRoomOpenHelper to support AutoClosing room databases." into androidx-main by Treehugger Robot · 3 years, 9 months ago
  15. 1686d06 Merge "Remove XElement.asDeclaredType" into androidx-main by Yigit Boyar · 3 years, 9 months ago
  16. 0c288c7 Merge "Remove as[Type] methods from XElement" into androidx-main by Yigit Boyar · 3 years, 9 months ago
  17. 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, 9 months ago
  18. da5c03b Add AutoClosingRoomOpenHelper to support AutoClosing room databases. by rohitsat13 · 3 years, 10 months ago
  19. 2ee5e01 Merge "Enforce java warnings for android library test code" into androidx-master-dev by Alan Viverette · 3 years, 9 months ago
  20. f586016 Remove XElement.asDeclaredType by Yigit Boyar · 3 years, 9 months ago
  21. d06160c Remove as[Type] methods from XElement by Yigit Boyar · 3 years, 9 months ago
  22. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 9 months ago
  23. 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, 9 months ago
  24. 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, 9 months ago
  25. 954827f Implement the package-private AutoCloser which is responsible for reference counting, and scheduling auto-close operations. by rohitsat13 · 3 years, 10 months ago
  26. 148118e Remove asArray from XType by Yigit Boyar · 3 years, 9 months ago
  27. fab739f Improve Ksp isSameType & error types by Yigit Boyar · 3 years, 9 months ago
  28. efeb78a Merge "Kotlin 1.4.21" into androidx-master-dev by Jim Sproch · 3 years, 9 months ago
  29. 52828c7 Modifier and field improvements for KSP by Yigit Boyar · 3 years, 9 months ago
  30. 55e039c Kotlin 1.4.21 by Jim Sproch · 3 years, 9 months ago
  31. 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, 9 months ago
  32. 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, 9 months ago
  33. ce3bb59 Merge "Update KSP dependency to 20201204" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  34. 7d46537 Remove incorrect annotation import. by Daniel Santiago Rivera · 3 years, 9 months ago
  35. 030f95c Merge "RoomDataBaseBuilder.build() should be safe to call multiple times. The current implementation double wraps query callbacks." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  36. c74f6d8 Update KSP dependency to 20201204 by Yigit Boyar · 3 years, 9 months ago
  37. fd4d856 Merge changes Ic3a572e4,I56e090c2,I0463b1bd into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  38. f1dce27 Run TypeAdapterStore tests with KSP by Yigit Boyar · 3 years, 9 months ago
  39. b90c49e Enable as many tests as possible with KSP by Yigit Boyar · 3 years, 9 months ago
  40. deeb7a2 New processing test APIs by Yigit Boyar · 3 years, 10 months ago
  41. 1f6cf26 RoomDataBaseBuilder.build() should be safe to call multiple times. The current implementation double wraps query callbacks. by rohitsat13 · 3 years, 9 months ago
  42. 9091a0f Merge changes from topic "query-callback" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  43. 204df237 Follow-up CL resolving b/174478034. Adding functionality for handling bind arguments provided for queries. by Elif Bilgin · 3 years, 10 months ago
  44. ab6d205 Implementing functionality for a general callback function for SQLite queries. If possible, bind arguments are provided to the callback in addition to the SQLite query statement. This callback may be used for logging executed queries, in which case it is recommended to use an immediate executor. by Elif Bilgin · 3 years, 10 months ago
  45. 69f9c26 Merge "Add reflective annotation box to support defaults in KSP" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  46. a621e6d Update SimpleJavaVersion to handle dot splits with non digit characters. by Daniel Santiago Rivera · 3 years, 10 months ago
  47. 0c96674 Add reflective annotation box to support defaults in KSP by Yigit Boyar · 3 years, 10 months ago
  48. fcf4e52 Merge "Adding functionality to handle proguard when storing enums in databases." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  49. 4eb2d13 Adding functionality to handle proguard when storing enums in databases. by Elif Bilgin · 3 years, 10 months ago
  50. 2747957 Enhance variance inheritance for overrides by Yigit Boyar · 3 years, 10 months ago
  51. 2a8dd93 Handle variance when overriding methods by Yigit Boyar · 3 years, 10 months ago
  52. 08a2716 Don't call Resolver.asMemberOf for statics by Yigit Boyar · 3 years, 10 months ago
  53. f8ff18a Run XElementTests with KSP by Yigit Boyar · 3 years, 10 months ago
  54. e537ace Add XType.makeNullable / makeNonNull by Yigit Boyar · 3 years, 10 months ago
  55. 5874bea Merge changes from topic "room-enum" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  56. ff7bf98f6 Update KSP to 20201120 by Yigit Boyar · 3 years, 10 months ago
  57. 3ed9500 Prioritize query binding param adapter selection based on param usage. by Daniel Santiago Rivera · 3 years, 10 months ago
  58. 211efd0 move xprocessing testing into a separate module by Yigit Boyar · 3 years, 10 months ago
  59. ed8d4ac Optimization for storing enums in databases. by Elif Bilgin · 4 years ago
  60. 97deaeb Make sure boxed primitives from java map to their boxed types by Yigit Boyar · 3 years, 10 months ago
  61. 6cd954b Merge "Slight improvements in property modifiers" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  62. ea7bce4 Support for Kotlin 1.4.20 by Jim Sproch · 3 years, 11 months ago
  63. 01f9c91 Slight improvements in property modifiers by Yigit Boyar · 3 years, 10 months ago
  64. 1b2b8e2 [GH] Generalize artifactOrProject helper section parsing by Dustin Lam · 3 years, 10 months ago
  65. 03ece36 Merge "Update KSP to 1.4.10-dev-experimental-20201110" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  66. 89c140b Revert "Optimization for storing enums in databases." by Daniel Santiago Rivera · 3 years, 10 months ago
  67. bb533e82 Update KSP to 1.4.10-dev-experimental-20201110 by Yigit Boyar · 3 years, 10 months ago
  68. e03ebe8 Improve kotlin array support by Yigit Boyar · 3 years, 10 months ago
  69. 3cf343a Handle cases where kotlin.Unit is java void by Yigit Boyar · 3 years, 11 months ago
  70. 45550ee Use Java types for TypeNames, Kotlin types for processing by Yigit Boyar · 4 years ago
  71. 2d286fb Merge "Optimization for storing enums in databases." into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  72. 27934e6 Merge "Fix modifiers of properties & accessors" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  73. ae093de Optimization for storing enums in databases. by Elif Bilgin · 4 years ago
  74. baedfa1 Fix modifiers of properties & accessors by Yigit Boyar · 3 years, 10 months ago
  75. 576065d Merge changes I271171cf,I8d690387 into androidx-master-dev by Yigit Boyar · 3 years, 10 months ago
  76. 12991df Introduce KspPrimitive Type by Yigit Boyar · 3 years, 11 months ago
  77. 1070e4b Add ability to get TypeName from JVM signature by Yigit Boyar · 3 years, 11 months ago
  78. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  79. 144bf45 Update withTransaction test with changes in RoomDatabase#beginTransaction() by Daniel Santiago Rivera · 3 years, 11 months ago
  80. 4724b1f Add requestLegacyExternalStorage to benchmarks by Chris Craik · 3 years, 11 months ago
  81. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  82. cfd36b6 [GH] Delegate to beginTransactionNonExclusive when in WAL mode by Ahmed I. Khalil · 3 years, 11 months ago
  83. 4b9d541 Merge "Fix wrong class name in Room's runtime package-info." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  84. 9dfc62e Fix wrong class name in Room's runtime package-info. by Daniel Santiago Rivera · 3 years, 11 months ago
  85. 17628d7 [1/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years ago
  86. b0495959 Merge "Fixing a javadoc typo in Junction.java." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  87. 1b11059 Fixing a javadoc typo in Junction.java. by Elif Bilgin · 3 years, 11 months ago
  88. e5831a1 Merge "Migrate all projects with CompilationTarget.HOST to use LibraryType. Adds some more LibraryTypes. Deprecates toolingProject." into androidx-master-dev by Owen Gray · 4 years ago
  89. 757ff42 Enable API lint check for MissingGetterMatchingBuilder in androidx. by Alexander Dorokhine · 4 years ago
  90. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  91. c54ef3f Merge "Messager implementation for KSP" into androidx-master-dev by Yigit Boyar · 4 years ago
  92. 879906d Implement findGeneratedAnnotation in KspProcessingEnv by Yigit Boyar · 4 years ago
  93. 3474d63 Messager implementation for KSP by Yigit Boyar · 4 years ago
  94. bd2f49f Optimization for finding delegating methods. by Elif Bilgin · 4 years ago
  95. fe4d905 Merge "update ksp to the new package" into androidx-master-dev by Treehugger Robot · 4 years ago
  96. a172ed3 update ksp to the new package by Yigit Boyar · 4 years ago
  97. 4931e85 Merge "Enable Kotlin Strict API mode by default" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  98. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  99. eff244a Add NonDeclared types for KSP by Yigit Boyar · 4 years ago
  100. a23ce77 Introduce XFiler by Yigit Boyar · 4 years ago