1. 62d3e1d Migrate the rest of the dependencies to Kotlin. by Aurimas Liutikas · 7 years ago
  2. 7878f1f Fix javadoc by Yigit Boyar · 7 years ago
  3. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  4. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  5. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  6. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  7. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  8. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  9. 44f6e7d Finalize api & bump version 1.0.0 by Sergey Vasilinets · 7 years ago
  10. 249f616 Replace some characters with the HTML entities for correct by Florina Muntenescu · 7 years ago
  11. 25b465c Support @Transaction in @Query methods. by Yigit Boyar · 7 years ago
  12. b9ea734 Pick no-arg constructor by default. by Yigit Boyar · 7 years ago
  13. ff86003 Doc updates. by shepshapard · 7 years ago
  14. b3c4d93 Add @Transaction annotation by Yuichi Araki · 7 years ago
  15. a3a639f Ignore transient fields while processing Pojos by Yigit Boyar · 7 years ago
  16. f830f70 Merge "Support for the collation sequences in @ColumnInfo" into oc-mr1-dev by Yigit Boyar · 7 years ago
  17. e60481d Javadoc code sample error fixed Bug: 64382126 Test: NA by Florina Muntenescu · 7 years ago
  18. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  19. 68c65b3 Support for the collation sequences in @ColumnInfo by Yuichi Araki · 7 years ago
  20. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  21. dfa34df Incorrect annotation name used in doc. Test: N/A Bug: 64559631 am: 7380433796 by Florina Muntenescu · 7 years ago
  22. 7380433 Incorrect annotation name used in doc. Test: N/A Bug: 64559631 by Florina Muntenescu · 7 years ago
  23. a3e3a34 Merge "Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  24. 2fab9e1 Merge "Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A" into oc-support-26.0-dev by Florina Muntenescu · 7 years ago
  25. da97cf2 Retaining the Relation annotation for Kotlin. Bug: 62778467 Test: N/A by Florina Muntenescu · 7 years ago
  26. 0a960e5 Update Query docs to include RxJava Maybe & Single am: b6faa288a6 by Yigit Boyar · 7 years ago
  27. b6faa28 Update Query docs to include RxJava Maybe & Single by Yigit Boyar · 7 years ago
  28. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago
  29. b11c4b2 Removing user. from parentColumn mentions in the java doc. by Florina Muntenescu · 7 years ago
  30. 17caba5 Allow Dao to have constructor with DB param by Yuichi Araki · 7 years ago
  31. 4d4bae3 s/decompose/embedded by Yigit Boyar · 7 years ago
  32. 3542101 Don't allow anonymous bind parameters. by Yigit Boyar · 7 years ago
  33. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  34. f8c3624 Add support for arg constructors by Yigit Boyar · 7 years ago
  35. 3c592c4 Room RxJava2 Support, Step 1 by Yigit Boyar · 7 years ago
  36. ebdeee2 Foreign keys step 3, verification by Yigit Boyar · 7 years ago
  37. 0045a1c foreign key step 2 by Yigit Boyar · 7 years ago
  38. 9a2c593 Fix database javadoc by Yigit Boyar · 7 years ago
  39. 875203d39 ForeignKeys parsing step 1. by Yigit Boyar · 7 years ago
  40. 6728af1 Revert "Use . notation in indices" by Yigit Boyar · 7 years ago
  41. f385ca5 Use column names in relationships. by Yigit Boyar · 7 years ago
  42. a64756a Room Migrations, Step 1 by Yigit Boyar · 7 years ago
  43. 2fa2ccd Use . notation in indices by Yigit Boyar · 7 years ago
  44. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  45. 092164e Add @Relation annotation to easily fetch 1-N relationships by Yigit Boyar · 7 years ago
  46. f288e96 Improve Room docs by Yigit Boyar · 7 years ago
  47. 9f838d2 Fix docs. by Yigit Boyar · 7 years ago
  48. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago
  49. 2c6462f Primary Key improvements by Yigit Boyar · 7 years ago
  50. dc18ce6 Index annotation by Yigit Boyar · 7 years ago
  51. 96cc740 @Decompose by Yigit Boyar · 7 years ago
  52. 74b28fa @Update annotation by Yigit Boyar · 7 years ago
  53. 333b4b5 Move onConflict strategy to its own class by Yigit Boyar · 7 years ago
  54. e69e470 Docs build setup for flatfoot by Sergey Vasilinets · 7 years ago
  55. 275e708 TypeConverters by Yigit Boyar · 8 years ago
  56. aa82fce Introduce forked context by Yigit Boyar · 8 years ago
  57. 13a2048 POJO Support by Yigit Boyar · 8 years ago
  58. 88865f7 Database Verification by Yigit Boyar · 8 years ago
  59. 1a87a9b Add docs to Room annotations. by Yigit Boyar · 8 years ago
  60. 958df7d @Delete support by Yigit Boyar · 8 years ago
  61. fb3e49e Flatfoot repo builder by Yigit Boyar · 8 years ago
  62. 4f0db7d Insertion by Yigit Boyar · 8 years ago
  63. efaf86a Query result adapters by Yigit Boyar · 8 years ago
  64. 0fc66dd Custom column name and entity name by Yigit Boyar · 8 years ago
  65. 8bad027 Simple Database annotation processor by Yigit Boyar · 8 years ago
  66. 1600cc1 Entity Parser by Yigit Boyar · 8 years ago
  67. de33ce4 Field parser, run lint for test files by Yigit Boyar · 8 years ago
  68. b9e94a5 Revert "Field parser, run lint for test files" by Yigit Boyar · 8 years ago
  69. c2334cf Field parser, run lint for test files by Yigit Boyar · 8 years ago
  70. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago