1. 215de58 Use SqliteCursor.close() to signal that db may have changed by Sergey Vasilinets · 3 years, 6 months ago
  2. 947f3d5 Marking a flaky test by Sam Gilbert · 3 years, 6 months ago
  3. 4a44765 Merge "SQLite Inspector: correct executor for locked db" into androidx-main by Jakub Gielzak · 3 years, 7 months ago
  4. 77d7c6f SQLite Inspector: correct executor for locked db by Jakub Gielzak · 3 years, 7 months ago
  5. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  6. bb49469 SQLite Inspector: Added database locking impl by Jakub Gielzak · 3 years, 7 months ago
  7. 6ce8d88 SQLite Inspector: Added database locking proto by Jakub Gielzak · 3 years, 7 months ago
  8. b221a8d Suppressing lint to fix playground build by Dustin Lam · 3 years, 8 months ago
  9. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  10. 23c6099 Update sqlite-framework lint baseline by Daniel Santiago Rivera · 3 years, 10 months ago
  11. 7fab5a7 Merge "Add default method for execPerConnectionSQL() in SupportSQLiteDatabase" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  12. 2e7b221 Add default method for execPerConnectionSQL() in SupportSQLiteDatabase by Daniel Santiago Rivera · 3 years, 10 months ago
  13. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  14. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  15. eb71a95 Merge "Fix issue with transaction ktx extension not marking the transaction successful when the body contained a nonlocal return statement." into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  16. 6e121df Fix issue with transaction ktx extension not marking the transaction successful when the body contained a nonlocal return statement. by Daniel Santiago Rivera · 3 years, 11 months ago
  17. 53dd7b7 [3/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years ago
  18. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  19. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  20. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  21. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  22. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  23. 249ece2 Merge "Use artTooling instead of artTI" into androidx-master-dev by Sergey Vasilinets · 4 years ago
  24. 988f7e2 Merge "API lint check for the StaticFinalBuilder is enabled for androidx" into androidx-master-dev by Treehugger Robot · 4 years ago
  25. 012a88b API lint check for the StaticFinalBuilder is enabled for androidx by Sergey · 4 years, 4 months ago
  26. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  27. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  28. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  29. e063998 Use artTooling instead of artTI by Sergey Vasilinets · 4 years, 1 month ago
  30. 9f18bd1 Clean up InspectorEnvironment from ArtToolInterface methods by Sergey Vasilinets · 4 years, 1 month ago
  31. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 7 months ago
  32. bd4074f Migrate TestInspectorEnvironments to use ArtToolInterface by Sergey Vasilinets · 4 years, 1 month ago
  33. f4f9855 Migrate SqliteInspector to use ArtToolInterface by Sergey Vasilinets · 4 years, 1 month ago
  34. 71dce857 Introduce ArtToolInterface by Sergey Vasilinets · 4 years, 1 month ago
  35. f2ec437 Migrate Sqlite Inspector to use provided threads by Sergey Vasilinets · 4 years, 2 months ago
  36. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  37. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years, 2 months ago
  38. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  39. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  40. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  41. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 3 months ago
  42. 68d96fd Provide Executors in Inspectors by Sergey Vasilinets · 4 years, 2 months ago
  43. 74eb857 Tweaking open db connection detection by Jakub Gielzak · 4 years, 3 months ago
  44. ad1c83c Finalised database open detection hooks by Jakub Gielzak · 4 years, 3 months ago
  45. 1965f2c Added an invalidation hook on endTransaction() by Jakub Gielzak · 4 years, 3 months ago
  46. dbda51e Extended the definition of database-already-closed by Jakub Gielzak · 4 years, 3 months ago
  47. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  48. 0097e4b SqliteInspector: Added error codes by Jakub Gielzak · 4 years, 3 months ago
  49. af1ce2b Shorter thread names by Jakub Gielzak · 4 years, 4 months ago
  50. 66d046af Fix for int64 and float64 truncation by Jakub Gielzak · 4 years, 4 months ago
  51. e1b1069 Merge "Filter out -wal and -shm files that aren't dbs" into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  52. 444c2eb Filter out -wal and -shm files that aren't dbs by Sergey Vasilinets · 4 years, 4 months ago
  53. b039d5f Implemented a stronger keep-dbs-open mechanism by Jakub Gielzak · 4 years, 4 months ago
  54. 3e846f4 Ignoring DanglingJavadoc by Jakub Gielzak · 4 years, 4 months ago
  55. c5cc501 Renamed mKeepOpenReferences by Jakub Gielzak · 4 years, 4 months ago
  56. de2146d Extraced registerDatabaseOpenedHooks method by Jakub Gielzak · 4 years, 4 months ago
  57. 897b6b8 Added jgielzak@ to SQLite owners by Jakub Gielzak · 4 years, 4 months ago
  58. 0349628 Added psoffritti@ to SQLite owners by Jakub Gielzak · 4 years, 4 months ago
  59. 5a79093 Notifying of on-disk or initially closed databases by Jakub Gielzak · 4 years, 4 months ago
  60. 646dafe Marked test_throttling as flaky by Jakub Gielzak · 4 years, 4 months ago
  61. 77e0421 Added path to DatabaseClosedEvent by Jakub Gielzak · 4 years, 4 months ago
  62. 11a4020 Removed deprecated field - name by Jakub Gielzak · 4 years, 4 months ago
  63. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 4 years, 4 months ago
  64. 6dfcdbd Handling closed databases found by findInstances by Jakub Gielzak · 4 years, 4 months ago
  65. 2120da0 Securing a database reference for command duration by Jakub Gielzak · 4 years, 4 months ago
  66. d914662 Fix for invalidation cursor tracking by Jakub Gielzak · 4 years, 4 months ago
  67. 272d1a5 Allowing to request to keep db connections open by Jakub Gielzak · 4 years, 5 months ago
  68. d53ee8f Protocol for keep-databases-open toggle by Jakub Gielzak · 4 years, 5 months ago
  69. 6f2b091 Moved to OneOfCase for command detection by Jakub Gielzak · 4 years, 5 months ago
  70. fac8cb4 Support invalidation of SQLDelight's queries in db inspector by Sergey Vasilinets · 4 years, 5 months ago
  71. f50d366 Executor injection by Jakub Gielzak · 4 years, 5 months ago
  72. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  73. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  74. ea599de Custom ThreadFactory in SqliteInspector by Jakub Gielzak · 4 years, 5 months ago
  75. 873dd0f Added hash-code to in-memory database names. by Jakub Gielzak · 4 years, 5 months ago
  76. a0fa5a3 Hide sqlite_sequence table. by Jakub Gielzak · 4 years, 5 months ago
  77. 17b552c Exposed Views in GetSchemaResponse by Jakub Gielzak · 4 years, 5 months ago
  78. a3a9a42 Added support for in-memory databases by Jakub Gielzak · 4 years, 5 months ago
  79. be3c2ee Rename DatabaseOpenedEvent.name to path by Sergey Vasilinets · 4 years, 5 months ago
  80. eb23899 Handling multiple open events for the same db by Jakub Gielzak · 4 years, 5 months ago
  81. dbfacc0 Merge "Invalidation Tracker hook for Room" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  82. d79eff0 Invalidation Tracker hook for Room by Yigit Boyar · 4 years, 6 months ago
  83. 6871600 Cursor based invalidation performance improvements by Jakub Gielzak · 4 years, 5 months ago
  84. d336058 Cursor based query invalidation by Jakub Gielzak · 4 years, 5 months ago
  85. 8f6db34 Added throtting of invalidation events by Jakub Gielzak · 4 years, 5 months ago
  86. 1cc3bc8 Basic invalidation based on SQLiteStatement by Jakub Gielzak · 4 years, 6 months ago
  87. 99b7415 Differentiating recoverability unknown from false by Jakub Gielzak · 4 years, 6 months ago
  88. 8cf6fc5 Support queries cancellation by Sergey Vasilinets · 4 years, 6 months ago
  89. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  90. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 6 months ago
  91. b467c12 Error handling in SQLite Inspector by Jakub Gielzak · 4 years, 7 months ago
  92. f8b2fe6 Added support for parameterised queries by Jakub Gielzak · 4 years, 7 months ago
  93. 9d81b17 Unifying oneof case naming by Jakub Gielzak · 4 years, 7 months ago
  94. 90c524a Column names moved to QueryResponse object by Jakub Gielzak · 4 years, 7 months ago
  95. 1901992 Merge "Inspection plugin: JarJar deps" into androidx-master-dev by Sergey Vasilinets · 4 years, 7 months ago
  96. 21ca398 Column information: unique, notNull, primaryKey by Jakub Gielzak · 4 years, 7 months ago
  97. 95a525d Added a QueryTest with a nested query and comment by Jakub Gielzak · 4 years, 7 months ago
  98. 0e965b8 Inspection plugin: JarJar deps by Sergey Vasilinets · 4 years, 8 months ago
  99. 9426385 Merge "Inspection plugin: configure protobuf automatically" into androidx-master-dev by Sergey Vasilinets · 4 years, 8 months ago
  100. 95f91db Inspection plugin: configure protobuf automatically by Sergey Vasilinets · 4 years, 8 months ago