[go: nahoru, domu]

  1. 3e34c01 Converting all RoomDatabase related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  2. ecf2bfe Disable test that continues to flake by Aurimas Liutikas · 2 years, 1 month ago
  3. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  4. 9e87eb6 Converting `invalidation tracker` related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  5. ea4aafe Unify uses of protobuf across libraries by Aurimas Liutikas · 2 years, 3 months ago
  6. 42ef4e4 Merge "Update to AGP 7.3.0-alpha08" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  7. 0ededfb Update to AGP 7.3.0-alpha08 by Aurimas Liutikas · 2 years, 3 months ago
  8. 10de8a2 Merge "Restrict androidx.sqlite.ProcessLock" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  9. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  10. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  11. 8ce27e2 Merge "Bulk update of all AndroidX lint baseline files" into androidx-main by Tiem Song · 2 years, 3 months ago
  12. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  13. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  14. e7e0198 Update Metalava to build 8155732 by Ember Rose · 2 years, 3 months ago
  15. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  16. 6d76372 Restrict androidx.sqlite.ProcessLock by Daniel Santiago Rivera · 2 years, 4 months ago
  17. f7f440e Add SQLite open retry and recovery mechanism by Daniel Santiago Rivera · 2 years, 5 months ago
  18. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  19. 2122f54 Log instead of throwing if SQLite process lock can't be created. by Daniel Santiago Rivera · 2 years, 5 months ago
  20. 81a5bc9 Multi-process lock for opening DB (and migrations too) by Daniel Santiago Rivera · 2 years, 11 months ago
  21. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 8 months ago
  22. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  23. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  24. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 9 months ago
  25. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 9 months ago
  26. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  27. 5f0dafa Update Room version to 2.4.0-beta01 by Daniel Santiago Rivera · 2 years, 9 months ago
  28. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years ago
  29. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 1 month ago
  30. 6976cbd Merge "Migrate miscellaneous libraries to use Gradle Version Catalogs" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  31. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 1 month ago
  32. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  33. a33db7a SQLite Inspector: allow limiting the response size by Jakub Gielzak · 3 years, 1 month ago
  34. 0cb5840 Fix suppressed lint checks for "ClassVerificationFailure". by Elif Bilgin · 3 years, 1 month ago
  35. 03778b5 Revert "Fix suppressed lint checks for "ClassVerificationFailure"." by Daniel Santiago Rivera · 3 years, 1 month ago
  36. bb9e12e Fix suppressed lint checks for "ClassVerificationFailure". by Elif Bilgin · 3 years, 1 month ago
  37. 802403a Update lint baselines by Alan Viverette · 3 years, 2 months ago
  38. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  39. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 2 months ago
  40. 523d068 Fix lint errors in sqlite-framework by Dustin Lam · 3 years, 2 months ago
  41. bdec1cd Merge "Fix deprecated Gradle API usage warnings on ./studiow execution" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  42. 5840bf3 Fix deprecated Gradle API usage warnings on ./studiow execution by Dzmitry Neviadomski · 3 years, 2 months ago
  43. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  44. 307ff63 Yigit is the new Jake by Alan Viverette · 3 years, 3 months ago
  45. 215de58 Use SqliteCursor.close() to signal that db may have changed by Sergey Vasilinets · 3 years, 3 months ago
  46. 947f3d5 Marking a flaky test by Sam Gilbert · 3 years, 4 months ago
  47. 4a44765 Merge "SQLite Inspector: correct executor for locked db" into androidx-main by Jakub Gielzak · 3 years, 4 months ago
  48. 77d7c6f SQLite Inspector: correct executor for locked db by Jakub Gielzak · 3 years, 5 months ago
  49. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  50. bb49469 SQLite Inspector: Added database locking impl by Jakub Gielzak · 3 years, 5 months ago
  51. 6ce8d88 SQLite Inspector: Added database locking proto by Jakub Gielzak · 3 years, 5 months ago
  52. b221a8d Suppressing lint to fix playground build by Dustin Lam · 3 years, 5 months ago
  53. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  54. 23c6099 Update sqlite-framework lint baseline by Daniel Santiago Rivera · 3 years, 8 months ago
  55. 7fab5a7 Merge "Add default method for execPerConnectionSQL() in SupportSQLiteDatabase" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  56. 2e7b221 Add default method for execPerConnectionSQL() in SupportSQLiteDatabase by Daniel Santiago Rivera · 3 years, 8 months ago
  57. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 8 months ago
  58. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 8 months ago
  59. 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, 8 months ago
  60. 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, 8 months ago
  61. 53dd7b7 [3/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 3 years, 9 months ago
  62. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 3 years, 9 months ago
  63. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 3 years, 9 months ago
  64. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  65. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  66. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  67. 249ece2 Merge "Use artTooling instead of artTI" into androidx-master-dev by Sergey Vasilinets · 3 years, 10 months ago
  68. 988f7e2 Merge "API lint check for the StaticFinalBuilder is enabled for androidx" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  69. 012a88b API lint check for the StaticFinalBuilder is enabled for androidx by Sergey · 4 years, 2 months ago
  70. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 3 years, 10 months ago
  71. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years ago
  72. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 3 years, 10 months ago
  73. e063998 Use artTooling instead of artTI by Sergey Vasilinets · 3 years, 11 months ago
  74. 9f18bd1 Clean up InspectorEnvironment from ArtToolInterface methods by Sergey Vasilinets · 3 years, 11 months ago
  75. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 5 months ago
  76. bd4074f Migrate TestInspectorEnvironments to use ArtToolInterface by Sergey Vasilinets · 3 years, 11 months ago
  77. f4f9855 Migrate SqliteInspector to use ArtToolInterface by Sergey Vasilinets · 3 years, 11 months ago
  78. 71dce857 Introduce ArtToolInterface by Sergey Vasilinets · 4 years ago
  79. f2ec437 Migrate Sqlite Inspector to use provided threads by Sergey Vasilinets · 4 years ago
  80. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  81. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  82. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years ago
  83. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years ago
  84. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  85. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years ago
  86. 68d96fd Provide Executors in Inspectors by Sergey Vasilinets · 4 years ago
  87. 74eb857 Tweaking open db connection detection by Jakub Gielzak · 4 years, 1 month ago
  88. ad1c83c Finalised database open detection hooks by Jakub Gielzak · 4 years, 1 month ago
  89. 1965f2c Added an invalidation hook on endTransaction() by Jakub Gielzak · 4 years, 1 month ago
  90. dbda51e Extended the definition of database-already-closed by Jakub Gielzak · 4 years, 1 month ago
  91. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 1 month ago
  92. 0097e4b SqliteInspector: Added error codes by Jakub Gielzak · 4 years, 1 month ago
  93. af1ce2b Shorter thread names by Jakub Gielzak · 4 years, 1 month ago
  94. 66d046af Fix for int64 and float64 truncation by Jakub Gielzak · 4 years, 1 month ago
  95. e1b1069 Merge "Filter out -wal and -shm files that aren't dbs" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  96. 444c2eb Filter out -wal and -shm files that aren't dbs by Sergey Vasilinets · 4 years, 1 month ago
  97. b039d5f Implemented a stronger keep-dbs-open mechanism by Jakub Gielzak · 4 years, 2 months ago
  98. 3e846f4 Ignoring DanglingJavadoc by Jakub Gielzak · 4 years, 2 months ago
  99. c5cc501 Renamed mKeepOpenReferences by Jakub Gielzak · 4 years, 2 months ago
  100. de2146d Extraced registerDatabaseOpenedHooks method by Jakub Gielzak · 4 years, 2 months ago