1. 3e6792c [GH] Support opening gzipped databases. by Ahmed El-Helw · 4 years, 1 month ago
  2. bfce501 Adding a CancellationSignal to DBUtil.query by Florina Muntenescu · 5 years ago
  3. c4fb72e Add onDestructiveMigrate callback to Room. by Florina Muntenescu · 5 years ago
  4. 23f47e6 Update createFromFile() parameter to be of type File by Daniel Santiago Rivera · 5 years ago
  5. e70c2aa Create API for using Room with a pre-populated database. by Daniel Santiago Rivera · 5 years ago
  6. 6edd4a4 Updating metalava from build 5579350 by Jeff Gaston · 5 years ago
  7. 919986a Serialize Transactions and allow configuring transaction executor. by Daniel Santiago Rivera · 5 years ago
  8. f0f9ed8 Deprecate RoomDatabase transaction methods. by Daniel Santiago Rivera · 6 years ago
  9. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 6 years ago
  10. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  11. 3cf783a Undoing the recent enabling of Metalava by Jeff Gaston · 6 years ago
  12. 87318cb Enabling Metalava everywhere by Jeff Gaston · 6 years ago
  13. 41bbdfb Multi-instance invalidation by Yuichi Araki · 6 years ago
  14. 38ed8f6 Allow destructive Room migration on downgrades only. by Daniel Santiago Rivera · 6 years ago
  15. 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
  16. ee3fb4b Switched RoomDatabase to use an Executor optionally defined as a Builder parameter to execute background-threaded queries. by Tyson Henning · 6 years ago
  17. 23b05b0 Deprecate constructors on static utility classes, hide others. by Jake Wharton · 6 years ago
  18. ba069d5 DO NOT MERGE. Migrate app-toolkit projects to androidx by Alan Viverette · 7 years ago
  19. eed1cac Changing RoomDatabase.Builder.fallbackToDestructiveMigrationFrom param from Int... to int.... by shepshapard · 6 years ago
  20. fe07210 Clear all the tables in the database by Yuichi Araki · 7 years ago
  21. 2eb8c31 Support for Write-Ahead Logging by Yuichi Araki · 7 years ago
  22. d2658c6 Implements fallbackToDestructiveMigrationFrom(int ...) for more fine-grained control over destructive migrations. by shepshapard · 7 years ago