[go: nahoru, domu]

  1. e9c6cc7 Merge "Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4" into androidx-master-dev by Treehugger Robot · 5 years ago
  2. 536b346 Update RelationWriter to not expect an ArrayMap-like data structure. by Daniel Santiago Rivera · 5 years ago
  3. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  4. edf7ce4 Removes some no longer needed -Werror whitelisting by Louis Pullen-Freilich · 5 years ago
  5. 4f91cbb Create database dir when copying database. by Daniel Santiago Rivera · 5 years ago
  6. 040fc64 Suppress PrepackageTest by Sergey Vasilinets · 5 years ago
  7. e70c2aa Create API for using Room with a pre-populated database. by Daniel Santiago Rivera · 5 years ago
  8. 6f65f09 Make Room an isolating incremental annotation processor. by Hung Nguyen · 5 years ago
  9. 20c2889 Use RxRoom.createSingle() instead of Single.fromCallable() in @Query. by Daniel Santiago Rivera · 5 years ago
  10. a07f615 Fix flaky DatabaseViewTest.nestedLive by Yuichi Araki · 5 years ago
  11. e4fbb7f Create integration test for Room that uses gradle test kit. by Daniel Santiago Rivera · 5 years ago
  12. 54fa08a Use IF NOT EXISTS for Index create statement. by Daniel Santiago Rivera · 5 years ago
  13. 29ff445 Merge "Cleanup Room Kotlin Test App Compile Warnings." into androidx-master-dev by Treehugger Robot · 5 years ago
  14. 7bde276 Move temp_store and recursive_triggers PRAGMA out of a transaction. by Daniel Santiago Rivera · 5 years ago
  15. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  16. 9cde1f5 Cleanup Room Kotlin Test App Compile Warnings. by Daniel Santiago Rivera · 5 years ago
  17. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  18. b3546aa Remove CoroutineScope receiver from withTransaction function param. by Daniel Santiago Rivera · 5 years ago
  19. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  20. 56fadb3 Fix TypeConverter detection of Collection parameters in Kotlin functions by Daniel Santiago Rivera · 5 years ago
  21. e9474c5 Merge "Use a sneaky throw in runInTransaction(Callable)" into androidx-master-dev by Treehugger Robot · 5 years ago
  22. d443aac Merge "Serialize Transactions and allow configuring transaction executor." into androidx-master-dev by Treehugger Robot · 5 years ago
  23. 919986a Serialize Transactions and allow configuring transaction executor. by Daniel Santiago Rivera · 5 years ago
  24. ec088a4 Use a sneaky throw in runInTransaction(Callable) by Daniel Santiago Rivera · 5 years ago
  25. 48753f9 Refactor shadows tables mapping in the InvalidationTracker. by Daniel Santiago Rivera · 5 years ago
  26. b755aff Remove withTransaction_cancelCoroutine_beforeThreadAcquire test. by Daniel Santiago Rivera · 5 years ago
  27. 1fc1960 Rename room-coroutines artifact to room-ktx by Daniel Santiago Rivera · 5 years ago
  28. 77f406c Assert different transaction error message on API 15. by Daniel Santiago Rivera · 5 years ago
  29. 633c84b Support non-abstract @Transaction suspend DAO functions. by Daniel Santiago Rivera · 5 years ago
  30. f0f9ed8 Deprecate RoomDatabase transaction methods. by Daniel Santiago Rivera · 5 years ago
  31. 69961b4 Room Suspending Transaction by Daniel Santiago Rivera · 5 years ago
  32. cee49597 Merge "Put a transaction around initial paged load" into androidx-master-dev by Chris Craik · 5 years ago
  33. be6d1bf Put a transaction around initial paged load by Chris Craik · 5 years ago
  34. 4f1cde2 Merge "Use JetBrains's Kotlin metadata library." into androidx-master-dev by Treehugger Robot · 5 years ago
  35. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  36. 3c81914 Use JetBrains's Kotlin metadata library. by Daniel Santiago Rivera · 5 years ago
  37. 65e8fda Compile / prepare queries lazily for prepared query DAO methods. by Daniel Santiago Rivera · 5 years ago
  38. 74284c7 Merge "Return a CodeBlock from CodeGenScope.generate() instead of a String" into androidx-master-dev by Treehugger Robot · 5 years ago
  39. 051f233 Merge "Adds test size annotation for tests missing one" into androidx-master-dev by Treehugger Robot · 5 years ago
  40. 3092dee Return a CodeBlock from CodeGenScope.generate() instead of a String by Daniel Santiago Rivera · 5 years ago
  41. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 5 years ago
  42. db3e4b6 Adds test size annotation for tests missing one by Louis Pullen-Freilich · 5 years ago
  43. b8b669f Deprecate OnConflictStrategy.ROLLBACK and FAIL by Yuichi Araki · 6 years ago
  44. 6238cc5 Merge "Fix suspend Dao methods with TypeConverters" into androidx-master-dev by Treehugger Robot · 5 years ago
  45. dca1413 Use DAO method enclosing class for KotlinMetadata by Daniel Santiago Rivera · 5 years ago
  46. b2fbf27 Fix suspend Dao methods with TypeConverters by Daniel Santiago Rivera · 5 years ago
  47. 9a88898 Fix @Embedded field in multiple inherited entities by Yuichi Araki · 6 years ago
  48. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  49. aed7a3b5 Check for current thread transaction in CoroutineDispatcher by Yigit Boyar · 6 years ago
  50. 05d9429 Merge "Remove customerrorprone project" into androidx-master-dev by Oussama Ben Abdelbaki · 6 years ago
  51. 2cda285 Remove customerrorprone project by Oussama Ben Abdelbaki · 6 years ago
  52. 7308c05 Merge changes I79b9c3d4,I7f452f4e,Iad6c3f8b into androidx-master-dev by Treehugger Robot · 6 years ago
  53. 27ef985 Support deferred types on @Query with INSERT/UPDATE/DELETE statements. by Daniel Santiago Rivera · 6 years ago
  54. f825eb5 Support for custom rules by Oussama Ben Abdelbaki · 6 years ago
  55. c11420f Merge "Allow Collection as a parameter of IN" into androidx-master-dev by Daniel Santiago Rivera · 6 years ago
  56. e78ccef Room Support for Coroutines by Daniel Santiago Rivera · 6 years ago
  57. ffdfeef Allow Collection as a parameter of IN by Yuichi Araki · 6 years ago
  58. bab31ca Fix live data observe forever in room by Yigit Boyar · 6 years ago
  59. 2942aa9 Merge "Support custom FTS tokenizers." into androidx-master-dev by Treehugger Robot · 6 years ago
  60. 332af23 Support custom FTS tokenizers. by Daniel Santiago Rivera · 6 years ago
  61. 6690c17 Move Room to prebuilts. by Yigit Boyar · 6 years ago
  62. c6ef3e2 Support ListenableFuture<T> as return type for shortcut methods. by Daniel Santiago Rivera · 6 years ago
  63. 105f01b Generating final params for DAO methods by Florina Muntenescu · 6 years ago
  64. 4551462 Patch Cursor.getColumnIndex for older APIs by Yuichi Araki · 6 years ago
  65. 08e8167 Migrate to Kotlin 1.3. by Rahul Ravikumar · 6 years ago
  66. 38d8dfa Merge "Remove Mail entity from TestDatabase in integration app." into androidx-master-dev by Treehugger Robot · 6 years ago
  67. 0199f67 Merge "Specify subscribeOn and unsubscribeOn scheduler in RxRoom." into androidx-master-dev by Treehugger Robot · 6 years ago
  68. f0ae0d9 Remove Mail entity from TestDatabase in integration app. by Daniel Santiago Rivera · 6 years ago
  69. 1f3dc4b Merge "Generate correct code for a no argument Kotlin default DAO function." into androidx-master-dev by Treehugger Robot · 6 years ago
  70. afc23fb Generate correct code for a no argument Kotlin default DAO function. by Daniel Santiago Rivera · 6 years ago
  71. 79deed6 Specify subscribeOn and unsubscribeOn scheduler in RxRoom. by Daniel Santiago Rivera · 6 years ago
  72. 17c92cb Added support for custom error prone rules by Oussama Ben Abdelbaki · 6 years ago
  73. 888c3e5 Allow use of view in @Relation by Yuichi Araki · 6 years ago
  74. 8e46b9c Update Room's ANTLR Parser to 4.7.1 by Daniel Santiago Rivera · 6 years ago
  75. cecefcee Use isAssignableWithoutVariance for output type converter matching. by Daniel Santiago Rivera · 6 years ago
  76. 12f355e Fix a build warning by applying kapt after kotlin by Jake Wharton · 6 years ago
  77. 86ccd84 Database View by Yuichi Araki · 6 years ago
  78. 1a659db Create indices for db verification by Yigit Boyar · 6 years ago
  79. 2553aff Merge "Add RxJava support for Delete and Update methods in Room." into androidx-master-dev by Treehugger Robot · 6 years ago
  80. ecce729 Add RxJava support for Delete and Update methods in Room. by Florina Muntenescu · 6 years ago
  81. 86861cf Room FTS Support - FTS entity annotation composability. by Daniel Santiago Rivera · 6 years ago
  82. baf82ff Merge "Adding RxJava support to insert" into androidx-master-dev by Treehugger Robot · 6 years ago
  83. 524c841 Adding RxJava support to insert by Florina Muntenescu · 6 years ago
  84. 641db54 Room FTS Support - External Content by Daniel Santiago Rivera · 6 years ago
  85. 8cce609 Room FTS Support - Migration by Daniel Santiago Rivera · 6 years ago
  86. 611fbd6 Make Fts3Entity and Fts4Entity require API 16 by Daniel Santiago Rivera · 6 years ago
  87. ff5d15a Room FTS Support - InvalidationTracker by Daniel Santiago Rivera · 6 years ago
  88. aee905e Merge "Refactoring insert/update/delete to allow extensibility around the return type" into androidx-master-dev by Treehugger Robot · 6 years ago
  89. c0c36b7 Refactoring insert/update/delete to allow extensibility around the return type by Florina Muntenescu · 6 years ago
  90. 94867f0 Room FTS Support - Processor by Daniel Santiago Rivera · 6 years ago
  91. 7808730 Merge "Delete SupportAndroidTestAppPlugin." into androidx-master-dev by Treehugger Robot · 6 years ago
  92. a5deab5 Call close() / closeWhenFinished() on test databases. by Daniel Santiago Rivera · 6 years ago
  93. 21ff5d1 Delete SupportAndroidTestAppPlugin. by Aurimas Liutikas · 6 years ago
  94. 512dd39 Fix MigrationTest.fallbackToDestructiveMigrationOnDowngrade_suppliedMigration by Sergey Vasilinets · 6 years ago
  95. 2de179f Move Paging room sample code out of room integration testapp by Chris Craik · 6 years ago
  96. 19e4359 Merge "Use LongSparseArray when fetching relationships." into androidx-master-dev by Treehugger Robot · 6 years ago
  97. be3680f Use LongSparseArray when fetching relationships. by Daniel Santiago Rivera · 6 years ago
  98. 0f55cbb Add support for @Relation in AutoValue Pojos. by Daniel Santiago Rivera · 6 years ago
  99. 45f80e6 Merge "Fetch Pojo relationships before Pojo creation." into androidx-master-dev by Treehugger Robot · 6 years ago
  100. d7c6f66 Fetch Pojo relationships before Pojo creation. by Daniel Santiago Rivera · 6 years ago