OSDN Git Service

android-x86/frameworks-base.git
11 years agoOnly suppressing FUL on boot if selected fixes b/7338965
Brian Colonna [Thu, 1 Nov 2012 20:20:24 +0000 (16:20 -0400)]
Only suppressing FUL on boot if selected fixes b/7338965

FUL is suppressed when first booted and unsuppressed when the user
leaves keyguard (by logging in or turning the screen off).  However,
if the user managed to enter the phone without going through
keyguard (security set to none, or initial device setup), FUL was
not being unsuppressed and it would not show up the first time the
user tried to use it.

This fix only suppresses FUL on first boot if it is the selected
security method.  Therefore, it is not suppressed the first time it
is used after setting it up.

Change-Id: I766bbce31ce3939de97661623fe3b8d3fa29c20d

11 years agoSuppressing FUL after going to backup fixes b/7449820
Brian Colonna [Thu, 1 Nov 2012 03:07:00 +0000 (23:07 -0400)]
Suppressing FUL after going to backup fixes b/7449820

Face Unlock would reappear when rotating a tablet after it had already
fallen back to the backup unlock method.  This change suppresses Face
Unlock after going to the backup so it isn't seen again until the user
leaves and revisits keyguard.

This change also removes the exposeFallback() callback from Face
Unlock.  It has been unnecessary for a long tiem since Face Unlock no
longer covers the backup.  The Face Unlock service was therefore
making unnecesaary calls via the AIDL interface.

Note that the AIDL interface change broke obsolete keyguard stuff.
That is being deleted soon anyway, so code has just been commented out
of the obsolete files to make it compile.

Change-Id: Ia5c451cce1703b3bc03e27a35c6b38373e944d1b

11 years agoMerge "Adding a button for expanding the clock screen challenge." into jb-mr1-lockscr...
Jim Miller [Thu, 1 Nov 2012 01:54:36 +0000 (18:54 -0700)]
Merge "Adding a button for expanding the clock screen challenge." into jb-mr1-lockscreen-dev

11 years agoAdding a button for expanding the clock screen challenge.
Svetoslav Ganov [Thu, 1 Nov 2012 01:19:33 +0000 (18:19 -0700)]
Adding a button for expanding the clock screen challenge.

Change-Id: Ia39303012251cf7cc4dadac030d1aa471ceff776

11 years agoMerge "FUL being unsuppressed when screen turns off fixes b/7453702" into jb-mr1...
Brian Colonna [Thu, 1 Nov 2012 01:15:35 +0000 (18:15 -0700)]
Merge "FUL being unsuppressed when screen turns off fixes b/7453702" into jb-mr1-lockscreen-dev

11 years agoAccessibility support for the lockscreen - phone.
Svetoslav Ganov [Wed, 31 Oct 2012 21:33:32 +0000 (14:33 -0700)]
Accessibility support for the lockscreen  - phone.

Change-Id: Idc99f1322a1d635dd07e1f5efa1665a4676267c2

11 years agoMerge "Use new keyguard appwidget picker" into jb-mr1-lockscreen-dev
Michael Jurka [Thu, 1 Nov 2012 00:10:11 +0000 (17:10 -0700)]
Merge "Use new keyguard appwidget picker" into jb-mr1-lockscreen-dev

11 years agoFUL being unsuppressed when screen turns off fixes b/7453702
Brian Colonna [Thu, 1 Nov 2012 00:03:18 +0000 (20:03 -0400)]
FUL being unsuppressed when screen turns off fixes b/7453702

We suppress FUL when the device first boots because with all of the
things happening at boot, we don't want to interact with the camera.
We also suppress it immediately after a user switch for the same
reasons.  However, once the user turns the screen off, we want to
show FUL when they turn it back on.  Prior to this fix it was only
being unsuppressed on login.

Note that this CL also removes the isFirstBoot flag.  It was only
being set/checked when the suppress flag was set/checked, so it was
redundant.

This also addresses bug b/7450665, which is regarding the
user-switch case.

Change-Id: I2b39e85e21c08ef7629398521ab1159f5a6c7547

11 years agoMerge "Fix some drag behavior bugs in keyguard" into jb-mr1-lockscreen-dev
Adam Powell [Thu, 1 Nov 2012 00:01:15 +0000 (17:01 -0700)]
Merge "Fix some drag behavior bugs in keyguard" into jb-mr1-lockscreen-dev

