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