[go: nahoru, domu]

  1. 841b3f9 Pass repository URLs for ProjectSetupRule by Yigit Boyar · 3 years, 6 months ago
  2. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  3. 8d0b0d2 Update KSP to 1.4.30-dev-experimental-20210205 by Yigit Boyar · 3 years, 7 months ago
  4. af110fe Preserve type in query result adapters by Yigit Boyar · 3 years, 7 months ago
  5. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  6. 1d5ffb6 Update KSP to 20210111 by Yigit Boyar · 3 years, 8 months ago
  7. e0d3849 Use the ON_CONFLICT strategy when keying DeleteOrUpdateAdapters. by Elif Bilgin · 3 years, 8 months ago
  8. e16d1bb Create XEnumTypeElement for enum declarations by Yigit Boyar · 3 years, 8 months ago
  9. af04467 Merge "Move annotation-experimental to beta" into androidx-main by Treehugger Robot · 3 years, 8 months ago
  10. 13c3691 Move annotation-experimental to beta by Alan Viverette · 3 years, 8 months ago
  11. 23758df Add Room KSP processor by Yigit Boyar · 3 years, 8 months ago
  12. d131ca5 Additional fixes to AutoClosingroomOpenHelperTest. by rohitsat13 · 3 years, 8 months ago
  13. 46cfebc Fix flaky tests in AutoClosingRoomOpenHelper by rohitsat13 · 3 years, 8 months ago
  14. 4819b2c Add support for manually closing auto-closing databases. by rohitsat13 · 3 years, 9 months ago
  15. 382bfa4 Add InvalidationTracker and RoomDataBase.Builder option. by rohitsat13 · 3 years, 9 months ago
  16. aa26e09 Adding a null check to the readFromCursor function in ByteBufferColumnTypeAdapter. by Elif Bilgin · 3 years, 8 months ago
  17. 718ed99 fix multi step type converters by Yigit Boyar · 3 years, 8 months ago
  18. 259b5d4 Updates to resolve the enum type converter crashing issue occurring in the current version of Room where user defined one-way enum type converters are mistakenly ignored and default enum converters are generated. by Elif Bilgin · 3 years, 8 months ago
  19. 12cd0d5 Merge "Verifying that the issue in b/158325668 has been fixed in the latest version of Room. Added some tests to not regress." into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  20. e384689 Verifying that the issue in b/158325668 has been fixed in the latest version of Room. Added some tests to not regress. by Elif Bilgin · 3 years, 9 months ago
  21. 1f6cf26 RoomDataBaseBuilder.build() should be safe to call multiple times. The current implementation double wraps query callbacks. by rohitsat13 · 3 years, 9 months ago
  22. 9091a0f Merge changes from topic "query-callback" into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  23. 204df237 Follow-up CL resolving b/174478034. Adding functionality for handling bind arguments provided for queries. by Elif Bilgin · 3 years, 9 months ago
  24. ab6d205 Implementing functionality for a general callback function for SQLite queries. If possible, bind arguments are provided to the callback in addition to the SQLite query statement. This callback may be used for logging executed queries, in which case it is recommended to use an immediate executor. by Elif Bilgin · 3 years, 9 months ago
  25. 4eb2d13 Adding functionality to handle proguard when storing enums in databases. by Elif Bilgin · 3 years, 9 months ago
  26. 3ed9500 Prioritize query binding param adapter selection based on param usage. by Daniel Santiago Rivera · 3 years, 9 months ago
  27. ed8d4ac Optimization for storing enums in databases. by Elif Bilgin · 3 years, 10 months ago
  28. ea7bce4 Support for Kotlin 1.4.20 by Jim Sproch · 3 years, 10 months ago
  29. 1b2b8e2 [GH] Generalize artifactOrProject helper section parsing by Dustin Lam · 3 years, 9 months ago
  30. 89c140b Revert "Optimization for storing enums in databases." by Daniel Santiago Rivera · 3 years, 9 months ago
  31. 2d286fb Merge "Optimization for storing enums in databases." into androidx-master-dev by Treehugger Robot · 3 years, 9 months ago
  32. ae093de Optimization for storing enums in databases. by Elif Bilgin · 3 years, 10 months ago
  33. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 10 months ago
  34. 144bf45 Update withTransaction test with changes in RoomDatabase#beginTransaction() by Daniel Santiago Rivera · 3 years, 10 months ago
  35. 17628d7 [1/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years ago
  36. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  37. 3263863 Update to the DaoProcessor to fix compiler error on Dao with a generic super type with Kotlin "primitives". by Elif Bilgin · 3 years, 11 months ago
  38. 7bd7c65 [GH] Add Provided Type Converter feature by mzgreen · 4 years ago
  39. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years ago
  40. 9d3bf5f Merge changes from topic "kotlin1_4" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  41. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 4 years ago
  42. bc8fb36 Merge "Remove primitive-specific calls from XType" into androidx-master-dev by Yigit Boyar · 4 years ago
  43. d1a124a Remove primitive-specific calls from XType by Yigit Boyar · 4 years ago
  44. f5ab17f Rename PrepackagedCallback to PrepackagedDatabaseCallback by Daniel Santiago Rivera · 4 years ago
  45. b5cc2a1 Update lint-baseline in room/integration-tests by Dustin Lam · 4 years ago
  46. 52c2e0b [GH] Add onOpenPrepackagedDatabase callback by mzgreen · 4 years ago
  47. 1263185e Minor changes and API files update for aosp/1384212 by Daniel Santiago Rivera · 4 years, 1 month ago
  48. 3e6792c [GH] Support opening gzipped databases. by Ahmed El-Helw · 4 years, 1 month ago
  49. d62ebcd Don't export hidden FTS columns in schema bundles. by Daniel Santiago Rivera · 4 years, 6 months ago
  50. 16d7829 Move compiler-xprocessing to compiler-processing by Yigit Boyar · 4 years, 1 month ago
  51. d8d57ba Update language to comply with Android's inclusive language guidance by Daniel Santiago Rivera · 4 years, 1 month ago
  52. 59d77d9 Disable unused features in AGP by Aurimas Liutikas · 4 years, 5 months ago
  53. 2056c16 Add RxJava 3 support to Room by Daniel Santiago Rivera · 4 years, 3 months ago
  54. d2c5216 Added dependency on ToT livedata for room tests by Yigit Boyar · 4 years, 2 months ago
  55. 3d38d74 Tear down MultiInstanceInvalidator syncronously by Yigit Boyar · 4 years, 2 months ago
  56. 5f05c54 Suppress various Room test app warnings. by Daniel Santiago Rivera · 4 years, 2 months ago
  57. a755f33 Infra to add sub-project settings.gradle files by Yigit Boyar · 4 years, 3 months ago
  58. 8dd4a96 Support TypeConverters on kotlin objects by Yigit Boyar · 4 years, 3 months ago
  59. 6df2385 Workaround for projection that has . in name by Yigit Boyar · 4 years, 3 months ago
  60. 878388c Add more relation tests by Yigit Boyar · 4 years, 3 months ago
  61. 06f45f7 reset arch task executor at the end of QueryExecutorTest by Yigit Boyar · 4 years, 3 months ago
  62. 641b699 Make room sqlite dependency explicit by Chris Craik · 4 years, 3 months ago
  63. 87fb07f Fix import in generated PagingSource by Dustin Lam · 4 years, 3 months ago
  64. d72e66f Support for generating PagingSource in Room by Dustin Lam · 4 years, 3 months ago
  65. 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
  66. 10f7baf Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08" by Sam Gilbert · 4 years, 4 months ago
  67. 8c5a619 Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08 by Louis Pullen-Freilich · 4 years, 4 months ago
  68. 7110304 Isolate expand projection related code by Yigit Boyar · 4 years, 5 months ago
  69. 562a37d Shadow Room's antlr dependency by Yigit Boyar · 4 years, 5 months ago
  70. dd99a0a Revert "Disable unused features in AGP" by Andrea Falcone · 4 years, 5 months ago
  71. ad25632 Disable unused features in AGP by Aurimas Liutikas · 4 years, 5 months ago
  72. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 5 months ago
  73. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 5 months ago
  74. 60b74ae Consider table name aliases in expand projection by Yigit Boyar · 4 years, 5 months ago
  75. 9c5b26f Fix FTS failings tests in API 15 by Daniel Santiago Rivera · 4 years, 6 months ago
  76. 08f3953 Merge "Use TestLifecycleOwner in all tests" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  77. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 6 months ago
  78. aa6c842 Fix MultiInstanceInvalidationTest by Daniel Santiago Rivera · 4 years, 6 months ago
  79. 302a9bd Use tracker lookup table names when creating multi-instance observer. by Daniel Santiago Rivera · 4 years, 6 months ago
  80. ce446e4 Disable flaky PrepackageTest by Daniel Santiago Rivera · 4 years, 6 months ago
  81. c2f9ba3 Set missing index migration test to min API 23 by Yigit Boyar · 4 years, 7 months ago
  82. 7bc9fdd add missing index detection migration test by Yigit Boyar · 4 years, 7 months ago
  83. c89f069 Tie transaction job to the calling context by Yigit Boyar · 4 years, 7 months ago
  84. f32c3f7 Added ImmutableList as a possible return collection type for room by Oussama Ben Abdelbaki · 4 years, 7 months ago
  85. fed2789 Merge "Support Kotlin concrete functions in DAO interfaces." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  86. fdd0c20 Support Kotlin concrete functions in DAO interfaces. by Daniel Santiago Rivera · 4 years, 8 months ago
  87. fe3324b Clean up code duplication in tests with gradleRunner by Sergey Vasilinets · 4 years, 8 months ago
  88. 28a5478 Merge "Fix warnings in room kotlin test app build." into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  89. 7031866 Stop setting src/tests/kotlin sourceSet by Aurimas Liutikas · 4 years, 9 months ago
  90. e587806 Centralize the generation of sdk.prop files by Aurimas Liutikas · 4 years, 9 months ago
  91. fc6e313 Fix warnings in room kotlin test app build. by Daniel Santiago Rivera · 4 years, 9 months ago
  92. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 9 months ago
  93. 4fdf3d5 Handle boxing in field vs its getter/setter by Yigit Boyar · 4 years, 10 months ago
  94. 58c8e51 Merge "Handle @Relation annotation with non-list type of more than 999 rows." into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  95. 8331d96 Handle @Relation annotation with non-list type of more than 999 rows. by Daniel Santiago Rivera · 4 years, 10 months ago
  96. 34d5f4d Move to using Gradle maven-publish plugin by Aurimas Liutikas · 4 years, 10 months ago
  97. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 4 years, 10 months ago
  98. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 4 years, 10 months ago
  99. 40cf4b2 Add the ability to use the no backup directory for creating the database. by Rahul Ravikumar · 4 years, 10 months ago
  100. 7a828d3 Enable ktlint in CI by Aurimas Liutikas · 4 years, 11 months ago