index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
FragmentManager.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2017-09-13
Fix problem with empty AnimatorSet during fragment removal.
George Mount
2017-07-19
Fix Fragment.onCreate() not being called in some cases.
George Mount
2017-07-11
Protect FragmentManager from Menu calls while not CREATED.
George Mount
2017-06-10
Merge "Add target sdk check for behavior change." into oc-dev am: e5e246ce5c ...
George Mount
2017-06-09
Merge "Add target sdk check for behavior change." into oc-dev
George Mount
2017-06-08
Add target sdk check for behavior change.
George Mount
2017-06-07
Fix SynchronizeOnNonFinalField warning in FragmentManager.
Aurimas Liutikas
2017-05-25
Merge "Fix warnings surfaced by error-prone."
TreeHugger Robot
2017-05-24
Fix warnings surfaced by error-prone.
George Mount
2017-05-23
Correctly save retained fragments in the backstack
sergeyv
2017-05-15
Fix back stack problems due to postponed transitions
George Mount
2017-05-02
Remove duplicated onBackStackChanged() call.
George Mount
2017-04-27
Address API feedback for new fragment APIs
Adam Powell
2017-04-26
Address API council feedback.
George Mount
2017-04-21
Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-dev
Aurimas Liutikas
2017-04-20
Merge "Kill running animations on fragment view's when removed." into oc-dev
TreeHugger Robot
2017-04-20
Merge "Execute pending transactions after FM state change." into oc-dev
TreeHugger Robot
2017-04-20
fix NPE when fragment container is null
George Mount
2017-04-20
Fix/suppress error-prone warnings in framework's fragment.
Aurimas Liutikas
2017-04-19
Kill running animations on fragment view's when removed.
George Mount
2017-04-19
Merge "Fix FragmentTransaction.show() to show the fragment." into oc-dev
TreeHugger Robot
2017-04-19
Fix FragmentTransaction.show() to show the fragment.
George Mount
2017-04-17
Adds getLayoutInflater() to return a cached value.
George Mount
2017-04-17
Execute pending transactions after FM state change.
George Mount
2017-04-13
Update more implementations of findViewById()
Alan Viverette
2017-04-06
Merge "Save FragmentManagerNonConfig during onSaveInstanceState()" into oc-dev
TreeHugger Robot
2017-04-06
Merge "Change getFragments() to return a List." into oc-dev
TreeHugger Robot
2017-04-05
Change getFragments() to return a List.
George Mount
2017-04-05
Save FragmentManagerNonConfig during onSaveInstanceState()
George Mount
2017-04-05
Call noteStateNotSaved on child fragment managers.
George Mount
2017-04-04
Merge "Fix saving target fragment when Fragment not yet created." into oc-dev
TreeHugger Robot
2017-04-03
Fix saving target fragment when Fragment not yet created.
George Mount
2017-04-03
Merge "Ensuring multi-window callbacks contain new configuration and are in o...
Winson Chung
2017-03-31
Ensuring multi-window callbacks contain new configuration and are in order
Winson Chung
2017-03-30
Allow committing allowing state loss on detached FragmentManager.
George Mount
2017-03-29
Fix getting wrong instance when restoring non-config
George Mount
2017-03-29
Make public getFragments() and onGetLayoutInflater() methods
George Mount
2017-03-29
Revert "Make public getFragments() and onGetLayoutInflater() methods"
Jeff Tinker
2017-03-28
Make public getFragments() and onGetLayoutInflater() methods
George Mount
2017-03-23
Do not reuse fragment indices.
George Mount
2017-03-15
Allow dangerous reentrant behavior for older apps
George Mount
2017-03-03
Fix Loader bugs
George Mount
2017-02-22
Expose isStateSaved() in FragmentManager.
George Mount
2017-02-21
Merge "Ensure transactions cannot be run during controller state change"
George Mount
[next]