1. f6b7f06 [GH] Fix Javadoc so that List<NameAndLastName> is not considered to be HTML by Ron Shapiro · 4 years, 2 months ago
  2. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  3. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  4. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  5. 5f05c54 Suppress various Room test app warnings. by Daniel Santiago Rivera · 4 years, 3 months ago
  6. f2ed9d4a Bump Room version to 2.3.0-alpha02 for next release work. by Daniel Santiago Rivera · 4 years, 3 months ago
  7. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  8. c88bdb3 Introduce RemoveUnusedColumns annotation by Yigit Boyar · 4 years, 5 months ago
  9. f1e6f50 docs: Add info on Kotlin Flows to @Query refdoc. by Alex Michael Cook · 4 years, 6 months ago
  10. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  11. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  12. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 9 months ago
  13. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  14. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 10 months ago
  15. 30297cd Regenerate API signature files by Aurimas Liutikas · 4 years, 10 months ago
  16. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  17. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 10 months ago
  18. 4fdf3d5 Handle boxing in field vs its getter/setter by Yigit Boyar · 4 years, 11 months ago
  19. 0b58731 API lint check for the ArrayReturn is enabled for androidx by Sergey · 5 years ago
  20. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 5 years ago
  21. 5880927 Update Room to 2.3.0-alpha01 by Ian Lake · 5 years ago
  22. ae48ec2 Remove ANDROIDX_* constants from Dependencies.kt by Ian Lake · 5 years ago
  23. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago
  24. 603df7c Bump Room to 2.2.0-beta01 by Daniel Santiago Rivera · 5 years ago
  25. 227bd94 Update versions after August 7th Release by Nick Anthony · 5 years ago
  26. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  27. f1b9099 Removing now-unused api ignores by Jeff Gaston · 5 years ago
  28. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  29. 7edb326 Prepare for Room 2.2.0-alpha01 release and next dev cycle. by Daniel Santiago Rivera · 5 years ago
  30. 0a239cd Update Room API docs with consistent examples. by Daniel Santiago Rivera · 5 years ago
  31. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  32. ebe0d45 Fix partial entity Insert and Update doc typo. by Daniel Santiago Rivera · 5 years ago
  33. 02684f53 Allow using POJOs in @Insert, @Update and @Delete method parameters. by Daniel Santiago Rivera · 5 years ago
  34. efcb720 Merge "Upgrade Room annotations to not use raw types." into androidx-master-dev by Treehugger Robot · 5 years ago
  35. 3b066aa Merge "Allow single-value @Relation field." into androidx-master-dev by Treehugger Robot · 5 years ago
  36. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  37. 7905444 Upgrade Room annotations to not use raw types. by Daniel Santiago Rivera · 5 years ago
  38. 0f24acc Fix typo in @Junction doc by Daniel Santiago Rivera · 5 years ago
  39. c5dad65 Allow single-value @Relation field. by Daniel Santiago Rivera · 5 years ago
  40. 4f917f2 Support column default value by Yuichi Araki · 6 years ago
  41. 5c59774 Support many-to-many with @Relation using @Junction by Daniel Santiago Rivera · 5 years ago
  42. ed443e8 Move SneakyThrow from room-common to room-runtime. by Daniel Santiago Rivera · 5 years ago
  43. b47a4f6 Merge "Merge room-common-java8 into room-common" into androidx-master-dev by Treehugger Robot · 5 years ago
  44. c324cef Merge room-common-java8 into room-common by Aurimas Liutikas · 5 years ago
  45. 4969d78 Clarify row id return value with IGNORE and REPLACE conflict resolutions by Daniel Santiago Rivera · 5 years ago
  46. 476fe5d Merge "Prepare Room for incremental annotation processing." into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  48. a68222d Prepare Room for incremental annotation processing. by Hung Nguyen · 5 years ago
  49. 7855aa4 Prepare version for Room 2.2.0 dev cycle. by Daniel Santiago Rivera · 5 years ago
  50. 4c67d57 Merge "Use single quotes for room_master_table hash INSERT statement." into androidx-master-dev by Treehugger Robot · 5 years ago
  51. ae96cd9 Use single quotes for room_master_table hash INSERT statement. by Daniel Santiago Rivera · 5 years ago
  52. 0a2d4c7 Increment version to development versions (releasing version +1) by Nick Anthony · 5 years ago
  53. 9217471 Bump Room to 2.1.0-beta01 by Daniel Santiago Rivera · 5 years ago
  54. 9a00dbb Bump Room to 2.1.0-alpha07 by Daniel Santiago Rivera · 5 years ago
  55. dcd9a98 Add documentation on Room's max amount of active transactions. by Daniel Santiago Rivera · 5 years ago
  56. 2cc275f Delete SupportJavaLibraryPlugin! by Aurimas Liutikas · 5 years ago
  57. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  58. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  59. 629e490 Bump all versions for March 13th Release by Nick Anthony · 6 years ago
  60. e950d9c Pin Room dependencies to internal artifacts. by Daniel Santiago Rivera · 6 years ago
  61. 79285e9 Generating restricted API txts by Jeff Gaston · 6 years ago
  62. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 6 years ago
  63. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 6 years ago
  64. 1700d06 Bump Room version to 2.1.0-alpha05 by Daniel Santiago Rivera · 6 years ago
  65. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 6 years ago
  66. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 6 years ago
  67. b60356b Bump Room to 2.1.0-alpha04 by Daniel Santiago Rivera · 6 years ago
  68. b8b669f Deprecate OnConflictStrategy.ROLLBACK and FAIL by Yuichi Araki · 6 years ago
  69. f3e367f Don't use ignoredColumns fields when finding POJO getters and setters. by Daniel Santiago Rivera · 6 years ago
  70. 332af23 Support custom FTS tokenizers. by Daniel Santiago Rivera · 6 years ago
  71. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  72. 888c3e5 Allow use of view in @Relation by Yuichi Araki · 6 years ago
  73. 73677b1 All released apis are now recorded by Oussama Ben Abdelbaki · 6 years ago
  74. 86ccd84 Database View by Yuichi Araki · 6 years ago
  75. 86861cf Room FTS Support - FTS entity annotation composability. by Daniel Santiago Rivera · 6 years ago
  76. 641db54 Room FTS Support - External Content by Daniel Santiago Rivera · 6 years ago
  77. 611fbd6 Make Fts3Entity and Fts4Entity require API 16 by Daniel Santiago Rivera · 6 years ago
  78. 07f547c Room FTS Support - Annotations by Daniel Santiago Rivera · 6 years ago
  79. 0f55cbb Add support for @Relation in AutoValue Pojos. by Daniel Santiago Rivera · 6 years ago
  80. dd2ff4d Entity fields can be ignored by names by Yuichi Araki · 6 years ago
  81. b4e0fe5 Add support for @Embedded in AutoValue Pojos. by Daniel Santiago Rivera · 6 years ago
  82. 038e674 Add support for using AutoValue classes as Pojos and Entities. by Daniel Santiago Rivera · 6 years ago
  83. fd3f0dd Support inserts in @Query by Jonathan Koren · 6 years ago
  84. 3478ef7 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  85. fff563e Add retentions to IntDefs that don't have them by Jason Monk · 6 years ago
  86. 23b05b0 Deprecate constructors on static utility classes, hide others. by Jake Wharton · 6 years ago
  87. 5e2eb40 Fix updateApi/checkApi for java modules by Sergey Vasilinets · 6 years ago
  88. ba069d5 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 7 years ago
  89. e3d3270 Merge "Remove string query from @RawQuery :'(" into oc-mr1-jetpack-dev by Yigit Boyar · 6 years ago
  90. 809a35a Remove string query from @RawQuery :'( by Yigit Boyar · 7 years ago
  91. 003725d Allow embedded and relation in raw query observed tables am: 71d73407ef by Yigit Boyar · 7 years ago
  92. 71d7340 Allow embedded and relation in raw query observed tables by Yigit Boyar · 7 years ago
  93. 1dfa517 Merge changes from topic "am-7dfe816b-26b4-4924-a58a-6395e23719e3" by Yuichi Araki · 7 years ago
  94. 526389b Move buildSrc classes to androidx.build package. by Aurimas Liutikas · 7 years ago
  95. 0e01df3 LOCALIZED and UNICODE collations need API Level 21 by Yuichi Araki · 7 years ago
  96. de23b91 RawQuery support by Yigit Boyar · 7 years ago
  97. 05be099c Allow LOCALIZED and UNICODE collations by Yigit Boyar · 7 years ago
  98. 1187af1 Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  99. 7878f1f Fix javadoc by Yigit Boyar · 7 years ago
  100. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago