| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend stack management to other displays. | Craig Mautner | 2014-01-06 | 1 | -10/+7 |
* | Pair ActivityStacks with Displays | Craig Mautner | 2013-12-18 | 1 | -3/+11 |
* | DO NOT MERGE: Eliminate StackBox. | Craig Mautner | 2013-12-09 | 1 | -43/+36 |
* | Fix am argument ordering documentation. | Jeff Sharkey | 2013-11-14 | 1 | -1/+1 |
* | Implement issue #10691359: Kill long-running processes | Dianne Hackborn | 2013-09-16 | 1 | -0/+19 |
* | Add #! to 'am' shell script | Andy McFadden | 2013-09-04 | 1 | -0/+2 |
* | Add "adb shell am restart" command. | Dianne Hackborn | 2013-07-23 | 1 | -0/+16 |
* | Add stopservice command to am | Marco Nelissen | 2013-07-11 | 1 | -0/+24 |
* | Fix a typo | Evan Charlton | 2013-06-25 | 1 | -1/+1 |
* | Add new API getStackBoxInfo | Craig Mautner | 2013-06-17 | 1 | -3/+22 |
* | Convert API refs to StackBox from ActivityStack. | Craig Mautner | 2013-05-24 | 1 | -5/+5 |
* | Add retrieval of StackBox info for more flexibility | Craig Mautner | 2013-05-24 | 1 | -10/+10 |
* | Log stack issues and start resize effort. | Craig Mautner | 2013-05-13 | 1 | -0/+17 |
* | Revert "Log stack issues and start resize effort." | Guang Zhu | 2013-05-12 | 1 | -17/+0 |
* | Log stack issues and start resize effort. | Craig Mautner | 2013-05-12 | 1 | -0/+17 |
* | resolved conflicts for merge of a98b0ff8 to master | Kenny Root | 2013-05-07 | 1 | -0/+23 |
|\ |
|
| * | Help for the debugging help for issue #8734824. | Dianne Hackborn | 2013-05-06 | 1 | -0/+23 |
* | | resolved conflicts for merge of 485d7a31 to master | Kenny Root | 2013-05-07 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Debugging help for issue #8734824: WATCHDOG KILLING SYSTEM PROCESS | Dianne Hackborn | 2013-05-06 | 1 | -0/+12 |
* | | Incremental repairs to side by side stacks. | Craig Mautner | 2013-04-16 | 1 | -3/+6 |
* | | Implement stack splitting and task movement. | Craig Mautner | 2013-04-15 | 1 | -8/+86 |
|/ |
|
* | Have audio service clean up new receivers in crashing processes. | Dianne Hackborn | 2013-04-08 | 1 | -216/+145 |
* | Handle finished bugreports, share from private. | Jeff Sharkey | 2013-03-13 | 1 | -1/+5 |
* | Use BUILD_PREBUILT to install the shell script | Ying Wang | 2013-02-19 | 1 | -22/+6 |
* | Implement display overscan support. | Dianne Hackborn | 2013-02-19 | 1 | -89/+1 |
* | App ops: new operations for SMS. | Dianne Hackborn | 2013-02-05 | 1 | -2/+2 |
* | App ops: vibration, neighboring cells, dialing, etc. | Dianne Hackborn | 2013-02-01 | 1 | -2/+2 |
* | Adding UI test automation APIs. | Svetoslav Ganov | 2013-01-22 | 1 | -1/+5 |
* | Further work on issue #7307399: Framework needs a new pre-user-shutdown... | Dianne Hackborn | 2012-10-09 | 1 | -0/+4 |
* | Fix issue #7211769 and #7244492, thrash around on #7226656. | Dianne Hackborn | 2012-09-28 | 1 | -0/+10 |
* | Maybe fix issue #7211766: bindService() to User u0 While u10 is... | Dianne Hackborn | 2012-09-26 | 1 | -2/+3 |
* | Allow adb shell am display-size to use bigger sizes. | Jeff Brown | 2012-09-10 | 1 | -15/+9 |
* | Flesh out multi-user in am commands. | Dianne Hackborn | 2012-09-10 | 1 | -35/+116 |
* | Merge "More multi-user stuff:" into jb-mr1-dev | Dianne Hackborn | 2012-09-07 | 1 | -7/+40 |
|\ |
|
| * | More multi-user stuff: | Dianne Hackborn | 2012-09-07 | 1 | -7/+40 |
* | | Wrapped call to notifyAll() in a synchronized block | Felipe Leme | 2012-09-06 | 1 | -2/+4 |
|/ |
|
* | Fix my fix. | Dianne Hackborn | 2012-09-04 | 1 | -2/+2 |
* | Fix build. | Dianne Hackborn | 2012-09-04 | 1 | -3/+3 |
* | Start implementing concept of "running" users. | Dianne Hackborn | 2012-08-28 | 1 | -13/+26 |
* | Restore man page entries. | Dianne Hackborn | 2012-08-27 | 1 | -0/+1 |
* | Keep track of whether an app is installed for each user. | Dianne Hackborn | 2012-08-24 | 1 | -1/+1 |
* | We can now (kind-of) change screen density on the fly. | Dianne Hackborn | 2012-08-03 | 1 | -0/+43 |
* | Introduce multiple displays with DisplayContent. | Craig Mautner | 2012-08-02 | 1 | -2/+4 |
* | Remove some unnecessary man page entries | Amith Yamasani | 2012-05-30 | 1 | -1/+0 |
* | Remove unused, obsolete debug code | Romain Guy | 2012-05-21 | 1 | -6/+2 |
* | Fix issue #4499996: LiveWallpaperPreview activity intent filter | Dianne Hackborn | 2012-04-19 | 1 | -0/+7 |
* | Package restrictions per user | Amith Yamasani | 2012-03-22 | 1 | -3/+9 |
* | Add new "options" argument to all startActivity APIs. | Dianne Hackborn | 2012-03-14 | 1 | -25/+17 |
* | ActivityManager: add option to allow OpenGL trace. | Siva Velusamy | 2012-03-12 | 1 | -4/+12 |
* | Add the ability to pass float extras to AM. | Mike J. Chen | 2012-02-10 | 1 | -0/+18 |