1. 8af88c1 Safeguard against empty type adapters by Yigit Boyar · 7 years ago
  2. 948fe95 Int columns cannot be converted to boolean directly by Yigit Boyar · 7 years ago
  3. dc60cac Switch room to latest paging APIs by Chris Craik · 7 years ago
  4. de23b91 RawQuery support by Yigit Boyar · 7 years ago
  5. 999b205 Merge "Handle kotlin-kapt collection types properly in DAO" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  6. 4cfbb69 Merge "Allow LOCALIZED and UNICODE collations" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  7. 5d731d8 Merge "Drop support for non ub-supportlib-* builds of support library." into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  8. bfc7aac Handle kotlin-kapt collection types properly in DAO by Yigit Boyar · 7 years ago
  9. 05be099 Allow LOCALIZED and UNICODE collations by Yigit Boyar · 7 years ago
  10. 5abdc3d Merge "Fix schema identity has to be stable" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  11. 6eba1fc Drop support for non ub-supportlib-* builds of support library. by Aurimas Liutikas · 7 years ago
  12. 7d4f551 Merge "handle large key sets in relationships" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  13. e5ed537 Fix schema identity has to be stable by Yigit Boyar · 7 years ago
  14. f1be688 Merge "Provide better error message for relations in constructor" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  15. 5facdd2 Merge "Create SupportAndroidTestAppPlugin" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  16. 6bbf708 handle large key sets in relationships by Yigit Boyar · 7 years ago
  17. 37a4c4d Provide better error message for relations in constructor by Yigit Boyar · 7 years ago
  18. 06d3726 Merge "Allow single column results in relations" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  19. 3ea1d11 Allow single column results in relations by Yigit Boyar · 7 years ago
  20. c24f457 Improve error message on bad dao annotations. by Yigit Boyar · 7 years ago
  21. 238e480 Create SupportAndroidTestAppPlugin by Aurimas Liutikas · 7 years ago
  22. 2fb00f1 Allow collection type converters in query parameters by Yigit Boyar · 7 years ago
  23. 8d3cbc6 Merge "Add test for table prefixes" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  24. 7fa8eb8 Merge "Revert "Allow collection type converters in query parameters"" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  25. 457a29a Revert "Allow collection type converters in query parameters" by Yigit Boyar · 7 years ago
  26. 0d7bc26 Merge "Allow collection type converters in query parameters" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  27. 2d5d14e Add test for table prefixes by Yigit Boyar · 7 years ago
  28. 922b65c Fix antlr gen task inputs by Yigit Boyar · 7 years ago
  29. fa7646a Allow collection type converters in query parameters by Yigit Boyar · 7 years ago
  30. 7ebe40c Add tests where constructor params have annotations by Yigit Boyar · 7 years ago
  31. 9c24688 Move noDocs property to SupportLibraryExtension by Sergey Vasilinets · 7 years ago
  32. 81b5bac Move most app-toolkit dependencies to kotlin. by Aurimas Liutikas · 7 years ago
  33. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  34. ee4da72 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  35. 6f1f556 Reformat kotlin code to match ktlint expectations. by Aurimas Liutikas · 7 years ago
  36. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  37. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  38. 9a14484 Use latest available source in processors. by Yigit Boyar · 7 years ago
  39. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  40. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  41. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  42. 25b465c Support @Transaction in @Query methods. by Yigit Boyar · 7 years ago
  43. e7b6111 Properly close database connection by Yigit Boyar · 7 years ago
  44. 9807dc7 Merge "Validate indices in migrations" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  45. 2db0875 Validate indices in migrations by Yigit Boyar · 7 years ago
  46. b9ea734 Pick no-arg constructor by default. by Yigit Boyar · 7 years ago
  47. 8750512 Merge "Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys since SQLite generates them, when null." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  48. a1be003 Allow Integer and Long PrimaryKey without @NonNull annotation, for single PrimaryKeys by Florina Muntenescu · 7 years ago
  49. afbbe0a Fail when non-null fields are missing in query by Yigit Boyar · 7 years ago
  50. ae36c8b Rename AppToolkitExecutor to ArchTaskExecutor by Yigit Boyar · 7 years ago
  51. f3b01d8 Limit characters in table/column names by Yigit Boyar · 7 years ago
  52. cb3c199 Merge "Throwing an error when a recursive reference loop is discovered." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  53. 7a0a582 Merge "Handle relations in flowable invalidation" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  54. 1a74519 Throwing an error when a recursive reference loop is discovered. by shepshapard · 7 years ago
  55. 4c22afc Reporting NonNull Primary Key errors for embedded fields' parents by Florina Muntenescu · 7 years ago
  56. 8df194b Handle relations in flowable invalidation by Yigit Boyar · 7 years ago
  57. 97253f7 Merge "Add @Transaction annotation" into oc-mr1-dev by Yigit Boyar · 7 years ago
  58. 2f4954c Merge "Enforcing a NON NULL constraint on the PrimaryKey" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  59. b3c4d93 Add @Transaction annotation by Yuichi Araki · 7 years ago
  60. 0348c01 Handle kotlin multiline strings by Yigit Boyar · 7 years ago
  61. b3384e3 Merge "Test added covering the getter type for a relation field." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  62. c5d91f0 Test added covering the getter type for a relation field. by Florina Muntenescu · 7 years ago
  63. a3a639f Ignore transient fields while processing Pojos by Yigit Boyar · 7 years ago
  64. 8fe7624 Move support db to its own group by Yigit Boyar · 7 years ago
  65. 2b4a201 API changes in SupportSQLiteDatabase by Yigit Boyar · 7 years ago
  66. 540e349 Enforcing a NON NULL constraint on the PrimaryKey by Florina Muntenescu · 7 years ago
  67. f830f70 Merge "Support for the collation sequences in @ColumnInfo" into oc-mr1-dev by Yigit Boyar · 7 years ago
  68. d809f48 Move kotlin projects to a plugin by Yigit Boyar · 7 years ago
  69. abd0989 Move room to use TiledDataSource by Yigit Boyar · 7 years ago
  70. 5a61898 Merge "Paging API refinements, and package name rework" into oc-mr1-dev by Chris Craik · 7 years ago
  71. ef346ae Paging API refinements, and package name rework by Chris Craik · 7 years ago
  72. 4426106 Merge "Fixed bug where System.lineSeparator() mistakenly used to find new lines in kotlin multiline literals." into oc-mr1-dev by Shep Shapard · 7 years ago
  73. b78956d Fixed bug where System.lineSeparator() mistakenly used to find new lines in kotlin multiline literals. by shepshapard · 7 years ago
  74. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  75. 2e9d513 DataSource key rework by Chris Craik · 7 years ago
  76. 68c65b3 Support for the collation sequences in @ColumnInfo by Yuichi Araki · 7 years ago
  77. 2c56b46 Fix issue where the name of a common extension table is expected to be by shepshapard · 7 years ago
  78. 3738847 Added @Generated annotation to generated files in Room when javax.annotation.Generated exists on classpath. by shepshapard · 7 years ago
  79. 24418e9 Revert "Revert "Paging refactor to unify list/data source types, and simplify mutability"" by Chris Craik · 7 years ago
  80. c051b06 Revert "Paging refactor to unify list/data source types, and simplify mutability" by Chris Craik · 7 years ago
  81. 1cb45e7 Paging refactor to unify list/data source types, and simplify mutability by Chris Craik · 7 years ago
  82. 63df318 Merge "Fix compilation warnings in Room" into oc-support-26.0-dev am: c4ac41ade3 by Sergey Vasilinets · 7 years ago
  83. d2649c4 Fix compilation warnings in Room by Sergey Vasilinets · 7 years ago
  84. 6c72e20 Merge "NOT NULL constraint by @NonNull" into oc-support-26.0-dev am: 4a16fdef70 by Yuichi Araki · 7 years ago
  85. b2bfd37 NOT NULL constraint by @NonNull by Yuichi Araki · 7 years ago
  86. 4891280 Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  87. bd9f55f Merge "Keep list size variables list for DELETE|UPDATE queries" into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  88. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  89. fed93f4 Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  90. 0af2c3f Update com.google.testing.compile:compile-testing to 0.11 by Sergey Vasilinets · 7 years ago
  91. c0c5dde Read relationships while reading fields am: c890c012cd by Yigit Boyar · 7 years ago
  92. c890c01 Read relationships while reading fields by Yigit Boyar · 7 years ago
  93. d9a1c84 Keep list size variables list for DELETE|UPDATE queries by Yigit Boyar · 7 years ago
  94. ba52a75 Merge "Remove paging dependency from compiler." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  95. 08a5aa3 Merge "Remove paging dependency from compiler." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  96. d4eb0d0 Remove paging dependency from compiler. by Yigit Boyar · 7 years ago
  97. cf0a56a Merge "Fix @Query without any parameters" into oc-support-26.0-dev by Yuichi Araki · 7 years ago
  98. a595f18 Merge "Fix @Query without any parameters" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  99. 4d0cbea Merge "Check types while assigning getters/setters." into oc-support-26.0-dev by Yigit Boyar · 7 years ago
  100. ce93a2f Merge "Add support for Maybe and Single" into oc-support-26.0-dev am: 8c1b7c7269 by Yigit Boyar · 7 years ago