summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityManagerNative.java
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with call backs from media process.Dianne Hackborn2014-11-191-4/+34
* Adding bounce animation for affiliated tasks. (Bug 16656169)Winson Chung2014-11-061-0/+32
* Fix issue #17305377: Don't kill process if it still has tasks.Wale Ogunwale2014-11-041-4/+2
* Start cross profile intents as caller.Jeff Sharkey2014-10-141-2/+4
* Implement issue #17906468: Allow search request to fall back to global searchDianne Hackborn2014-10-091-1/+30
* Remove activity icon bitmaps from system process.Craig Mautner2014-09-181-0/+28
* Wait for animation complete before completing bootCraig Mautner2014-09-101-0/+18
* Work on issue #17357238: Recents is often slow if not used in a whileDianne Hackborn2014-09-051-4/+2
* Fix issue #17146552: system anrDianne Hackborn2014-08-261-2/+4
* Add sample profiling option to am.Jeff Hao2014-08-261-63/+45
* Fix issue #16311398: Limit number of documents a process can openDianne Hackborn2014-08-261-0/+39
* Merge "Fix issue #16366571: UIDs for work and normal Chrome processes are the...Dianne Hackborn2014-08-251-2/+4
|\
| * Fix issue #16366571: UIDs for work and normal Chrome processes are the sameDianne Hackborn2014-08-231-2/+4
* | Work on issue #17011123: Hit Back/Recents button when in Recents...Dianne Hackborn2014-08-211-4/+4
|/
* Fix issue #17038762: Add API to add entries to the recents listDianne Hackborn2014-08-201-0/+50
* Fix issue #14617210: Apps can gain access to any ContentProvider...Dianne Hackborn2014-08-181-0/+60
* Renamed "media playing" APIs to "visible behind"Jose Lima2014-08-141-15/+16
* Lockscreen launch animationsJorim Jaggi2014-08-121-4/+4
* Create end of animation callback for ActivityCraig Mautner2014-07-251-0/+21
* Making the clipboard work across users.Nicolas Prevot2014-07-241-4/+7
* Create API for launching from recentsCraig Mautner2014-07-221-0/+29
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-3/+22
* Launch activity behind launching task.Craig Mautner2014-07-151-3/+23
* Add Media Playing APICraig Mautner2014-07-081-0/+68
* Add Activity.isTopOfTask() methodCraig Mautner2014-07-071-4/+26
* Fix cleanup of voice sessions.Dianne Hackborn2014-07-071-0/+19
* Use cached thumbnails in Recent tasks.Craig Mautner2014-07-021-63/+9
* Add lock-to-app modeJason Monk2014-06-201-0/+36
* am f7871c31: am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrum...Narayan Kamath2014-05-301-2/+6
|\
| * am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation."Narayan Kamath2014-05-301-2/+6
| |\
| | * Support an ABI flag for instrumentation.Narayan Kamath2014-05-161-2/+6
* | | Refactoring RecentsActivityValues into TaskDescription, and ensuring they are...Winson Chung2014-05-161-6/+6
* | | Adding method for applications to query their own tasks. (Bug 14627210)Winson Chung2014-05-141-1/+35
* | | Merge "Pass ActivityOptions back from finishing activity."Craig Mautner2014-05-141-2/+38
|\ \ \
| * | | Pass ActivityOptions back from finishing activity.Craig Mautner2014-05-131-2/+38
* | | | Merge "Resolving resources across users."Nicolas Prevot2014-05-131-17/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Resolving resources across users.Nicolas Prevot2014-05-131-17/+35
* | | | Introduce persistent forms of Activity lifecycle calls.Craig Mautner2014-05-091-12/+9
|/ / /
* | | Refactoring activity method to update recents values.Winson Chung2014-05-021-16/+8
* | | Make GET_TASKS signature|system.Dianne Hackborn2014-05-021-38/+2
* | | Initial implementation of new voice interaction API.Dianne Hackborn2014-04-241-0/+65
* | | Piping through ability for an Activity to remove its own task. (Bug 13735914)Winson Chung2014-04-231-2/+4
* | | am 4b81e89d: am 2fd3cb95: Merge "Fix ActivityContainer callback parcelling." ...Craig Mautner2014-04-161-2/+2
|\ \ \ | |/ /
| * | Fix ActivityContainer callback parcelling.Craig Mautner2014-04-161-2/+2
* | | resolved conflicts for merge of 7289f3ab to klp-modular-dev-plus-aospNarayan Kamath2014-04-091-59/+0
|\ \ \ | |/ /
| * | Move certain internal activity manager methods to new class.Jeff Brown2014-04-081-59/+0
* | | Implement setActivityLabelAndIcon().Craig Mautner2014-03-311-29/+11
* | | Add Activity methods for icons and labels.Craig Mautner2014-03-221-0/+50
* | | Add Lock Task Mode.Craig Mautner2014-03-131-0/+79
* | | Initial changes for recents.Winson Chung2014-03-111-0/+22