[go: nahoru, domu]

  1. 5854668 Improving schema expected/actual error messages output in Room. by elifbilgin · 8 months ago
  2. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 7 months ago
  3. ee0da74 Add comment to build.gradle files by Tiem Song · 8 months ago
  4. 32e0629 Tidy-up room-testing and room-migration by Daniel Santiago Rivera · 8 months ago
  5. 0a2a143 Commonize Room auto migration validation and initialization. by Daniel Santiago Rivera · 8 months ago
  6. cbb7dfa Commonize Room initialization and partially migrate to SQLite driver APIs. by Daniel Santiago Rivera · 9 months ago
  7. e0ca08a Add API for dropping all tables during destructive migrations. by Daniel Santiago Rivera · 12 months ago
  8. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 11 months ago
  9. 3e73c7c Update versions for release id 1692810000000 by natnaelbelay · 1 year ago
  10. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year ago
  11. fe0396c Update versions for release id 1691600400000 by natnaelbelay · 1 year, 1 month ago
  12. 4b1baad Bump Room to 2.6.0-beta01 and Sqlite to 2.4.0-beta01. by elifbilgin · 1 year, 1 month ago
  13. 9aca838 Replaced the rest of Truth with Kruth in the following Room modules: room-compiler, room-compiler-processing, room-runtime and room-testing. by Arkadii Ivanov · 1 year, 2 months ago
  14. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  15. 14495fa Enable Kruth snapshots on androidx.dev by Dustin Lam · 1 year, 2 months ago
  16. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 3 months ago
  17. 70a785d Replaced Truth with Kruth in the following Room modules: room-gradle-plugin, room-paging, room-paging-guava, room-paging-rxjava2, room-paging-rxjava3, room-runtime, room-rxjava2, room-rxjava3, room-testing by Arkadii Ivanov · 1 year, 3 months ago
  18. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  19. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  20. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  21. 5dc7b57 Move arch.core dependencies to latest prebuilt by Jeremy Woods · 1 year, 4 months ago
  22. f748a17 Duplicating all AutoMigration related tests in the Kotlin test app, in Kotlin. by elifbilgin · 1 year, 6 months ago
  23. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 6 months ago
  24. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  25. 2fc19c9 Add jvm-default=all to all AndroidX projects by Julia McClellan · 1 year, 10 months ago
  26. 35a9063 Migrate SQLiteOpenHelperWriter and ValidationWriter impls to XPoet. by Daniel Santiago Rivera · 1 year, 10 months ago
  27. 5be03ea Converting MigrationTestHelper from Java to Kotlin. by elifbilgin · 1 year, 11 months ago
  28. 8a18bd1 Renaming MigrationTestHelper from Java to Kotlin. by elifbilgin · 1 year, 11 months ago
  29. 065653b Update versions for release 1664989200000 by Nick Anthony · 1 year, 11 months ago
  30. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 2 years ago
  31. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 1 month ago
  32. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years, 2 months ago
  33. 5b3171f Fix issue where downgrades override AutoMigrations in MigrationTestHelper. This change also responds to the API review comment of refactoring the `contains` function in MigrationContainer to intake the start and end versions instead of a Migration to avoid confusion with the container behavior for methods similar to this signature (i.e. checking that the instance is present in the container). by Elif Bilgin · 2 years, 3 months ago
  34. 3e34c01 Converting all RoomDatabase related files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 7 months ago
  35. 4692676 Merge changes from topic "232550720_strip_positions" into androidx-main by Alan Viverette · 2 years, 4 months ago
  36. a6f3b46 Converting the final set of Java files in `room-runtime` from Java to Kotlin. by Elif Bilgin · 2 years, 5 months ago
  37. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  38. 0b37270 Set jvm-default=all for Room runtime libraries. by Daniel Santiago Rivera · 2 years, 4 months ago
  39. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 5 months ago
  40. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  41. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  42. f356a67 Bump Room and androidx.sqlite to rc01 by Daniel Santiago Rivera · 2 years, 10 months ago
  43. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 10 months ago
  44. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 10 months ago
  45. e9559c0 Merge "Reenabling MissingTestSizeAnnotation on tests" into androidx-main by Jeff Gaston · 2 years, 10 months ago
  46. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 11 months ago
  47. d9ee410 Pinning versions for Room sqlite and paging dependencies. by Elif Bilgin · 2 years, 10 months ago
  48. ab5fb6e Update versions for release id 1634144400000 by Nick Anthony · 2 years, 11 months ago
  49. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 11 months ago
  50. 5f0dafa Update Room version to 2.4.0-beta01 by Daniel Santiago Rivera · 2 years, 11 months ago
  51. a277675 Allow for more than one invalidation service in a package. by Roman Kalukiewicz · 2 years, 11 months ago
  52. 8933084 Pin Room's androidx.sqlite dependency. by Daniel Santiago Rivera · 3 years ago
  53. b67881b Adding support for column index order in @Index by Nikita Zhelonkin · 3 years, 4 months ago
  54. 1ca420f Remove api_legacy files by Aurimas Liutikas · 3 years, 2 months ago
  55. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 2 months ago
  56. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  57. 3aa5751 Update Room project directory structure by Daniel Santiago Rivera · 3 years, 3 months ago