summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/am/ActivityManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* | am b9466db4: Merge "Finish issue #10779747: Calendar Storage crash observed.....Dianne Hackborn2013-09-181-12/+17
|\|
| * Finish issue #10779747: Calendar Storage crash observed...Dianne Hackborn2013-09-181-12/+17
* | am 463850e0: Merge "Fix issue #10795385: System process crash reinstalling GE...Dianne Hackborn2013-09-171-1/+1
|\|
| * Fix issue #10795385: System process crash reinstalling GEL -Dianne Hackborn2013-09-171-1/+1
* | am 61158244: Merge "Implement issue #10691359: Kill long-running processes" i...Dianne Hackborn2013-09-161-129/+222
|\|
| * Implement issue #10691359: Kill long-running processesDianne Hackborn2013-09-161-129/+222
* | am 28eeb420: Merge "Implement #10749688: Improve low memory reporting" into k...Dianne Hackborn2013-09-131-232/+265
|\|
| * Merge "Implement #10749688: Improve low memory reporting" into klp-devDianne Hackborn2013-09-131-232/+265
| |\
| | * Implement #10749688: Improve low memory reportingDianne Hackborn2013-09-131-232/+265
* | | am 7560c256: Merge "Add hidden API for querying available \'home\' activities...Christopher Tate2013-09-131-9/+10
|\| |
| * | Add hidden API for querying available 'home' activitiesChristopher Tate2013-09-131-9/+10
| |/
* | am 5daf77d0: am ac39c604: Merge "Fix formatting in clearApplicationUserData e...Christopher Tate2013-09-131-3/+3
|\ \ | |/ |/|
| * Fix formatting in clearApplicationUserData exception message.Alex Klyubin2013-09-131-3/+3
* | Merge "Revert services assist context in KitKat" into klp-devAdam Skory2013-09-111-94/+28
|\ \
| * | Revert services assist context in KitKatAdam Skory2013-09-111-94/+28
* | | Merge "Propagate input ANR reason to activity manager log." into klp-devJeff Brown2013-09-101-6/+13
|\ \ \ | |/ / |/| |
| * | Propagate input ANR reason to activity manager log.Jeff Brown2013-09-101-6/+13
* | | Merge "Fix issue #10671878: Proc stats needs to remove old data structures" i...Dianne Hackborn2013-09-091-11/+12
|\ \ \
| * | | Fix issue #10671878: Proc stats needs to remove old data structuresDianne Hackborn2013-09-091-11/+12
| |/ /
* / / Add PID to ANR logcat printout.Eric Rowe2013-09-091-0/+1
|/ /
* | Add provideAssistData attr to public.xmlAdam Skory2013-09-041-3/+4
* | Insert home task into history when sending to back.Craig Mautner2013-09-031-2/+5
* | Add CancellationSignal support to file operations.Jeff Sharkey2013-08-231-1/+1
* | Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-devCraig Mautner2013-08-191-4/+8
|\ \
| * | Notify ViewRootImpl when it's safe to modify Canvas.Craig Mautner2013-08-191-4/+8
* | | Allow for more than one home app.Craig Mautner2013-08-171-27/+38
|/ /
* | Fix NPE in ActivityManagerServiceAdam Skory2013-08-131-4/+2
* | Merge "API to discover granted Uri permissions." into klp-devJeff Sharkey2013-08-121-9/+55
|\ \
| * | API to discover granted Uri permissions.Jeff Sharkey2013-08-111-9/+55
* | | Merge "Put animation background behind visible wallpaper" into klp-devCraig Mautner2013-08-101-1/+1
|\ \ \
| * | | Put animation background behind visible wallpaperCraig Mautner2013-08-101-1/+1
* | | | Allow bound processes to go PROCESS_STATE_TOP.Dianne Hackborn2013-08-091-9/+29
| |/ / |/| |
* | | Get ProcessStats callable from other processes.Dianne Hackborn2013-08-081-23/+3
* | | Developer option to force RTL layoutAmith Yamasani2013-08-081-0/+8
|/ /
* | Merge "Extend assist context to foreground services"Matt Casey2013-08-081-35/+104
|\ \
| * | Extend assist context to foreground servicesAdam Skory2013-08-071-35/+104
* | | Add PAC File support for proxy configurationJason Monk2013-08-071-1/+3
* | | Add support for broadcast intentsBen Gruver2013-08-071-6/+6
* | | Refactor ProcessStats, ProcessTracker.Dianne Hackborn2013-08-061-70/+71
|/ /
* | Try to improve PSS collection.Dianne Hackborn2013-08-011-60/+59
* | Report more memory tuning info.Dianne Hackborn2013-07-301-1/+9
* | Fix some oom tuning and display size stuff.Dianne Hackborn2013-07-291-13/+48
* | Allow services to execute in the background scheduling group.Dianne Hackborn2013-07-291-4/+6
* | Fix another problem with procstats bucketing.Dianne Hackborn2013-07-231-2/+4
* | Add "adb shell am restart" command.Dianne Hackborn2013-07-231-0/+33
* | Merge "Fix home activity and user switch interactions."Craig Mautner2013-07-191-1/+16
|\ \
| * | Fix home activity and user switch interactions.Craig Mautner2013-07-191-1/+16
* | | Fix issue #9913990: Background processes are being added to...Dianne Hackborn2013-07-181-20/+23
|/ /
* | Merge "Switch proc stats to use new process state constants."Dianne Hackborn2013-07-161-496/+475
|\ \
| * | Switch proc stats to use new process state constants.Dianne Hackborn2013-07-151-496/+475