Winson Chung
818b2f341c
Merge "Fixing issue where you can still click on a widget on a side page. (Bug 7568412)" into jb-mr1.1-dev
2012-11-29 15:59:45 -08:00
Michael Jurka
a8d63ec9f3
Merge "Disable adding keyguard widgets until setup is done" into jb-mr1.1-dev
2012-11-29 15:51:13 -08:00
Robert Ly
5915f61e8b
am 830b23b7: docs: gms javadocs
...
* commit '830b23b76676542cbcb5ef3c60c869460d4c5466':
docs: gms javadocs
2012-11-29 14:22:13 -08:00
Robert Ly
64208d23c9
am aae17137: docs: update gms toc and landing pages
...
* commit 'aae171371b044d4efe4b58589f3b04f000016cec':
docs: update gms toc and landing pages
2012-11-29 14:17:31 -08:00
Robert Ly
830b23b766
docs: gms javadocs
...
Change-Id: Ibcae03cab861c90a589f39a860889a3f4e6a55ad
2012-11-29 14:11:28 -08:00
Michael Jurka
fff5614cae
Disable adding keyguard widgets until setup is done
...
Bug: 7504154
Change-Id: I865f0139bb328e6b9b19493e0d8f9f086e2ebc38
2012-11-29 13:15:39 -08:00
Robert Ly
aae171371b
docs: update gms toc and landing pages
...
Change-Id: I2d55026d492356b70de2071c96786b6dadb5938a
2012-11-29 13:14:02 -08:00
Robert Ly
8f1371aff3
am 64e4ed8d: Merge "docs: fix bug 7628699" into jb-mr1-dev
...
* commit '64e4ed8d67376e519c2d0d5e70a1375f8a8760eb':
docs: fix bug 7628699
2012-11-29 13:04:23 -08:00
Robert Ly
64e4ed8d67
Merge "docs: fix bug 7628699" into jb-mr1-dev
2012-11-29 13:02:09 -08:00
Colin Cross
05db19bc55
Merge "trigger kernel blocked stack trace on system server watchdog" into jb-mr1.1-dev
2012-11-29 12:47:54 -08:00
Colin Cross
5df1d871fe
trigger kernel blocked stack trace on system server watchdog
...
Bug b/7638530 may be caused by a kernel deadlock when killing
processes under low memory conditions. Write to /proc/sysrq-trigger
to get a kernel log of blocked tasks before killing the system server.
Bug: 7638530
Change-Id: I60df324ad4affdadbf13650099dc4dfb38722420
2012-11-29 12:44:09 -08:00
Dianne Hackborn
38e8470049
Merge "Fix issue #7585876 : When changing the font settings, the movie..." into jb-mr1.1-dev
2012-11-29 12:05:33 -08:00
Dianne Hackborn
7ac8bbddfc
Fix issue #7585876 : When changing the font settings, the movie...
...
...just keeps attempting to load and doesn't play on the TV
Change-Id: Ifcdc969a037a113224632f907d55f60a168dd05a
2012-11-29 11:59:58 -08:00
John Spurlock
143d73dab5
Merge "Fix multiuser bug in StatusBarManagerService." into jb-mr1.1-dev
2012-11-29 11:45:57 -08:00
John Spurlock
958343c19f
Merge "Fix for navbar back/home appearing in keyguard (multiuser)." into jb-mr1.1-dev
2012-11-29 11:40:30 -08:00
Scott Main
bf0e87a41b
am 77ea05d0: Merge "docs: update landing page for Google Services" into jb-mr1-dev
...
* commit '77ea05d0063cd0b417c3681e6c58bbebdaeb2d88':
docs: update landing page for Google Services
2012-11-29 11:31:02 -08:00
Scott Main
77ea05d006
Merge "docs: update landing page for Google Services" into jb-mr1-dev
2012-11-29 11:28:06 -08:00
Scott Main
61885a659a
docs: update landing page for Google Services
...
Change-Id: I7d7543282158474b8e722a9833ddf15a1e4e03f8
2012-11-29 11:22:42 -08:00
Daniel Sandler
154e2d7d2c
Merge "Flush the clock format when the locale changes." into jb-mr1.1-dev
2012-11-29 11:20:25 -08:00
John Spurlock
8f3e6d5c83
Fix multiuser bug in StatusBarManagerService.
...
First, do no harm.
Bug:7638210
Change-Id: I113b574a021d601b0c79d65a3b4b72eeb4c667ad
2012-11-29 14:18:35 -05:00
Victoria Lease
7023b3b060
Merge "clarify Geofence.createCircle() param ranges" into jb-mr1.1-dev
2012-11-29 11:09:26 -08:00
Christopher Tate
5f958e9bfc
am 67b38c44: Cache resource ID lookups in aapt
...
* commit '67b38c44e8b04b97e357664804d593823b2a34ed':
Cache resource ID lookups in aapt
2012-11-29 10:55:52 -08:00
Craig Mautner
24d966a3b6
Merge "Fix math errors causing black screen. DO NOT MERGE" into jb-mr1.1-dev
2012-11-29 09:57:15 -08:00
Daniel Sandler
43b23c6c69
Flush the clock format when the locale changes.
...
Bug: 7569120
Change-Id: If85ff36c7fac8b07f10b7077afd23255a145db1c
2012-11-29 11:35:02 -05:00
John Spurlock
ce479d831a
Fix for navbar back/home appearing in keyguard (multiuser).
...
Clear remembered sysui visibility flags in PhoneWindowManager
when switching users. They might have been from another user.
Then reapply current window's flags to ensure contribution
makes it to the status bar.
Bug:7506446
Change-Id: I8249ba006934bdc22b952da7c16e9983d091c489
2012-11-29 09:52:21 -05:00
Craig Mautner
9dd9e0c99d
Fix math errors causing black screen. DO NOT MERGE
...
Turning off animations in the Developer options creates a ValueAnimator
duration scale of 0. This is used as the denominator in RampAnimator
which, if the numerator is also 0, sets mAnimatedValue to NaN. Rounding
NaN to the nearest int produces 0 which is then assigned to
mScreenBrightness in DisplayPowerState.
A copy mistake which assigned mTransitionAnimationScale as the default
value for mAnimatorDurationScale in WindowManagerService is also
fixed here.
Bug 7515609 fixed.
Change-Id: I39f8d0a7abdd5a1fe70d757fe95fbddaf7a0ed51
2012-11-29 00:11:50 -08:00
zzy
652678af4d
timeout support for accept() and added check for signal size
...
bug 7592240
Change-Id: Ide1868da669c190cdfed90f7af3f739ec9da690b
2012-11-28 22:12:27 -08:00
Fabrice Di Meglio
cdc6d5cf88
Merge "Fix bug #7617883 RelativeLayout is not having the correct width when in RTL mode" into jb-mr1.1-dev
2012-11-28 19:08:45 -08:00
Adam Powell
66cedab63b
Merge "Fix time-related ScaleGestureDetector methods" into jb-mr1.1-dev
2012-11-28 19:06:51 -08:00
Adam Powell
10479a29cb
Merge "Clean up behavior of type arguments for MediaRouter#getSelectedRoute" into jb-mr1.1-dev
2012-11-28 19:03:01 -08:00
Adam Powell
738b190338
Merge "Import assets from UX" into jb-mr1.1-dev
2012-11-28 18:49:26 -08:00
Dianne Hackborn
2c41c4a276
Fix build.
...
Change-Id: Icc1f2913b4e889609066b0ff1dddcd9be0230897
2012-11-28 18:46:45 -08:00
Adam Powell
20b9cd2064
Import assets from UX
...
Fixes issues with scaling/dithering artifacts in dialog/menu panel
assets.
Bug 7589786
Change-Id: I1285f9de5f8bcd0decfa7765c1463e444a56b335
2012-11-28 18:41:10 -08:00
Adam Powell
7232b0ad67
Fix time-related ScaleGestureDetector methods
...
Bug 7626515
Change-Id: Ie7abf9c166284a74b4e7bcf9de25520cf08e3b2d
2012-11-28 18:29:22 -08:00
Dianne Hackborn
860d0cd452
Merge "Cleaner initial boot." into jb-mr1.1-dev
2012-11-28 18:19:25 -08:00
Chris Craik
2435f98d91
Merge "Use the same interrupt/resume logic for all functor calls" into jb-mr1.1-dev
2012-11-28 18:11:23 -08:00
Dianne Hackborn
13579ed330
Cleaner initial boot.
...
This does some cleanup of the initial boot, especially when
booting in "no core apps" mode for encryption/decryption.
Change-Id: Ifb3949f580e52f54559e603c4b0b104f6bac2f6c
2012-11-28 18:09:01 -08:00
Adam Cohen
035352b4d6
Merge "Making sure keyguard and homescreen only display eligible widgets (issue 7550090)" into jb-mr1.1-dev
2012-11-28 17:47:22 -08:00
Robert Greenwalt
5a36e06ab2
Merge "Secure a handful of framework broadcasts" into jb-mr1.1-dev
2012-11-28 17:40:02 -08:00
Fabrice Di Meglio
13705eda8c
Fix bug #7617883 RelativeLayout is not having the correct width when in RTL mode
...
- fix onMeasure() in RTL mode: need to compute width before computing layout params
that are used for layout
- fix getRelatedView() so that it uses the resolved rules
- add some extra "final" statements
Change-Id: I7c3bf841cd18c5f77b010a9be20fa78069e88d94
2012-11-28 17:13:54 -08:00
Robert Greenwalt
47918ae3b4
Secure a handful of framework broadcasts
...
At least one of these was getting spoofed in the wild.
We don't want to go too far this late in the game, but this is a good start.
bug:7622253
Change-Id: Id8ec2778b15fe001e6fd0d5a010181bb21c52ad8
2012-11-28 16:42:32 -08:00
Adam Cohen
d9e5af3851
Making sure keyguard and homescreen only display eligible widgets (issue 7550090)
...
Change-Id: I25acb7bde2e8e5ac3185a009f5c7151b81f0ae19
2012-11-28 16:36:56 -08:00
Irfan Sheriff
b4d5a9e73b
Merge "WFD: Fallback to PIN mode if PBC is not supported" into jb-mr1.1-dev
2012-11-28 16:28:41 -08:00
Irfan Sheriff
6681be2787
WFD: Fallback to PIN mode if PBC is not supported
...
Bug: 7627641
Change-Id: Ibba6114f907c67f1cb60c460d5b65479f2d1b148
2012-11-28 15:54:06 -08:00
Christopher Tate
67b38c44e8
Cache resource ID lookups in aapt
...
This speeds up certain workloads considerably, particularly
those involved in buildling apps via the SDK. Windows-based
use should particularly benefit from the change.
(cherry picked from commit d8dde13a63565dcd72bcf03a5088407b737ba793)
Change-Id: I33835bc64ade77688d41e8bfcd371b0a5f59d8fd
2012-11-28 15:32:46 -08:00
Fabrice Di Meglio
71175f727b
Merge "Fix bug #7621927 Radio button/TextView drawable regression in 4.2" into jb-mr1.1-dev
2012-11-28 15:05:55 -08:00
Dianne Hackborn
68e0da7e39
Merge "Quiet down a lot of logging." into jb-mr1.1-dev
2012-11-28 15:03:39 -08:00
Chris Craik
d15321bbf5
Use the same interrupt/resume logic for all functor calls
...
bug:7093396
The functor was able to change the renderer's blend mode without it
being restored in process mode. This single path of updating gl caches
reduces likelihood of this occurring in the future.
Change-Id: Ie367532f9c683299f02bc4f635d7cb31f96db39f
2012-11-28 14:45:04 -08:00
Scott Main
ceafd15df9
am 23cc5d99: Merge "docs: revisions to gps landing pages" into jb-mr1-dev
...
* commit '23cc5d99fcb97c5a369b3ddf7f90505f6bb29363':
docs: revisions to gps landing pages
2012-11-28 13:17:36 -08:00
Dirk Dougherty
37f00afa4f
am f4d44618: Merge " Doc change - cherry pick from dac-dev: Clean up stray image source files and adjust links etc." into jb-mr1-dev
...
* commit 'f4d44618aa43b85c8a2a5bdd95e7454e2736452a':
Doc change - cherry pick from dac-dev: Clean up stray image source files and adjust links etc.
2012-11-28 13:17:28 -08:00