11 years agoFix some drag behavior bugs in keyguard
Adam Powell [Wed, 31 Oct 2012 23:09:21 +0000 (16:09 -0700)]
Fix some drag behavior bugs in keyguard

Integrate from proto app

Make sure you can drag back up immediately without the delay of extra
offset on the challenge view.

There are still a few further tweaks to make here that will be
dependent on another upcoming patch.

Change-Id: I6af599e43d6be6da7b431dca5b87e39c157a54df

11 years agoUse new keyguard appwidget picker
Michael Jurka [Wed, 31 Oct 2012 01:30:52 +0000 (18:30 -0700)]
Use new keyguard appwidget picker

Also, remove ability to filter widgets by feature
in appwidget picker in anticipation of api change

Change-Id: I325de0b98f03d3a250758d504229ea27794b5330

11 years agoam fe28ff0d: Merge "Fix for regression in WindowManager orientation changes" into...
Chet Haase [Wed, 31 Oct 2012 23:51:45 +0000 (16:51 -0700)]
am fe28ff0d: Merge "Fix for regression in WindowManager orientation changes" into jb-mr1-dev

* commit 'fe28ff0d063818762dd585a67fcffd61cabd5a2f':
  Fix for regression in WindowManager orientation changes

11 years agoMerge "Fix for regression in WindowManager orientation changes" into jb-mr1-dev
Chet Haase [Wed, 31 Oct 2012 23:49:12 +0000 (16:49 -0700)]
Merge "Fix for regression in WindowManager orientation changes" into jb-mr1-dev

11 years agoam c1c53e56: Merge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev
Jeff Brown [Wed, 31 Oct 2012 23:45:01 +0000 (16:45 -0700)]
am c1c53e56: Merge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev

* commit 'c1c53e56fb5222bfdd17f0a9f735efe5c1b8cb70':
  Fix dream/keyguard infinite layout loop.

11 years agoMerge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev
Jeff Brown [Wed, 31 Oct 2012 23:42:26 +0000 (16:42 -0700)]
Merge "Fix dream/keyguard infinite layout loop." into jb-mr1-dev

11 years agoam c01d1045: Merge "Fix for bug 7400445 regression in background drawable" into jb...
Raph Levien [Wed, 31 Oct 2012 23:27:48 +0000 (16:27 -0700)]
am c01d1045: Merge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev

* commit 'c01d1045ef6c79000afc6f07a74ee7963a2092ac':
  Fix for bug 7400445 regression in background drawable

11 years agoam 9e3a900c: Merge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 23:27:45 +0000 (16:27 -0700)]
am 9e3a900c: Merge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev

* commit '9e3a900c35d6af749d0c363dadf627384eed687a':
  Revert "Removed symbol causing compile breakage."

11 years agoam 83e9187d: (-s ours) Merge "Revert "Import translations. DO NOT MERGE"" into jb...
Baligh Uddin [Wed, 31 Oct 2012 23:27:40 +0000 (16:27 -0700)]
am 83e9187d: (-s ours) Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev

* commit '83e9187d158b891459afc182c675dca56c7dcd93':
  Revert "Import translations. DO NOT MERGE"

11 years agoam a68aa4e3: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 23:27:36 +0000 (16:27 -0700)]
am a68aa4e3: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit 'a68aa4e34357eccd7af4d7e29e574b6bc9c61d66':
  Import translations. DO NOT MERGE

11 years agoam dd733251: Merge "Removed symbol causing compile breakage." into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 23:27:32 +0000 (16:27 -0700)]
am dd733251: Merge "Removed symbol causing compile breakage." into jb-mr1-dev

* commit 'dd73325106c4d52c734647d65530e46eb70f4749':
  Removed symbol causing compile breakage.

11 years agoMerge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev
Raph Levien [Wed, 31 Oct 2012 23:18:04 +0000 (16:18 -0700)]
Merge "Fix for bug 7400445 regression in background drawable" into jb-mr1-dev

11 years agoMerge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 23:18:06 +0000 (16:18 -0700)]
Merge "Revert "Removed symbol causing compile breakage."" into jb-mr1-dev

11 years agoRevert "Removed symbol causing compile breakage."
Baligh Uddin [Wed, 31 Oct 2012 23:16:22 +0000 (16:16 -0700)]
Revert "Removed symbol causing compile breakage."

