1. 3542101 Don't allow anonymous bind parameters. by Yigit Boyar · 7 years ago
  2. 2e8d560 Don't allow main thread queries by Yigit Boyar · 7 years ago
  3. ce9af97 Create maven repo w/o metadata by Yigit Boyar · 7 years ago
  4. f54f114 Fix API Review Demo by Yigit Boyar · 7 years ago
  5. 0bc2a6a ReflectiveGenericLifecycleObserver: set a real error as a cause in case of InvocationTargetException by Sergey Vasilinets · 7 years ago
  6. 044a3f3 Make Lifecycle abstract class by Sergey Vasilinets · 7 years ago
  7. f08df15 Hide SavedStateProvider API by Sergey Vasilinets · 7 years ago
  8. 3223e9c Allow null in switchMap by Sergey Vasilinets · 7 years ago
  9. d76d139 Adds initial room basic sample by Jose Alcerreca · 7 years ago
  10. 83a42e8 Updates prebuilts for codelabs and small fixes by Jose Alcérreca · 7 years ago
  11. abf6c87 Rename getObservers & getActiveObservers by Sergey Vasilinets · 7 years ago
  12. 27015a7 Make State an enum by Sergey Vasilinets · 7 years ago
  13. 8df87b0 Speculative attempt to fix jacoco in Treehugger by Sergey Vasilinets · 7 years ago
  14. 8b2c069 Stop creating offline docs, use correct online location by Yigit Boyar · 7 years ago
  15. 2338f10 Fix wrong logcat message about not saved VM by Sergey Vasilinets · 7 years ago
  16. 0da9764 Fix inactive call in wrong time by Sergey Vasilinets · 7 years ago
  17. d32708b update kotlin to 1.1.1 by Yigit Boyar · 7 years ago
  18. b86bef2 Make Event an Enum by Sergey Vasilinets · 7 years ago
  19. 45adc61 Avoid concurrent compute calls by Yigit Boyar · 7 years ago
  20. 95dd04e update api review demo to the new packages by Yigit Boyar · 7 years ago
  21. dc807e4 Move to using buildSrc/repos.gradle for flatfoot by Aurimas Liutikas · 7 years ago
  22. 498e51b Fix app-toolkit gradle wrapper to point to 3.5 by Aurimas Liutikas · 7 years ago
  23. 64db0cc Mass package renaming from android.support to android.arch by Yigit Boyar · 7 years ago
  24. 61444da Introduce switchMap & map by Sergey Vasilinets · 7 years ago
  25. f8c3624 Add support for arg constructors by Yigit Boyar · 7 years ago
  26. 6ca8525 Introduce MediatorLiveData and MutableLiveData by Sergey Vasilinets · 7 years ago
  27. 489d61a Make invalidation tracker test friendly by Yigit Boyar · 7 years ago
  28. 2bf30b6 Fix support lib build for flatfoot by Yigit Boyar · 7 years ago
  29. 7a705bc Reuse type adapter store when we can by Yigit Boyar · 7 years ago
  30. fb444e5 Incorporates feedback to the persistence codelab by Jose Alcerreca · 7 years ago
  31. 5124503 Cache processes pojos and entities by Yigit Boyar · 7 years ago
  32. 3c592c4 Room RxJava2 Support, Step 1 by Yigit Boyar · 7 years ago
  33. 08ddf77 Verify shortcut method entities by Yigit Boyar · 7 years ago
  34. 9691051 Proguard configuration for Room by Yigit Boyar · 7 years ago
  35. 36023a6 Fix failing tests on API <20 by Yigit Boyar · 7 years ago
  36. c4a5787 Specify us locale for table names by Yigit Boyar · 7 years ago
  37. 6844ad8 Use offline docs for flatfoot builds. by Yigit Boyar · 7 years ago
  38. 5fb5064 Incorporates codelab feedback and adds a new section with two fragments by Jose Alcerreca · 7 years ago
  39. 437482d Fix SavedStateProviderTest, FragmentStatesTests by Sergey Vasilinets · 7 years ago
  40. ad9262a Allow go back from ON_DESTROY to ON_CREATE by Sergey Vasilinets · 7 years ago
  41. 3a24789 Explicitly set jacoco dependency. by Yigit Boyar · 7 years ago
  42. ebdeee2 Foreign keys step 3, verification by Yigit Boyar · 7 years ago
  43. 0045a1c foreign key step 2 by Yigit Boyar · 7 years ago
  44. 346b384 Fix a crash in HolderFragments due to double transaction. by Sergey Vasilinets · 7 years ago
  45. 3041efa Updates codelabs to latest build and adds licenses for open source review by Jose Alcerreca · 7 years ago
  46. 9a2c593 Fix database javadoc by Yigit Boyar · 7 years ago
  47. c38e700 fix database docs confusion. by Yigit Boyar · 7 years ago
  48. 875203d39 ForeignKeys parsing step 1. by Yigit Boyar · 7 years ago
  49. ff3f74a Update api review demo. by Yigit Boyar · 7 years ago
  50. 264952d Splits flatfoot codelab in two, removes flatfoot name, adds prebuilts by Jose Alcerreca · 7 years ago
  51. 6728af1 Revert "Use . notation in indices" by Yigit Boyar · 7 years ago
  52. f385ca5 Use column names in relationships. by Yigit Boyar · 7 years ago
  53. 3a433f7 Validate migration by Yigit Boyar · 7 years ago
  54. e13540a Rename LifecycleProvider to LifecycleOwner by Sergey Vasilinets · 7 years ago
  55. 26e8de0 Get Collection from getFragments. by Sergey Vasilinets · 7 years ago
  56. b992023 Refactoring to introduce custom creators of ViewModels. by Sergey Vasilinets · 7 years ago
  57. 1c3c123 Don't rely on indices in query results by Yigit Boyar · 7 years ago
  58. a64756a Room Migrations, Step 1 by Yigit Boyar · 7 years ago
  59. 77a44be close database connection when processing is done. by Yigit Boyar · 7 years ago
  60. d3449ae Rename LiveData.observe(Observer) -> LiveData.observeForever by Sergey Vasilinets · 7 years ago
  61. 0c3150bd Rename Lifecycle.ANY -> Lifecycle.ON_ANY by Sergey Vasilinets · 7 years ago
  62. 80f1ba3 Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount by Sergey Vasilinets · 7 years ago
  63. 2fa2ccd Use . notation in indices by Yigit Boyar · 7 years ago
  64. 88fdeff Update Github Demo by Yigit Boyar · 7 years ago
  65. 3923472 Fixes crash on rotation by Jose Alcerreca · 7 years ago
  66. 719d8a4 open ended codelab solution by Yigit Boyar · 7 years ago
  67. 7b04fce ProductReview service fake backend implementation. by Sergey Vasilinets · 7 years ago
  68. f5f2cf6 Allow returning id from insert queries. by Yigit Boyar · 7 years ago
  69. 5f28aa0 Add support for LifecycleRegistryProvider by Yigit Boyar · 7 years ago
  70. 28662c9 Flatfoot codelab by Jose Alcerreca · 7 years ago
  71. 6d3a7d5 Enable upload tasks for navigation runtime by Ian Lake · 7 years ago
  72. fdb1d97 Build integration test apps in server by Yigit Boyar · 7 years ago
  73. 62d0ec4 Never send ON_DESTROY for ProcessProvider by Sergey Vasilinets · 7 years ago
  74. bece1d5 Remove RetainedStateProvider. by Sergey Vasilinets · 7 years ago
  75. d7d9461 Get rid of static map of fragments in ViewModelStore by Sergey Vasilinets · 7 years ago
  76. 3978407 Fix lifecycle runtime jvm tests. by Yigit Boyar · 7 years ago
  77. d4f0678 Allow multiple ViewModels without a key by Sergey Vasilinets · 7 years ago
  78. 2f8862d Update docs & ApiReviewDemo by Sergey Vasilinets · 7 years ago
  79. 7b6e719 Enables sources for flatfoot projects. by Yigit Boyar · 7 years ago
  80. 4fa9444 Standardize lifecycle integration-tests/testapp naming by Ian Lake · 7 years ago
  81. 83ebc49 Fix artifact names by Yigit Boyar · 7 years ago
  82. e1bbf71 build flatfoot docs by Yigit Boyar · 7 years ago
  83. 8524c13 Dispatch destruction events before corresponding callbacks in fragment\activity by Sergey Vasilinets · 7 years ago
  84. 75ae577 Use release support lib. by Yigit Boyar · 7 years ago
  85. 0e9d4f6 Fix Room runtim tests by Yigit Boyar · 7 years ago
  86. abd1282 Fix flaky test by Yigit Boyar · 7 years ago
  87. 092164e Add @Relation annotation to easily fetch 1-N relationships by Yigit Boyar · 8 years ago
  88. dbb4359 Add ViewModelStore.get without mandatory key. by Sergey Vasilinets · 7 years ago
  89. 7c4771f Add getApplication method to ViewModel by Sergey Vasilinets · 7 years ago
  90. 2b87ead update api review demo. by Yigit Boyar · 7 years ago
  91. f288e96 Improve Room docs by Yigit Boyar · 7 years ago
  92. 24ac543 Disable CheckAPI for flatfoot builds by Yigit Boyar · 7 years ago
  93. fa39059 Verify database after opened by Yigit Boyar · 7 years ago
  94. 9f838d2 Fix docs. by Yigit Boyar · 7 years ago
  95. 7495fc2 Unescape table names by Yigit Boyar · 7 years ago
  96. 946daad Allow returning Cursor from queries by Yigit Boyar · 7 years ago
  97. 5401646 Fix test apk's build by Yigit Boyar · 7 years ago
  98. f3a1ec3 Bring observers to state when they are added by Sergey Vasilinets · 7 years ago
  99. 5dcab68 Check state before dispatching by Yigit Boyar · 7 years ago
  100. 450ed38 Move more of the build into support lib by Yigit Boyar · 7 years ago