1. 2bc5b84 Add tests for GC. by Yigit Boyar · 8 years ago
  2. aa4decb Merge "Revert "Make ComputableLiveData a real LiveData"" into oc-support-26.0-dev by Yigit Boyar · 8 years ago
  3. f591643 Revert "Make ComputableLiveData a real LiveData" by Yigit Boyar · 8 years ago
  4. 45993a7 Merge "Clean up ObjectUtils APIs to provide better parity with platform" into oc-support-26.0-dev by Alan Viverette · 8 years ago
  5. 97d8e7f Merge "Make ComputableLiveData a real LiveData" into oc-support-26.0-dev by Yigit Boyar · 8 years ago
  6. d58f464 Make ComputableLiveData a real LiveData by Yigit Boyar · 8 years ago
  7. 86b3f8d Multiple Entities in Insert, Update and Delete by Yuichi Araki · 8 years ago
  8. f5e6003 Merge "Support7Demos: Prevent crashes when connecting to sample routes" into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  9. 0e573df Support7Demos: Prevent crashes when connecting to sample routes by Hyundo Moon · 8 years ago
  10. dbc128e Merge "Remove unused task" into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  11. 240f6e6 Merge "Adding test cases for ThumbsBar" into oc-support-26.0-dev by Jingjiang Li · 8 years ago
  12. 592a5f9 Remove unused task by Yigit Boyar · 8 years ago
  13. f0872b1 Adding test cases for ThumbsBar by jingjiangli · 8 years ago
  14. 30a418f Disable Gradle build cache. by Aurimas Liutikas · 8 years ago
  15. 6e1f55f Merge "Add api for compat font checksum" into oc-support-26.0-dev by Siyamed Sinir · 8 years ago
  16. a0d7344 Merge "Merge from flatfoot-dev-merge." into oc-support-26.0-dev by Yigit Boyar · 8 years ago
  17. 8593339 Merge "Moved RoundedDrawable to support-wear" into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  18. ea10672 Merge "leanback: Make thumbs bar close to design" into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  19. d58acbc Add api for compat font checksum by Siyamed Sinir · 8 years ago
  20. eb4122f Merge "Remove unneeded pom configuration." into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  21. ec2a19b Merge from flatfoot-dev-merge. by Yigit Boyar · 8 years ago
  22. f0ae98a Merge "Add google() to the list of public repos." into oc-support-26.0-dev by TreeHugger Robot · 8 years ago
  23. b3427dc Moved RoundedDrawable to support-wear by Alper Gundogdu · 8 years ago
  24. c9bbadf Clean up ObjectUtils APIs to provide better parity with platform by Alan Viverette · 8 years ago
  25. 8803948 Remove unneeded pom configuration. by Aurimas Liutikas · 8 years ago
  26. d41b7a6 Merge "Update api file now that we are using updated version of doclava." into oc-support-26.0-dev by Aurimas Liutikas · 8 years ago
  27. 7beb7ac move flatfoot to gradle 4.1 by Yigit Boyar · 8 years ago
  28. 8bf1dd1 Update api file now that we are using updated version of doclava. by Aurimas Liutikas · 8 years ago
  29. b323d28 stop using mockito all, which is discontinued by Yigit Boyar · 8 years ago
  30. 3ad422c Remove SavedState. by Sergey Vasilinets · 8 years ago
  31. 76cd0a0 Fix FragmentLifecycleInActivityTest on API 26. by Sergey Vasilinets · 8 years ago
  32. 1a06787 Fix proguard of lifecycle-runtime by Sergey Vasilinets · 8 years ago
  33. de0ff79 Fix initialization of sREFLECTIVE by Sergey Vasilinets · 8 years ago
  34. bccb62d BLOB byte array in Query methods by Yuichi Araki · 8 years ago
  35. fe2d869 Make column type checks case-insensitive by Yuichi Araki · 8 years ago
  36. 9636bcf Make ReportFragment accessible at LIBRARY_GROUP level. by Sergey Vasilinets · 8 years ago
  37. 64cba1f Add RoomDatabase.runInTransaction by Yuichi Araki · 8 years ago
  38. a1b1291 Fix docs for Lifecycle. by Sergey Vasilinets · 8 years ago
  39. 5ef35b1 Remove event param in annotated methods, except ON_ANY case by Sergey Vasilinets · 8 years ago
  40. 38479aa Increment version for alpha3 release by Yigit Boyar · 8 years ago
  41. daa68aa Don't call overriden methods with @OnLifecycleEvent twice by Sergey Vasilinets · 8 years ago
  42. 1d3d9d6 Fix addition code for argument size by Yigit Boyar · 8 years ago
  43. 044fe16 Support only one parameter in annotation by Sergey Vasilinets · 8 years ago
  44. 17caba5 Allow Dao to have constructor with DB param by Yuichi Araki · 8 years ago
  45. efc6d0f Allow Iterable for @Insert, @Update and @Delete by Yuichi Araki · 8 years ago
  46. e7aea42 Change migration test helper to receive instrumentation instance by Yigit Boyar · 8 years ago
  47. 2236f64 Support DOA base classes by Yigit Boyar · 8 years ago
  48. c7ec997 add test for empty in query by Yigit Boyar · 8 years ago
  49. 56d1fff Clean up lifecycle-runtime. by Sergey Vasilinets · 8 years ago
  50. 2ec1285 InvalidationTracker now passes invalidated tables by Yuichi Araki · 8 years ago
  51. 65b2fd4 Increase version to alpha2. by Yigit Boyar · 8 years ago
  52. dd6aaec Allow Long[] as return type of @Insert by Yuichi Araki · 8 years ago
  53. 24b0c2d Fix ForeignKeyTest on API 15 and below by Yuichi Araki · 8 years ago
  54. 77d4930 Fix SynchronousActivityLifecycleTest below M by Yuichi Araki · 8 years ago
  55. e185ed6 Simpler SQLite interface by Yigit Boyar · 8 years ago
  56. 9ca5772 Fix migration docs by Yigit Boyar · 8 years ago
  57. d2458f8 Fix ProcessOwnerTest by Yuichi Araki · 8 years ago
  58. b8bdbc0 Fix SavedStateProviderTest on API 18 and below by Yuichi Araki · 8 years ago
  59. 1676c28 Consider nullable types for known column types by Yigit Boyar · 8 years ago
  60. 18f17f7 Fixed typo in error message Bug: 62113348 Test: n/a by Florina Muntenescu · 8 years ago
  61. 189ec9f Proguard rules for @OnLifecycleEvent by Sergey Vasilinets · 8 years ago
  62. 41d5ae4 set version to first release. by Yigit Boyar · 8 years ago
  63. e5435c9 fix license file for flatfoot by Yigit Boyar · 8 years ago
  64. d8ea6fa remove private class from the message by Yigit Boyar · 8 years ago
  65. 7b9be8b Don't call markState on fragments in backstack by Sergey Vasilinets · 8 years ago
  66. c365904 Move test rules into their own package by Yigit Boyar · 8 years ago
  67. f86cc62 fix build & version by Yigit Boyar · 8 years ago
  68. 7eafc94 Improve pom files by Yigit Boyar · 8 years ago
  69. 7b81f61 MediatorLiveData: allow add / remove sources during onActive/onInactive phases by Sergey Vasilinets · 8 years ago
  70. 3057aa7 Updates PersistenceSample and codelabs to latest prebuilts, cleans up by Jose Alcérreca · 8 years ago
  71. a6f7046 Add a sample for ContentProvider and Room by Yuichi Araki · 8 years ago
  72. 848c461 Task executor rules for flatfoot by Yigit Boyar · 8 years ago
  73. 24d0e74 fix api review demo. by Yigit Boyar · 8 years ago
  74. 3f5b305 Exclude R files from flatfoot by Yigit Boyar · 8 years ago
  75. b4580bb Rename Creator to Factory by Sergey Vasilinets · 8 years ago
  76. 4d4bae3 s/decompose/embedded by Yigit Boyar · 8 years ago
  77. 3542101 Don't allow anonymous bind parameters. by Yigit Boyar · 8 years ago
  78. 2e8d560 Don't allow main thread queries by Yigit Boyar · 8 years ago
  79. ce9af97 Create maven repo w/o metadata by Yigit Boyar · 8 years ago
  80. f54f114 Fix API Review Demo by Yigit Boyar · 8 years ago
  81. 0bc2a6a ReflectiveGenericLifecycleObserver: set a real error as a cause in case of InvocationTargetException by Sergey Vasilinets · 8 years ago
  82. 044a3f3 Make Lifecycle abstract class by Sergey Vasilinets · 8 years ago
  83. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 8 years ago
  84. 3223e9c Allow null in switchMap by Sergey Vasilinets · 8 years ago
  85. d76d139 Adds initial room basic sample by Jose Alcerreca · 8 years ago
  86. 83a42e8 Updates prebuilts for codelabs and small fixes by Jose Alcérreca · 8 years ago
  87. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 8 years ago
  88. 27015a7 Make State an enum by Sergey Vasilinets · 8 years ago
  89. 8df87b0 Speculative attempt to fix jacoco in Treehugger by Sergey Vasilinets · 8 years ago
  90. 8b2c069 Stop creating offline docs, use correct online location by Yigit Boyar · 8 years ago
  91. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 8 years ago
  92. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 8 years ago
  93. d32708b update kotlin to 1.1.1 by Yigit Boyar · 8 years ago
  94. b86bef2 Make Event an Enum by Sergey Vasilinets · 8 years ago
  95. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 8 years ago
  96. 95dd04e update api review demo to the new packages by Yigit Boyar · 8 years ago
  97. dc807e4 Move to using buildSrc/repos.gradle for flatfoot by Aurimas Liutikas · 8 years ago
  98. 498e51b Fix app-toolkit gradle wrapper to point to 3.5 by Aurimas Liutikas · 8 years ago
  99. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 8 years ago
  100. 61444da Introduce switchMap & map by Sergey Vasilinets · 8 years ago