- ce3bb59 Merge "Update KSP dependency to 20201204" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 7d46537 Remove incorrect annotation import. by Daniel Santiago Rivera · 4 years, 5 months ago
- 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 · 4 years, 5 months ago
- c74f6d8 Update KSP dependency to 20201204 by Yigit Boyar · 4 years, 5 months ago
- fd4d856 Merge changes Ic3a572e4,I56e090c2,I0463b1bd into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- f1dce27 Run TypeAdapterStore tests with KSP by Yigit Boyar · 4 years, 5 months ago
- b90c49e Enable as many tests as possible with KSP by Yigit Boyar · 4 years, 5 months ago
- deeb7a2 New processing test APIs by Yigit Boyar · 4 years, 5 months ago
- 1f6cf26 RoomDataBaseBuilder.build() should be safe to call multiple times. The current implementation double wraps query callbacks. by rohitsat13 · 4 years, 5 months ago
- 9091a0f Merge changes from topic "query-callback" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- 204df237 Follow-up CL resolving b/174478034. Adding functionality for handling bind arguments provided for queries. by Elif Bilgin · 4 years, 5 months ago
- 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 · 4 years, 5 months ago
- 69f9c26 Merge "Add reflective annotation box to support defaults in KSP" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
- a621e6d Update SimpleJavaVersion to handle dot splits with non digit characters. by Daniel Santiago Rivera · 4 years, 5 months ago
- 0c96674 Add reflective annotation box to support defaults in KSP by Yigit Boyar · 4 years, 5 months ago
- fcf4e52 Merge "Adding functionality to handle proguard when storing enums in databases." into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 4eb2d13 Adding functionality to handle proguard when storing enums in databases. by Elif Bilgin · 4 years, 6 months ago
- 2747957 Enhance variance inheritance for overrides by Yigit Boyar · 4 years, 6 months ago
- 2a8dd93 Handle variance when overriding methods by Yigit Boyar · 4 years, 6 months ago
- 08a2716 Don't call Resolver.asMemberOf for statics by Yigit Boyar · 4 years, 6 months ago
- f8ff18a Run XElementTests with KSP by Yigit Boyar · 4 years, 6 months ago
- e537ace Add XType.makeNullable / makeNonNull by Yigit Boyar · 4 years, 6 months ago
- 5874bea Merge changes from topic "room-enum" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- ff7bf98f6 Update KSP to 20201120 by Yigit Boyar · 4 years, 6 months ago
- 3ed9500 Prioritize query binding param adapter selection based on param usage. by Daniel Santiago Rivera · 4 years, 6 months ago
- 211efd0 move xprocessing testing into a separate module by Yigit Boyar · 4 years, 6 months ago
- ed8d4ac Optimization for storing enums in databases. by Elif Bilgin · 4 years, 6 months ago
- 97deaeb Make sure boxed primitives from java map to their boxed types by Yigit Boyar · 4 years, 6 months ago
- 6cd954b Merge "Slight improvements in property modifiers" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- ea7bce4 Support for Kotlin 1.4.20 by Jim Sproch · 4 years, 6 months ago
- 01f9c91 Slight improvements in property modifiers by Yigit Boyar · 4 years, 6 months ago
- 1b2b8e2 [GH] Generalize artifactOrProject helper section parsing by Dustin Lam · 4 years, 6 months ago
- 03ece36 Merge "Update KSP to 1.4.10-dev-experimental-20201110" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 89c140b Revert "Optimization for storing enums in databases." by Daniel Santiago Rivera · 4 years, 6 months ago
- bb533e82 Update KSP to 1.4.10-dev-experimental-20201110 by Yigit Boyar · 4 years, 6 months ago
- e03ebe8 Improve kotlin array support by Yigit Boyar · 4 years, 6 months ago
- 3cf343a Handle cases where kotlin.Unit is java void by Yigit Boyar · 4 years, 6 months ago
- 45550ee Use Java types for TypeNames, Kotlin types for processing by Yigit Boyar · 4 years, 6 months ago
- 2d286fb Merge "Optimization for storing enums in databases." into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- 27934e6 Merge "Fix modifiers of properties & accessors" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
- ae093de Optimization for storing enums in databases. by Elif Bilgin · 4 years, 6 months ago
- baedfa1 Fix modifiers of properties & accessors by Yigit Boyar · 4 years, 6 months ago
- 576065d Merge changes I271171cf,I8d690387 into androidx-master-dev by Yigit Boyar · 4 years, 6 months ago
- 12991df Introduce KspPrimitive Type by Yigit Boyar · 4 years, 6 months ago
- 1070e4b Add ability to get TypeName from JVM signature by Yigit Boyar · 4 years, 6 months ago
- 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 4 years, 6 months ago
- 144bf45 Update withTransaction test with changes in RoomDatabase#beginTransaction() by Daniel Santiago Rivera · 4 years, 6 months ago
- 4724b1f Add requestLegacyExternalStorage to benchmarks by Chris Craik · 4 years, 6 months ago
- 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 4 years, 6 months ago
- cfd36b6 [GH] Delegate to beginTransactionNonExclusive when in WAL mode by Ahmed I. Khalil · 4 years, 7 months ago
- 4b9d541 Merge "Fix wrong class name in Room's runtime package-info." into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
- 9dfc62e Fix wrong class name in Room's runtime package-info. by Daniel Santiago Rivera · 4 years, 7 months ago
- 17628d7 [1/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years, 7 months ago
- b0495959 Merge "Fixing a javadoc typo in Junction.java." into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
- 1b11059 Fixing a javadoc typo in Junction.java. by Elif Bilgin · 4 years, 7 months ago
- 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, 7 months ago
- 757ff42 Enable API lint check for MissingGetterMatchingBuilder in androidx. by Alexander Dorokhine · 4 years, 7 months ago
- 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years, 7 months ago
- c54ef3f Merge "Messager implementation for KSP" into androidx-master-dev by Yigit Boyar · 4 years, 7 months ago
- 879906d Implement findGeneratedAnnotation in KspProcessingEnv by Yigit Boyar · 4 years, 7 months ago
- 3474d63 Messager implementation for KSP by Yigit Boyar · 4 years, 7 months ago
- bd2f49f Optimization for finding delegating methods. by Elif Bilgin · 4 years, 7 months ago
- fe4d905 Merge "update ksp to the new package" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
- a172ed3 update ksp to the new package by Yigit Boyar · 4 years, 7 months ago
- 4931e85 Merge "Enable Kotlin Strict API mode by default" into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
- c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years, 7 months ago
- eff244a Add NonDeclared types for KSP by Yigit Boyar · 4 years, 7 months ago
- a23ce77 Introduce XFiler by Yigit Boyar · 4 years, 7 months ago
- 9f2d1c3 ktlintformat for ktlint 0.39.0 by Jeff Gaston · 4 years, 7 months ago
- ac2efa3 Merge "Introduce XSuspendMethodType" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
- a9755cc Merge "[GH] Fix issue caused by custom classloader." into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
- 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years, 7 months ago
- fd1d391 [GH] Fix issue caused by custom classloader. by Serendipity · 4 years, 7 months ago
- 426094b Introduce XSuspendMethodType by Yigit Boyar · 4 years, 7 months ago
- b45f9cc Implement findPrimaryConstructor in KspTypeElement by Yigit Boyar · 4 years, 7 months ago