summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "SwipeDismissLayout makes activity opaque only after entry animation en...Filip Gruszczynski2014-11-211-1/+1
|\
| * SwipeDismissLayout makes activity opaque only after entry animation ends.Filip Gruszczynski2014-11-191-1/+1
* | Fix seeking and scaled duration behaviorChet Haase2014-11-191-0/+5
* | Explicitly bind AsyncTask to main looper.Jeff Brown2014-11-141-2/+0
* | Add reporting of Parcel memory/count.Dianne Hackborn2014-11-121-4/+8
* | Add Activity API to get referrer information.Dianne Hackborn2014-11-111-12/+13
* | Fix getPackageInfo("android") in the system server.Narayan Kamath2014-10-291-4/+6
* | Allow I/O when installing providers.Jeff Sharkey2014-10-231-1/+6
|/
* Aggressively trim memory for system_processJohn Reck2014-09-221-0/+2
* Create an Application object for the system process.Jeff Brown2014-09-171-5/+2
* Allow libcore to perform necessary actions upon net config changes.Paul Jensen2014-09-121-0/+4
* Merge "Fix issue #17391969: Only exception on Message.recycle() when target-s...Dianne Hackborn2014-09-071-0/+2
|\
| * Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20Dianne Hackborn2014-09-051-0/+2
* | Work on issue #17357238: Recents is often slow if not used in a whileDianne Hackborn2014-09-051-8/+12
* | Timing Hacks DO NOT MERGEAnwar Ghuloum2014-09-051-1/+1
|/
* Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCancel...Jose Lima2014-08-271-2/+2
* Add sample profiling option to am.Jeff Hao2014-08-261-47/+35
* Fix issue #16311398: Limit number of documents a process can openDianne Hackborn2014-08-261-4/+34
* Exposes style and theme data, adds developer option.Jon Miranda2014-08-181-0/+17
* Merge "Fix getPackageInfo for the "android" package in the system server." in...Narayan Kamath2014-08-151-0/+4
|\
| * Fix getPackageInfo for the "android" package in the system server.Narayan Kamath2014-08-151-0/+4
* | Remove system_server classes from the boot image.Narayan Kamath2014-08-151-2/+2
|/
* Renamed "media playing" APIs to "visible behind"Jose Lima2014-08-141-20/+20
* Enable hardware rendering for system processAlan Viverette2014-07-291-1/+6
* Migrate extras to ClipData for image/video capture intents.Nicolas Prevot2014-07-251-0/+7
* Create end of animation callback for ActivityCraig Mautner2014-07-251-0/+16
* Add BackupAgent.onRestoreFinished() callbackChristopher Tate2014-07-171-27/+28
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-5/+8
* add missing break for Activity optionsDake Gu2014-07-081-0/+1
* Add Media Playing APICraig Mautner2014-07-081-0/+47
* Introduce onNewActivityOptions for return activityCraig Mautner2014-07-071-0/+19
* Fix onTrimMemory for HardwareRendererJohn Reck2014-06-301-8/+1
* Merge "Fix persistent tasks and expand scope"Craig Mautner2014-06-171-1/+1
|\
| * Fix persistent tasks and expand scopeCraig Mautner2014-06-171-1/+1
* | Plumb split APKs into public API.Jeff Sharkey2014-06-171-10/+16
|/
* am 0b889cd6: am db9e0a67: am 01c07a85: Merge "Choose CA certificate storage a...Robin Lee2014-06-091-0/+5
|\
| * am db9e0a67: am 01c07a85: Merge "Choose CA certificate storage according to u...Robin Lee2014-06-091-0/+5
| |\
| | * Choose CA certificate storage according to userIdRobin Lee2014-06-091-0/+5
| | * resolved conflicts for merge of 825dd9dd to klp-dev-plus-aospJeff Brown2014-03-131-29/+13
| | |\
| | | * Retain display when creating specialized contexts. (DO NOT MERGE)Jeff Brown2014-03-111-29/+13
| * | | resolved conflicts for merge of cc9894c8 to klp-modular-dev-plus-aospJeff Brown2014-03-111-29/+13
| |\ \ \
| | * | | Retain display when creating specialized contexts. (DO NOT MERGE)Jeff Brown2014-03-111-29/+13
* | | | | Removing unnecessary public values. (Bug 14995844)Winson Chung2014-05-221-2/+2
* | | | | Merge "Enabling alternate recents on all form factors."Winson Chung2014-05-191-13/+4
|\ \ \ \ \
| * | | | | Enabling alternate recents on all form factors.Winson Chung2014-05-131-13/+4
* | | | | | Merge "Pass ActivityOptions back from finishing activity."Craig Mautner2014-05-141-18/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Pass ActivityOptions back from finishing activity.Craig Mautner2014-05-131-18/+9
* | | | | | Switch PacUrl storage from String to UriJason Monk2014-05-121-1/+2
|/ / / / /
* | | | | Merge "Introduce persistent forms of Activity lifecycle calls."Craig Mautner2014-05-091-28/+47
|\ \ \ \ \
| * | | | | Introduce persistent forms of Activity lifecycle calls.Craig Mautner2014-05-091-28/+47