| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #11157301: Bad process stats when apps are binding to long-running ... | Dianne Hackborn | 2013-10-10 | 1 | -24/+66 |
* | Merge "Add task to list before looking it up." into klp-dev | Craig Mautner | 2013-10-10 | 1 | -27/+4 |
|\ |
|
| * | Add task to list before looking it up. | Craig Mautner | 2013-10-09 | 1 | -27/+4 |
* | | Merge "Don't crash when component enable/disable broadcasts race with uninsta... | Christopher Tate | 2013-10-09 | 1 | -5/+13 |
|\ \ |
|
| * | | Don't crash when component enable/disable broadcasts race with uninstall | Christopher Tate | 2013-10-09 | 1 | -5/+13 |
* | | | Merge "Surface outgoing Uri permission grants." into klp-dev | Jeff Sharkey | 2013-10-09 | 2 | -12/+38 |
|\ \ \ |
|
| * | | | Surface outgoing Uri permission grants. | Jeff Sharkey | 2013-10-09 | 2 | -12/+38 |
* | | | | Merge "Avoid deadlock between mUsers and cacheLock" into klp-dev | Amith Yamasani | 2013-10-09 | 1 | -22/+20 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Avoid deadlock between mUsers and cacheLock | Amith Yamasani | 2013-10-03 | 1 | -22/+20 |
* | | | | Merge "Fix issue #11087316: Can't run dumpsys procstats on user builds in som... | Dianne Hackborn | 2013-10-09 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | Fix issue #11087316: Can't run dumpsys procstats on user builds in some cases! | Dianne Hackborn | 2013-10-09 | 1 | -0/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge "Remove overly tight constraint on drawn Keyguard." into klp-dev | Craig Mautner | 2013-10-09 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Remove overly tight constraint on drawn Keyguard. | Craig Mautner | 2013-10-08 | 1 | -3/+3 |
* | | | | | Merge "Install providers enabled after app started." into klp-dev | Jeff Sharkey | 2013-10-09 | 1 | -10/+24 |
|\ \ \ \ \ |
|
| * | | | | | Install providers enabled after app started. | Jeff Sharkey | 2013-10-08 | 1 | -10/+24 |
* | | | | | | Merge "Allow killed task to remove itself" into klp-dev | Adam Lesinski | 2013-10-09 | 1 | -1/+0 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Allow killed task to remove itself | Adam Lesinski | 2013-10-08 | 1 | -1/+0 |
| |/ / / / |
|
* | | | | | Merge "Fix captive portal detection on IPv6 networks." into klp-dev | Lorenzo Colitti | 2013-10-09 | 1 | -4/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix captive portal detection on IPv6 networks. | Lorenzo Colitti | 2013-10-08 | 1 | -4/+7 |
* | | | | | Merge "Add secondary external storage support." into klp-dev | Jeff Sharkey | 2013-10-08 | 1 | -0/+4 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Add secondary external storage support. | Jeff Sharkey | 2013-10-08 | 1 | -0/+4 |
* | | | | | Merge "Ignore certain WindowManager flags when touch exploration is enabled" ... | Alan Viverette | 2013-10-08 | 2 | -0/+10 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Ignore certain WindowManager flags when touch exploration is enabled | Alan Viverette | 2013-10-07 | 2 | -0/+10 |
* | | | | | Merge "Yet more debugging for 10858941." into klp-dev | Craig Mautner | 2013-10-08 | 4 | -11/+13 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Yet more debugging for 10858941. | Craig Mautner | 2013-10-07 | 4 | -11/+13 |
| | |/ /
| |/| | |
|
* | | | | Merge "Fix issue #11113111: `dumpsys activity service` is broken" into klp-dev | Dianne Hackborn | 2013-10-07 | 1 | -4/+14 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix issue #11113111: `dumpsys activity service` is broken | Dianne Hackborn | 2013-10-07 | 1 | -4/+14 |
| |/ / |
|
* | | | Merge "Add <intent-filter> support to <provider>." into klp-dev | Jeff Sharkey | 2013-10-07 | 1 | -22/+251 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add <intent-filter> support to <provider>. | Jeff Sharkey | 2013-10-07 | 1 | -22/+251 |
* | | | Merge "Relax conditions for including windows behind dialogs" into klp-dev | Craig Mautner | 2013-10-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Relax conditions for including windows behind dialogs | Craig Mautner | 2013-10-06 | 1 | -1/+1 |
* | | | | Merge "Revert to jb-mr2 handling of app died." into klp-dev | Craig Mautner | 2013-10-06 | 3 | -53/+22 |
|\ \ \ \ |
|
| * | | | | Revert to jb-mr2 handling of app died. | Craig Mautner | 2013-10-06 | 3 | -53/+22 |
| |/ / / |
|
* | | | | Merge "Make sure to maintain privilege when downgrading bundled apps" into kl... | Christopher Tate | 2013-10-06 | 1 | -2/+16 |
|\ \ \ \ |
|
| * | | | | Make sure to maintain privilege when downgrading bundled apps | Christopher Tate | 2013-10-06 | 1 | -2/+16 |
* | | | | | Merge "Fix issue #11050678: Large memory leak in ActivityStack" into klp-dev | Dianne Hackborn | 2013-10-06 | 3 | -1/+18 |
|\ \ \ \ \ |
|
| * | | | | | Fix issue #11050678: Large memory leak in ActivityStack | Dianne Hackborn | 2013-10-04 | 3 | -1/+18 |
* | | | | | | Merge "Fix issue #11086275: Thumbnail only created once for top activity" int... | Dianne Hackborn | 2013-10-06 | 1 | -0/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix issue #11086275: Thumbnail only created once for top activity | Dianne Hackborn | 2013-10-05 | 1 | -0/+9 |
| |/ / / / / |
|
* | | | | | | Merge "Evaluate task on top of home when task is brought to front." into klp-dev | Craig Mautner | 2013-10-06 | 3 | -26/+8 |
|\ \ \ \ \ \ |
|
| * | | | | | | Evaluate task on top of home when task is brought to front. | Craig Mautner | 2013-10-04 | 3 | -26/+8 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge "Resume user where they left off." into klp-dev | Craig Mautner | 2013-10-06 | 3 | -14/+22 |
|\ \ \ \ \ \ |
|
| * | | | | | | Resume user where they left off. | Craig Mautner | 2013-10-04 | 3 | -14/+22 |
| |/ / / / / |
|
* | | | | | | Merge "Notify that ASEC containers are being unmounted during upgrades" into ... | Christopher Tate | 2013-10-06 | 1 | -6/+37 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Notify that ASEC containers are being unmounted during upgrades | Christopher Tate | 2013-10-04 | 1 | -6/+37 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge "Small print API tweaks" into klp-dev | Svetoslav | 2013-10-04 | 1 | -0/+6 |
|\ \ \ \ \ |
|
| * | | | | | Small print API tweaks | Svetoslav | 2013-10-04 | 1 | -0/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge "Add Consumer IR feature" into klp-dev | Alex Ray | 2013-10-04 | 1 | -2/+7 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Add Consumer IR feature | Alex Ray | 2013-10-03 | 1 | -2/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge "Don't redirect dns to an iface without dns servers" into klp-dev | Robert Greenwalt | 2013-10-04 | 2 | -13/+25 |
|\ \ \ \
| |_|_|/
|/| | | |
|