| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #15828903: Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSION | Dianne Hackborn | 2014-11-20 | 1 | -4/+1 |
* | Add Activity API to get referrer information. | Dianne Hackborn | 2014-11-11 | 1 | -6/+18 |
* | More flexible intent extra parsing. | Daniel Sandler | 2014-10-29 | 1 | -4/+19 |
* | Improve some docs, fix some debugging. | Dianne Hackborn | 2014-10-09 | 1 | -5/+3 |
* | Adds the ability to start a user in background | Alexandra Gherghina | 2014-09-29 | 1 | -1/+17 |
* | Fix issue #17536024: The am start's wait option doesn't... | Dianne Hackborn | 2014-09-17 | 1 | -0/+4 |
* | Merge "Apply cross-user restrictions to Shell" into lmp-dev | Amith Yamasani | 2014-09-11 | 1 | -1/+1 |
|\ |
|
| * | Apply cross-user restrictions to Shell | Amith Yamasani | 2014-09-10 | 1 | -1/+1 |
* | | Output recent configs in am get-config command | Adam Lesinski | 2014-09-10 | 1 | -0/+77 |
|/ |
|
* | Add sample profiling option to am. | Jeff Hao | 2014-08-26 | 1 | -10/+23 |
* | Turn on debugging override of idle time | Christopher Tate | 2014-07-25 | 1 | -1/+1 |
* | Change am get-config command to use ABI string array | Adam Lesinski | 2014-06-17 | 1 | -5/+2 |
* | New command to get device config | Adam Lesinski | 2014-06-16 | 1 | -2/+29 |
* | am f7871c31: am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrum... | Narayan Kamath | 2014-05-30 | 1 | -2/+29 |
|\ |
|
| * | am b9b31f4b: am bd4d3203: Merge "Support an ABI flag for instrumentation." | Narayan Kamath | 2014-05-30 | 1 | -2/+29 |
| |\ |
|
| | * | Support an ABI flag for instrumentation. | Narayan Kamath | 2014-05-16 | 1 | -2/+29 |
* | | | Initial implementation of new voice interaction API. | Dianne Hackborn | 2014-04-24 | 1 | -0/+5 |
* | | | Allow prefix-based Uri permission grants. | Jeff Sharkey | 2014-04-22 | 1 | -0/+5 |
* | | | Add Lock Task Mode. | Craig Mautner | 2014-03-13 | 1 | -0/+21 |
* | | | Adds support for array string extra. | Dale Hawkins | 2014-02-26 | 1 | -0/+11 |
|/ / |
|
* | | 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 |