1. 93247c4 Set runner for benchmark modules automatically by Chris Craik · 5 years ago
  2. 7855aa4 Prepare version for Room 2.2.0 dev cycle. by Daniel Santiago Rivera · 5 years ago
  3. 29ff445 Merge "Cleanup Room Kotlin Test App Compile Warnings." into androidx-master-dev by Treehugger Robot · 5 years ago
  4. d25ddf6 Merge "Updating metalava from build 5579350" into androidx-master-dev by Treehugger Robot · 5 years ago
  5. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  6. 7bde276 Move temp_store and recursive_triggers PRAGMA out of a transaction. by Daniel Santiago Rivera · 5 years ago
  7. a868d0d Validate target method annotations reachable from AST of @Database. by Daniel Santiago Rivera · 5 years ago
  8. a1aa570 Remove targetSdkVersion workaround for library tests by Aurimas Liutikas · 5 years ago
  9. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  10. 6874640 Merge "Turn koltin warnings into errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  11. 4c67d57 Merge "Use single quotes for room_master_table hash INSERT statement." into androidx-master-dev by Treehugger Robot · 5 years ago
  12. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  13. 3967d9f Some fixes needed for when we move to AGP 3.5 by Louis Pullen-Freilich · 5 years ago
  14. c8020a8 Merge "Cleanup room-compiler compile warnings." into androidx-master-dev by Treehugger Robot · 5 years ago
  15. ae96cd9 Use single quotes for room_master_table hash INSERT statement. by Daniel Santiago Rivera · 5 years ago
  16. 0a2d4c7 Increment version to development versions (releasing version +1) by Nick Anthony · 5 years ago
  17. 9217471 Bump Room to 2.1.0-beta01 by Daniel Santiago Rivera · 5 years ago
  18. 2175abf Cleanup room-compiler compile warnings. by Daniel Santiago Rivera · 5 years ago
  19. 9cde1f5 Cleanup Room Kotlin Test App Compile Warnings. by Daniel Santiago Rivera · 5 years ago
  20. 300bdca Re-add Room 2.0.0 DatabaseConfiguration constructor. by Daniel Santiago Rivera · 5 years ago
  21. 9a00dbb Bump Room to 2.1.0-alpha07 by Daniel Santiago Rivera · 5 years ago
  22. df3f589 Use full jar name when depending on room-common-java8. by Daniel Santiago Rivera · 5 years ago
  23. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  24. 8adb3fb Merge "Remove CoroutineScope receiver from withTransaction function param." into androidx-master-dev by Treehugger Robot · 5 years ago
  25. b5e2f75 Merge "Remove the 1000x500 sample size of RelationBenchmark" into androidx-master-dev by Treehugger Robot · 5 years ago
  26. 61ad5de Remove the 1000x500 sample size of RelationBenchmark by Daniel Santiago Rivera · 5 years ago
  27. dcd9a98 Add documentation on Room's max amount of active transactions. by Daniel Santiago Rivera · 5 years ago
  28. b3546aa Remove CoroutineScope receiver from withTransaction function param. by Daniel Santiago Rivera · 5 years ago
  29. 5412b2c Activity launching benchmark runner by Chris Craik · 5 years ago
  30. 073f25d Add benchmark for large relationship queries. by Daniel Santiago Rivera · 5 years ago
  31. 5d52430 Add missing lifecycle package to the possible overridden package names. by Daniel Santiago Rivera · 5 years ago
  32. bcee5b9b Merge "Allow configuring androidx generated packages class names." into androidx-master-dev by Treehugger Robot · 5 years ago
  33. b1da832 Allow configuring androidx generated packages class names. by Daniel Santiago Rivera · 5 years ago
  34. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  35. 4570b35 Removing logging missing @Metadata annotation. by Daniel Santiago Rivera · 5 years ago
  36. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  37. 2cc275f Delete SupportJavaLibraryPlugin! by Aurimas Liutikas · 5 years ago
  38. a69f9ab9 Merge "Fix TypeConverter detection of Collection parameters in Kotlin functions" into androidx-master-dev by Treehugger Robot · 5 years ago
  39. d886154 Suppress begin / end transaction usages in LimitOffsetDataSource by Daniel Santiago Rivera · 5 years ago
  40. 56fadb3 Fix TypeConverter detection of Collection parameters in Kotlin functions by Daniel Santiago Rivera · 5 years ago
  41. 65d3d60 Delete SupportKotlinLibraryPlugin. by Aurimas Liutikas · 5 years ago
  42. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  43. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  44. d334c6d Benchmark API finalization by Chris Craik · 5 years ago
  45. 162c15e Rename benchmarkRule.measure -> keepRunning by Chris Craik · 5 years ago
  46. e9474c5 Merge "Use a sneaky throw in runInTransaction(Callable)" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. d443aac Merge "Serialize Transactions and allow configuring transaction executor." into androidx-master-dev by Treehugger Robot · 5 years ago
  48. 919986a Serialize Transactions and allow configuring transaction executor. by Daniel Santiago Rivera · 5 years ago
  49. d14de87 Merge "Update SQLite grammar to match 3.24.0" into androidx-master-dev by Treehugger Robot · 5 years ago
  50. ec088a4 Use a sneaky throw in runInTransaction(Callable) by Daniel Santiago Rivera · 5 years ago
  51. c93f5cd Update SQLite grammar to match 3.24.0 by Daniel Santiago Rivera · 5 years ago
  52. ef752b0f Suppress begin / end transaction usages in LimitOffsetDataSource by Daniel Santiago Rivera · 5 years ago
  53. 48753f9 Refactor shadows tables mapping in the InvalidationTracker. by Daniel Santiago Rivera · 5 years ago
  54. b42b285 Merge "Set minSdk for InvalidationTrackerBenchmark to 16" into androidx-master-dev by Treehugger Robot · 5 years ago
  55. f19e4a2 Merge "Remove withTransaction_cancelCoroutine_beforeThreadAcquire test." into androidx-master-dev by Treehugger Robot · 5 years ago
  56. b755aff Remove withTransaction_cancelCoroutine_beforeThreadAcquire test. by Daniel Santiago Rivera · 5 years ago
  57. d78a3f4 Use kotlin APIs for benchmark samples by Dustin Lam · 5 years ago
  58. 629e490 Bump all versions for March 13th Release by Nick Anthony · 5 years ago
  59. a931105 Set minSdk for InvalidationTrackerBenchmark to 16 by Daniel Santiago Rivera · 5 years ago
  60. e950d9c Pin Room dependencies to internal artifacts. by Daniel Santiago Rivera · 5 years ago
  61. 1fc1960 Rename room-coroutines artifact to room-ktx by Daniel Santiago Rivera · 5 years ago
  62. 77f406c Assert different transaction error message on API 15. by Daniel Santiago Rivera · 5 years ago
  63. 39b7ead Merge "Allow Tokenizer Args for the SIMPLE Tokenizer" into androidx-master-dev by Treehugger Robot · 5 years ago
  64. 633c84b Support non-abstract @Transaction suspend DAO functions. by Daniel Santiago Rivera · 5 years ago
  65. f0f9ed8 Deprecate RoomDatabase transaction methods. by Daniel Santiago Rivera · 5 years ago
  66. 69961b4 Room Suspending Transaction by Daniel Santiago Rivera · 5 years ago
  67. 6cd537e Allow Tokenizer Args for the SIMPLE Tokenizer by Daniel Santiago Rivera · 5 years ago
  68. d08a8c1 Minimize LimitOffsetDataSource restricted API by Chris Craik · 5 years ago
  69. 3eee9a0 Updated API files for Room by Jakub Gielzak · 5 years ago
  70. cee49597 Merge "Put a transaction around initial paged load" into androidx-master-dev by Chris Craik · 5 years ago
  71. be6d1bf Put a transaction around initial paged load by Chris Craik · 5 years ago
  72. cac14c8 Merge changes I9d832701,Ibb975b68,Id33a6abe into androidx-master-dev by Jeff Gaston · 5 years ago
  73. 4f1cde2 Merge "Use JetBrains's Kotlin metadata library." into androidx-master-dev by Treehugger Robot · 5 years ago
  74. 79285e9 Generating restricted API txts by Jeff Gaston · 5 years ago
  75. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 5 years ago
  76. c26bac8 Make CoroutinesRoom constructor private by Daniel Santiago Rivera · 5 years ago
  77. 6c3dd16 Merge "Migrate shared restricted apis to LIBRARY_GROUP_PREFIX" into androidx-master-dev by Oussama Ben Abdelbaki · 5 years ago
  78. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  79. 14c4509 Merge "Migrate to Guava 27.0.1 and use new ListenableFuture." into androidx-master-dev by Treehugger Robot · 5 years ago
  80. 3c81914 Use JetBrains's Kotlin metadata library. by Daniel Santiago Rivera · 5 years ago
  81. a790306 Merge "Compile / prepare queries lazily for prepared query DAO methods." into androidx-master-dev by Treehugger Robot · 5 years ago
  82. 1fffffc Migrate to Guava 27.0.1 and use new ListenableFuture. by Oussama Ben Abdelbaki · 5 years ago
  83. bb9937c Fixing Gradle deprecated usages. by Oussama Ben Abdelbaki · 5 years ago
  84. 65e8fda Compile / prepare queries lazily for prepared query DAO methods. by Daniel Santiago Rivera · 5 years ago
  85. 1700d06 Bump Room version to 2.1.0-alpha05 by Daniel Santiago Rivera · 5 years ago
  86. 74284c7 Merge "Return a CodeBlock from CodeGenScope.generate() instead of a String" into androidx-master-dev by Treehugger Robot · 5 years ago
  87. 051f233 Merge "Adds test size annotation for tests missing one" into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 3092dee Return a CodeBlock from CodeGenScope.generate() instead of a String by Daniel Santiago Rivera · 5 years ago
  89. ee247c4 Merge "Add explicit dependency on 'collection' where used" into androidx-master-dev by Jake Wharton · 5 years ago
  90. 53786fb Add explicit dependency on 'collection' where used by Jake Wharton · 5 years ago
  91. de32d16 Merge "Generate final statement variable for prepared queries." into androidx-master-dev by Treehugger Robot · 5 years ago
  92. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 5 years ago
  93. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 5 years ago
  94. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 5 years ago
  95. bc1702e Generate final statement variable for prepared queries. by Daniel Santiago Rivera · 5 years ago
  96. db3e4b6 Adds test size annotation for tests missing one by Louis Pullen-Freilich · 5 years ago
  97. b60356b Bump Room to 2.1.0-alpha04 by Daniel Santiago Rivera · 5 years ago
  98. db31885 Merge "Disallow @Transaction implementations with async return types." into androidx-master-dev by Treehugger Robot · 5 years ago
  99. 9b78b58 Disallow @Transaction implementations with async return types. by Daniel Santiago Rivera · 5 years ago
  100. b8b669f Deprecate OnConflictStrategy.ROLLBACK and FAIL by Yuichi Araki · 6 years ago