1. 87fb07f Fix import in generated PagingSource by Dustin Lam · 4 years, 4 months ago
  2. d72e66f Support for generating PagingSource in Room by Dustin Lam · 4 years, 4 months ago
  3. b95786c Revert "Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08"" by Aurimas Liutikas · 4 years, 4 months ago
  4. 10f7baf Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08" by Sam Gilbert · 4 years, 5 months ago
  5. 8c5a619 Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08 by Louis Pullen-Freilich · 4 years, 5 months ago
  6. 7110304 Isolate expand projection related code by Yigit Boyar · 4 years, 6 months ago
  7. 562a37d Shadow Room's antlr dependency by Yigit Boyar · 4 years, 6 months ago
  8. dd99a0a Revert "Disable unused features in AGP" by Andrea Falcone · 4 years, 6 months ago
  9. ad25632 Disable unused features in AGP by Aurimas Liutikas · 4 years, 6 months ago
  10. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  11. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 6 months ago
  12. 60b74ae Consider table name aliases in expand projection by Yigit Boyar · 4 years, 6 months ago
  13. 9c5b26f Fix FTS failings tests in API 15 by Daniel Santiago Rivera · 4 years, 7 months ago
  14. 08f3953 Merge "Use TestLifecycleOwner in all tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  15. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 7 months ago
  16. aa6c842 Fix MultiInstanceInvalidationTest by Daniel Santiago Rivera · 4 years, 7 months ago
  17. 302a9bd Use tracker lookup table names when creating multi-instance observer. by Daniel Santiago Rivera · 4 years, 7 months ago
  18. ce446e4 Disable flaky PrepackageTest by Daniel Santiago Rivera · 4 years, 7 months ago
  19. c2f9ba3 Set missing index migration test to min API 23 by Yigit Boyar · 4 years, 8 months ago
  20. 7bc9fdd add missing index detection migration test by Yigit Boyar · 4 years, 8 months ago
  21. c89f069 Tie transaction job to the calling context by Yigit Boyar · 4 years, 8 months ago
  22. f32c3f7 Added ImmutableList as a possible return collection type for room by Oussama Ben Abdelbaki · 4 years, 8 months ago
  23. fed2789 Merge "Support Kotlin concrete functions in DAO interfaces." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  24. fdd0c20 Support Kotlin concrete functions in DAO interfaces. by Daniel Santiago Rivera · 4 years, 9 months ago
  25. fe3324b Clean up code duplication in tests with gradleRunner by Sergey Vasilinets · 4 years, 9 months ago
  26. 28a5478 Merge "Fix warnings in room kotlin test app build." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  27. 7031866 Stop setting src/tests/kotlin sourceSet by Aurimas Liutikas · 4 years, 10 months ago
  28. e587806 Centralize the generation of sdk.prop files by Aurimas Liutikas · 4 years, 10 months ago
  29. fc6e313 Fix warnings in room kotlin test app build. by Daniel Santiago Rivera · 4 years, 10 months ago
  30. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 10 months ago
  31. 4fdf3d5 Handle boxing in field vs its getter/setter by Yigit Boyar · 4 years, 11 months ago
  32. 58c8e51 Merge "Handle @Relation annotation with non-list type of more than 999 rows." into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  33. 8331d96 Handle @Relation annotation with non-list type of more than 999 rows. by Daniel Santiago Rivera · 5 years ago
  34. 34d5f4d Move to using Gradle maven-publish plugin by Aurimas Liutikas · 5 years ago
  35. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 5 years ago
  36. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 5 years ago
  37. 40cf4b2 Add the ability to use the no backup directory for creating the database. by Rahul Ravikumar · 5 years ago
  38. 7a828d3 Enable ktlint in CI by Aurimas Liutikas · 5 years ago
  39. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 5 years ago
  40. 005a920 Remove ARCH_* constants from Dependencies.kt by Ian Lake · 5 years ago
  41. c631e62 Remove SUPPORT_* constants from Dependencies.kt by Ian Lake · 5 years ago
  42. 6fd483d Rename KOTLIN_COROUTINES to KOTLIN_COROUTINES_ANDROID by Dustin Lam · 5 years ago
  43. c2b6461 Update Coroutines to 1.3.0 by Daniel Santiago Rivera · 5 years ago
  44. 95d97c3 Flow query emitting null test. by Daniel Santiago Rivera · 5 years ago
  45. 4d031a9 Don't consider recently added 'IF NOT EXISTS' in Index for legacy hash. by Daniel Santiago Rivera · 5 years ago
  46. 6678f5d Fix some flaky tests! by Daniel Santiago Rivera · 5 years ago
  47. cc845ed Merge "Annotate some SQLite APIs for nullability" into androidx-master-dev by Treehugger Robot · 5 years ago
  48. 2486fa2 Ignore binding errors for ignored columns via @Entity by Daniel Santiago Rivera · 5 years ago
  49. ec04a40 Conditionally error due to missing getter/setter based on binding scope. by Daniel Santiago Rivera · 5 years ago
  50. b4c4a0d Support Kotlin Coroutines Flow as query return types. by Daniel Santiago Rivera · 5 years ago
  51. 07a4265 Annotate some SQLite APIs for nullability by Jake Wharton · 5 years ago
  52. 9ae79b1 Use ByteBuffer when a relation's key column is of type BLOB. by Daniel Santiago Rivera · 5 years ago
  53. b0d9cda Extracting suspend fun return type, from 'as member of' executable type. by Daniel Santiago Rivera · 5 years ago
  54. 9adbcb2 Merge "Update Truth from 0.44 to 1.0" into androidx-master-dev by Alan Viverette · 5 years ago
  55. 8f4df39 Update Truth from 0.44 to 1.0 by Sam Gilbert · 5 years ago
  56. 1781a11 Remove unneeded uploadArchives disabling. by Aurimas Liutikas · 5 years ago
  57. 9b97fdd Merge "Add onDestructiveMigrate callback to Room." into androidx-master-dev by Treehugger Robot · 5 years ago
  58. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  59. a19311e Merge "Null check binder stub since it can disconnect at any moment." into androidx-master-dev by Treehugger Robot · 5 years ago
  60. 7c9e663 Merge "Add missing type arg extend to adapter methods." into androidx-master-dev by Treehugger Robot · 5 years ago
  61. 6d3ebeb Null check binder stub since it can disconnect at any moment. by Daniel Santiago Rivera · 5 years ago
  62. c79237e Merge "Remove legacy excludes from build.gradle." into androidx-master-dev by Treehugger Robot · 5 years ago
  63. 827a1f2 Remove legacy excludes from build.gradle. by Aurimas Liutikas · 5 years ago
  64. 3f37f10 Various fixed regarding expanding projections. by Daniel Santiago Rivera · 5 years ago
  65. a5cc0f5 Use correct setter name when reading from cursor via field assignment. by Daniel Santiago Rivera · 5 years ago
  66. cd77c12 Add missing type arg extend to adapter methods. by Daniel Santiago Rivera · 5 years ago
  67. 23e7e21 Conditionally use column default value in equality check part 2. by Daniel Santiago Rivera · 5 years ago
  68. c7bdf55 Smart projection by Yuichi Araki · 6 years ago
  69. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  70. c831e6b Add migration test with default column using ALTER TABLE. by Daniel Santiago Rivera · 5 years ago
  71. 72b1112 Implement a copy lock mechanism for pre-populated databases. by Daniel Santiago Rivera · 5 years ago
  72. d7ce0c3 Merge "Better error message for pre-package DB invalid schema." into androidx-master-dev by Treehugger Robot · 5 years ago
  73. c3ffcf3 Mark Cuttlefish flaking/failing tests as @FlakyTest by Sam Gilbert · 5 years ago
  74. f0505b7 Better error message for pre-package DB invalid schema. by Daniel Santiago Rivera · 5 years ago
  75. 0e3db0d Upgrade to Kotlin 1.3.40 by Aurimas Liutikas · 5 years ago
  76. 02684f53 Allow using POJOs in @Insert, @Update and @Delete method parameters. by Daniel Santiago Rivera · 5 years ago
  77. 23f47e6 Update createFromFile() parameter to be of type File by Daniel Santiago Rivera · 5 years ago
  78. c90e1d7 Merge "Use pre-populated DB on destructive migration." into androidx-master-dev by Treehugger Robot · 5 years ago
  79. 3b066aa Merge "Allow single-value @Relation field." into androidx-master-dev by Treehugger Robot · 5 years ago
  80. 19fcda5 Use pre-populated DB on destructive migration. by Daniel Santiago Rivera · 5 years ago
  81. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  82. c5dad65 Allow single-value @Relation field. by Daniel Santiago Rivera · 5 years ago
  83. 180a546a Merge "Support column default value" into androidx-master-dev by Treehugger Robot · 5 years ago
  84. 4f917f2 Support column default value by Yuichi Araki · 6 years ago
  85. 37cfdff Merge "Improve warning messages caused by @Relation." into androidx-master-dev by Treehugger Robot · 5 years ago
  86. 5199dc8 Merge "Use RxRoom.createSingle() instead of Single.fromCallable() in @Query." into androidx-master-dev by Treehugger Robot · 5 years ago
  87. 0afda8a Improve warning messages caused by @Relation. by Daniel Santiago Rivera · 5 years ago
  88. 5c59774 Support many-to-many with @Relation using @Junction by Daniel Santiago Rivera · 5 years ago
  89. cece20c Merge "Update RelationWriter to not expect an ArrayMap-like data structure." into androidx-master-dev by Treehugger Robot · 5 years ago
  90. e9c6cc7 Merge "Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4" into androidx-master-dev by Treehugger Robot · 5 years ago
  91. 536b346 Update RelationWriter to not expect an ArrayMap-like data structure. by Daniel Santiago Rivera · 5 years ago
  92. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  93. edf7ce4 Removes some no longer needed -Werror whitelisting by Louis Pullen-Freilich · 5 years ago
  94. 4f91cbb Create database dir when copying database. by Daniel Santiago Rivera · 5 years ago
  95. 040fc64 Suppress PrepackageTest by Sergey Vasilinets · 5 years ago
  96. e70c2aa Create API for using Room with a pre-populated database. by Daniel Santiago Rivera · 5 years ago
  97. 6f65f09 Make Room an isolating incremental annotation processor. by Hung Nguyen · 5 years ago
  98. 20c2889 Use RxRoom.createSingle() instead of Single.fromCallable() in @Query. by Daniel Santiago Rivera · 5 years ago
  99. a07f615 Fix flaky DatabaseViewTest.nestedLive by Yuichi Araki · 6 years ago
  100. e4fbb7f Create integration test for Room that uses gradle test kit. by Daniel Santiago Rivera · 5 years ago