1. b09822f Merge "Make build.gradle files even more kotlin script friendly." into oc-mr1-support-27.0-dev by Aurimas Liutikas · 7 years ago
  2. f4ec12f Make build.gradle files even more kotlin script friendly. by Aurimas Liutikas · 7 years ago
  3. 5cf395a Revert "Updated the JavaDoc for LiveData#onActive" by Florina Muntenescu · 7 years ago
  4. a21688b Updated the JavaDoc for LiveData#onActive by Florina Muntenescu · 7 years ago
  5. 25c6163 Only add baseline file when it exists. by Jake Wharton · 7 years ago
  6. ee4da72 Merge "Adding ktlint hook to support library." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  7. 6f1f556 Reformat kotlin code to match ktlint expectations. by Aurimas Liutikas · 7 years ago
  8. c39b4bd Adding ktlint hook to support library. by Aurimas Liutikas · 7 years ago
  9. 87a16a5 Further clean up app-toolkit build files. by Aurimas Liutikas · 7 years ago
  10. 8f437bf Start using local debug keys to avoid build flakiness. by Aurimas Liutikas · 7 years ago
  11. 9a14484 Use latest available source in processors. by Yigit Boyar · 7 years ago
  12. 78c1ab7 Move to setting maven version via SupporLibrary extension. by Aurimas Liutikas · 7 years ago
  13. 7f40a7e Move setting maven group directly to each build.gradle. by Aurimas Liutikas · 7 years ago
  14. ea5ee82 Move to Kotlin friendly supportLibrary extension calling. by Aurimas Liutikas · 7 years ago
  15. f8b708a Merge Flatfoot and Support library plugins by Aurimas Liutikas · 7 years ago
  16. ab8bc43 Move to Gradle 4.3 by Aurimas Liutikas · 7 years ago
  17. 44f6e7d Finalize api & bump version 1.0.0 by Sergey Vasilinets · 7 years ago
  18. 04120f8 Merge "Refactor LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_oneObserver and LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_twoObservers to actually test what they intend to." into oc-mr1-support-27.0-dev by Shep Shapard · 7 years ago
  19. 05d3576 Updating LiveDataReactiveStreams implementation to avoid concurrency issues by Florina Muntenescu · 7 years ago
  20. 0b58834 Refactor LiveDataTest#liveDataActiveStateIsManagedCorrectlyWithoutEvent_oneObserver and by shepshapard · 7 years ago
  21. acf268b Add OWNERS files in support project. by Aurimas Liutikas · 7 years ago
  22. 5694ed0 Revert "Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider" by Yigit Boyar · 7 years ago
  23. 2e9de5a Use available synthetic methods from already generated adapters by Sergey Vasilinets · 7 years ago
  24. efa4e26 Merge "Print a warning if we cant' generate correct adapter" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  25. ac066ab Print a warning if we cant' generate correct adapter by Sergey Vasilinets · 7 years ago
  26. 9c9c98c Merge "Handle save instance state as onStop" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  27. a3e0322 Handle save instance state as onStop by Yigit Boyar · 7 years ago
  28. df71bd9 Merge "Make a WeakReference to LifecycleOwner in LifecycleRegistry" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  29. 5cfbb5d Recovery from invalid state where onSaveInstanceState may be called without a following call to onStop such that LiveData fails to propogate updated data onceit's lifecycle reenters onResume(). by shepshapard · 7 years ago
  30. db28b3b Make a WeakReference to LifecycleOwner in LifecycleRegistry by Sergey Vasilinets · 7 years ago
  31. 7313b80 Merge "Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  32. 566dbfd Remove LifecycleDispatcher & Rename LifecycleRuntimeTrojanProvider by Sergey Vasilinets · 7 years ago
  33. 3c2c198 Merge "@NonNull in lifecycle modules" into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  34. 5a28dfa Use api from 26 by Yigit Boyar · 7 years ago
  35. d8c03a9 Merge "Throw a better error msg when classes are missing" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  36. a6d2a84 Merge "Updating the javadoc for MediatorLiveData." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  37. 54850ab Throw a better error msg when classes are missing by Yigit Boyar · 7 years ago
  38. 2462702 Updating the javadoc for MediatorLiveData. by Florina Muntenescu · 7 years ago
  39. c7c49c6 Part 2: Move version tracking from manifest meta-data to java resources. by Aurimas Liutikas · 7 years ago
  40. 9d8d936 @NonNull in lifecycle modules by Sergey Vasilinets · 7 years ago
  41. 75a074d Merge "Update proguard since introduction of GeneratedAdapter" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  42. 88f66c0 Merge "Adding more details in the Transformations JavaDoc, for map and switchMap." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  43. 244c2ff Update proguard since introduction of GeneratedAdapter by Sergey Vasilinets · 7 years ago
  44. 9c1f6a8 Merge "Composite adapters." into oc-mr1-support-27.0-dev by Sergey Vasilinets · 7 years ago
  45. 95fb68c Adding more details in the Transformations JavaDoc, for map and switchMap. by Florina Muntenescu · 7 years ago
  46. d73578f Merge "Annotate with @NonNull DefaultLifecycleObserver" into oc-mr1-support-27.0-dev by Yigit Boyar · 7 years ago
  47. 9b581e9 Annotate with @NonNull DefaultLifecycleObserver by Sergey Vasilinets · 7 years ago
  48. 48d64d0 Merge "Created a LiveData wrapper for Publisher, that subscribes in onActive and unsubscribes in onInactive The LiveData will not handle the following cases: * hot RxJava observable: if the Publisher emits, while the LiveData is inactive, the LiveData will not handle this. * completed streams: if the Publisher completes, either with onError or onComplete, when the LiveData becomes active, it will re-subscribe." into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  49. d0a11f3 Merge "Use GenericLifecycleObserver inside of LiveData" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  50. 91df2cf Composite adapters. by Sergey Vasilinets · 7 years ago
  51. f6d7c68 Created a LiveData wrapper for Publisher, that subscribes in onActive by Florina Muntenescu · 7 years ago
  52. d99995d Use GenericLifecycleObserver inside of LiveData by Sergey Vasilinets · 7 years ago
  53. 619b2be Initial support of superclasses from jars by Sergey Vasilinets · 7 years ago
  54. 3f632e5 Merge "Fix correctness issues while choosing Adapters for LifecycleObservers" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  55. 6d237b3 Fix correctness issues while choosing Adapters for LifecycleObservers by Sergey Vasilinets · 7 years ago
  56. ae36c8b Rename AppToolkitExecutor to ArchTaskExecutor by Yigit Boyar · 7 years ago
  57. d069a4c Fix: LiveData stayed active if observer removed itself during addition by Sergey Vasilinets · 7 years ago
  58. a31752d Merge "Delete usages of LifecycleActivity and LifecycleFragment" into oc-mr1-support-27.0-dev by TreeHugger Robot · 7 years ago
  59. 5eca947 Throw if Activity is not attached to Application, when querying for VM by Sergey Vasilinets · 7 years ago
  60. c395aed Delete usages of LifecycleActivity and LifecycleFragment by Sergey Vasilinets · 7 years ago
  61. 243ca80 Java8 interface for LifecycleObserver by Sergey Vasilinets · 7 years ago
  62. 0931b84 Merge "Generate ProGuard rules to keep generated adapters" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  63. 8dd2658 Generate ProGuard rules to keep generated adapters by Shane Farmer · 7 years ago
  64. d809f48 Move kotlin projects to a plugin by Yigit Boyar · 7 years ago
  65. cb1c88d Bump supportlib dependency to 26.1 by Sergey Vasilinets · 7 years ago
  66. a65f8fb Merge "Fix NPE when observer is in default package" into oc-mr1-dev by Sergey Vasilinets · 7 years ago
  67. a741c74 Fix NPE when observer is in default package by Sergey Vasilinets · 7 years ago
  68. c5a6609 Merge "Remove getReceiver method from GenericObserver" into oc-mr1-dev by Sergey Vasilinets · 7 years ago
  69. 10f0b4c Remove getReceiver method from GenericObserver by Sergey Vasilinets · 7 years ago
  70. aebb572 depend on code generation for extensions by Yigit Boyar · 7 years ago
  71. d382982 use explicit versions for flatfoot by Yigit Boyar · 7 years ago
  72. d573ce0 Move back to current.txt instead of -SNAPSHOT.txt by Alan Viverette · 7 years ago
  73. bb85fac More build setup for flatfoot projects. by Aurimas Liutikas · 7 years ago
  74. 6bcdecd Merge "Fix MediatorLiveData's observer check, that previously always failed" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  75. 3817625 Merge "Added @Generated annotation to classes generated by LifecycleProcessor.kt" into oc-mr1-dev by Shep Shapard · 7 years ago
  76. 94209fa Fix MediatorLiveData's observer check, that previously always failed by Sergey Vasilinets · 7 years ago
  77. 62693d7 Added @Generated annotation to classes generated by LifecycleProcessor.kt by shepshapard · 7 years ago
  78. 7b68068 Don't generate or require removed.txt file, fix initial API generation by Alan Viverette · 7 years ago
  79. e83f063 Merge "Fix SafeIteratorWithAddition in case of deletion of first element, while we are at it." into oc-support-26.0-dev am: 546a8b8636 by Sergey Vasilinets · 7 years ago
  80. 32a795a Merge "Fix SafeIteratorWithAddition in case of deletion of first element, while we are at it." into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  81. 546a8b8 Merge "Fix SafeIteratorWithAddition in case of deletion of first element, while we are at it." into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  82. c58c6d6 Merge "Fix LiveData.getValue in multithreading" into oc-support-26.0-dev am: 7ab6eee6ba by Sergey Vasilinets · 7 years ago
  83. 6d43c8b Merge "Fix LiveData.getValue in multithreading" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  84. 3facabd Fix SafeIteratorWithAddition in case of deletion of first element, by Sergey Vasilinets · 7 years ago
  85. 0a44cc5 Fix LiveData.getValue in multithreading by Sergey Vasilinets · 7 years ago
  86. 22a36d8 Merge "Start inserting meta-data version tags per library." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  87. ab02314 Start inserting meta-data version tags per library. by Aurimas Liutikas · 7 years ago
  88. b938b2e Unify the location of libary versions. by Aurimas Liutikas · 7 years ago
  89. 9929ca1 Merge changes Ibb91f4b2,I7f2acedb into oc-support-26.0-dev am: ae311dd348 by Sergey Vasilinets · 7 years ago
  90. ae311dd Merge changes Ibb91f4b2,I7f2acedb into oc-support-26.0-dev by TreeHugger Robot · 7 years ago
  91. 3a9bd3a Refactoring: separate input / output models classes. by Sergey Vasilinets · 7 years ago
  92. 8153a0b Merge "Fixed remove function in FastSafeIterableMap" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  93. 76c131b Fixed remove function in FastSafeIterableMap by Sergey Vasilinets · 7 years ago
  94. 0bbdd57 Split LifecycleProcessor into multiple files / stages. by Sergey Vasilinets · 7 years ago
  95. cfa957a Merge "Introduce ordering invariants in LifecycleRegistry" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  96. b546e97 Introduce ordering invariants in LifecycleRegistry by Sergey Vasilinets · 7 years ago
  97. 1069f0b Merge "Update com.google.testing.compile:compile-testing to 0.11" into oc-support-26.0-dev by Sergey Vasilinets · 7 years ago
  98. 0af2c3f Update com.google.testing.compile:compile-testing to 0.11 by Sergey Vasilinets · 7 years ago
  99. 6398b86 Enable api checks for java projects && flatfoot by Sergey Vasilinets · 7 years ago
  100. e4741f3 Remove unused variables in gradle code of AppToolkit. by Aurimas Liutikas · 7 years ago