breaks build.

This reverts commit d8a5792ae760a22aed4aa4ffd2caa5161d61baad

Change-Id: Ib92e9eee7f581bd9c508a735ef8a770316565d25

11 years agoMerge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 23:14:44 +0000 (16:14 -0700)]
Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-dev

11 years agoRevert "Import translations. DO NOT MERGE"
Baligh Uddin [Wed, 31 Oct 2012 23:13:57 +0000 (16:13 -0700)]
Revert "Import translations. DO NOT MERGE"

breaks build.

This reverts commit a7cd483e4d7f097487ca9babc27316c11f2e4afb

Change-Id: I5690d3c9048f70b33a3e9610b821873a335a8357

11 years agoFix for regression in WindowManager orientation changes
Chet Haase [Wed, 31 Oct 2012 15:57:17 +0000 (08:57 -0700)]
Fix for regression in WindowManager orientation changes

A fix yesterday for #7428221 caused a regression where new orientations would
sometimes cause a flash through black on the way to seeing the real static wallpaper.
There is a fundamental problem in WindowManagerService where we show a window before
it has all of the layout/sizing information it needs, which is the cause of the black
flash. The regression yesterday was that we are now less aggressive about layout out
hidden windows, so we won't layout the window until after the window is shown with the
incorrect sizing info.

The fix/workaround is to back off the layout logic specifically for the wallpaper,
ensuring that we will lay it out on orientation changes, even when hidden. This means that
when we finally do show it, it will already have been drawn in the correct orientation/size.

Issue #7444971 Home jank regression

Change-Id: Ib20fdabc43ece9720b261bf04b272c5511e2d902

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 22:31:33 +0000 (15:31 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoMerge "Removed symbol causing compile breakage." into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 22:28:44 +0000 (15:28 -0700)]
Merge "Removed symbol causing compile breakage." into jb-mr1-dev

11 years agoMerge "Fix keypad accessibility." into jb-mr1-lockscreen-dev
Svetoslav Ganov [Wed, 31 Oct 2012 22:06:27 +0000 (15:06 -0700)]
Merge "Fix keypad accessibility." into jb-mr1-lockscreen-dev

11 years agoRemoved symbol causing compile breakage.
Baligh Uddin [Wed, 31 Oct 2012 17:46:54 +0000 (10:46 -0700)]
Removed symbol causing compile breakage.

  Seems like this string was removed in
  https://googleplex-android-review.googlesource.com/#/c/247477

Change-Id: I2cc96143980d326cfdbc1db3b2a3c9766963ef03

