1. 78cafe8 Remove typo in Index documentation by Daniel Santiago Rivera · 3 years ago
  2. 6fb9372 Merge "Add an API for getting the enclosing executable of a parameter." into androidx-main by Treehugger Robot · 3 years ago
  3. 518579f Add an API for getting the enclosing executable of a parameter. by Daniel Santiago Rivera · 3 years ago
  4. f5b36f8 Change EnumEntry extension method to use XElement. by bcorso · 3 years ago
  5. 8074cf1 Merge "Remove boxed non-null primitives from KSP" into androidx-main by Treehugger Robot · 3 years ago
  6. 1f6bc4d Merge "Pin Room's androidx.sqlite dependency." into androidx-main by Treehugger Robot · 3 years ago
  7. 8933084 Pin Room's androidx.sqlite dependency. by Daniel Santiago Rivera · 3 years ago
  8. 91cd8fa Remove boxed non-null primitives from KSP by Yigit Boyar · 3 years ago
  9. c0811e0 Add ability to disable built-in converters by Yigit Boyar · 3 years ago
  10. e58ffa7 Merge "Fix lint issues with androidx-studio-integration branch" into androidx-main by Treehugger Robot · 3 years ago
  11. 9b8be24 Check nullability while reporting duplicate converters by Yigit Boyar · 3 years ago
  12. 6dce832 Fix lint issues with androidx-studio-integration branch by Tiem Song · 3 years ago
  13. 6cdf5dd Add a non-reified version of XAnnotation.get that takes a class for calling from Java code. by Eric Chang · 3 years ago
  14. d18a2605 Update lint baselines for fragment and room by Tiem Song · 3 years ago
  15. 577a3a6 Handle default java interface methods in inherited interfaces by Yigit Boyar · 3 years ago
  16. 6e58113 Handle kotlin default impls in generics by Yigit Boyar · 3 years ago
  17. 738d1f0 Merge "Add APIs to pass compiler arguments" into androidx-main by Treehugger Robot · 3 years ago
  18. 9f56dc2 Add APIs to pass compiler arguments by Yigit Boyar · 3 years ago
  19. 6b9071b Merge "Fix error checking in AutoMigration provided spec." into androidx-main by Treehugger Robot · 3 years ago
  20. 71c633f Update KSP to 1.0.0 by Yigit Boyar · 3 years ago
  21. 82c1227 Merge "Added javapoet version of hasAnyOf to XAnnotated." into androidx-main by Treehugger Robot · 3 years ago
  22. 5990cdb Added javapoet version of hasAnyOf to XAnnotated. by Wanying Ding · 3 years ago
  23. b85a38f Merge "Room: remove --no-daemon when running benchmarks" into androidx-main by Treehugger Robot · 3 years ago
  24. b94ce10 Merge "[GH] [XProcessing] Fix getAllAnnotations returning empty list" into androidx-main by Daniel Santiago Rivera · 3 years ago
  25. 218e4d1 Merge "[GH] [XProcessor] Support Synthetic elements as an aggregating elements" into androidx-main by Daniel Santiago Rivera · 3 years ago
  26. 4a8f424 Room: remove --no-daemon when running benchmarks by Ting-Yuan Huang · 3 years ago
  27. 4090a0a [GH] [XProcessing] Fix getAllAnnotations returning empty list by Eli Hart · 3 years ago
  28. 2c2e607 [GH] [XProcessor] Support Synthetic elements as an aggregating elements by Eli Hart · 3 years ago
  29. 71f7adb [GH] [XProcessing] Support all primitive types in XAnnotationBox by Eli Hart · 3 years ago
  30. b7f80eed Merge "Abstract schema file resolving logic into a service interface." into androidx-main by Treehugger Robot · 3 years ago
  31. 7cb4041 Abstract schema file resolving logic into a service interface. by Daniel Santiago Rivera · 3 years ago
  32. 828a27d Merge "Enable -parameters for Java projects that depend on ToT Room" into androidx-main by Treehugger Robot · 3 years ago
  33. a1e49c3 Enable -parameters for Java projects that depend on ToT Room by Daniel Santiago Rivera · 3 years ago
  34. 051c4a5e Fix error checking in AutoMigration provided spec. by Daniel Santiago Rivera · 3 years ago
  35. 36ae9ec Default converter for storing UUID by Clara Fok · 3 years, 1 month ago
  36. 3b17b09 Allow type converters to not set new values by Yigit Boyar · 3 years, 1 month ago
  37. 9b2c179 Add script to profile builds by Yigit Boyar · 3 years, 1 month ago
  38. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  39. 56d44d4 Separate TypeConverters from TypeAdapterStore by Yigit Boyar · 3 years, 1 month ago
  40. 353f776 Adding support for ArrayMap return type in @MapInfo. by Elif Bilgin · 3 years, 1 month ago
  41. 3a882704 Adding additional error coverage for MapInfo. by Elif Bilgin · 3 years, 1 month ago
  42. e939e2e Merge "[GH] [Room][XProcessing] Fix NPE in getTypeElementsFromPackage" into androidx-main by Yigit Boyar · 3 years, 1 month ago
  43. 993279a Merge "Add LimitOffsetPagingSource unit test" into androidx-main by Clara Fok · 3 years, 1 month ago
  44. 6cfb4cf Remove workaround for getJvmName on enum values by Yigit Boyar · 3 years, 1 month ago
  45. fa49dd2 Remove asMemberOf workaround in XProcessing by Yigit Boyar · 3 years, 1 month ago
  46. 23d0d5a Enable XProcessing tests for types in compiled annotations by Yigit Boyar · 3 years, 1 month ago
  47. 87bff8d [GH] [Room][XProcessing] Fix NPE in getTypeElementsFromPackage by Eli Hart · 3 years, 1 month ago
  48. 583863d Add LimitOffsetPagingSource unit test by Clara Fok · 3 years, 1 month ago
  49. b351a17 Clean up benchmark test AndroidManifest.xml files by Chris Craik · 3 years, 2 months ago
  50. e519c08 Merge "consolidating playground androidx-plugin with buildSrc" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  51. 719c21e Merge changes I83f1c918,I8c3024d0 into androidx-main by Treehugger Robot · 3 years, 1 month ago
  52. 6acab2e Merge "Run Room KotlinTestApp with KSP" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  53. 9e0a6d2 Follow-up tests for aosp/1798027 by Daniel Santiago Rivera · 3 years, 1 month ago
  54. 9011f4e Skip to generate delegate method for private method on dao interface by YOUNG CHA · 3 years, 1 month ago
  55. 6f409b3 Custom kotlin compiler testing infra by Yigit Boyar · 3 years, 2 months ago
  56. 5633a81 consolidating playground androidx-plugin with buildSrc by Jeff Gaston · 3 years, 1 month ago
  57. 315ae40 Run Room KotlinTestApp with KSP by Yigit Boyar · 3 years, 2 months ago
  58. a349efe Merge "Supporting non-POJO input in MapInfo." into androidx-main by Elif Bilgin · 3 years, 1 month ago
  59. 5cb6140 Supporting non-POJO input in MapInfo. by Elif Bilgin · 3 years, 1 month ago
  60. bb89fe7 Update KSP to beta07 by Yigit Boyar · 3 years, 1 month ago
  61. 44032d0 Merge "Revert "Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky"" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  62. 9c839dc Merge "Move the mapping interface from result adapter to row adapter." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  63. abd2149 Move the mapping interface from result adapter to row adapter. by Daniel Santiago Rivera · 3 years, 1 month ago
  64. 2f94f0e Merge "Add Filer and Messager conversions to XConverters" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  65. ecaca24 Add Filer and Messager conversions to XConverters by bcorso · 3 years, 1 month ago
  66. b94381b Revert "Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky" by Clara Fok · 3 years, 1 month ago
  67. 399f8f4 Set jdbc_ext.kt package to androidx.room.verifier by Daniel Santiago Rivera · 3 years, 1 month ago
  68. 04a624d Change how room shadowjar relocation is configured by Aurimas Liutikas · 3 years, 1 month ago
  69. 62edae6 Merge changes Ie22cc1d3,I8060e530 into androidx-main by Treehugger Robot · 3 years, 1 month ago
  70. 54e99d8 Add XConverters.toJavac for some more types by bcorso · 3 years, 1 month ago
  71. b777f16 Merge "Remove warning about duplicate package" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  72. 5a9a40d Remove warning about duplicate package by Aurimas Liutikas · 3 years, 1 month ago
  73. 06c08b0 Merge "Fix flaky test in LimitOffsetPagingSourceTest" into androidx-main by Clara Fok · 3 years, 1 month ago
  74. 0c26433 Mark LimitOffsetPagingSourceTest#load_initialEmptyLoad as flaky by Jeff Gaston · 3 years, 1 month ago
  75. 0ea643f Merge "[GH] Add a `xProcessingEnv` property to `XBasicAnnotatationProcessor`" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  76. 601bd57 Fix flaky test in LimitOffsetPagingSourceTest by Clara Fok · 3 years, 1 month ago
  77. 3530161 Merge changes I55f90ac2,I897bbaed,Ica5bf1f2 into androidx-main by Clara Fok · 3 years, 1 month ago
  78. 48c938e [GH] Add a `xProcessingEnv` property to `XBasicAnnotatationProcessor` by Brad Corso · 3 years, 1 month ago
  79. 2dfb235 Update build files due to PageEvent.Insert changes by Clara Fok · 3 years, 2 months ago
  80. b46ffd3 Make KspBasicAnnotationProcessor#processingSteps() be called once. by Daniel Santiago Rivera · 3 years, 1 month ago
  81. 8a0d0c7 Merge "Add mechanism to pass extra information from processors to type adapter store." into androidx-main by Treehugger Robot · 3 years, 1 month ago
  82. 02412e5 Add mechanism to pass extra information from processors to type adapter store. by Daniel Santiago Rivera · 3 years, 2 months ago
  83. 338d1cc Upgrade to AGP 7.1.0-alpha06 by Aurimas Liutikas · 3 years, 2 months ago
  84. ac531a5 Merge "Require room-paging artifact for PagingSource" into androidx-main by Clara Fok · 3 years, 1 month ago
  85. 1062867 Require room-paging artifact for PagingSource by Clara Fok · 3 years, 2 months ago
  86. 4133d63 Add test to replicate race between refreshVersions by Clara Fok · 3 years, 2 months ago
  87. 2635f59 Merge "[GH] Add Messager#printMessage() overloads to XMessager" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  88. 4707733 [GH] Add Messager#printMessage() overloads to XMessager by Brad Corso · 3 years, 2 months ago
  89. 9602434 Use LinkedHashMap for Multimap result queries. by Daniel Santiago Rivera · 3 years, 2 months ago
  90. ce73e08 Merge changes from topic "index_order" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  91. c6a24bc Use enums for @Index#Order API by Daniel Santiago Rivera · 3 years, 2 months ago
  92. b39da65 Workaround KSP enum annotation value inconsistency. by Daniel Santiago Rivera · 3 years, 2 months ago
  93. b67881b Adding support for column index order in @Index by Nikita Zhelonkin · 3 years, 4 months ago
  94. e625b97 Add integration tests for room-paging by Clara Fok · 3 years, 2 months ago
  95. 44cfe324 Resolving auto migration issue of new columns being added in the wrong order when multiple columns are added to a database. by Elif Bilgin · 3 years, 2 months ago
  96. 6cd12c9 Handle lateinit properties by Yigit Boyar · 3 years, 2 months ago
  97. 0da1382 Fix xprocessing tests for kotlin 1.5.21 by Yigit Boyar · 3 years, 2 months ago
  98. e268b11 Upgrade to Kotlin 1.5.21 and KSP 1.5.20-beta04 by Aurimas Liutikas · 3 years, 3 months ago
  99. 2506199 Merge "Revert "Add @FlakyTest to LimitOffsetPagingSourceTest#prepend_invalidResult"" into androidx-main by Clara Fok · 3 years, 2 months ago
  100. f7f4575 Revert "Add @FlakyTest to LimitOffsetPagingSourceTest#prepend_invalidResult" by Clara Fok · 3 years, 2 months ago