summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Installing splits into ASECs!Jeff Sharkey2014-08-2215-375/+717
| | | | | | | | | | | | | | | | | | | | | | | | Sessions can now zero-copy data directly into pre-allocated ASEC containers. Then at commit time, we compute the total size of the final app, including any inherited APKs and unpacked libraries, and resize the container in one step. This supports both brand new ASEC installs and inheriting from existing ASEC installs. To keep things simple, it currently requires copying any inherited ASEC contents, but this could be optimized in the future. Expose new vold resize command, and allow read-write mounting of ASEC containers. Move native library extraction into the installer flow, since it needs to happen before ASEC is sealed. Move multiArch flag into NativeLibraryHelper, instead of making everyone pass it around. Migrate size calculation to shared location. Separate "other" package name in public API, provide a path to a storage device when relevant, and add more docs. Bug: 16514385 Change-Id: I06c6ce588d312ee7e64cce02733895d640b88456
* Merge "Display notification effects suppressor in the volume panel." into ↵John Spurlock2014-08-229-8/+173
|\ | | | | | | lmp-dev
| * Display notification effects suppressor in the volume panel.John Spurlock2014-08-229-8/+173
| | | | | | | | | | | | Bug:16958514 Change-Id: I0eac173875e8af62e3c6b39001722c3fda4517de
* | Merge "SurfaceControl: free ref when not used anymore" into lmp-devPat Tjin2014-08-221-1/+2
|\ \
| * | SurfaceControl: free ref when not used anymoreThierry Strudel2014-08-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | C standard does not ensure order in which arguments are evaluated leading to faulty behavior in x86 case. Bug: 17206275 Change-Id: I6553c55bcf646d93413135aed733f20b91852735 Signed-off-by: Thierry Strudel <thierry.strudel@intel.com>
* | | Merge "Fix (another) measurement issue in ActionBarContainer" into lmp-devAdam Powell2014-08-221-2/+2
|\ \ \
| * | | Fix (another) measurement issue in ActionBarContainerAdam Powell2014-08-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Or, the patch in which we discover how many silly bugs adamp caused in e77b6590. Change-Id: Iaacd3792d161e068dee74b897872e9ab2f155aca
* | | | Merge "Add config settings for ethernet/wifi tcp buffers" into lmp-devRobert Greenwalt2014-08-222-0/+10
|\ \ \ \
| * | | | Add config settings for ethernet/wifi tcp buffersRobert Greenwalt2014-08-212-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the old system properties. bug:16549611 Change-Id: Id9b238888a6e31cf99ca72b10bd9c57f1589c04d
* | | | | Merge "Automatically bind to newly-installed backup transports" into lmp-devChristopher Tate2014-08-221-34/+58
|\ \ \ \ \
| * | | | | Automatically bind to newly-installed backup transportsChristopher Tate2014-08-221-34/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They'll be rebound automatically at boot, but need to be brought up immediately. As always they can only be provided by privileged apps. Bug 16542048 Change-Id: I9f121a5c111a772deb3f0c44166002a2cbb16ad5
* | | | | | Merge "AAPT: Dump installLocation in badging" into lmp-devAdam Lesinski2014-08-221-0/+28
|\ \ \ \ \ \
| * | | | | | AAPT: Dump installLocation in badgingAdam Lesinski2014-08-221-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:17033144 Change-Id: I87dea9af47eef8bcba1465df9b49e355ac6346ec
* | | | | | | Merge "Show a user switching dialog before starting the user switch" into ↵Amith Yamasani2014-08-226-3/+120
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | Show a user switching dialog before starting the user switchAmith Yamasani2014-08-226-3/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | switchUser() now first shows a dialog and the dialog calls startUserInForeground to do the actual switch. Bug: 16661752 Change-Id: Ie4e2e9eec8bf7c2116694072ea8555b8254a0e13
* | | | | | | | Merge "JobScheduler only run jobs for started users." into lmp-devMatthew Williams2014-08-227-29/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | JobScheduler only run jobs for started users.Matthew Williams2014-08-217-29/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 12876556 Minor changes to test app to make persisting an option. Change-Id: I1b40347878ec5ca44cd717ebfeb544f6c58473b5
* | | | | | | | | Merge "Fix jank in when drawing magnification bounds" into lmp-devSvetoslav2014-08-221-8/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix jank in when drawing magnification boundsSvetoslav2014-08-221-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was an off-by-one error in computing the invalidated rectangle when drawing the magnified region border. bug:17199352 Change-Id: Id0a1af092b7124bbdca316534c035ed9af829326
* | | | | | | | | | Merge "Improve the spot shadow computation." into lmp-devztenghui2014-08-227-34/+266
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Improve the spot shadow computation.ztenghui2014-08-227-34/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of compuation of the intersection for penumbra and convex hull for umbra. Use simple circle / normal to compute the penumbra and simple intersection for umbra. The new way could be 2x to 4x faster from rectangle to round shape. And this part is roughly half of the shadow computation, or 2/3 of spot shadow computation. This improve the spot shadow spikeness too. b/16712006 b/14976551 Change-Id: I02911784868731369efa73f76fc915bc08248600
* | | | | | | | | | | Merge "Don't show the pseudolocales unless we're in developer mode." into ↵Elliott Hughes2014-08-221-43/+19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | | | | | Don't show the pseudolocales unless we're in developer mode.Elliott Hughes2014-08-221-43/+19
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old zz_ZY and zz_ZZ pseudolocales are gone, replaced by ar_XB and en_XA. The existing check for "developer mode" wasn't working, and now the pseudolocales are there by default, we want to _remove_ them if we're not in developer mode rather than add them if we are in developer mode. Bug: 17190407 Change-Id: I6ee6eba53f5b816ef8e0d1768c94cd3484a196b5
* | | | | | | | | | | Use proper ril.ecclist when no sim stategiseok.seo2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17139446 Signed-off-by: giseok.seo <giseok.seo@lge.com> Change-Id: I2f420973b29092b8a6cceb8cf4bd77d0ee8372bd
* | | | | | | | | | | Merge "Fixing AVD animation with startOffset" into lmp-devztenghui2014-08-221-2/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixing AVD animation with startOffsetztenghui2014-08-221-2/+14
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/17160751 Change-Id: If030ca04f5a7dd7e732dcc5dfb18d51faa7e7b79
* | | | | | | | | | | Merge "Revert immutable Shader change" into lmp-devJohn Reck2014-08-222-30/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert immutable Shader changeJohn Reck2014-08-222-30/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16733996 Change-Id: I51686aaf8f6ae8d0e390e298ad70f98f81c5f555
* | | | | | | | | | | | Merge "Work on issue #17011123: Hit Back/Recents button when in Recents..." ↵Dianne Hackborn2014-08-225-13/+52
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lmp-dev
| * | | | | | | | | | | | Work on issue #17011123: Hit Back/Recents button when in Recents...Dianne Hackborn2014-08-215-13/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...without interacting with any of the Recents items should not bring Home back to top Up navigation needs to be smarter about multi-document and in the case of being at the root of a document know to re-construct a task for the app. Change-Id: Ief874e46e9a9897379dda1010bcce4c5b03d82f1
* | | | | | | | | | | | | Merge "Changed the color of buttonBarButtonStyle in the Material theme" into ↵Christian Robertson2014-08-221-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | | | | | | | Changed the color of buttonBarButtonStyle in the Material themeChristian Robertson2014-08-201-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The theme now uses the Button.Borderless.Colored style rather than the Button.Borderless style by default. Bug: 17063449 Change-Id: Ie88318e86caa19c33219f90d13955bb6632f1425
* | | | | | | | | | | | | | Merge "NoMan: Turn off aggregated stats" into lmp-devChristoph Studer2014-08-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | NoMan: Turn off aggregated statsChristoph Studer2014-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aggregated stats can grow unboundedly and shouldn't be enabled for prod builds. Bug: 16777910 Change-Id: I1c9303fc3aab93fd75f4dfbbf2e3de467a72f99e
* | | | | | | | | | | | | | | Merge "NoMan: Add flag to turn off aggregated in-mem stats" into lmp-devChristoph Studer2014-08-221-3/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | NoMan: Add flag to turn off aggregated in-mem statsChristoph Studer2014-08-221-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16777910 Change-Id: Ic5baa910988f027c82ba16d713a44cc5d55b8333
* | | | | | | | | | | | | | | Merge "MediaCodeInfo: fix support for feature-can-swap-width-height" into ↵Lajos Molnar2014-08-221-2/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | lmp-dev
| * | | | | | | | | | | | | | MediaCodeInfo: fix support for feature-can-swap-width-heightLajos Molnar2014-08-211-2/+27
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix an issue with limiting size based on number of blocks allowed. Bug: 11990740 Change-Id: I3b01be4031dce6b425e8573da5de527ba2a0995c
* | | | | | | | | | | | | | Merge "Hiding missed Video telephony related APIs." into lmp-devTyler Gunn2014-08-222-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Hiding missed Video telephony related APIs.Tyler Gunn2014-08-222-0/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 17188135 Change-Id: I9b569936bff285463d32df878efb26041917c51b
* | | | | | | | | | | | | | Merge "VideoView: unhide setVideoURI api and add document." into lmp-devRonghua Wu2014-08-222-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | VideoView: unhide setVideoURI api and add document.Ronghua Wu2014-08-222-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16899444 Change-Id: I576a4b334d8b1fe89f93df3587386ac7f9455687
* | | | | | | | | | | | | | | Merge "Fix RTL bug for actionbar tooltips" into lmp-devYigit Boyar2014-08-221-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix RTL bug for actionbar tooltipsYigit Boyar2014-08-211-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 12570378 Change-Id: I13ba94c8b736a3a80a8d79e95bd18b93a1157303
* | | | | | | | | | | | | | | | Merge "Change actionbar title size for landscape" into lmp-devYigit Boyar2014-08-221-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Change actionbar title size for landscapeYigit Boyar2014-08-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16132120 Change-Id: Ic6d01671e70e338f1539f3f206d7879a67d54f1e
* | | | | | | | | | | | | | | | Merge "TIF: Fix comments in TvContentRating" into lmp-devJae Seo2014-08-221-64/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | TIF: Fix comments in TvContentRatingJae Seo2014-08-221-64/+81
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 16876068 Change-Id: I4c8be4ecbbdefac8e85531fa9b918f454b9e45d8
* | | | | | | | | | | | | | | | Merge "Add a missing condition when checking measurement for ↵Adam Powell2014-08-221-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionBarContainer" into lmp-dev
| * | | | | | | | | | | | | | | Add a missing condition when checking measurement for ActionBarContainerAdam Powell2014-08-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It even said "non-tab" right there. Bug 17202141 Change-Id: Iacc7ec9610d2639aab59dd57ba7194178fb6391f