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
/
LocalActivityManager.java
Age
Commit message (
Expand
)
Author
2021-03-02
Update ContentCaptureContext to have a token information
Joanne Chung
2021-01-05
Send ActivityOptions to client
Riddle Hsu
2020-09-18
Revert "Revert "Introduce ActivityTransactionItem and reduce null checks""
Chilun Huang
2020-08-17
Revert "Introduce ActivityTransactionItem and reduce null checks"
David Srbecky
2020-08-10
Introduce ActivityTransactionItem and reduce null checks
Charles Chen
2020-01-08
Use START/STOP messages to update visibility
Andrii Kulian
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-08
Add max target sdk for LocalActivityManager
Charles Chen
2019-04-26
Adding API for defining and invoking DirectActions
Sunny Goyal
2019-04-08
Remove custom lifecycle transitions for onNewIntent callback
Louis Chang
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-09
Improve temporary logging around activity destruction.
Bryce Lee
2018-01-31
Merge "Always execute onStop and onSaveInstanceState together"
Andrii Kulian
2018-01-29
Always execute onStop and onSaveInstanceState together
Andrii Kulian
2018-01-25
Perform Activity#onStart when launching in LocalActivityManager.
Bryce Lee
2017-12-05
Add transaction executor
Andrii Kulian
2016-09-13
Immediately deliver new intent to paused activity in docked stack
Wale Ogunwale
2016-03-01
Add activity onStop lifecycle to event logs.
Wale Ogunwale
2014-11-11
Add Activity API to get referrer information.
Dianne Hackborn
2011-08-10
New extended Intent protcols for installing/uninstalling apps.
Dianne Hackborn
2011-06-16
SDK only: integrate new sample code, deprecating along the way.
Dianne Hackborn
2010-12-22
Correctly save Activity's state in saveInstanceState
Martin Hibdon
2010-12-08
Rework activity lifecycle so onSaveInstanceState() is after onPause().
Dianne Hackborn
2010-06-03
Fix memory leak in LocalActivityManager. Also properly removes embedded activ...
Romain Guy
2010-05-13
Further work on fragments:
Dianne Hackborn
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project