OSDN Git Service

android-x86/frameworks-base.git
12 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Wed, 17 Oct 2012 00:30:41 +0000 (17:30 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

12 years agoMerge "Fix NPE" into jb-mr1-dev
Irfan Sheriff [Tue, 16 Oct 2012 22:03:26 +0000 (15:03 -0700)]
Merge "Fix NPE" into jb-mr1-dev

12 years agoMerge "Fix for bug 7358703 Gmail ANR when trying to compose a message" into jb-mr1-dev
Raph Levien [Tue, 16 Oct 2012 21:44:17 +0000 (14:44 -0700)]
Merge "Fix for bug 7358703 Gmail ANR when trying to compose a message" into jb-mr1-dev

12 years agoFix for bug 7358703 Gmail ANR when trying to compose a message
Raph Levien [Tue, 16 Oct 2012 21:32:47 +0000 (14:32 -0700)]
Fix for bug 7358703 Gmail ANR when trying to compose a message

When deferring scroll to a point, it's possible the text changed between
the time the scroll was requested to the time layout happens. In this
case, it attempts to scroll to a point past the end of the text buffer,
which created an infinite loop.

This patch clamps the scroll offset to the length of the text, so it
just scrolls to the end in that case, rather than crashing.

Change-Id: I53740d119d588560f5a4d9fb80e38f7057faab89

12 years agoMerge "Occasionally triple tap on the keyboard toggles screen magnification." into...
Svetoslav Ganov [Tue, 16 Oct 2012 21:20:45 +0000 (14:20 -0700)]
Merge "Occasionally triple tap on the keyboard toggles screen magnification." into jb-mr1-dev

12 years agoMerge "Avoid redundant wallpaper loading/drawing" into jb-mr1-dev
Chet Haase [Tue, 16 Oct 2012 20:51:23 +0000 (13:51 -0700)]
Merge "Avoid redundant wallpaper loading/drawing" into jb-mr1-dev

12 years agoMerge "Always use the correct pixel store size Bug #7357394" into jb-mr1-dev
Romain Guy [Tue, 16 Oct 2012 20:49:52 +0000 (13:49 -0700)]
Merge "Always use the correct pixel store size Bug #7357394" into jb-mr1-dev

12 years agoMerge "Support clipping in Canvas.drawBitmapMesh() Bug #7354162" into jb-mr1-dev
Romain Guy [Tue, 16 Oct 2012 20:49:50 +0000 (13:49 -0700)]
Merge "Support clipping in Canvas.drawBitmapMesh() Bug #7354162" into jb-mr1-dev

12 years agoMerge "Perform all layouts within first loop." into jb-mr1-dev
Craig Mautner [Tue, 16 Oct 2012 20:46:45 +0000 (13:46 -0700)]
Merge "Perform all layouts within first loop." into jb-mr1-dev

12 years agoMerge "Revert app freeze timeout delay." into jb-mr1-dev
Craig Mautner [Tue, 16 Oct 2012 20:39:47 +0000 (13:39 -0700)]
Merge "Revert app freeze timeout delay." into jb-mr1-dev

12 years agoMerge "Lock SyncQueue when user starting, copy RSC list." into jb-mr1-dev
Jeff Sharkey [Tue, 16 Oct 2012 20:32:27 +0000 (13:32 -0700)]
Merge "Lock SyncQueue when user starting, copy RSC list." into jb-mr1-dev

12 years agoLock SyncQueue when user starting, copy RSC list.
Jeff Sharkey [Tue, 16 Oct 2012 19:02:42 +0000 (12:02 -0700)]
Lock SyncQueue when user starting, copy RSC list.

Document SyncQueue locking policy and protect in onUserStarting()
and clearAllBackoffs().  Return copy of ServiceInfo list from
RegisteredServicesCache instead of exposing locking externally.

Bug: 73577767352537
Change-Id: I6a32ca98a355b639d4207a88bde572179beae359

12 years agoMerge "Convert one more bind() -> setVar()." into jb-mr1-dev
Jason Sams [Tue, 16 Oct 2012 20:25:01 +0000 (13:25 -0700)]
Merge "Convert one more bind() -> setVar()." into jb-mr1-dev

12 years agoFix NPE
Irfan Sheriff [Tue, 16 Oct 2012 20:24:19 +0000 (13:24 -0700)]
Fix NPE

Bug: 7357742
Change-Id: I4d12d137b9d5ebf5c6739cbd4405de3f90a3d846

12 years agoMerge "Fix bug #7345139: The First Volume Down Click looses its place on the volume...
Fabrice Di Meglio [Tue, 16 Oct 2012 20:23:36 +0000 (13:23 -0700)]
Merge "Fix bug #7345139: The First Volume Down Click looses its place on the volume slider" into jb-mr1-dev

12 years agoAvoid redundant wallpaper loading/drawing
Chet Haase [Thu, 11 Oct 2012 19:49:08 +0000 (12:49 -0700)]
Avoid redundant wallpaper loading/drawing

Switching users causes wallpapers to get recreated 3 times. Other operations
like startup and rotation cause similar redundant load/draw operations. This change
tracks the various attributes that tell us when we really need to reload
and redraw, causing only one of these expensive operation per one of these
switches.

Issue #7334664 Wallpaper draws several times when switching users

Change-Id: Ic3072ef3a7eaf622d8632e87e34f50999f716c39

12 years agoConvert one more bind() -> setVar().
Stephen Hines [Tue, 16 Oct 2012 20:16:10 +0000 (13:16 -0700)]
Convert one more bind() -> setVar().

Bug: 7318821
Change-Id: I215c70a99c81e560a73412b2263fed39a0fdae03

12 years agoMerge "Add serial port profile support and allow to connect to rfcomm channel without...
Matthew Xie [Tue, 16 Oct 2012 19:57:52 +0000 (12:57 -0700)]
Merge "Add serial port profile support and allow to connect to rfcomm channel without sdp discovery" into jb-mr1-dev

12 years agoPerform all layouts within first loop.
Craig Mautner [Tue, 16 Oct 2012 19:53:13 +0000 (12:53 -0700)]
Perform all layouts within first loop.

Do not begin animation while layout requests are still
outstanding.

Bug: 7333622 fixed.
Change-Id: I77c2cdc123c1e26f9661feade0d9a1843c75d5f6

12 years agoFix bug #7345139: The First Volume Down Click looses its place on the volume slider
Fabrice Di Meglio [Tue, 16 Oct 2012 02:10:08 +0000 (19:10 -0700)]
Fix bug #7345139: The First Volume Down Click looses its place on the volume slider

- make SeekBar follow layout direction changes
- also fix onSizeChanged() missing call to super class

Change-Id: Ide036e673c5f104b12e7321648ac027547e04065

12 years agoAlways use the correct pixel store size
Romain Guy [Tue, 16 Oct 2012 18:25:06 +0000 (11:25 -0700)]
Always use the correct pixel store size
Bug #7357394

When a bitmap is reused it may change configuration which can lead
to a different pixel store alignment. Our current texture cache
implementation assumes this never happens and keeps the old alignment
which can lead to distorted texture (if the bitmap goes from
ARGB8888 to RGB565 for instance.)

Change-Id: Ic57acf2403411ae4d0924e92f221298350612617

12 years agoOccasionally triple tap on the keyboard toggles screen magnification.
Svetoslav Ganov [Mon, 15 Oct 2012 22:09:02 +0000 (15:09 -0700)]
Occasionally triple tap on the keyboard toggles screen magnification.

1. Sometimes unlocking the device when the IME is up and triple tapping on the keyboard
   toggles screen magnification. The core reason is that when the kayguard window is
   shown we hide all other windows and when it is hidden we show these windows. We did
   not notify the screen magnifier for windows being shown and hidden. Also when the
   windows are shown we may reassign layers to put the IME or the wallpaper in the
   right Z order. The screen magnifier is now notified upon such layer reassignment
   since window layers are used when computing the magnified region.

bug:7351531

Change-Id: I0931f4ba6cfa565d8eb1e3c432268ba1818feea6

12 years agoSupport clipping in Canvas.drawBitmapMesh()
Romain Guy [Tue, 16 Oct 2012 18:08:44 +0000 (11:08 -0700)]
Support clipping in Canvas.drawBitmapMesh()
Bug #7354162

Change-Id: Ifd1d0b365e8a4d88e0ff0629c9ee13f27e1a7331

12 years agoMerge "Accessibility focus drawing does not take into account view's transformation...
Svetoslav Ganov [Tue, 16 Oct 2012 18:03:45 +0000 (11:03 -0700)]
Merge "Accessibility focus drawing does not take into account view's transformation matrix." into jb-mr1-dev

12 years agoMerge "Fix bugs in scriptGroup." into jb-mr1-dev
Jason Sams [Tue, 16 Oct 2012 17:50:18 +0000 (10:50 -0700)]
Merge "Fix bugs in scriptGroup." into jb-mr1-dev

12 years agoMerge "Add new tablet sound set Bug: 7351672" into jb-mr1-dev
Justin Ho [Tue, 16 Oct 2012 17:28:38 +0000 (10:28 -0700)]
Merge "Add new tablet sound set Bug: 7351672" into jb-mr1-dev

12 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Tue, 16 Oct 2012 16:15:14 +0000 (09:15 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

12 years agoMerge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug...
Justin Ho [Tue, 16 Oct 2012 16:13:47 +0000 (09:13 -0700)]
Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457" into jb-mr1-dev

12 years agoUpdate alarm sounds and tune some ringtones
Justin Ho [Mon, 15 Oct 2012 22:24:27 +0000 (15:24 -0700)]
Update alarm sounds and tune some ringtones
Bug: 7351672
Bug: 5502770
Bug: 7312457

Change-Id: Iea0d674431b0fabbf7e9c4b30d9f08a6235cdc64

12 years agoMerge "Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770...
Justin Ho [Tue, 16 Oct 2012 16:08:21 +0000 (09:08 -0700)]
Merge "Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457"" into jb-mr1-dev

12 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Tue, 16 Oct 2012 16:08:11 +0000 (09:08 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

12 years agoRevert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug...
Justin Ho [Tue, 16 Oct 2012 16:07:39 +0000 (09:07 -0700)]
Revert "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457"

This reverts commit 04fe8723e48644bf5e1afc098f2117cbec6ba68d

Change-Id: I28ed23ad75ced96b66cc4dcce0faaf667c2d5d08

12 years agoRevert app freeze timeout delay.
Craig Mautner [Tue, 16 Oct 2012 16:06:53 +0000 (09:06 -0700)]
Revert app freeze timeout delay.

Speed up of wallpaper loading on Manta means this workaround is no
longer necessary.

Bug 7354440 fixed.

Change-Id: Ic0ad3c689abb5342fb29c824857db9d5c2d45008

12 years agoAdd new tablet sound set
Justin Ho [Tue, 16 Oct 2012 15:56:55 +0000 (08:56 -0700)]
Add new tablet sound set
Bug: 7351672

Change-Id: I9228d3f87729862f94727f99a179538551449881

12 years agoMerge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug...
Justin Ho [Tue, 16 Oct 2012 15:51:40 +0000 (08:51 -0700)]
Merge "Update alarm sounds and tune some ringtones Bug: 7351672 Bug: 5502770 Bug: 7312457" into jb-mr1-dev

12 years agoMerge "Flipping quick settings!" into jb-mr1-dev
Daniel Sandler [Tue, 16 Oct 2012 14:42:47 +0000 (07:42 -0700)]
Merge "Flipping quick settings!" into jb-mr1-dev

12 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Tue, 16 Oct 2012 13:59:27 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

12 years agoFlipping quick settings!
Daniel Sandler [Mon, 15 Oct 2012 17:39:38 +0000 (13:39 -0400)]
Flipping quick settings!

Bug: 7348917 ╰(°□°╰)
Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5

12 years agoAdd serial port profile support and allow to connect to rfcomm channel without sdp...
zzy [Thu, 11 Oct 2012 21:52:43 +0000 (14:52 -0700)]
Add serial port profile support and allow to connect to rfcomm channel without sdp discovery

bug 7272974

Change-Id: Idc10edc056b48da2fd96bea84eba3fb73b97bab1

12 years agoMerge "Allow any user to clear a notification targeted at USER_ALL." into jb-mr1-dev
Daniel Sandler [Tue, 16 Oct 2012 05:23:27 +0000 (22:23 -0700)]
Merge "Allow any user to clear a notification targeted at USER_ALL." into jb-mr1-dev

12 years agoMerge "Always layout Keyguard on config change." into jb-mr1-dev
Craig Mautner [Tue, 16 Oct 2012 05:05:54 +0000 (22:05 -0700)]
Merge "Always layout Keyguard on config change." into jb-mr1-dev

12 years agoRevert "Revert "Fix for bug 6050753.""
Mathias Agopian [Tue, 16 Oct 2012 02:45:25 +0000 (19:45 -0700)]
Revert "Revert "Fix for bug 6050753.""

Emergency revert -- fix reboot loop.

This reverts commit 8e63bcc63fd002231f8391af8982eeb235d096c8.

Change-Id: I4373b867d756de09cdf6aa0aba9e6ff8f47bcdbc

12 years agoMerge "Flag window animation transactions as animations." into jb-mr1-dev
Jamie Gennis [Tue, 16 Oct 2012 02:52:04 +0000 (19:52 -0700)]
Merge "Flag window animation transactions as animations." into jb-mr1-dev

12 years agoFlag window animation transactions as animations.
Jamie Gennis [Tue, 16 Oct 2012 02:14:58 +0000 (19:14 -0700)]
Flag window animation transactions as animations.

This change makes WindowManager use the new eAnimation flag when animating
windows.  This prevents some of the window updates from being combined with
updates from prior animation frames.

Bug: 7353840
Change-Id: I5a9f8fa2c1a2f5f08363a45cd9f28bb97cd77080

12 years agoAccessibility focus drawing does not take into account view's transformation matrix.
Svetoslav Ganov [Tue, 16 Oct 2012 02:12:29 +0000 (19:12 -0700)]
Accessibility focus drawing does not take into account view's transformation matrix.

1.  We are using the view drawing bounds but did not take into account the transformation
    matrix. This leads to showing ugly artifacts on the launcher's hotseat which is
    pretty much the first thing we see.

2. Updated the documentation of View.getDrawingRect to be more explicit that the
   results does not have the transformation matrix applied.

bug:7354033

Change-Id: Ief2e0ea8da05471d71e215ce4497d94ff6e92d1a

12 years agoMerge "Revert "Fix for bug 6050753."" into jb-mr1-dev
Romain Guy [Tue, 16 Oct 2012 01:44:07 +0000 (18:44 -0700)]
Merge "Revert "Fix for bug 6050753."" into jb-mr1-dev

12 years agoMerge "Ensure we always request conformant OpenGL ES 2.0 contexts" into jb-mr1-dev
Romain Guy [Tue, 16 Oct 2012 01:43:17 +0000 (18:43 -0700)]
Merge "Ensure we always request conformant OpenGL ES 2.0 contexts" into jb-mr1-dev

12 years agoMerge "Add missing layout_width/height Bug #7334849" into jb-mr1-dev
Romain Guy [Tue, 16 Oct 2012 01:43:11 +0000 (18:43 -0700)]
Merge "Add missing layout_width/height Bug #7334849" into jb-mr1-dev

12 years agoMerge "Stop dreaming if the battery not charging effectively." into jb-mr1-dev
Jeff Brown [Tue, 16 Oct 2012 01:40:50 +0000 (18:40 -0700)]
Merge "Stop dreaming if the battery not charging effectively." into jb-mr1-dev

12 years agoMerge "Cleanup some internal documentation." into jb-mr1-dev
Jeff Brown [Tue, 16 Oct 2012 01:40:05 +0000 (18:40 -0700)]
Merge "Cleanup some internal documentation." into jb-mr1-dev

12 years agoMerge "Fix inoperative "Forgot pattern" button when face unlock enabled" into jb...
Jim Miller [Tue, 16 Oct 2012 01:37:00 +0000 (18:37 -0700)]
Merge "Fix inoperative "Forgot pattern" button when face unlock enabled" into jb-mr1-dev

12 years agoMerge "Support pm clear as --user." into jb-mr1-dev
Jeff Sharkey [Tue, 16 Oct 2012 01:24:29 +0000 (18:24 -0700)]
Merge "Support pm clear as --user." into jb-mr1-dev

12 years agoMerge "Fix for bug 7344916 text view flickers when you hit enter" into jb-mr1-dev
Raph Levien [Tue, 16 Oct 2012 01:19:50 +0000 (18:19 -0700)]
Merge "Fix for bug 7344916 text view flickers when you hit enter" into jb-mr1-dev

12 years agoFix inoperative "Forgot pattern" button when face unlock enabled
Jim Miller [Mon, 15 Oct 2012 22:58:01 +0000 (15:58 -0700)]
Fix inoperative "Forgot pattern" button when face unlock enabled

This fixes a bug where the forgot pattern button wasn't working because
the logic for face unlock was interfering with determining the proper
backup to use.

The fix:
- adds a new state to SecurityMode so we have an initial condition
we can check for.
- passes the current mode to SecurityModel.getBackupSecurityMode() so
it relies on the current state.
- prevents face unlock from invoking callbacks that change state
once we're no longer showing face unlock.

Fixes bug 7346989

Change-Id: I4e64515efbbad712f11c820e690b458f352bf46c

12 years agoEnsure we always request conformant OpenGL ES 2.0 contexts
Romain Guy [Tue, 16 Oct 2012 01:09:49 +0000 (18:09 -0700)]
Ensure we always request conformant OpenGL ES 2.0 contexts

Change-Id: I6b9d6f2dace02ad28baef6811007302b8e552a54

12 years agoUpdate alarm sounds and tune some ringtones
Justin Ho [Mon, 15 Oct 2012 22:24:27 +0000 (15:24 -0700)]
Update alarm sounds and tune some ringtones
Bug: 7351672
Bug: 5502770
Bug: 7312457

Change-Id: Icb89cdbadc0e06b4a845b1cad16560f66d5b2bdd

12 years agoFix for bug 7344916 text view flickers when you hit enter
Raph Levien [Tue, 16 Oct 2012 00:22:26 +0000 (17:22 -0700)]
Fix for bug 7344916 text view flickers when you hit enter

The flickering was caused by trying to scroll to the cursor position
while the view was in an inconsistent state (text updated to change the
number of lines, but layout not done yet). This patch defers the actual
setting of the cursor until layout is done, when layout is pending.

Change-Id: I8ed3a402beb8058ac7a7f3935afeb946a23308ab

12 years agoMerge "Update wifi display device name when renamed." into jb-mr1-dev
Jeff Brown [Tue, 16 Oct 2012 00:21:20 +0000 (17:21 -0700)]
Merge "Update wifi display device name when renamed." into jb-mr1-dev

12 years agoMerge "Announce changes to the keyguard security message for accessibility." into...
Svetoslav Ganov [Tue, 16 Oct 2012 00:15:44 +0000 (17:15 -0700)]
Merge "Announce changes to the keyguard security message for accessibility." into jb-mr1-dev

12 years agoStop dreaming if the battery not charging effectively.
Jeff Brown [Mon, 15 Oct 2012 23:47:22 +0000 (16:47 -0700)]
Stop dreaming if the battery not charging effectively.

If the user activity timeout expired and the battery appears
to be draining faster than it is charging then stop dreaming
and go to sleep.

Bug: 7312455
Change-Id: I1b9d89e5b2647c72c455d2792e3778a2fe6a4e34

12 years agoAdd missing layout_width/height
Romain Guy [Mon, 15 Oct 2012 22:59:49 +0000 (15:59 -0700)]
Add missing layout_width/height
Bug #7334849

Change-Id: Ie4bbe5905bec1d410b8b51e0194bb1c8c2b84680

12 years agoMerge "Use device availability to start WFD audio routing" into jb-mr1-dev
Jean-Michel Trivi [Mon, 15 Oct 2012 23:24:55 +0000 (16:24 -0700)]
Merge "Use device availability to start WFD audio routing" into jb-mr1-dev

12 years agoSupport pm clear as --user.
Jeff Sharkey [Mon, 15 Oct 2012 23:16:39 +0000 (16:16 -0700)]
Support pm clear as --user.

Bug: 7352703
Change-Id: I0e9cc4f2313e5424d234c3cb051004c0321d9dac

12 years agoMerge "HW Acceleration support for stroked arcs with BUTT caps" into jb-mr1-dev
Chris Craik [Mon, 15 Oct 2012 23:08:18 +0000 (16:08 -0700)]
Merge "HW Acceleration support for stroked arcs with BUTT caps" into jb-mr1-dev

12 years agoCleanup some internal documentation.
Jeff Brown [Mon, 15 Oct 2012 23:00:40 +0000 (16:00 -0700)]
Cleanup some internal documentation.

Bug: 7312455
Change-Id: Idefd71f2e9d1abe1b2671dac9702edf7f5fbc118

12 years agoFix bugs in scriptGroup.
Jason Sams [Mon, 15 Oct 2012 22:45:12 +0000 (15:45 -0700)]
Fix bugs in scriptGroup.

Intrinsics were treating inputs as fields rather than varObjs.
This would generate a lot of extra work for the reflection
layers. Also we would like to deprecate this path in the future.

bug 7318821

Change-Id: I81e8c562ba05aae5d085d5c08e91e2c4877265c5

12 years agoMerge "fix crashing apps" into jb-mr1-dev
Victoria Lease [Mon, 15 Oct 2012 22:50:00 +0000 (15:50 -0700)]
Merge "fix crashing apps" into jb-mr1-dev

12 years agoAnnounce changes to the keyguard security message for accessibility.
alanv [Mon, 15 Oct 2012 22:37:44 +0000 (15:37 -0700)]
Announce changes to the keyguard security message for accessibility.

Bug: 7352702
Change-Id: I790d7be08b222ae3cb76459064802f587c3e6f30

12 years agoUpdate wifi display device name when renamed.
Jeff Brown [Mon, 15 Oct 2012 22:31:59 +0000 (15:31 -0700)]
Update wifi display device name when renamed.

Bug: 7340725
Change-Id: Ia3835a37fa3800371920f863b82f992efe764664

12 years agofix crashing apps
Victoria Lease [Mon, 15 Oct 2012 22:24:16 +0000 (15:24 -0700)]
fix crashing apps

Bug: 7349330
Change-Id: Iea61bce23cb197c7a28d574098253823df73a99b

12 years agoMerge "Fix SDK layout rendering in Eclipse." into jb-mr1-dev
Xavier Ducrohet [Mon, 15 Oct 2012 22:15:14 +0000 (15:15 -0700)]
Merge "Fix SDK layout rendering in Eclipse." into jb-mr1-dev

12 years agoFix SDK layout rendering in Eclipse.
Xavier Ducrohet [Mon, 15 Oct 2012 21:38:31 +0000 (14:38 -0700)]
Fix SDK layout rendering in Eclipse.

Change-Id: I0e9e85632012c0929b987ee9d0ccf7c25eece322

12 years agoMerge "Fix issue where pin field doesn't have focus (issue 7348937)" into jb-mr1-dev
Adam Cohen [Mon, 15 Oct 2012 21:41:25 +0000 (14:41 -0700)]
Merge "Fix issue where pin field doesn't have focus (issue 7348937)" into jb-mr1-dev

12 years agoMerge "Update javadoc" into jb-mr1-dev
Romain Guy [Mon, 15 Oct 2012 21:19:28 +0000 (14:19 -0700)]
Merge "Update javadoc" into jb-mr1-dev

12 years agoFix issue where pin field doesn't have focus (issue 7348937)
Adam Cohen [Mon, 15 Oct 2012 20:04:24 +0000 (13:04 -0700)]
Fix issue where pin field doesn't have focus (issue 7348937)

Change-Id: Ia926765271251248701416c001e2e73131cdf4ad

12 years agoMerge "Protect more service dump() methods." into jb-mr1-dev
Jeff Sharkey [Mon, 15 Oct 2012 21:01:57 +0000 (14:01 -0700)]
Merge "Protect more service dump() methods." into jb-mr1-dev

12 years agoHW Acceleration support for stroked arcs with BUTT caps
Chris Craik [Thu, 4 Oct 2012 21:10:49 +0000 (14:10 -0700)]
HW Acceleration support for stroked arcs with BUTT caps

bug:4419017

Change-Id: I7371bfb36cef460da861a47d4d945218c6d0c3d0

12 years agoAlways layout Keyguard on config change.
Craig Mautner [Thu, 11 Oct 2012 03:37:48 +0000 (20:37 -0700)]
Always layout Keyguard on config change.

Add Keyguard to list of windows that can't be hidden by keyguard.

Don't assign Configuration to window until layout has had a chance
to compare it to window's existing Configuration.

Bug: 7094175
Change-Id: I99a9fd4af9a31871fe130db7b6bdf49bd51a6092

12 years agoRevert "Fix for bug 6050753."
Romain Guy [Mon, 15 Oct 2012 20:24:58 +0000 (13:24 -0700)]
Revert "Fix for bug 6050753."

This reverts commit c29f031598811486d83f418fd08fbfe1fc41788a.

12 years agoUpdate javadoc
Romain Guy [Mon, 15 Oct 2012 19:31:57 +0000 (12:31 -0700)]
Update javadoc

Some View.post*() methods can be invoked from arbitrary thread
independently of whether the View is attached to a window.

Change-Id: I587b5909ab8b06665978d001548d56c8c22043c1

12 years agoAllow any user to clear a notification targeted at USER_ALL.
Daniel Sandler [Fri, 12 Oct 2012 17:59:26 +0000 (10:59 -0700)]
Allow any user to clear a notification targeted at USER_ALL.

This also adds the userid to notification_* eventlogs.

Bug: 7325802
Change-Id: I48055caf1344acd58b61607bf0be38cc299fc7be

12 years agoMerge "Monitor the right interface re VPN" into jb-mr1-dev
Robert Greenwalt [Mon, 15 Oct 2012 18:34:02 +0000 (11:34 -0700)]
Merge "Monitor the right interface re VPN" into jb-mr1-dev

12 years agoProtect more service dump() methods.
Jeff Sharkey [Fri, 12 Oct 2012 23:06:16 +0000 (16:06 -0700)]
Protect more service dump() methods.

Bug: 6406965
Change-Id: Ia45a580c1e6f403308e7e540f18f2c0505af0f29

12 years agoMerge "Fix handling of lost device" into jb-mr1-dev
Irfan Sheriff [Mon, 15 Oct 2012 17:23:22 +0000 (10:23 -0700)]
Merge "Fix handling of lost device" into jb-mr1-dev

12 years agoMerge "Rewind buffer before copying into it." into jb-mr1-dev
Marco Nelissen [Mon, 15 Oct 2012 17:00:15 +0000 (10:00 -0700)]
Merge "Rewind buffer before copying into it." into jb-mr1-dev

12 years agoMerge "delay onDreamingStarted() to work around asynchrony." into jb-mr1-dev
Chris Wren [Mon, 15 Oct 2012 16:06:36 +0000 (09:06 -0700)]
Merge "delay onDreamingStarted() to work around asynchrony." into jb-mr1-dev

12 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Mon, 15 Oct 2012 13:59:20 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

12 years agoMinor layout tweaks and bug fix in keyguard
Jim Miller [Mon, 15 Oct 2012 09:10:57 +0000 (02:10 -0700)]
Minor layout tweaks and bug fix in keyguard

- fix wrong string in SIM PUK unlock
- use buttonBar style for "emergency" and "forgot pattern" buttons

Bug 7341237

Change-Id: Id5593b54c345e3f869b6febc8554da01e7cb319e

12 years agoMerge "Fixing issues with pattern recovery / account view (issue 7341237):" into...
Jim Miller [Mon, 15 Oct 2012 07:57:48 +0000 (00:57 -0700)]
Merge "Fixing issues with pattern recovery / account view (issue 7341237):" into jb-mr1-dev

12 years agoMerge "Cleanup on async disconnect and finalize" into jb-mr1-dev
Irfan Sheriff [Mon, 15 Oct 2012 05:58:48 +0000 (22:58 -0700)]
Merge "Cleanup on async disconnect and finalize" into jb-mr1-dev

12 years agoFix handling of lost device
Irfan Sheriff [Fri, 12 Oct 2012 22:52:13 +0000 (15:52 -0700)]
Fix handling of lost device

We did not update a lost device notice to apps properly. This causes incorrect
connection initiation without a discovery which leads to failed invitation
requests to supplicant.

Bug: 7328758
Change-Id: If4b594c737d639d0f553188309319fba4e3ee7b7

12 years agoFixing issues with pattern recovery / account view (issue 7341237):
Adam Cohen [Mon, 15 Oct 2012 04:25:08 +0000 (21:25 -0700)]
Fixing issues with pattern recovery / account view (issue 7341237):

-> Recovery button should only appear if account present
-> Recovery button should appear at bottom
-> Account view should have emergency call button
-> Account view should not show the clock / status area

Change-Id: Id12e8219f3fc6ecb14e82c5ec6ea4b3e28ed772d

12 years agoFix for NPE with pattern recovery (issue 7341237)
Adam Cohen [Mon, 15 Oct 2012 00:26:31 +0000 (17:26 -0700)]
Fix for NPE with pattern recovery (issue 7341237)

-> Dealt with this NPE, and guarded against all related NPEs (which probably
   can't happen, but given the stakes of a system crash, this is safer).

Change-Id: I3c207839ae0279033b6f3dad791d710b19415439

12 years agoMerge "Disable security view transitions in keyguard" into jb-mr1-dev
Jim Miller [Sun, 14 Oct 2012 19:08:44 +0000 (12:08 -0700)]
Merge "Disable security view transitions in keyguard" into jb-mr1-dev

12 years agoMerge "Fix wallpaper not updating on initial boot." into jb-mr1-dev
Craig Mautner [Sun, 14 Oct 2012 18:25:22 +0000 (11:25 -0700)]
Merge "Fix wallpaper not updating on initial boot." into jb-mr1-dev

12 years agomerge in jb-mr1-release history after reset to jb-mr1-dev
The Android Automerger [Sun, 14 Oct 2012 13:59:18 +0000 (06:59 -0700)]
merge in jb-mr1-release history after reset to jb-mr1-dev

12 years agoDisable security view transitions in keyguard
Jim Miller [Sun, 14 Oct 2012 12:04:00 +0000 (05:04 -0700)]
Disable security view transitions in keyguard

Now that we have a single stage unlock, there's no need for the transition. This
was causing unnecessary flickering to happen in views where we add the security view
just after inflation, which triggers the animation.

Fixes bug 7343632

Change-Id: I5bb8e37df66e4d96f00719e318424d46bf0e2e5a

12 years agoMerge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb...
Adam Cohen [Sun, 14 Oct 2012 03:40:33 +0000 (20:40 -0700)]
Merge "Fix inability to start pattern outside view bounds (issue 7344325)" into jb-mr1-dev

12 years agoFix inability to start pattern outside view bounds (issue 7344325)
Adam Cohen [Sun, 14 Oct 2012 03:24:26 +0000 (20:24 -0700)]
Fix inability to start pattern outside view bounds (issue 7344325)

-> At the same time, disabling the abilit to page the widget region
   and see the overscroll effect

Change-Id: Icd9d9e253404bfbfc411d8958f7c634ca4e37279

12 years agoMerge "Fix blank clock (issue 7344512)" into jb-mr1-dev
Adam Cohen [Sun, 14 Oct 2012 02:34:44 +0000 (19:34 -0700)]
Merge "Fix blank clock (issue 7344512)" into jb-mr1-dev