[go: nahoru, domu]

  1. 85ea13d Merge "Changing the handling of undefined default value in columns." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  2. 3ea0c12 Changing the handling of undefined default value in columns. by elifbilgin · 1 year, 9 months ago
  3. 585840d Merge "Start generating Kotlin for FieldReadWriteWriter.readFromCursor()" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  4. 180942b Merge "Fixing typo in Kotlin documentation." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  5. 9b41215 Start generating Kotlin for FieldReadWriteWriter.readFromCursor() by Daniel Santiago Rivera · 1 year, 9 months ago
  6. 8ae8a43 Fixing typo in Kotlin documentation. by elifbilgin · 1 year, 9 months ago
  7. c5597bb Merge changes Ia1fa73af,Id36936e7 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  8. 8466ab5 Converted RxRoomTests from Java to Kotlin. by Elif Bilgin · 1 year, 10 months ago
  9. c73730c Merge changes I49f0f92e,Ifc18c449 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  10. fe98c70 Migrate remaining implementations of ClassWriter to TypeWriter. by Daniel Santiago Rivera · 1 year, 9 months ago
  11. 2326b43 Migrate XProcessing to XTypeName by Daniel Santiago Rivera · 1 year, 9 months ago
  12. 78d49c7 Merge changes Ife8382e8,I734644bd into androidx-main by Treehugger Robot · 1 year, 9 months ago
  13. 70b3e1a Converting test files in room-runtime from java to kotlin by Elif Bilgin · 1 year, 10 months ago
  14. 5db7fc3 Merge "Fix wrong shouldSucceed values" into androidx-main by Kuan-Ying Chou · 1 year, 9 months ago
  15. 5e843c4 Merge "Fixing issue where shadow table names are not included in the .json file output. Issue is resolved by adding @Transient to the shadow table properties." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  16. 9239141 Fix wrong shouldSucceed values by Kuan-Ying Chou · 1 year, 9 months ago
  17. bb0414d Merge "Re-enable SupportAnnotationUsage lint check" into androidx-main by Tiem Song · 1 year, 9 months ago
  18. cf409c8 Merge "Add line separator between raw compilation result logs." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  19. b7acc51 Merge "Create an XTypeName for XProcessing and XPoet" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  20. 430aebc Add line separator between raw compilation result logs. by Daniel Santiago Rivera · 1 year, 9 months ago
  21. 587c0219 Create an XTypeName for XProcessing and XPoet by Daniel Santiago Rivera · 1 year, 9 months ago
  22. 2598738 Renaming Java test files in room-runtime in preparation for converting to Kotlin by Elif Bilgin · 1 year, 10 months ago
  23. 8a2906f Renamed file name of RxRoomTest from .java to .kt by Elif Bilgin · 1 year, 10 months ago
  24. f72269d Bump androidx.room to 2.5.0-beta and androidx.sqlite to 2.3.0-beta by Daniel Santiago Rivera · 1 year, 9 months ago
  25. db9d056 Merge changes I251619c5,I5627dba9 into androidx-main by Treehugger Robot · 1 year, 9 months ago
  26. 4dfa96e Merge changes I5166dc89,Ifbdf5a3a into androidx-main by Treehugger Robot · 1 year, 9 months ago
  27. 1fc510b Re-enable SupportAnnotationUsage lint check by Tiem Song · 1 year, 9 months ago
  28. 029a609 Remove @Synchronized from TransactionExecutor. by elifbilgin · 1 year, 9 months ago
  29. 684e629 Converting SupportSQLiteDatabase from *.java to *.kt. by elifbilgin · 1 year, 10 months ago
  30. 766b4e3 Add a Kotlin codegen flavor to Room's Kotlin test app. by Daniel Santiago Rivera · 1 year, 11 months ago
  31. b604ea3 Generate AutoMigration in Kotlin by Daniel Santiago Rivera · 1 year, 11 months ago
  32. 1224af0 Merge "Move Room test sources to 'test-data'" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  33. 4c80a72 Merge "Support AAR-as-JAR for arbitrary configurations" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  34. 545b351 Move Room test sources to 'test-data' by Daniel Santiago Rivera · 1 year, 9 months ago
  35. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 1 year, 9 months ago
  36. 6130a90 Fixing issue where shadow table names are not included in the .json file output. Issue is resolved by adding @Transient to the shadow table properties. by elifbilgin · 1 year, 9 months ago
  37. 00f5bda Merge "Resolving AutoMigration issue when performing multiple column renames." into androidx-main by Treehugger Robot · 1 year, 9 months ago
  38. 6420f52 Resolving AutoMigration issue when performing multiple column renames. by elifbilgin · 1 year, 10 months ago
  39. 45743df Merge "Fix missing property accessors for Companion objects" into androidx-main by Kuan-Ying Chou · 1 year, 9 months ago
  40. a8f3988 Fix missing property accessors for Companion objects by Kuan-Ying Chou · 1 year, 10 months ago
  41. 9de48fc Merge "Clean up JVM test setup where classes from aars are used as input" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  42. 05086a8 Merge changes from topic "sqlite2" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  43. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 10 months ago
  44. 5e2fab4 Converting `sqlite` related files in `sqlite` from Java to Kotlin (Part 2/3). by elifbilgin · 1 year, 10 months ago
  45. f08c546 Fix docs in SchemaDiffer by Owen Gray · 1 year, 10 months ago
  46. 4bdae31 Fix typeArguments for raw generic types in Java by Kuan-Ying Chou · 1 year, 10 months ago
  47. 6ef136a Merge "Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito" into androidx-main by David Saff · 1 year, 10 months ago
  48. 3382362 Rewrite WriteAheadLoggingTest#observeLiveData in kotlin without mockito by David Saff · 1 year, 10 months ago
  49. a873fbb Disable observeLiveData tests. by David Saff · 1 year, 10 months ago
  50. 9f34b5d Merge "Add hasXXXContainingMatch()" into androidx-main by Kuan-Ying Chou · 1 year, 10 months ago
  51. 1a537fa Add hasXXXContainingMatch() by Kuan-Ying Chou · 1 year, 10 months ago
  52. c8eadb6 Ignore whitespaces around new lines when comparing messages by Kuan-Ying Chou · 1 year, 10 months ago
  53. 26972bd kotlin.Experimental is deprecated and no longer used. by Jim Sproch · 1 year, 10 months ago
  54. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  55. 370fd78 Merge changes from topic "framework-sqlite" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  56. a556349 Converting `sqlite-framework` related files in `sqlite-framework` from Java to Kotlin. by elifbilgin · 1 year, 11 months ago
  57. ba3ecb3 Merge "Correctly classify annotation processor projects." into androidx-main by Treehugger Robot · 1 year, 10 months ago
  58. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  59. 11a3cb3 Adding error message check in EntityUpsertionAdapter. by pingxuanli · 1 year, 10 months ago
  60. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 1 year, 10 months ago
  61. 40e15ec Adding SuspendingQueryTest for @Upsert including upsert without returns and upsert with Long and List<Long> as return types by pingxuanli · 1 year, 10 months ago
  62. dafb0bc Merge "[GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  63. 9da941d Merge "Resolving AutoMigrationTest failure for SDK version below 16." into androidx-main by Elif Bilgin · 1 year, 10 months ago
  64. f8437f4 Resolving bug where tableInfo did not contain correct nullability information. by elifbilgin · 1 year, 10 months ago
  65. 5ee42a30 Resolving AutoMigrationTest failure for SDK version below 16. by elifbilgin · 1 year, 10 months ago
  66. 45c4978 [GH] Use projectOrArtifact for lifecycle-runtime so it is accessible playground by Dustin Lam · 1 year, 10 months ago
  67. a36a4f3 Merge "Integration tests for Upsert" into androidx-main by Yizhen Zhen · 1 year, 10 months ago
  68. f64bf74 Merge "Added more specified error messages for parameter-return type mismatch" into androidx-main by Yizhen Zhen · 1 year, 10 months ago
  69. e60ebd7 Integration tests for Upsert by yizhenz · 1 year, 10 months ago
  70. 2be09ff Added more specified error messages for parameter-return type mismatch by yizhenz · 1 year, 10 months ago
  71. 565946b Correctly classify annotation processor projects. by Daniel Santiago Rivera · 1 year, 11 months ago