11 years agoam 6bd881bd: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 22:05:15 +0000 (15:05 -0700)]
am 6bd881bd: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit '6bd881bd328835f9b042d859cb496ed6f612c17b':
  Import translations. DO NOT MERGE

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Wed, 31 Oct 2012 22:02:30 +0000 (15:02 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

11 years agoMerge "Accessibility of the lock screen - strings" into jb-mr1-lockscreen-dev
Svetoslav Ganov [Wed, 31 Oct 2012 21:34:24 +0000 (14:34 -0700)]
Merge "Accessibility of the lock screen - strings" into jb-mr1-lockscreen-dev

11 years agoAccessibility of the lock screen - strings
Svetoslav Ganov [Wed, 31 Oct 2012 21:29:52 +0000 (14:29 -0700)]
Accessibility of the lock screen - strings

Change-Id: I573a65e5de4c258831bd14f4d54ab3eabf67b8e1

11 years agoFix for bug 7400445 regression in background drawable
Raph Levien [Wed, 31 Oct 2012 20:53:57 +0000 (13:53 -0700)]
Fix for bug 7400445 regression in background drawable

The opacity calculation for a gradient drawable of shape must take
rounded corners into account - if the corner radius is nonzero, then the
shape is translucent rather than opaque. Previously the code always
assumed that such rectangles were fully opaque, which led to the
background (visible behind the rectangle) not getting drawn.

This patch simply checks for corner radius in addition to shape and
computes opacity as translucent in the nonzero case.

Change-Id: Iaf4d24abc6ecf49f85c82972b8f998700c83295e

11 years agoam 03f7ebfe: Merge "Relax permission requirements for posting notifications across...
Amith Yamasani [Wed, 31 Oct 2012 20:09:21 +0000 (13:09 -0700)]
am 03f7ebfe: Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev

* commit '03f7ebfeaadb3f03c9a9a6405276fb702ad11fe1':
  Relax permission requirements for posting notifications across users

11 years agoMerge "Relax permission requirements for posting notifications across users" into...
Amith Yamasani [Wed, 31 Oct 2012 20:06:56 +0000 (13:06 -0700)]
Merge "Relax permission requirements for posting notifications across users" into jb-mr1-dev

11 years agoMerge "Remove extra KeyguardViewStateManager construction" into jb-mr1-lockscreen-dev
Jim Miller [Wed, 31 Oct 2012 19:37:53 +0000 (12:37 -0700)]
Merge "Remove extra KeyguardViewStateManager construction" into jb-mr1-lockscreen-dev

11 years agoRemove extra KeyguardViewStateManager construction
Jim Miller [Wed, 31 Oct 2012 19:35:45 +0000 (12:35 -0700)]
Remove extra KeyguardViewStateManager construction

Change-Id: I0f64569876d923c2b4b7ac3918f3a0458a56b16c

11 years agoMerge "Update bouncer behavior on tablets." into jb-mr1-lockscreen-dev
Chris Wren [Wed, 31 Oct 2012 19:34:50 +0000 (12:34 -0700)]
Merge "Update bouncer behavior on tablets." into jb-mr1-lockscreen-dev

11 years agoUpdate bouncer behavior on tablets.
Chris Wren [Tue, 30 Oct 2012 15:22:58 +0000 (11:22 -0400)]
Update bouncer behavior on tablets.

Bug: 7411293
Change-Id: I1000987b9b5d481d04e095c4f8eb9eda44a81021
Proto:Id: I81fcf3541a81812b212963a5c4b379424506bc5a

11 years agoMerge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-lockscreen-dev
Baligh Uddin [Wed, 31 Oct 2012 17:37:04 +0000 (10:37 -0700)]
Merge "Revert "Import translations. DO NOT MERGE"" into jb-mr1-lockscreen-dev

11 years agoRevert "Import translations. DO NOT MERGE"
Baligh Uddin [Wed, 31 Oct 2012 17:35:22 +0000 (10:35 -0700)]
Revert "Import translations. DO NOT MERGE"

Broken Build:
frameworks/base/core/res/res/values/symbols.xml:558: error: Symbol 'keyguard_accessibility_widget_changed' declared with <java-symbol> not defined
make: *** [out/target/common/obj/APPS/framework-res_intermediates/package-export.apk] Error 1

This reverts commit 30a3eeaa4bc8d654b6ff3beb109b6af3f347b135

Change-Id: I505c6c1f3444c80519fbee50d7dda656f5c9b76e

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
Baligh Uddin [Wed, 31 Oct 2012 17:21:55 +0000 (10:21 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
Baligh Uddin [Wed, 31 Oct 2012 17:12:54 +0000 (10:12 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev

11 years agoam 86e1b966: Fix ordering bug
Dave Burke [Wed, 31 Oct 2012 04:51:11 +0000 (21:51 -0700)]
am 86e1b966: Fix ordering bug

* commit '86e1b96666af3693ec1bf220272fbc90d73d3cde':
  Fix ordering bug

11 years agoFix ordering bug
Dave Burke [Wed, 31 Oct 2012 04:45:12 +0000 (21:45 -0700)]
Fix ordering bug

Bug: 7445381
Change-Id: I585b8cdd528b05db0737eab815c4172760aece14

11 years agoMerge "Fix keyguard bugs" into jb-mr1-lockscreen-dev
Adam Powell [Wed, 31 Oct 2012 04:00:40 +0000 (21:00 -0700)]
Merge "Fix keyguard bugs" into jb-mr1-lockscreen-dev

11 years agoFix keyguard bugs
Adam Powell [Wed, 31 Oct 2012 03:56:45 +0000 (20:56 -0700)]
Fix keyguard bugs

Integrate from proto app

Get some layout/alignment right between security views, bouncer,
etc. Expand the space available for the more cramped security views
when not in the bouncer.

Fix bug 7434391 - don't allow widget swiping in bouncer mode. Fix a
few other bouncer-related state tracking problems as well.

Use layers when moving the security view around.

Change-Id: Ied14bab8bb5c3d997c734a3ae657b766c427253f

11 years agoMerge "Fix crash on boot" into jb-mr1-lockscreen-dev
Michael Jurka [Wed, 31 Oct 2012 03:55:48 +0000 (20:55 -0700)]
Merge "Fix crash on boot" into jb-mr1-lockscreen-dev

11 years agoFix crash on boot
Michael Jurka [Wed, 31 Oct 2012 03:50:21 +0000 (20:50 -0700)]
Fix crash on boot

11 years agoMerge "Re-enable transition animation between face unlock and backup" into jb-mr1...
Jim Miller [Wed, 31 Oct 2012 03:43:52 +0000 (20:43 -0700)]
Merge "Re-enable transition animation between face unlock and backup" into jb-mr1-lockscreen-dev

11 years agoRe-enable transition animation between face unlock and backup
Jim Miller [Wed, 31 Oct 2012 03:37:57 +0000 (20:37 -0700)]
Re-enable transition animation between face unlock and backup

Change-Id: Ia90cf73e400f45c8b73f34cbc521dcbc62258ca8

11 years agoMerge "Fix potential null pointer exeption in keyguard" into jb-mr1-lockscreen-dev
Jim Miller [Wed, 31 Oct 2012 03:17:47 +0000 (20:17 -0700)]
Merge "Fix potential null pointer exeption in keyguard" into jb-mr1-lockscreen-dev

11 years agoFix potential null pointer exeption in keyguard
Jim Miller [Wed, 31 Oct 2012 03:12:53 +0000 (20:12 -0700)]
Fix potential null pointer exeption in keyguard

The code was adding default widgets before setting mViewStateManager, which means the
callback from the transport control might access mViewStateManager before it's set.

Change-Id: I985a3c8062d0660519cb4a4c8c1b42c7c90f4ac7

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 31 Oct 2012 02:35:18 +0000 (19:35 -0700)]
Import translations. DO NOT MERGE

Change-Id: I93ab875ed71833efc99917a6474f1401fb47c263
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 31 Oct 2012 02:34:07 +0000 (19:34 -0700)]
Import translations. DO NOT MERGE

Change-Id: I01d1dafe9b0dc9d6fb4d90ff97fc39cbeca4f3f8
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 31 Oct 2012 02:13:28 +0000 (19:13 -0700)]
Import translations. DO NOT MERGE

Change-Id: I0909dffc40bf6e8325b97aa0c5a0ccc07830b330
Auto-generated-cl: translation import

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 31 Oct 2012 02:10:48 +0000 (19:10 -0700)]
Import translations. DO NOT MERGE

Change-Id: I359781293df3f79daa98691719636baac0f93afb
Auto-generated-cl: translation import

11 years agoFix dream/keyguard infinite layout loop.
Jeff Brown [Tue, 30 Oct 2012 04:33:27 +0000 (21:33 -0700)]
Fix dream/keyguard infinite layout loop.

Bug: 7427191
Change-Id: If48d39cf890274607fd13cdd4d85c6c234ce5a2c

11 years agoMerge "Lockscreen accessibility - strings." into jb-mr1-lockscreen-dev
Svetoslav Ganov [Wed, 31 Oct 2012 01:40:50 +0000 (18:40 -0700)]
Merge "Lockscreen accessibility - strings." into jb-mr1-lockscreen-dev

11 years agoLockscreen accessibility - strings.
Svetoslav Ganov [Wed, 31 Oct 2012 01:33:21 +0000 (18:33 -0700)]
Lockscreen accessibility - strings.

Change-Id: Ic38c2d3e3052979f4f1569e851f365c10d8c93f0

11 years agoam 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb...
Svetoslav Ganov [Wed, 31 Oct 2012 01:34:15 +0000 (18:34 -0700)]
am 0bd6f96f: Merge "Fixing view accessibility classification for recents." into jb-mr1-dev

* commit '0bd6f96ff0b5f29b08205518c4060f0d38a9cdcc':
  Fixing view accessibility classification for recents.

11 years agoMerge "Fixing view accessibility classification for recents." into jb-mr1-dev
Svetoslav Ganov [Wed, 31 Oct 2012 01:30:45 +0000 (18:30 -0700)]
Merge "Fixing view accessibility classification for recents." into jb-mr1-dev

11 years agoam 5c12bc58: Merge remote-tracking branch \'goog/jb-mr1-lockscreen-dev\' into jb...
Ed Heyl [Wed, 31 Oct 2012 01:07:39 +0000 (18:07 -0700)]
am 5c12bc58: Merge remote-tracking branch \'goog/jb-mr1-lockscreen-dev\' into jb-mr1-dev

* commit '5c12bc5851056f114893f3d381f9fc8785e2cdb0':

11 years agoam 20329dcb: Merge "QS uses nickname for multiuser and profile name for singleuser...
Amith Yamasani [Wed, 31 Oct 2012 01:07:39 +0000 (18:07 -0700)]
am 20329dcb: Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev

* commit '20329dcb37fffca1de3ded6b58341e87cc43c4a9':
  QS uses nickname for multiuser and profile name for singleuser.

11 years agoMerge remote-tracking branch 'goog/jb-mr1-lockscreen-dev' into jb-mr1-dev
Ed Heyl [Wed, 31 Oct 2012 01:04:31 +0000 (18:04 -0700)]
Merge remote-tracking branch 'goog/jb-mr1-lockscreen-dev' into jb-mr1-dev

11 years agoQS uses nickname for multiuser and profile name for singleuser.
Amith Yamasani [Tue, 30 Oct 2012 21:32:45 +0000 (14:32 -0700)]
QS uses nickname for multiuser and profile name for singleuser.

Bug: 7400662
Change-Id: I3299ee70acaa7341ec11b4774426e22182ffd170

11 years agoMerge "Fix content alpha" into jb-mr1-lockscreen-dev
Adam Cohen [Wed, 31 Oct 2012 00:50:57 +0000 (17:50 -0700)]
Merge "Fix content alpha" into jb-mr1-lockscreen-dev

11 years agoMerge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev
Amith Yamasani [Wed, 31 Oct 2012 00:47:58 +0000 (17:47 -0700)]
Merge "QS uses nickname for multiuser and profile name for singleuser." into jb-mr1-dev

11 years agoam 27f752eb: Merge "WindowManager shouldn\'t layout non-visible windows" into jb...
Chet Haase [Wed, 31 Oct 2012 00:45:55 +0000 (17:45 -0700)]
am 27f752eb: Merge "WindowManager shouldn\'t layout non-visible windows" into jb-mr1-dev

* commit '27f752eb1d5c0f92fb38e7d6d0ea20b3b3b26a02':
  WindowManager shouldn't layout non-visible windows

11 years agoam a07d047f: Merge "Don\'t clean up wallpaper map entry when stopping a user." into...
Amith Yamasani [Wed, 31 Oct 2012 00:44:05 +0000 (17:44 -0700)]
am a07d047f: Merge "Don\'t clean up wallpaper map entry when stopping a user." into jb-mr1-dev

* commit 'a07d047f34b28fdf7b3b342ceb31c8c982b24fd8':
  Don't clean up wallpaper map entry when stopping a user.

11 years agoMerge "WindowManager shouldn't layout non-visible windows" into jb-mr1-dev
Chet Haase [Wed, 31 Oct 2012 00:42:42 +0000 (17:42 -0700)]
Merge "WindowManager shouldn't layout non-visible windows" into jb-mr1-dev

11 years agoFix content alpha
Adam Cohen [Wed, 31 Oct 2012 00:31:32 +0000 (17:31 -0700)]
Fix content alpha

Change-Id: I13e8ad73baf768976240c1c7c5a2cb05d5d62061

11 years agoMerge "Don't clean up wallpaper map entry when stopping a user." into jb-mr1-dev
Amith Yamasani [Wed, 31 Oct 2012 00:40:12 +0000 (17:40 -0700)]
Merge "Don't clean up wallpaper map entry when stopping a user." into jb-mr1-dev

11 years agoMerge "Removed makeInvisible() function" into jb-mr1-lockscreen-dev
Danielle Millett [Wed, 31 Oct 2012 00:32:59 +0000 (17:32 -0700)]
Merge "Removed makeInvisible() function" into jb-mr1-lockscreen-dev

11 years agoMerge "Fixed misplacement of cancel(X) button for Face Unlock" into jb-mr1-lockscreen-dev
Brian Colonna [Wed, 31 Oct 2012 00:32:36 +0000 (17:32 -0700)]
Merge "Fixed misplacement of cancel(X) button for Face Unlock" into jb-mr1-lockscreen-dev

11 years agoRemoved makeInvisible() function
Danielle Millett [Wed, 31 Oct 2012 00:18:44 +0000 (20:18 -0400)]
Removed makeInvisible() function

This is now being done inside stopUI instead of its own separate
call since it needs to be done on the UI thread inside FaceLockService.

Change-Id: Iaf3a203f7f201ba4dde4c878f457e765f11e6c0e

11 years agoMerge "Making the reordering play nice with the 3D widget carousel" into jb-mr1-locks...
Adam Cohen [Wed, 31 Oct 2012 00:11:00 +0000 (17:11 -0700)]
Merge "Making the reordering play nice with the 3D widget carousel" into jb-mr1-lockscreen-dev

11 years agoam 05728277: am c6df397e: am a76f1dfc: am c7255569: Merge "Doc change: fix broken...
Dirk Dougherty [Wed, 31 Oct 2012 00:10:19 +0000 (17:10 -0700)]
am 05728277: am c6df397e: am a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit '0572827720e191b3e6fe4466ae09058f5d578c57':
  Doc change: fix broken link in publishing steps TOC.

11 years agoFixing view accessibility classification for recents.
Casey Burkhardt [Wed, 31 Oct 2012 00:07:01 +0000 (17:07 -0700)]
Fixing view accessibility classification for recents.

Change-Id: I0324fe322d97ee35105d7d71442fa79663e0fdfa
Bug: 7438790

11 years agoMaking the reordering play nice with the 3D widget carousel
Adam Cohen [Tue, 30 Oct 2012 23:48:22 +0000 (16:48 -0700)]
Making the reordering play nice with the 3D widget carousel

-> Ensuring that transforms, hidden side pages, alphas all transition
   and fade seamlessly to and from the carousel

Change-Id: I6197f17899135a9e551ff1691c63ad5a2bb1d0f7

11 years agoFix keypad accessibility.
alanv [Wed, 31 Oct 2012 00:07:37 +0000 (17:07 -0700)]
Fix keypad accessibility.

Add lift-to-type to the PIN keypad. Speak entered PIN digits. Add content
descriptions to PIN keypad buttons.

Bug: 7436382
Change-Id: I7cb3977cc769598c5f783221e1257b13e5e108c7

11 years agoam c6df397e: am a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishi...
Dirk Dougherty [Wed, 31 Oct 2012 00:07:02 +0000 (17:07 -0700)]
am c6df397e: am a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit 'c6df397effaf5417c8adcd72704cf7ceba59adfb':
  Doc change: fix broken link in publishing steps TOC.

11 years agoam a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps...
Dirk Dougherty [Wed, 31 Oct 2012 00:04:48 +0000 (17:04 -0700)]
am a76f1dfc: am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit 'a76f1dfc7740fa506c8ba4058e2ad8b90b476fe8':
  Doc change: fix broken link in publishing steps TOC.

11 years agoam c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb...
Dirk Dougherty [Wed, 31 Oct 2012 00:01:53 +0000 (17:01 -0700)]
am c7255569: Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

* commit 'c7255569bba20d94200dc05ffd5ce7b61bdc569c':
  Doc change: fix broken link in publishing steps TOC.

11 years agoMerge "Fill in logic in WidgetPager to ignore music when reordering." into jb-mr1...
Jim Miller [Tue, 30 Oct 2012 23:57:53 +0000 (16:57 -0700)]
Merge "Fill in logic in WidgetPager to ignore music when reordering." into jb-mr1-lockscreen-dev

11 years agoMerge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs
Dirk Dougherty [Tue, 30 Oct 2012 23:56:57 +0000 (16:56 -0700)]
Merge "Doc change: fix broken link in publishing steps TOC." into jb-dev-docs

11 years agoMerge "Implement correct music widget positioning in keyguard" into jb-mr1-lockscreen-dev
Jim Miller [Tue, 30 Oct 2012 23:55:05 +0000 (16:55 -0700)]
Merge "Implement correct music widget positioning in keyguard" into jb-mr1-lockscreen-dev

11 years agoDoc change: fix broken link in publishing steps TOC.
Dirk Dougherty [Tue, 30 Oct 2012 23:51:54 +0000 (16:51 -0700)]
Doc change: fix broken link in publishing steps TOC.

Change-Id: I1b7453dfe276be40a23f1bd59a463e6d4f9b0412

11 years agoam 77101993: Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev
Dianne Hackborn [Tue, 30 Oct 2012 23:39:54 +0000 (16:39 -0700)]
am 77101993: Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev

* commit '7710199376657415e5341f64a830aa50fcb117aa':
  Bring up unlock screen for FLAG_DISMISS_KEYGUARD.

11 years agoMerge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev
Dianne Hackborn [Tue, 30 Oct 2012 23:37:18 +0000 (16:37 -0700)]
Merge "Bring up unlock screen for FLAG_DISMISS_KEYGUARD." into jb-mr1-dev

11 years agoWindowManager shouldn't layout non-visible windows
Chet Haase [Tue, 30 Oct 2012 23:35:45 +0000 (16:35 -0700)]
WindowManager shouldn't layout non-visible windows

A recent change in WindowManager made background windows perform layout
(when they should really be left alone). This resulted in artifacts
where rotating the device and then going to a backgrojnd activity (launcher,
Recents) would briefly show that activity in the wrong size/orientation, then
flash to the correct one after a proper layout.

This fix is a simple workaround, leaving in the original fix that the code
change addressed (for keyguard orientation changes), while going back to the
previous (don't layout gone windows) for all other cases.

Issue #7428221 sometimes recents is drawn off-center and then fixes itself

Change-Id: I41b47933c2bd86f29133853d3387bb7294be8f48

11 years agoRelax permission requirements for posting notifications across users
Amith Yamasani [Tue, 30 Oct 2012 22:28:27 +0000 (15:28 -0700)]
Relax permission requirements for posting notifications across users

Bug: 7430689
Change-Id: I2430b20137705ed2d6dc0f870690acda0662392b

11 years agoFixed misplacement of cancel(X) button for Face Unlock
Brian Colonna [Tue, 30 Oct 2012 22:34:39 +0000 (18:34 -0400)]
Fixed misplacement of cancel(X) button for Face Unlock

Before the FUL service started, the FUL cancel button was positioned
off of the right side of the window.  This was because the
FaceUnlockView (derived from RelativeLayout) was calling
super.onMeasure() incorrectly, preventing it from using the new
'square' size when laying out child views.

Change-Id: I2f1e86617da5c8f37123febab2e433288bdea062

11 years agoFill in logic in WidgetPager to ignore music when reordering.
Jim Miller [Tue, 30 Oct 2012 21:57:29 +0000 (14:57 -0700)]
Fill in logic in WidgetPager to ignore music when reordering.

This moves music state management into KeyguardViewStateManager to allow
KeyguardWidgetPager access to it.

Fixes bug 7442977

Change-Id: I113b6d1c8848d60ae53b99e697b33e1e33d67853

11 years agoQS uses nickname for multiuser and profile name for singleuser.
Amith Yamasani [Tue, 30 Oct 2012 21:32:45 +0000 (14:32 -0700)]
QS uses nickname for multiuser and profile name for singleuser.

Bug: 7400662
Change-Id: I3299ee70acaa7341ec11b4774426e22182ffd170

11 years agoMerge "Attempt to fix bug on devices where multi-user support is disabled." into...
Jim Miller [Tue, 30 Oct 2012 21:24:57 +0000 (14:24 -0700)]
Merge "Attempt to fix bug on devices where multi-user support is disabled." into jb-mr1-lockscreen-dev

11 years agoAttempt to fix bug on devices where multi-user support is disabled.
Jim Miller [Tue, 30 Oct 2012 21:12:22 +0000 (14:12 -0700)]
Attempt to fix bug on devices where multi-user support is disabled.

Bug 7437751

Change-Id: Iff9f6a5a91fb9dd69b7176a5febb1d6e158d90b6

11 years agoImplement correct music widget positioning in keyguard
Jim Miller [Tue, 30 Oct 2012 02:11:50 +0000 (19:11 -0700)]
Implement correct music widget positioning in keyguard

This always inserts the music widget to the left of the camera
widget if it exists or as the right-most widget when music is
playing.

Fixes bug 7425361

Change-Id: Ida992fbdde254a2de0ab12c63e003ccfeab7a94a