[go: nahoru, domu]

  1. 16c8010 Fix all EqualsGetClass errorprone warnings. by Aurimas Liutikas · 4 years, 9 months ago
  2. 984e308 Turn UnnecessaryParentheses into an error in error-prone by Aurimas Liutikas · 4 years, 9 months ago
  3. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 10 months ago
  4. 2efdd55 Cancellation for ListenableFuture queries by Florina Muntenescu · 5 years ago
  5. bfce501 Adding a CancellationSignal to DBUtil.query by Florina Muntenescu · 5 years ago
  6. 9b97fdd Merge "Add onDestructiveMigrate callback to Room." into androidx-master-dev by Treehugger Robot · 5 years ago
  7. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  8. a19311e Merge "Null check binder stub since it can disconnect at any moment." into androidx-master-dev by Treehugger Robot · 5 years ago
  9. 7c9e663 Merge "Add missing type arg extend to adapter methods." into androidx-master-dev by Treehugger Robot · 5 years ago
  10. 6d3ebeb Null check binder stub since it can disconnect at any moment. by Daniel Santiago Rivera · 5 years ago
  11. cd77c12 Add missing type arg extend to adapter methods. by Daniel Santiago Rivera · 5 years ago
  12. 759a9d5 Add retention policy to CreatedFrom IntDef. by Daniel Santiago Rivera · 5 years ago
  13. 23e7e21 Conditionally use column default value in equality check part 2. by Daniel Santiago Rivera · 5 years ago
  14. 0e01f3c Use cache directory for intermediate file when copying database. by Daniel Santiago Rivera · 5 years ago
  15. b61e0db Merge "Update Room API docs with consistent examples." into androidx-master-dev by Treehugger Robot · 5 years ago
  16. 9ad9640 Conditionally use column default value in equality check. by Daniel Santiago Rivera · 5 years ago
  17. 0a239cd Update Room API docs with consistent examples. by Daniel Santiago Rivera · 5 years ago
  18. 72b1112 Implement a copy lock mechanism for pre-populated databases. by Daniel Santiago Rivera · 5 years ago
  19. d9e9acb Merge "Don't declare EntityAdapters with raw types in generated code." into androidx-master-dev by Treehugger Robot · 5 years ago
  20. c12a9ca Don't declare EntityAdapters with raw types in generated code. by Daniel Santiago Rivera · 5 years ago
  21. f0505b7 Better error message for pre-package DB invalid schema. by Daniel Santiago Rivera · 5 years ago
  22. da95a93 Throw for invalid configuration of pre-packaged database. by Daniel Santiago Rivera · 5 years ago
  23. 23f47e6 Update createFromFile() parameter to be of type File by Daniel Santiago Rivera · 5 years ago
  24. 19fcda5 Use pre-populated DB on destructive migration. by Daniel Santiago Rivera · 5 years ago
  25. 4f917f2 Support column default value by Yuichi Araki · 6 years ago
  26. 26de0bc4 Remove androidx.collection from room-runtime. by Daniel Santiago Rivera · 5 years ago
  27. 4f91cbb Create database dir when copying database. by Daniel Santiago Rivera · 5 years ago
  28. e70c2aa Create API for using Room with a pre-populated database. by Daniel Santiago Rivera · 5 years ago
  29. ed443e8 Move SneakyThrow from room-common to room-runtime. by Daniel Santiago Rivera · 5 years ago
  30. 4969d78 Clarify row id return value with IGNORE and REPLACE conflict resolutions by Daniel Santiago Rivera · 5 years ago
  31. 2d88bf7 Merge "Add missing @Deprecated annotation." into androidx-master-dev by Treehugger Robot · 5 years ago
  32. 434c4044 Use local ArraySet instead of field BitSet for tables invalid statuses. by Daniel Santiago Rivera · 5 years ago
  33. bbde731 Add missing @Deprecated annotation. by Daniel Santiago Rivera · 5 years ago
  34. 7bde276 Move temp_store and recursive_triggers PRAGMA out of a transaction. by Daniel Santiago Rivera · 5 years ago
  35. 300bdca Re-add Room 2.0.0 DatabaseConfiguration constructor. by Daniel Santiago Rivera · 5 years ago
  36. dcd9a98 Add documentation on Room's max amount of active transactions. by Daniel Santiago Rivera · 5 years ago
  37. d886154 Suppress begin / end transaction usages in LimitOffsetDataSource by Daniel Santiago Rivera · 5 years ago
  38. e9474c5 Merge "Use a sneaky throw in runInTransaction(Callable)" into androidx-master-dev by Treehugger Robot · 5 years ago
  39. d443aac Merge "Serialize Transactions and allow configuring transaction executor." into androidx-master-dev by Treehugger Robot · 5 years ago
  40. 919986a Serialize Transactions and allow configuring transaction executor. by Daniel Santiago Rivera · 5 years ago
  41. ec088a4 Use a sneaky throw in runInTransaction(Callable) by Daniel Santiago Rivera · 5 years ago
  42. ef752b0f Suppress begin / end transaction usages in LimitOffsetDataSource by Daniel Santiago Rivera · 5 years ago
  43. 48753f9 Refactor shadows tables mapping in the InvalidationTracker. by Daniel Santiago Rivera · 5 years ago
  44. e950d9c Pin Room dependencies to internal artifacts. by Daniel Santiago Rivera · 5 years ago
  45. 39b7ead Merge "Allow Tokenizer Args for the SIMPLE Tokenizer" into androidx-master-dev by Treehugger Robot · 5 years ago
  46. f0f9ed8 Deprecate RoomDatabase transaction methods. by Daniel Santiago Rivera · 5 years ago
  47. 69961b4 Room Suspending Transaction by Daniel Santiago Rivera · 5 years ago
  48. 6cd537e Allow Tokenizer Args for the SIMPLE Tokenizer by Daniel Santiago Rivera · 5 years ago
  49. d08a8c1 Minimize LimitOffsetDataSource restricted API by Chris Craik · 5 years ago
  50. be6d1bf Put a transaction around initial paged load by Chris Craik · 5 years ago
  51. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 5 years ago
  52. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  53. fdd7a81 Enable lintMinDepVersions in buildOnServer by Oussama Ben Abdelbaki · 6 years ago
  54. bab31ca Fix live data observe forever in room by Yigit Boyar · 6 years ago
  55. adb154f Use a ReentrantReadWriteLock as Database close lock. by Daniel Santiago Rivera · 6 years ago
  56. 4551462 Patch Cursor.getColumnIndex for older APIs by Yuichi Araki · 6 years ago
  57. b2c862a Merge "Improve Invalidation Tracker Memory Table" into androidx-master-dev by Treehugger Robot · 6 years ago
  58. 9f44d6d Improve Invalidation Tracker Memory Table by Daniel Santiago Rivera · 6 years ago
  59. 79deed6 Specify subscribeOn and unsubscribeOn scheduler in RxRoom. by Daniel Santiago Rivera · 6 years ago
  60. 737a63ac Remove double hashing in room by Jake Wharton · 6 years ago
  61. 86ccd84 Database View by Yuichi Araki · 6 years ago
  62. 641db54 Room FTS Support - External Content by Daniel Santiago Rivera · 6 years ago
  63. 8cce609 Room FTS Support - Migration by Daniel Santiago Rivera · 6 years ago
  64. ff5d15a Room FTS Support - InvalidationTracker by Daniel Santiago Rivera · 6 years ago
  65. 45f80e6 Merge "Fetch Pojo relationships before Pojo creation." into androidx-master-dev by Treehugger Robot · 6 years ago
  66. d7c6f66 Fetch Pojo relationships before Pojo creation. by Daniel Santiago Rivera · 6 years ago
  67. 41bbdfb Multi-instance invalidation by Yuichi Araki · 6 years ago
  68. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  69. 38ed8f6 Allow destructive Room migration on downgrades only. by Daniel Santiago Rivera · 6 years ago
  70. 2cf3b82 Bump room to 2.1.0-alpha01 and deprecate RoomDatabase protected fields that will be hidden in the by Daniel Santiago Rivera · 6 years ago
  71. 804560a Fix synthetic calls in room module by Jake Wharton · 6 years ago
  72. 164311c Use empty string for new hash for backwards compatibility by Yigit Boyar · 6 years ago
  73. ee3fb4b Switched RoomDatabase to use an Executor optionally defined as a Builder parameter to execute background-threaded queries. by Tyson Henning · 6 years ago
  74. 0bf1c21 Add back RoomOpenHelper(DatabaseConfiguration, Delegate, String) by Sergey Vasilinets · 6 years ago
  75. 23b05b0 Deprecate constructors on static utility classes, hide others. by Jake Wharton · 6 years ago
  76. ddee2b5 Move executors to androidx.arch.core.executor. by Aurimas Liutikas · 6 years ago
  77. ba069d5 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 6 years ago
  78. a5f79fe Merge "clearAllTables clears the data from file" into oc-mr1-jetpack-dev by Yigit Boyar · 6 years ago
  79. 7a8b4c9 clearAllTables clears the data from file by Yuichi Araki · 6 years ago
  80. eed1cac Changing RoomDatabase.Builder.fallbackToDestructiveMigrationFrom param from Int... to int.... by shepshapard · 6 years ago
  81. 7ce96de Do not try to create a table in identity check by Yuichi Araki · 6 years ago
  82. f102b0e Merge "Synchronous observers in InvalidationTracker" into oc-mr1-jetpack-dev by Yuichi Araki · 6 years ago
  83. e387b7c Merge "Support RawQuery in paging data source" into oc-mr1-jetpack-dev by Yigit Boyar · 6 years ago
  84. 458885c Synchronous observers in InvalidationTracker by Yuichi Araki · 6 years ago
  85. cab865b Support RawQuery in paging data source by Yigit Boyar · 6 years ago
  86. fe07210 Clear all the tables in the database by Yuichi Araki · 6 years ago
  87. 2eb8c31 Support for Write-Ahead Logging by Yuichi Araki · 6 years ago
  88. c7d52cd Properly find downgrade migrations by Yigit Boyar · 6 years ago
  89. d77cb2b Allow non-default affinity names in sqlite columns by Yigit Boyar · 6 years ago
  90. 413b6bd Merge "Switch room to latest paging APIs" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  91. dc60cac Switch room to latest paging APIs by Chris Craik · 7 years ago
  92. d2658c6 Implements fallbackToDestructiveMigrationFrom(int ...) for more fine-grained control over destructive migrations. by shepshapard · 7 years ago
  93. 5abdc3d Merge "Fix schema identity has to be stable" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  94. e5ed537 Fix schema identity has to be stable by Yigit Boyar · 7 years ago
  95. 6bbf708 handle large key sets in relationships by Yigit Boyar · 7 years ago
  96. cceb74b Add missing nullability annotations by Sergey Vasilinets · 7 years ago
  97. 73f1e89 Extend Closable instead of AutoClosable. by Jake Wharton · 7 years ago
  98. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  99. 25b465c Support @Transaction in @Query methods. by Yigit Boyar · 7 years ago
  100. 611663c Merge "@NonNull in room-runtime" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago