Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
support
/
a5947c2fe172b37e6b351bcec55b468e4f854bbe
/
lifecycle
b323d28
stop using mockito all, which is discontinued
by Yigit Boyar
· 7 years ago
3ad422c
Remove SavedState.
by Sergey Vasilinets
· 7 years ago
76cd0a0
Fix FragmentLifecycleInActivityTest on API 26.
by Sergey Vasilinets
· 7 years ago
1a06787
Fix proguard of lifecycle-runtime
by Sergey Vasilinets
· 7 years ago
de0ff79
Fix initialization of sREFLECTIVE
by Sergey Vasilinets
· 7 years ago
9636bcf
Make ReportFragment accessible at LIBRARY_GROUP level.
by Sergey Vasilinets
· 7 years ago
a1b1291
Fix docs for Lifecycle.
by Sergey Vasilinets
· 7 years ago
5ef35b1
Remove event param in annotated methods, except ON_ANY case
by Sergey Vasilinets
· 7 years ago
daa68aa
Don't call overriden methods with @OnLifecycleEvent twice
by Sergey Vasilinets
· 7 years ago
044fe16
Support only one parameter in annotation
by Sergey Vasilinets
· 7 years ago
56d1fff
Clean up lifecycle-runtime.
by Sergey Vasilinets
· 7 years ago
77d4930
Fix SynchronousActivityLifecycleTest below M
by Yuichi Araki
· 7 years ago
d2458f8
Fix ProcessOwnerTest
by Yuichi Araki
· 7 years ago
b8bdbc0
Fix SavedStateProviderTest on API 18 and below
by Yuichi Araki
· 7 years ago
189ec9f
Proguard rules for @OnLifecycleEvent
by Sergey Vasilinets
· 7 years ago
d8ea6fa
remove private class from the message
by Yigit Boyar
· 8 years ago
7b9be8b
Don't call markState on fragments in backstack
by Sergey Vasilinets
· 8 years ago
7b81f61
MediatorLiveData: allow add / remove sources during onActive/onInactive phases
by Sergey Vasilinets
· 8 years ago
b4580bb
Rename Creator to Factory
by Sergey Vasilinets
· 8 years ago
0bc2a6a
ReflectiveGenericLifecycleObserver: set a real error as a cause in case of InvocationTargetException
by Sergey Vasilinets
· 8 years ago
044a3f3
Make Lifecycle abstract class
by Sergey Vasilinets
· 8 years ago
f08df15
Hide SavedStateProvider API
by Sergey Vasilinets
· 8 years ago
3223e9c
Allow null in switchMap
by Sergey Vasilinets
· 8 years ago
abf6c87
Rename getObservers & getActiveObservers
by Sergey Vasilinets
· 8 years ago
27015a7
Make State an enum
by Sergey Vasilinets
· 8 years ago
2338f10
Fix wrong logcat message about not saved VM
by Sergey Vasilinets
· 8 years ago
0da9764
Fix inactive call in wrong time
by Sergey Vasilinets
· 8 years ago
d32708b
update kotlin to 1.1.1
by Yigit Boyar
· 8 years ago
b86bef2
Make Event an Enum
by Sergey Vasilinets
· 8 years ago
45adc61
Avoid concurrent compute calls
by Yigit Boyar
· 8 years ago
64db0cc
Mass package renaming from android.support to android.arch
by Yigit Boyar
· 8 years ago
61444da
Introduce switchMap & map
by Sergey Vasilinets
· 8 years ago
6ca8525
Introduce MediatorLiveData and MutableLiveData
by Sergey Vasilinets
· 8 years ago
437482d
Fix SavedStateProviderTest, FragmentStatesTests
by Sergey Vasilinets
· 8 years ago
ad9262a
Allow go back from ON_DESTROY to ON_CREATE
by Sergey Vasilinets
· 8 years ago
346b384
Fix a crash in HolderFragments due to double transaction.
by Sergey Vasilinets
· 8 years ago
e13540a
Rename LifecycleProvider to LifecycleOwner
by Sergey Vasilinets
· 8 years ago
26e8de0
Get Collection from getFragments.
by Sergey Vasilinets
· 8 years ago
b992023
Refactoring to introduce custom creators of ViewModels.
by Sergey Vasilinets
· 8 years ago
d3449ae
Rename LiveData.observe(Observer) -> LiveData.observeForever
by Sergey Vasilinets
· 8 years ago
0c3150bd
Rename Lifecycle.ANY -> Lifecycle.ON_ANY
by Sergey Vasilinets
· 8 years ago
80f1ba3
Rename LifecycleRegistry.size -> LifecycleRegistry.getObserverCount
by Sergey Vasilinets
· 8 years ago
5f28aa0
Add support for LifecycleRegistryProvider
by Yigit Boyar
· 8 years ago
62d0ec4
Never send ON_DESTROY for ProcessProvider
by Sergey Vasilinets
· 8 years ago
bece1d5
Remove RetainedStateProvider.
by Sergey Vasilinets
· 8 years ago
d7d9461
Get rid of static map of fragments in ViewModelStore
by Sergey Vasilinets
· 8 years ago
3978407
Fix lifecycle runtime jvm tests.
by Yigit Boyar
· 8 years ago
d4f0678
Allow multiple ViewModels without a key
by Sergey Vasilinets
· 8 years ago
2f8862d
Update docs & ApiReviewDemo
by Sergey Vasilinets
· 8 years ago
4fa9444
Standardize lifecycle integration-tests/testapp naming
by Ian Lake
· 8 years ago
83ebc49
Fix artifact names
by Yigit Boyar
· 8 years ago
8524c13
Dispatch destruction events before corresponding callbacks in fragment\activity
by Sergey Vasilinets
· 8 years ago
75ae577
Use release support lib.
by Yigit Boyar
· 8 years ago
dbb4359
Add ViewModelStore.get without mandatory key.
by Sergey Vasilinets
· 8 years ago
7c4771f
Add getApplication method to ViewModel
by Sergey Vasilinets
· 8 years ago
fa39059
Verify database after opened
by Yigit Boyar
· 8 years ago
f3a1ec3
Bring observers to state when they are added
by Sergey Vasilinets
· 8 years ago
5dcab68
Check state before dispatching
by Yigit Boyar
· 8 years ago
450ed38
Move more of the build into support lib
by Yigit Boyar
· 8 years ago
459caad
LiveData.postValue
by Sergey Vasilinets
· 8 years ago
7f15874
Makes sure any calls to LiveData objects for ReactiveStreams are on the
by Jason Neufeld
· 8 years ago
5349f0e
Adds ReactiveStreams extensions support for LiveData.
by Jason Neufeld
· 8 years ago
c43ce90
Move LiveData to SafeIterableMap
by Sergey Vasilinets
· 8 years ago
89b6198
Update docs
by Yigit Boyar
· 8 years ago
7c41ee3
ApiReviewDemo
by Sergey Vasilinets
· 8 years ago
e69e470
Docs build setup for flatfoot
by Sergey Vasilinets
· 8 years ago
489ead3
Fix lifecycle compiler
by Sergey Vasilinets
· 8 years ago
a780cd3
Move LifecycleRegistry to SafeIterableMap
by Sergey Vasilinets
· 8 years ago
5c4f809
Give names to all parameterized cases.
by Yigit Boyar
· 8 years ago
5f6cc79
Remove potentially problematic char from test name.
by Yigit Boyar
· 8 years ago
fe127e5
update atsl
by Yigit Boyar
· 8 years ago
88865f7
Database Verification
by Yigit Boyar
· 8 years ago
1f52c94
Introduce ProcessProvider
by Sergey Vasilinets
· 8 years ago
4d19f2e
Fix localize and add licenses
by Yigit Boyar
· 8 years ago
b030dcb
Bind Cursor queries in a type safe API
by Yigit Boyar
· 8 years ago
7c63d6b
LifecycleProcessor: Call package private methods of parent class
by Sergey Vasilinets
· 8 years ago
3643674
ComputableLiveData
by Yigit Boyar
· 8 years ago
34e5031
Database invalidation tracking
by Yigit Boyar
· 8 years ago
9c3bbb7
Merge flatfoot builds into one.
by Yigit Boyar
· 8 years ago
714ab8e
Rename methods in ActivityLifecycleDispatcher
by Sergey Vasilinets
· 8 years ago
3e015d5
Introduce LifecycleRegistryProvider
by Sergey Vasilinets
· 8 years ago
16df002
Add a comment why @CallSuper is necessary for onStartCommand
by Sergey Vasilinets
· 8 years ago
aedfd8f
Override onStartCommand method to add @CallSuper
by Sergey Vasilinets
· 8 years ago
d6d746a
Return theme to fix tests
by Sergey Vasilinets
· 8 years ago
25220c4
First version of LifecycleService
by Sergey Vasilinets
· 8 years ago
04107d8
Use no-arg parameterized test
by Yigit Boyar
· 8 years ago
b00da61
Annotate tests with size.
by Yigit Boyar
· 8 years ago
f5b6bd7
Introduce ViewModel
by Yigit Boyar
· 8 years ago
21886b6
Fragment lifecycle events
by Yigit Boyar
· 8 years ago
2eb5199
Introduce app-toolkit as a merger project for flatfoot.
by Yigit Boyar
· 8 years ago
ede4592
Fix waiting for new activity
by Sergey Vasilinets
· 8 years ago
e217844
Fix build servers
by Yigit Boyar
· 8 years ago
fb3e49e
Flatfoot repo builder
by Yigit Boyar
· 8 years ago
5e52b39
First version of LifecycleActivity
by Sergey Vasilinets
· 8 years ago
b085e34
First version of StateProvider extension
by Sergey Vasilinets
· 8 years ago
efaf86a
Query result adapters
by Yigit Boyar
· 8 years ago
a034a6e
Fix lint checks configuration.
by Yigit Boyar
· 8 years ago
19b4110
initial commit for Room
by Yigit Boyar
· 8 years ago
4d4bf03
More live data api fixes.
by Yigit Boyar
· 8 years ago
2bf85ab
Support annotations in interfaces
by Sergey Vasilinets
· 8 years ago
Next »