1. 3db6d30 Add support for Delete queries in @Query annotations by Yigit Boyar · 8 years ago
  2. beb35b4 Copy host test results to DIST by Yigit Boyar · 8 years ago
  3. 958df7d @Delete support by Yigit Boyar · 8 years ago
  4. e2476a0 Detect query type by Yigit Boyar · 8 years ago
  5. d6d746a Return theme to fix tests by Sergey Vasilinets · 8 years ago
  6. 25220c4 First version of LifecycleService by Sergey Vasilinets · 8 years ago
  7. 31be41e Fix dependency on local maven repo by Sergey Vasilinets · 8 years ago
  8. 1e787d2 Switch to the latest Room bits by Kirill Grouchnikov · 8 years ago
  9. 059b497 Database Builder by Yigit Boyar · 8 years ago
  10. 1d1b06f Switch music player to live data for syncing state by Kirill Grouchnikov · 8 years ago
  11. dabfd6d update gradle version and checkstyle location by Yigit Boyar · 8 years ago
  12. 04107d8 Use no-arg parameterized test by Yigit Boyar · 8 years ago
  13. ed4fb5a Build app apks for integration tests. by Yigit Boyar · 8 years ago
  14. 70a4c140 Update gradle files to use Flatfoot libs by Kirill Grouchnikov · 8 years ago
  15. ade3308 First import of the music player sample by Kirill Grouchnikov · 8 years ago
  16. b00da61 Annotate tests with size. by Yigit Boyar · 8 years ago
  17. f5b6bd7 Introduce ViewModel by Yigit Boyar · 8 years ago
  18. e0b76f6 Switch movie browser sample to use Room as DB by Kirill Grouchnikov · 8 years ago
  19. 21886b6 Fragment lifecycle events by Yigit Boyar · 8 years ago
  20. fc6de8d Update gradle files to use Flatfoot libs by Kirill Grouchnikov · 8 years ago
  21. 43089c1 First drop of the movie browser sample by Kirill Grouchnikov · 8 years ago
  22. 0ad60f9 Add app-toolkit gradlew files by Yigit Boyar · 8 years ago
  23. c90eb81 Fix sdk location declaraion in app-toolkit/init.gradle by Sergey Vasilinets · 8 years ago
  24. 2eb5199 Introduce app-toolkit as a merger project for flatfoot. by Yigit Boyar · 8 years ago
  25. ede4592 Fix waiting for new activity by Sergey Vasilinets · 8 years ago
  26. e217844 Fix build servers by Yigit Boyar · 8 years ago
  27. fb3e49e Flatfoot repo builder by Yigit Boyar · 8 years ago
  28. 5e52b39 First version of LifecycleActivity by Sergey Vasilinets · 8 years ago
  29. af2292b Validate table names in databases by Yigit Boyar · 8 years ago
  30. 5ce90e9 RoomProcessor and Integration test by Yigit Boyar · 8 years ago
  31. c678b3a Entity schema generation. by Yigit Boyar · 8 years ago
  32. d72e20e Db Writer initial code by Yigit Boyar · 8 years ago
  33. 937a77c Support Database Implementation by Yigit Boyar · 8 years ago
  34. 2919850 Enforce base class for classes annotated with RoomDatabase by Yigit Boyar · 8 years ago
  35. 4f0db7d Insertion by Yigit Boyar · 8 years ago
  36. b085e34 First version of StateProvider extension by Sergey Vasilinets · 8 years ago
  37. c308c91 Add more db methods, introduce stmt program by Yigit Boyar · 8 years ago
  38. efaf86a Query result adapters by Yigit Boyar · 8 years ago
  39. 250a3e6 Query Writer by Yigit Boyar · 8 years ago
  40. 8e543c4 Preparations for query adapter by Yigit Boyar · 8 years ago
  41. faf0a68 Make processors exception free by Yigit Boyar · 8 years ago
  42. ddde363 Introduce Context data class for environment params by Yigit Boyar · 8 years ago
  43. 0fc66dd Custom column name and entity name by Yigit Boyar · 8 years ago
  44. 2259e4d Type Adapters by Yigit Boyar · 8 years ago
  45. 8bad027 Simple Database annotation processor by Yigit Boyar · 8 years ago
  46. 0f77cff Dao Parser by Yigit Boyar · 8 years ago
  47. e6325fb Detect primary keys. by Yigit Boyar · 8 years ago
  48. a034a6e Fix lint checks configuration. by Yigit Boyar · 8 years ago
  49. 1600cc1 Entity Parser by Yigit Boyar · 8 years ago
  50. de33ce4 Field parser, run lint for test files by Yigit Boyar · 8 years ago
  51. b9e94a5 Revert "Field parser, run lint for test files" by Yigit Boyar · 8 years ago
  52. c2334cf Field parser, run lint for test files by Yigit Boyar · 8 years ago
  53. 19b4110 initial commit for Room by Yigit Boyar · 8 years ago
  54. 4d4bf03 More live data api fixes. by Yigit Boyar · 8 years ago
  55. 2bf85ab Support annotations in interfaces by Sergey Vasilinets · 8 years ago
  56. 1db9008 Localize dependencies by Yigit Boyar · 8 years ago
  57. c1b53ee Implement the first livecycle compoent: LiveData by Yigit Boyar · 8 years ago
  58. e705b41 Support unnamed package name by Sergey Vasilinets · 8 years ago
  59. 4c90a59 Separate State & Event by Yigit Boyar · 8 years ago
  60. b96ccea LifecyleRegistry by Yigit Boyar · 8 years ago
  61. db70d9a Check accepted states in overridden method and call it just once. by Sergey Vasilinets · 8 years ago
  62. 8c2d21a Verify class modifier by Sergey Vasilinets · 8 years ago
  63. dc967fb Rename processor module to compiler by Sergey Vasilinets · 8 years ago
  64. 68fc20b Add method modifier check by Sergey Vasilinets · 8 years ago
  65. bb63c4e Initial support of inheritance in annotation compiler by Sergey Vasilinets · 8 years ago
  66. ac94636 Extend reflective lifecycle coverage. by Yigit Boyar · 8 years ago
  67. 598b270 Initial tests for methods with invalid arguments by Sergey Vasilinets · 8 years ago
  68. 0265f0f Initial implementation of lifecycle processor by Sergey Vasilinets · 8 years ago
  69. b18b96e Intial lifecycle common library source. by Yigit Boyar · 8 years ago
  70. 25b350f Merge "Fix OrientationHelper NPE" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  71. 104c670 Merge "recyclerview: fix getViewForPosition crash in onMeasure()" into oc-support-26.0-dev by Dake Gu · 7 years ago
  72. 213c0aa Fix OrientationHelper NPE by Chris Craik · 7 years ago
  73. 0e4ac20 Merge "Support rotate method in ExifInterface" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  74. 3c955ed Merge "Extend setRating with extra fields" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  75. e1f3cff Merge "Changed stroke cap for CircularProgressLayout" into oc-support-26.0-dev by Alper Gundogdu · 7 years ago
  76. 6a56a49 Changed stroke cap for CircularProgressLayout by Alper Gundogdu · 7 years ago
  77. 272928c Merge "MediaRouter: Check sGlobal before call RouteInfo.isDefault" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  78. 860bae1 Merge "AutoSize Button - support library impl" into oc-support-26.0-dev by Andrei Stingaceanu · 7 years ago
  79. 564fe35 MediaRouter: Check sGlobal before call RouteInfo.isDefault by Sungsoo · 7 years ago
  80. f6decb0 Merge "leanback: fix lint newApi" into oc-support-26.0-dev by Dake Gu · 7 years ago
  81. 2c5267c leanback: fix lint newApi by Dake Gu · 7 years ago
  82. 678d1ee Disable configureondemand as it broke in AGP 3.0.0 alpha 5. by Aurimas Liutikas · 7 years ago
  83. f8a2b6d Update to AGP 3.0.0 alpha5 and Gradle 4.1-Milestone1 by Aurimas Liutikas · 7 years ago
  84. 07c4dd6 Start using Gradle 4.1 Milestone 1 by Aurimas Liutikas · 7 years ago
  85. 60e00f8 leanback lint fixes by Dake Gu · 7 years ago
  86. afa3ba7 AutoSize Button - support library impl by Andrei Stingaceanu · 7 years ago
  87. 79df27b Merge "Fix issue #63140636: JobIntentService Intents use different classloaders on different platform versions." into oc-support-26.0-dev by Dianne Hackborn · 7 years ago
  88. 4fe4054 Merge "Updating seek thumbnail size according to spec" into oc-support-26.0-dev by Jingjiang Li · 7 years ago
  89. e466207 Updating seek thumbnail size according to spec by jingjiangli · 7 years ago
  90. bc4fd2c Support rotate method in ExifInterface by yangren · 7 years ago
  91. a05dc7a Fix issue #63140636: JobIntentService Intents use different classloaders on different platform versions. by Dianne Hackborn · 7 years ago
  92. d1c8443 Fixed NPE in onAddFocusables by Keyvan Amiri · 7 years ago
  93. 067ffce recyclerview: fix getViewForPosition crash in onMeasure() by Dake Gu · 7 years ago
  94. 1cfc200 Merge "Deprecate v7 NotificationCompat.Builder" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  95. c187cd9 Merge "Fix DecoratedCustomViewStyle with 1-2 actions" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  96. 4b1dfbc Merge "Fix issue for Preference.setSingleLineTitle() has no effect." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  97. e01caa9 Fix DecoratedCustomViewStyle with 1-2 actions by Ian Lake · 7 years ago
  98. a2aa4d8 Merge "Revert "Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121"" into oc-support-26.0-dev by Keyvan Amiri · 7 years ago
  99. a2a7d71 Merge "Move to using Android Gradle Plugin 3.0.0-alpha4" into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  100. 151e43e Revert "Revert "Fixed keyboard autoclosing and wrong position for EditTexts" ag/2385121" by Keyvan Amiri · 7 years ago