1. d2458f8 Fix ProcessOwnerTest by Yuichi Araki · 7 years ago
  2. b8bdbc0 Fix SavedStateProviderTest on API 18 and below by Yuichi Araki · 7 years ago
  3. 1676c28 Consider nullable types for known column types by Yigit Boyar · 7 years ago
  4. 18f17f7 Fixed typo in error message Bug: 62113348 Test: n/a by Florina Muntenescu · 7 years ago
  5. 189ec9f Proguard rules for @OnLifecycleEvent by Sergey Vasilinets · 7 years ago
  6. 41d5ae4 set version to first release. by Yigit Boyar · 7 years ago
  7. e5435c9 fix license file for flatfoot by Yigit Boyar · 7 years ago
  8. d8ea6fa remove private class from the message by Yigit Boyar · 7 years ago
  9. 7b9be8b Don't call markState on fragments in backstack by Sergey Vasilinets · 7 years ago
  10. c365904 Move test rules into their own package by Yigit Boyar · 7 years ago
  11. f86cc62 fix build & version by Yigit Boyar · 7 years ago
  12. 7eafc94 Improve pom files by Yigit Boyar · 7 years ago
  13. 7b81f61 MediatorLiveData: allow add / remove sources during onActive/onInactive phases by Sergey Vasilinets · 7 years ago
  14. 3057aa7 Updates PersistenceSample and codelabs to latest prebuilts, cleans up by Jose Alcérreca · 7 years ago
  15. a6f7046 Add a sample for ContentProvider and Room by Yuichi Araki · 7 years ago
  16. 848c461 Task executor rules for flatfoot by Yigit Boyar · 7 years ago
  17. 24d0e74 fix api review demo. by Yigit Boyar · 7 years ago
  18. 3f5b305 Exclude R files from flatfoot by Yigit Boyar · 7 years ago
  19. b4580bb Rename Creator to Factory by Sergey Vasilinets · 7 years ago
  20. 4d4bae3 s/decompose/embedded by Yigit Boyar · 7 years ago
  21. 3542101 Don't allow anonymous bind parameters. by Yigit Boyar · 7 years ago
  22. 2e8d560 Don't allow main thread queries by Yigit Boyar · 7 years ago
  23. ce9af97 Create maven repo w/o metadata by Yigit Boyar · 7 years ago
  24. f54f114 Fix API Review Demo by Yigit Boyar · 7 years ago
  25. 0bc2a6a ReflectiveGenericLifecycleObserver: set a real error as a cause in case of InvocationTargetException by Sergey Vasilinets · 7 years ago
  26. 044a3f3 Make Lifecycle abstract class by Sergey Vasilinets · 7 years ago
  27. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 7 years ago
  28. 3223e9c Allow null in switchMap by Sergey Vasilinets · 7 years ago
  29. d76d139 Adds initial room basic sample by Jose Alcerreca · 7 years ago
  30. 83a42e8 Updates prebuilts for codelabs and small fixes by Jose Alcérreca · 7 years ago
  31. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 7 years ago
  32. 27015a7 Make State an enum by Sergey Vasilinets · 7 years ago
  33. 8df87b0 Speculative attempt to fix jacoco in Treehugger by Sergey Vasilinets · 7 years ago
  34. 8b2c069 Stop creating offline docs, use correct online location by Yigit Boyar · 7 years ago
  35. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 7 years ago
  36. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 7 years ago
  37. d32708b update kotlin to 1.1.1 by Yigit Boyar · 7 years ago
  38. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  39. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 7 years ago
  40. 95dd04e update api review demo to the new packages by Yigit Boyar · 7 years ago
  41. dc807e4 Move to using buildSrc/repos.gradle for flatfoot by Aurimas Liutikas · 7 years ago
  42. 498e51b Fix app-toolkit gradle wrapper to point to 3.5 by Aurimas Liutikas · 7 years ago
  43. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  44. 61444da Introduce switchMap & map by Sergey Vasilinets · 7 years ago
  45. f8c3624 Add support for arg constructors by Yigit Boyar · 7 years ago
  46. 6ca8525 Introduce MediatorLiveData and MutableLiveData by Sergey Vasilinets · 7 years ago
  47. 489d61a Make invalidation tracker test friendly by Yigit Boyar · 7 years ago
  48. 2bf30b6 Fix support lib build for flatfoot by Yigit Boyar · 7 years ago
  49. 7a705bc Reuse type adapter store when we can by Yigit Boyar · 7 years ago
  50. fb444e5 Incorporates feedback to the persistence codelab by Jose Alcerreca · 7 years ago
  51. 5124503 Cache processes pojos and entities by Yigit Boyar · 7 years ago
  52. 3c592c4 Room RxJava2 Support, Step 1 by Yigit Boyar · 7 years ago
  53. 08ddf77 Verify shortcut method entities by Yigit Boyar · 7 years ago
  54. 9691051 Proguard configuration for Room by Yigit Boyar · 7 years ago
  55. 36023a6 Fix failing tests on API <20 by Yigit Boyar · 7 years ago
  56. c4a5787 Specify us locale for table names by Yigit Boyar · 7 years ago
  57. 6844ad8 Use offline docs for flatfoot builds. by Yigit Boyar · 7 years ago
  58. 5fb5064 Incorporates codelab feedback and adds a new section with two fragments by Jose Alcerreca · 7 years ago
  59. 437482d Fix SavedStateProviderTest, FragmentStatesTests by Sergey Vasilinets · 7 years ago
  60. ad9262a Allow go back from ON_DESTROY to ON_CREATE by Sergey Vasilinets · 7 years ago
  61. 3a24789 Explicitly set jacoco dependency. by Yigit Boyar · 7 years ago
  62. ebdeee2 Foreign keys step 3, verification by Yigit Boyar · 7 years ago
  63. 0045a1c foreign key step 2 by Yigit Boyar · 8 years ago
  64. 346b384 Fix a crash in HolderFragments due to double transaction. by Sergey Vasilinets · 8 years ago
  65. 3041efa Updates codelabs to latest build and adds licenses for open source review by Jose Alcerreca · 7 years ago
  66. 9a2c593 Fix database javadoc by Yigit Boyar · 8 years ago
  67. c38e700 fix database docs confusion. by Yigit Boyar · 8 years ago
  68. 875203d39 ForeignKeys parsing step 1. by Yigit Boyar · 8 years ago
  69. ff3f74a Update api review demo. by Yigit Boyar · 8 years ago
  70. 264952d Splits flatfoot codelab in two, removes flatfoot name, adds prebuilts by Jose Alcerreca · 8 years ago
  71. 6728af1 Revert "Use . notation in indices" by Yigit Boyar · 8 years ago
  72. f385ca5 Use column names in relationships. by Yigit Boyar · 8 years ago
  73. 3a433f7 Validate migration by Yigit Boyar · 8 years ago
  74. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 8 years ago
  75. 26e8de0 Get Collection from getFragments. by Sergey Vasilinets · 8 years ago
  76. b992023 Refactoring to introduce custom creators of ViewModels. by Sergey Vasilinets · 8 years ago
  77. 1c3c123 Don't rely on indices in query results by Yigit Boyar · 8 years ago
  78. a64756a Room Migrations, Step 1 by Yigit Boyar · 8 years ago
  79. 77a44be close database connection when processing is done. by Yigit Boyar · 8 years ago
  80. d3449ae Rename LiveData.observe(Observer) -> LiveData.observeForever by Sergey Vasilinets · 8 years ago
  81. 0c3150bd Rename Lifecycle.ANY -> Lifecycle.ON_ANY by Sergey Vasilinets · 8 years ago
  82. 80f1ba3 Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount by Sergey Vasilinets · 8 years ago
  83. 2fa2ccd Use . notation in indices by Yigit Boyar · 8 years ago
  84. 88fdeff Update Github Demo by Yigit Boyar · 8 years ago
  85. 3923472 Fixes crash on rotation by Jose Alcerreca · 8 years ago
  86. 719d8a4 open ended codelab solution by Yigit Boyar · 8 years ago
  87. 7b04fce ProductReview service fake backend implementation. by Sergey Vasilinets · 8 years ago
  88. f5f2cf6 Allow returning id from insert queries. by Yigit Boyar · 8 years ago
  89. 5f28aa0 Add support for LifecycleRegistryProvider by Yigit Boyar · 8 years ago
  90. 28662c9 Flatfoot codelab by Jose Alcerreca · 8 years ago
  91. 6d3a7d5 Enable upload tasks for navigation runtime by Ian Lake · 8 years ago
  92. fdb1d97 Build integration test apps in server by Yigit Boyar · 8 years ago
  93. 62d0ec4 Never send ON_DESTROY for ProcessProvider by Sergey Vasilinets · 8 years ago
  94. bece1d5 Remove RetainedStateProvider. by Sergey Vasilinets · 8 years ago
  95. d7d9461 Get rid of static map of fragments in ViewModelStore by Sergey Vasilinets · 8 years ago
  96. 3978407 Fix lifecycle runtime jvm tests. by Yigit Boyar · 8 years ago
  97. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 8 years ago
  98. 2f8862d Update docs & ApiReviewDemo by Sergey Vasilinets · 8 years ago
  99. 7b6e719 Enables sources for flatfoot projects. by Yigit Boyar · 8 years ago
  100. 4fa9444 Standardize lifecycle integration-tests/testapp naming by Ian Lake · 8 years ago