1. d9b627a Set minimum SQL statement cache during migrations. by Daniel Santiago Rivera · 1 year, 4 months ago
  2. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  3. 4b07951 Merge "FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  4. cedc0f9 FrameworkSQLiteOpenHelper - Don't check database parent dir if DB is already opened. by Daniel Santiago Rivera · 1 year, 4 months ago
  5. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  6. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 4 months ago
  7. 265124d Allow nullable locking directory in SupportSQLiteLock. by Daniel Santiago Rivera · 1 year, 5 months ago
  8. 7d8a5b1 Handle reentrant case in Room's acquireTransactionThread() by Daniel Santiago Rivera · 1 year, 7 months ago
  9. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  10. 5df8698 Resolving NPE issue in SupportSQLiteQueryBuilder. by elifbilgin · 1 year, 7 months ago
  11. 2fc19c9 Add jvm-default=all to all AndroidX projects by Julia McClellan · 1 year, 8 months ago
  12. 3e79005 Resolving issue where `attachedDbs` was not returning the full list of attached databases. by elifbilgin · 1 year, 8 months ago
  13. b9e20ec Updating all androidx.sqlite and androidx.room files where bindArgs parameters were not covariant after the migration to Kotlin. by elifbilgin · 1 year, 8 months ago
  14. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 1 year, 9 months ago
  15. 065653b Update versions for release 1664989200000 by Nick Anthony · 1 year, 9 months ago
  16. e29a4f3 Removing API level annotation from FrameworkSQLiteDatabaseTest.kt by elifbilgin · 1 year, 9 months ago
  17. 64cbe867 Update lint baselines by Tiem Song · 1 year, 9 months ago
  18. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 1 year, 9 months ago
  19. 684e629 Converting SupportSQLiteDatabase from *.java to *.kt. by elifbilgin · 1 year, 10 months ago
  20. 89bfc91 Initial code check-in for renaming SupportSQLiteDatabase from *.java to *.kt. by elifbilgin · 1 year, 10 months ago
  21. b6e2075 Merge "Fixing issue where a having clause without a groupBy was not throwing an error." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  22. a5a6c6c Fixing issue where a having clause without a groupBy was not throwing an error. by elifbilgin · 1 year, 9 months ago
  23. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  24. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 9 months ago
  25. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 1 year, 10 months ago
  26. 751e9ba Renaming `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 1 year, 10 months ago
  27. 6815356 Resolving test failure at b/244460731 in which the `whereClause` was not getting appended to the query string due to a flipped boolean expression during migration from Java to Kotlin. by elifbilgin · 1 year, 10 months ago
  28. ab408f5 Merge "Resolving google3 breakage due to invalid string template." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  29. c1a3fc0 Resolving google3 breakage due to invalid string template. by elifbilgin · 1 year, 10 months ago
  30. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  31. 370fd78 Merge changes from topic "framework-sqlite" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  32. a556349 Converting `sqlite-framework` related files in `sqlite-framework` from Java to Kotlin. by elifbilgin · 1 year, 10 months ago
  33. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  34. d6fc345 Initial code check-in for renaming `sqlite-framework` related files in `sqlite` from *.java to *.kt. by elifbilgin · 1 year, 10 months ago
  35. e81f3bd Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 1 year, 11 months ago
  36. 659c2cd Renaming `sqlite` related files in `sqlite` from Java to Kotlin (Part 1/3). by elifbilgin · 1 year, 11 months ago
  37. a5e8379 Add component id to sqlite library OWNERS by Aurimas Liutikas · 1 year, 10 months ago
  38. b9fa90f Update lint baselines by Tiem Song · 1 year, 11 months ago
  39. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 1 year, 11 months ago
  40. 4eaa54d Fix lint issues in sqlite modules by Alan Viverette · 2 years ago
  41. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  42. 22c6217 Expose RoomDatabase getters via properties. by Daniel Santiago Rivera · 2 years, 1 month ago
  43. 3e34c01 Converting all RoomDatabase related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  44. ecf2bfe Disable test that continues to flake by Aurimas Liutikas · 2 years, 1 month ago
  45. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 1 month ago
  46. 9e87eb6 Converting `invalidation tracker` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 4 months ago
  47. ea4aafe Unify uses of protobuf across libraries by Aurimas Liutikas · 2 years, 2 months ago
  48. 42ef4e4 Merge "Update to AGP 7.3.0-alpha08" into androidx-main by Aurimas Liutikas · 2 years, 2 months ago
  49. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 2 years, 2 months ago
  50. 10de8a2 Merge "Restrict androidx.sqlite.ProcessLock" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  51. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  52. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  53. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  54. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  55. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  56. e7e0198 Update Metalava to build 8155732 by Ember Rose · 2 years, 3 months ago
  57. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  58. 6d76372 Restrict androidx.sqlite.ProcessLock by Daniel Santiago Rivera · 2 years, 3 months ago
  59. f7f440e Add SQLite open retry and recovery mechanism by Daniel Santiago Rivera · 2 years, 5 months ago
  60. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  61. 2122f54 Log instead of throwing if SQLite process lock can't be created. by Daniel Santiago Rivera · 2 years, 5 months ago
  62. 81a5bc9 Multi-process lock for opening DB (and migrations too) by Daniel Santiago Rivera · 2 years, 10 months ago
  63. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 7 months ago
  64. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  65. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  66. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 9 months ago
  67. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 8 months ago
  68. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  69. 5f0dafa Update Room version to 2.4.0-beta01 by Daniel Santiago Rivera · 2 years, 9 months ago
  70. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years ago
  71. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years ago
  72. 6976cbd Merge "Migrate miscellaneous libraries to use Gradle Version Catalogs" into androidx-main by Treehugger Robot · 3 years ago
  73. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 1 month ago
  74. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  75. a33db7a SQLite Inspector: allow limiting the response size by Jakub Gielzak · 3 years ago
  76. 0cb5840 Fix suppressed lint checks for "ClassVerificationFailure". by Elif Bilgin · 3 years, 1 month ago
  77. 03778b5 Revert "Fix suppressed lint checks for "ClassVerificationFailure"." by Daniel Santiago Rivera · 3 years, 1 month ago
  78. bb9e12e Fix suppressed lint checks for "ClassVerificationFailure". by Elif Bilgin · 3 years, 1 month ago
  79. 802403a Update lint baselines by Alan Viverette · 3 years, 1 month ago
  80. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  81. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 2 months ago
  82. 523d068 Fix lint errors in sqlite-framework by Dustin Lam · 3 years, 2 months ago
  83. bdec1cd Merge "Fix deprecated Gradle API usage warnings on ./studiow execution" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  84. 5840bf3 Fix deprecated Gradle API usage warnings on ./studiow execution by Dzmitry Neviadomski · 3 years, 2 months ago
  85. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  86. 307ff63 Yigit is the new Jake by Alan Viverette · 3 years, 2 months ago
  87. 215de58 Use SqliteCursor.close() to signal that db may have changed by Sergey Vasilinets · 3 years, 3 months ago
  88. 947f3d5 Marking a flaky test by Sam Gilbert · 3 years, 3 months ago
  89. 4a44765 Merge "SQLite Inspector: correct executor for locked db" into androidx-main by Jakub Gielzak · 3 years, 4 months ago
  90. 77d7c6f SQLite Inspector: correct executor for locked db by Jakub Gielzak · 3 years, 4 months ago
  91. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 5 months ago
  92. bb49469 SQLite Inspector: Added database locking impl by Jakub Gielzak · 3 years, 4 months ago
  93. 6ce8d88 SQLite Inspector: Added database locking proto by Jakub Gielzak · 3 years, 4 months ago
  94. b221a8d Suppressing lint to fix playground build by Dustin Lam · 3 years, 5 months ago
  95. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 5 months ago
  96. 23c6099 Update sqlite-framework lint baseline by Daniel Santiago Rivera · 3 years, 7 months ago
  97. 7fab5a7 Merge "Add default method for execPerConnectionSQL() in SupportSQLiteDatabase" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  98. 2e7b221 Add default method for execPerConnectionSQL() in SupportSQLiteDatabase by Daniel Santiago Rivera · 3 years, 8 months ago
  99. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 8 months ago
  100. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 8 months ago