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