OSDN Git Service

android-x86/frameworks-base.git
11 years agoEnsure edge swiping is enforced immediately upon showing keyguard (issue 7453156)
Adam Cohen [Sun, 4 Nov 2012 22:00:05 +0000 (14:00 -0800)]
Ensure edge swiping is enforced immediately upon showing keyguard (issue 7453156)

Change-Id: I197a5304bbea904b58494a9dcb7ff95ff3c4a52b

11 years agoFix issue 7468224, make sure to size pages if page changes
Adam Cohen [Sun, 4 Nov 2012 21:20:26 +0000 (13:20 -0800)]
Fix issue 7468224, make sure to size pages if page changes

Change-Id: I8b3d7573eda7ed8e6a9aa479e61737fb12e26b92

11 years agoIf a default keyguard layout isn't specified, fallback to the default layout
Adam Cohen [Sun, 4 Nov 2012 20:03:12 +0000 (12:03 -0800)]
If a default keyguard layout isn't specified, fallback to the default layout

-> Also fixing a typo in AppWidgetProvider clone() -- this was the cause of
   the "couldn't load widget". It wasn't getting expressed before for various
   reasons.

Change-Id: Ib7114565a414d66facd8b4baeb97d5a71e96b5e9

11 years agoUse better signal for camera launch.
John Spurlock [Sun, 4 Nov 2012 18:48:42 +0000 (13:48 -0500)]
Use better signal for camera launch.

Keyguard set-hidden instead of window lost focus.

Tested with face unlock.

Bug:7464536
Change-Id: I6171c96699d1b1ccfebd7a14179d90963fb8aa54

11 years agoRender camera widget on a background thread.
John Spurlock [Sun, 4 Nov 2012 16:11:47 +0000 (11:11 -0500)]
Render camera widget on a background thread.

Bug:7470978
Change-Id: Ieace005ac42d39ac4c146673910e6681f38e8f56

11 years agoFully block user interactions when transitioning to camera.
John Spurlock [Sun, 4 Nov 2012 14:42:42 +0000 (09:42 -0500)]
Fully block user interactions when transitioning to camera.

Bug:7464265
Change-Id: I654b3d7c455f782495946988bb2e5198ff4252ec

11 years agoam 2ea9bae7: Fix issue #7457380: IME leaves a mark after user switching
Dianne Hackborn [Sun, 4 Nov 2012 06:37:36 +0000 (23:37 -0700)]
am 2ea9bae7: Fix issue #7457380: IME leaves a mark after user switching

* commit '2ea9bae7121f1df5461437d7d08fa550cdf6e0b0':
  Fix issue #7457380: IME leaves a mark after user switching

11 years agoFixing up overscroll / hints on tablet
Adam Cohen [Sun, 4 Nov 2012 03:02:33 +0000 (20:02 -0700)]
Fixing up overscroll / hints on tablet

Change-Id: I8b0ce30b02b2d13d71826d6765d154f5ab89072b

11 years agoCleaning up the overscroll effect
Adam Cohen [Sun, 4 Nov 2012 02:10:56 +0000 (19:10 -0700)]
Cleaning up the overscroll effect

Change-Id: I685693fa178fb7b6418145554eb320b1a62d7462

11 years agoUpdating UI to new design, widget shouldn't expand until page settles (issue 7467435)
Adam Cohen [Sun, 4 Nov 2012 00:10:07 +0000 (17:10 -0700)]
Updating UI to new design, widget shouldn't expand until page settles (issue 7467435)

-> If the challenge is showing and the page is swiped, instead of immediately
   sliding down the security and expanding the small widget, we instead
   quickly fade out the security and keep the widget+frame small until
   the page settles and fades out.

Change-Id: I0f376dcd863744b977a1c5ccc7a46a5c6fdb891d

11 years agoMerge "Making screen hints just side page outlines, as per new design (issue 7467968...
Adam Cohen [Sat, 3 Nov 2012 05:03:23 +0000 (22:03 -0700)]
Merge "Making screen hints just side page outlines, as per new design (issue 7467968)" into jb-mr1-lockscreen-dev

11 years agoMaking screen hints just side page outlines, as per new design (issue 7467968)
Adam Cohen [Sat, 3 Nov 2012 05:00:57 +0000 (22:00 -0700)]
Making screen hints just side page outlines, as per new design (issue 7467968)

Change-Id: Iff66e0b01cca89337227e54033f6245d6833a5ff

11 years agoFix issue #7457380: IME leaves a mark after user switching
Dianne Hackborn [Sat, 3 Nov 2012 01:43:48 +0000 (18:43 -0700)]
Fix issue #7457380: IME leaves a mark after user switching

The gnarly stuff where we keep track of the old input method
window as if it was still there was sitting around leaving things
in a stuck state.  Now we clear this out at key points in the
window manager (freezing screen, user change), and the input
method manager service is less aggressive about asking the window
manager to do it.

Also fixed a problem that was causing flickers during some
wallpaper transitions -- when we are animating two things on
top of the wallpaper and one of them disappears, we need to
make sure the wallpaper target points to whatever the current
target should be (if any), not left pointing to the old target
that has gone away.

Change-Id: I2fb9600f569a5bd5e3528aaf24cde9340af56cb0

11 years agoMerge "Attempt to fix MENU key issue." into jb-mr1-lockscreen-dev
Jim Miller [Sat, 3 Nov 2012 00:35:12 +0000 (17:35 -0700)]
Merge "Attempt to fix MENU key issue." into jb-mr1-lockscreen-dev

11 years agoMerge "Clean up separator string in keyguard view" into jb-mr1-lockscreen-dev
Jim Miller [Sat, 3 Nov 2012 00:33:41 +0000 (17:33 -0700)]
Merge "Clean up separator string in keyguard view" into jb-mr1-lockscreen-dev

11 years agoClean up separator string in keyguard view
Jim Miller [Sat, 3 Nov 2012 00:26:52 +0000 (17:26 -0700)]
Clean up separator string in keyguard view

The whitespace in the string was being removed by aapt.

Change-Id: I0c6a3e6960feb80cc0263d3f63005aee8bd0a7cd

11 years agoam 841ce670: Merge commit \'81af21e67cd842d16d4b45e8a2d1ec56ff8d764f\' into jb-mr1-dev
Baligh Uddin [Fri, 2 Nov 2012 23:49:33 +0000 (16:49 -0700)]
am 841ce670: Merge commit \'81af21e67cd842d16d4b45e8a2d1ec56ff8d764f\' into jb-mr1-dev

* commit '841ce670b29180a157a084a9c0e803b13e92020c':

11 years agoAttempt to fix MENU key issue.
Jim Miller [Fri, 2 Nov 2012 23:39:22 +0000 (16:39 -0700)]
Attempt to fix MENU key issue.

Bug 7467642

Change-Id: If9ee91fc17b454dd47945e800e90d76c0faa7f3d

11 years agoMerge commit '81af21e67cd842d16d4b45e8a2d1ec56ff8d764f' into jb-mr1-dev
Baligh Uddin [Fri, 2 Nov 2012 23:46:18 +0000 (16:46 -0700)]
Merge commit '81af21e67cd842d16d4b45e8a2d1ec56ff8d764f' into jb-mr1-dev

11 years agoMerge "Update DevicePolicyManager documentation with new keyguard flags" into jb...
Jim Miller [Fri, 2 Nov 2012 23:20:51 +0000 (16:20 -0700)]
Merge "Update DevicePolicyManager documentation with new keyguard flags" into jb-mr1-lockscreen-dev

11 years agoMerge "Polish user selector accessibility." into jb-mr1-lockscreen-dev
Svetoslav Ganov [Fri, 2 Nov 2012 22:55:01 +0000 (15:55 -0700)]
Merge "Polish user selector accessibility." into jb-mr1-lockscreen-dev

11 years agoam 1c743650: Merge "Sanity check network stats coming from disk." into jb-mr1-dev
Jeff Sharkey [Fri, 2 Nov 2012 22:52:49 +0000 (15:52 -0700)]
am 1c743650: Merge "Sanity check network stats coming from disk." into jb-mr1-dev

* commit '1c743650addb9f632dd3eb39d4b17109ee4171f5':
  Sanity check network stats coming from disk.

11 years agoMerge "Sanity check network stats coming from disk." into jb-mr1-dev
Jeff Sharkey [Fri, 2 Nov 2012 22:49:19 +0000 (15:49 -0700)]
Merge "Sanity check network stats coming from disk." into jb-mr1-dev

11 years agoSanity check network stats coming from disk.
Jeff Sharkey [Fri, 2 Nov 2012 21:48:20 +0000 (14:48 -0700)]
Sanity check network stats coming from disk.

Throw early when structure is unstable, which allows the normal
recoverFromWtf() path to recover automatically.

Bug: 7440485
Change-Id: Ic150d17daac4de7c9ff3489025403a9b485b4620

11 years agoMerge "Fix pages disappearing (issue 7456885)" into jb-mr1-lockscreen-dev
Adam Cohen [Fri, 2 Nov 2012 22:35:18 +0000 (15:35 -0700)]
Merge "Fix pages disappearing (issue 7456885)" into jb-mr1-lockscreen-dev

11 years agoUpdate DevicePolicyManager documentation with new keyguard flags
Jim Miller [Fri, 2 Nov 2012 22:33:20 +0000 (15:33 -0700)]
Update DevicePolicyManager documentation with new keyguard flags

Change-Id: Idb1fa306a5706ba5b9543d7dff5450a4af5c394f

11 years agoPolish user selector accessibility.
Svetoslav Ganov [Fri, 2 Nov 2012 18:49:22 +0000 (11:49 -0700)]
Polish user selector accessibility.

1. The current user was not announced as such.

2. The event for a user switch was not sent.

Change-Id: Ib3caf1f9e93ea1f0b5450246601bc37f416be6da

11 years agoam e96e0a1a: Merge "Resolve USER_ALL when inflating notification views." into jb...
Amith Yamasani [Fri, 2 Nov 2012 22:30:21 +0000 (15:30 -0700)]
am e96e0a1a: Merge "Resolve USER_ALL when inflating notification views." into jb-mr1-dev

* commit 'e96e0a1a759a524072cc3fb1dfd3ec01e18ef67f':
  Resolve USER_ALL when inflating notification views.

11 years agoFix pages disappearing (issue 7456885)
Adam Cohen [Fri, 2 Nov 2012 22:25:32 +0000 (15:25 -0700)]
Fix pages disappearing (issue 7456885)

Change-Id: I51e4510da06a9b81aaefb8b2165234297ad4de92

11 years agoMerge "Resolve USER_ALL when inflating notification views." into jb-mr1-dev
Amith Yamasani [Fri, 2 Nov 2012 22:26:28 +0000 (15:26 -0700)]
Merge "Resolve USER_ALL when inflating notification views." into jb-mr1-dev

11 years agoam 685cc8c7: Merge "Decrement number of updates in LocationRequest" into jb-mr1-dev
Laurent Tu [Fri, 2 Nov 2012 22:18:46 +0000 (15:18 -0700)]
am 685cc8c7: Merge "Decrement number of updates in LocationRequest" into jb-mr1-dev

* commit '685cc8c7cba0bef5257bf00e9821e82a2dbbfc91':
  Decrement number of updates in LocationRequest

11 years agoMerge "Decrement number of updates in LocationRequest" into jb-mr1-dev
Laurent Tu [Fri, 2 Nov 2012 22:15:28 +0000 (15:15 -0700)]
Merge "Decrement number of updates in LocationRequest" into jb-mr1-dev

11 years agoam 8ae0420e: Merge "Fix issue #7343200: Fails to show wallpaper in the background...
Dianne Hackborn [Fri, 2 Nov 2012 22:13:36 +0000 (15:13 -0700)]
am 8ae0420e: Merge "Fix issue #7343200: Fails to show wallpaper in the background for..." into jb-mr1-dev

* commit '8ae0420e4b4169855608d404e389a66ce7253a36':
  Fix issue #7343200: Fails to show wallpaper in the background for...

11 years agoMerge "Fix issue #7343200: Fails to show wallpaper in the background for..." into...
Dianne Hackborn [Fri, 2 Nov 2012 22:10:16 +0000 (15:10 -0700)]
Merge "Fix issue #7343200: Fails to show wallpaper in the background for..." into jb-mr1-dev

11 years agoam d9134e7a: Merge "Revert partial RTL\'ization of Editor.setError()" into jb-mr1-dev
Raph Levien [Fri, 2 Nov 2012 22:08:43 +0000 (15:08 -0700)]
am d9134e7a: Merge "Revert partial RTL\'ization of Editor.setError()" into jb-mr1-dev

* commit 'd9134e7aa1679878245b67ed1a318acb19d0c717':
  Revert partial RTL'ization of Editor.setError()

11 years agoMerge "Revert partial RTL'ization of Editor.setError()" into jb-mr1-dev
Raph Levien [Fri, 2 Nov 2012 22:05:07 +0000 (15:05 -0700)]
Merge "Revert partial RTL'ization of Editor.setError()" into jb-mr1-dev

11 years agoam 0600ab78: am b14c9900: am a295ba44: Merge "Change android.permission.SERIAL_PORT...
Geremy Condra [Fri, 2 Nov 2012 21:28:54 +0000 (14:28 -0700)]
am 0600ab78: am b14c9900: am a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

* commit '0600ab78354894e0a8559dc8eacefbef02d1249b':
  Change android.permission.SERIAL_PORT to signature|system.

11 years agoam b14c9900: am a295ba44: Merge "Change android.permission.SERIAL_PORT to signature...
Geremy Condra [Fri, 2 Nov 2012 21:26:34 +0000 (14:26 -0700)]
am b14c9900: am a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

* commit 'b14c9900cbbaca6361030d8fc8d6515cc9e06e10':
  Change android.permission.SERIAL_PORT to signature|system.

11 years agoam a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into...
Geremy Condra [Fri, 2 Nov 2012 21:22:31 +0000 (14:22 -0700)]
am a295ba44: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

* commit 'a295ba44793e5601c8574bdcb07313420aa6500c':
  Change android.permission.SERIAL_PORT to signature|system.

11 years agoFix issue #7343200: Fails to show wallpaper in the background for...
Dianne Hackborn [Thu, 1 Nov 2012 23:28:16 +0000 (16:28 -0700)]
Fix issue #7343200: Fails to show wallpaper in the background for...

...lockscreen sometimes and remains black / blank

The problem was that we were using the animation-side wallpaper state
in cases where it was not updated yet.

The mWallpaperTarget variable is propagated over to the animation
side when the main window manager state updates.  On the animation
side, this is used by hideWallpapersLocked() to determine if the
current wallpaper should be hidden.

The problem is that various paths to hideWallpapersLocked() can
come from the layout side of the window manager instead of the
animation side.  This causes the problem here because in this case
the wallpaper state may not have yet been propagated to the
animation side, so it could incorrectly decide to hide the wallpaper
because it thinks there is not a target when in fact a target is
set in the layout side.  This won't get fixed until some time way
later that the layout side decides that a new window is being shown
that may need to have the wallpaper shown.

The fix here is pretty gross, but as safe as possible -- the
hideWallpapersLocked() function now uses either the animation or
layout wallpaper state depending on where the call to it is coming
from.

Change-Id: I9250bfeae6e11c1761760bcc696fdb33fb5c8a5f

11 years agoMerge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev
Geremy Condra [Fri, 2 Nov 2012 21:19:45 +0000 (14:19 -0700)]
Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-dev

11 years agoMerge "hide the correct text, and more text, on bounce" into jb-mr1-lockscreen-dev
Chris Wren [Fri, 2 Nov 2012 20:28:57 +0000 (13:28 -0700)]
Merge "hide the correct text, and more text, on bounce" into jb-mr1-lockscreen-dev

11 years agohide the correct text, and more text, on bounce
Chris Wren [Fri, 2 Nov 2012 18:36:56 +0000 (14:36 -0400)]
hide the correct text, and more text, on bounce

Bug: 7464865
Change-Id: I39dc6f06ce0403a29e4802fcc5288788cffb6070

11 years agoMerge "Improve PIN key layouts." into jb-mr1-lockscreen-dev
Daniel Sandler [Fri, 2 Nov 2012 19:34:16 +0000 (12:34 -0700)]
Merge "Improve PIN key layouts." into jb-mr1-lockscreen-dev

11 years agoImprove PIN key layouts.
Daniel Sandler [Fri, 2 Nov 2012 19:00:22 +0000 (15:00 -0400)]
Improve PIN key layouts.

 - space between digit and mnemonics
 - better center the (left-aligned) text in its container
 - nudge the enter arrow a little to the left in its
   container
 - add missing contentDescriptions for SIMPIN/PUK

Bug: 7427380
Change-Id: I0f5d9d1554a476c00591981028733ee6924bb729

11 years agoResolve USER_ALL when inflating notification views.
Amith Yamasani [Fri, 2 Nov 2012 19:17:19 +0000 (12:17 -0700)]
Resolve USER_ALL when inflating notification views.

Fixes the OTA icon display when the OTA is to be shown to all users.

Bug: 7462511
Change-Id: I185d9d5340d866d0a4b0ae273a361e8db160e33b

11 years agoMerge "Obscure speech for PIN password keys when no headset plugged in." into jb...
Svetoslav Ganov [Fri, 2 Nov 2012 19:03:23 +0000 (12:03 -0700)]
Merge "Obscure speech for PIN password keys when no headset plugged in." into jb-mr1-lockscreen-dev

11 years agoObscure speech for PIN password keys when no headset plugged in.
alanv [Fri, 2 Nov 2012 18:56:27 +0000 (11:56 -0700)]
Obscure speech for PIN password keys when no headset plugged in.

If applicable, also announces that the user needs a headset when
displaying the PIN pad layout. Also fixes accessibility focus "falling
through" to the next Z-ordered view.

Bug: 7436382
Change-Id: Ic1db5320b2e47ff181c5902e9f7980fe3fe6756b

11 years agoam 28e8f76c: Merge "Cannot click on partially visible views in touch exploration...
Svetoslav Ganov [Fri, 2 Nov 2012 18:54:36 +0000 (11:54 -0700)]
am 28e8f76c: Merge "Cannot click on partially visible views in touch exploration." into jb-mr1-dev

* commit '28e8f76c50b26efd657bc0740fee25ac18520f9e':
  Cannot click on partially visible views in touch exploration.

11 years agoMerge "Cannot click on partially visible views in touch exploration." into jb-mr1-dev
Svetoslav Ganov [Fri, 2 Nov 2012 18:50:56 +0000 (11:50 -0700)]
Merge "Cannot click on partially visible views in touch exploration." into jb-mr1-dev

11 years agoInitial changes to allow dropping on delete target to remove widget.
Winson Chung [Thu, 1 Nov 2012 21:48:51 +0000 (14:48 -0700)]
Initial changes to allow dropping on delete target to remove widget.

- Fixing deletion animation

Change-Id: Ie93991c0e9af0c6b64c6b3808e38f349f6845965

11 years agoMerge "hide multiuser selector when IME is up." into jb-mr1-lockscreen-dev
Chris Wren [Fri, 2 Nov 2012 17:06:00 +0000 (10:06 -0700)]
Merge "hide multiuser selector when IME is up." into jb-mr1-lockscreen-dev

11 years agohide multiuser selector when IME is up.
Chris Wren [Fri, 2 Nov 2012 16:55:16 +0000 (12:55 -0400)]
hide multiuser selector when IME is up.

Bug: 7437062
Change-Id: I7d1b2cf8e74b5ac8546aa9ae7545b69ab3584633

11 years agoDecrement number of updates in LocationRequest
Laurent Tu [Thu, 1 Nov 2012 23:21:52 +0000 (16:21 -0700)]
Decrement number of updates in LocationRequest

Decrement the number of updates after a location fix has been sent to a
a listener. This is necessary for respecting calls such as
requestSingleUpdate().

Bug: 7460868
Change-Id: Iea207ab494b93b936ca434d59652bb2cb6404cef

11 years agoam 37238e5a: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Fri, 2 Nov 2012 16:12:15 +0000 (09:12 -0700)]
am 37238e5a: (-s ours) Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

* commit '37238e5a4e10c5c5439f6864dd19049a5544e01a':
  Import translations. DO NOT MERGE

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

11 years agoBlock swipe up gesture if challenge non-interactive.
John Spurlock [Fri, 2 Nov 2012 15:23:27 +0000 (11:23 -0400)]
Block swipe up gesture if challenge non-interactive.

Change-Id: I0f9ba918c072261614011cd675e417e54296366f

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev
Baligh Uddin [Fri, 2 Nov 2012 15:13:22 +0000 (08:13 -0700)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-lockscreen-dev

11 years agoProperly disable challenge handle.
John Spurlock [Fri, 2 Nov 2012 15:07:00 +0000 (11:07 -0400)]
Properly disable challenge handle.

Bug:7464304
Change-Id: Ib69ccc66bbd348fc3ad17e5097522a0976838daa

11 years agoDisable disable back if using an alternate back icon.
John Spurlock [Fri, 2 Nov 2012 14:42:39 +0000 (10:42 -0400)]
Disable disable back if using an alternate back icon.

This enables the IME down chevron even if back would otherwise
be disabled.

Bug:7453424
Change-Id: Ia007df256124c617b86983bfe6958f790bd6a544

11 years agoDisable security handle when swiping into camera widget.
John Spurlock [Wed, 31 Oct 2012 13:46:15 +0000 (09:46 -0400)]
Disable security handle when swiping into camera widget.

Bug:7444313
Change-Id: I3eb268a41bc8b8a4323e55577a775c5ab3cef10d

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 2 Nov 2012 07:15:43 +0000 (00:15 -0700)]
Import translations. DO NOT MERGE

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

11 years agoMerge "Fix small issue with previous CL" into jb-mr1-lockscreen-dev
Adam Cohen [Fri, 2 Nov 2012 07:15:10 +0000 (00:15 -0700)]
Merge "Fix small issue with previous CL" into jb-mr1-lockscreen-dev

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 2 Nov 2012 07:14:48 +0000 (00:14 -0700)]
Import translations. DO NOT MERGE

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

11 years agoFix small issue with previous CL
Adam Cohen [Fri, 2 Nov 2012 07:13:24 +0000 (00:13 -0700)]
Fix small issue with previous CL

Change-Id: Id5260413898eef61447f88b3dd82d6181e9bd492

11 years agoMerge "Widget size policy, size callbacks" into jb-mr1-lockscreen-dev
Adam Cohen [Fri, 2 Nov 2012 06:49:06 +0000 (23:49 -0700)]
Merge "Widget size policy, size callbacks" into jb-mr1-lockscreen-dev

11 years agoam 98b930ce: Cleaning up keyguard persistence threads when the pager is detached...
Winson Chung [Fri, 2 Nov 2012 06:39:06 +0000 (23:39 -0700)]
am 98b930ce: Cleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)

* commit '98b930ce4ca4258fe1d6e9df0053f6883517a241':
  Cleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)

11 years agoCleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)
Winson Chung [Fri, 2 Nov 2012 01:05:04 +0000 (18:05 -0700)]
Cleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)

Change-Id: I28ebbd04d90a1ea2a721c28d3bce7ccea31a33e9

11 years agoWidget size policy, size callbacks
Adam Cohen [Fri, 2 Nov 2012 00:36:32 +0000 (17:36 -0700)]
Widget size policy, size callbacks

-> vertically resizable widgets behave are sized to fill
-> non-vertically resizable widgets use the small size all the time
-> providing size call-backs. ensuring that we don't send excessive /
   incorrect size callbacks. These are expensive. Had to clean things
   up to ensure we only send the truth, and not bounce around.

Change-Id: I8038de01096906526e2622c6f1cd24c171e3a4ec

11 years agoMerge "Only suppressing FUL on boot if selected fixes b/7338965" into jb-mr1-lockscre...
Brian Colonna [Fri, 2 Nov 2012 05:24:39 +0000 (22:24 -0700)]
Merge "Only suppressing FUL on boot if selected fixes b/7338965" into jb-mr1-lockscreen-dev

11 years agoDon't show security method until we actually return from the camera
Jim Miller [Thu, 1 Nov 2012 02:44:56 +0000 (19:44 -0700)]
Don't show security method until we actually return from the camera

This was causing problems because face unlock and the camera app are
competing for the camera.

The solution is to not show the security method until we get back to
keyguard.

Change-Id: I179548e4ee6aa0ab5dad545842ddeb14bc3b58e1

11 years agoMerge "PUK support." into jb-mr1-lockscreen-dev
Daniel Sandler [Fri, 2 Nov 2012 04:44:32 +0000 (21:44 -0700)]
Merge "PUK support." into jb-mr1-lockscreen-dev

11 years agoFix whitespace problem and sync with prototype.
Jim Miller [Fri, 2 Nov 2012 04:40:47 +0000 (21:40 -0700)]
Fix whitespace problem and sync with prototype.

Change-Id: I92b26741b84dcccb75783f0f26e6d84d0083b77b

11 years agoPUK support.
Daniel Sandler [Fri, 2 Nov 2012 04:21:07 +0000 (00:21 -0400)]
PUK support.

Bug: 7413109
Change-Id: I7ccfe79a17fd9b1273bc0ac821ac0e2884ae7ab2
Proto-Id: Ie49c04cf3d373e57ef0bbfd0c59589fe905c8aae

11 years agoFix build.
Daniel Sandler [Fri, 2 Nov 2012 03:54:03 +0000 (23:54 -0400)]
Fix build.

Change-Id: Id7907dc9ab10e2aab07ba3cb02b4a3a27131f4cd

11 years agoRevert partial RTL'ization of Editor.setError()
Raph Levien [Fri, 2 Nov 2012 03:05:24 +0000 (20:05 -0700)]
Revert partial RTL'ization of Editor.setError()

The conversion of the error indication on Editor to RTL-aware was only
partially completed, and was causing bugs such as an error indication
failing to appear when set (bug 7457897).

This patch reverts these changes and just always sets the error drawable
on the right. This fixes the above bug, and also makes the error
drawable position always consistent with the error popup (before, in an
RTL layout direction, the popup would be on the right and the drawable
on the left).

Making the error display fully RTL-aware should be done as future work.

Change-Id: Icaee91210454ed9056e7200520d9275303de02ca

11 years agoMerge "SIM PIN support." into jb-mr1-lockscreen-dev
Daniel Sandler [Fri, 2 Nov 2012 02:58:23 +0000 (19:58 -0700)]
Merge "SIM PIN support." into jb-mr1-lockscreen-dev

11 years agoSIM PIN support.
Daniel Sandler [Fri, 2 Nov 2012 02:00:07 +0000 (22:00 -0400)]
SIM PIN support.

Bug: 7413109
Change-Id: Icc4157bd869c3661e7291fe8060c82d3f713445c
Proto-Id: I909ff4fdde82f3dc0c7a61d45c522844efcbe882

11 years agoMerge "Use clock's widget as the default keyguard widget" into jb-mr1-lockscreen-dev
Michael Jurka [Fri, 2 Nov 2012 01:59:53 +0000 (18:59 -0700)]
Merge "Use clock's widget as the default keyguard widget" into jb-mr1-lockscreen-dev

11 years agoUse clock's widget as the default keyguard widget
Michael Jurka [Fri, 2 Nov 2012 01:26:01 +0000 (18:26 -0700)]
Use clock's widget as the default keyguard widget

Also, if we have no widgets in lockscreen,
reinflate the default widget. If that fails,
inflate the built-in clock (KeyguardStatusView)

Change-Id: I2e90ab0893c993a755700e075e4a8ac5a685e0f2

11 years agoMerge "Add configurable em-dash separator for all concatenated keyguard strings"...
Jim Miller [Fri, 2 Nov 2012 01:17:51 +0000 (18:17 -0700)]
Merge "Add configurable em-dash separator for all concatenated keyguard strings" into jb-mr1-lockscreen-dev

11 years agoAdd configurable em-dash separator for all concatenated keyguard strings
Jim Miller [Thu, 1 Nov 2012 23:14:20 +0000 (16:14 -0700)]
Add configurable em-dash separator for all concatenated keyguard strings

Fixes bug 7459426

Change-Id: I2e4944f25f3e4e62b734bc57db628f1b3ce263cd

11 years agoMerge "Cleaning up keyguard persistence threads when the pager is detached. (Bug...
Winson Chung [Fri, 2 Nov 2012 01:13:01 +0000 (18:13 -0700)]
Merge "Cleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)" into jb-mr1-lockscreen-dev

11 years agoam 39912f7f: Merge commit \'87bb019e57eddcedd4aeca180ac36bdf1d42064a\' into jb-mr1-dev
Ed Heyl [Fri, 2 Nov 2012 01:10:32 +0000 (18:10 -0700)]
am 39912f7f: Merge commit \'87bb019e57eddcedd4aeca180ac36bdf1d42064a\' into jb-mr1-dev

* commit '39912f7fcd5bfc4943bac1746c3ff2a9f1d93043':

11 years agoMerge changes Ib3133583,I0262172d into jb-mr1-lockscreen-dev
Daniel Sandler [Fri, 2 Nov 2012 01:09:14 +0000 (18:09 -0700)]
Merge changes Ib3133583,I0262172d into jb-mr1-lockscreen-dev

* changes:
  Show "wrong password" on password screen, not "wrong PIN"
  Restore incorrect-PIN lockouts.

11 years agoMerge commit '87bb019e57eddcedd4aeca180ac36bdf1d42064a' into jb-mr1-dev
Ed Heyl [Fri, 2 Nov 2012 01:06:35 +0000 (18:06 -0700)]
Merge commit '87bb019e57eddcedd4aeca180ac36bdf1d42064a' into jb-mr1-dev

11 years agoCleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)
Winson Chung [Fri, 2 Nov 2012 01:05:04 +0000 (18:05 -0700)]
Cleaning up keyguard persistence threads when the pager is detached. (Bug 7460991)

Change-Id: I28ebbd04d90a1ea2a721c28d3bce7ccea31a33e9

11 years agoCannot click on partially visible views in touch exploration.
Svetoslav Ganov [Thu, 1 Nov 2012 01:28:49 +0000 (18:28 -0700)]
Cannot click on partially visible views in touch exploration.

1. In touch exploration mode the system clicks in the center of the
   accessibility focus rectangle. However, if this rectangle is only
   partially shown on the window or on the screen the system may not
   be able to perform the click, if the accessibility focus center
   is not on the screen, or click on the wrong window, if the access
   focus center is outside of the window.

   This change clips the rectangle to the window bounds which and the
   display bounds. This will ensure no clicks are sent to the wrong
   window and no clicks are sent outside of the screen.

bug:7453839

Change-Id: I79f98971e7ebcbb391c37284467dc76076172c5f

11 years agoam 62831a7b: Merge "Eliminate potential reentrance from unregisterInputChannel."...
Jeff Brown [Thu, 1 Nov 2012 22:46:10 +0000 (15:46 -0700)]
am 62831a7b: Merge "Eliminate potential reentrance from unregisterInputChannel." into jb-mr1-dev

* commit '62831a7bd02868316ad1a16dcf13c98896fdbbdc':
  Eliminate potential reentrance from unregisterInputChannel.

11 years agoMerge "Eliminate potential reentrance from unregisterInputChannel." into jb-mr1-dev
Jeff Brown [Thu, 1 Nov 2012 22:42:32 +0000 (15:42 -0700)]
Merge "Eliminate potential reentrance from unregisterInputChannel." into jb-mr1-dev

11 years agoam 30fd78e2: am a47776c9: am 2cff3eea: am f19804b5: Merge "new dashboard stats for...
Scott Main [Thu, 1 Nov 2012 22:39:24 +0000 (15:39 -0700)]
am 30fd78e2: am a47776c9: am 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit '30fd78e27294cd7104f6589ab10f3f3dd1e65fcc':
  new dashboard stats for 11/1, platform version only

11 years agoam a47776c9: am 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform...
Scott Main [Thu, 1 Nov 2012 22:37:31 +0000 (15:37 -0700)]
am a47776c9: am 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit 'a47776c9f889242b3bcff0ff2d113d50da342262':
  new dashboard stats for 11/1, platform version only

11 years agoam 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only...
Scott Main [Thu, 1 Nov 2012 22:34:42 +0000 (15:34 -0700)]
am 2cff3eea: am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit '2cff3eeaeb419fcdfc7307c2c52a653483c76ddb':
  new dashboard stats for 11/1, platform version only

11 years agoam f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb...
Scott Main [Thu, 1 Nov 2012 22:31:53 +0000 (15:31 -0700)]
am f19804b5: Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

* commit 'f19804b5e994d183e6f6eeb512f74f2380ffd533':
  new dashboard stats for 11/1, platform version only

11 years agoMerge "new dashboard stats for 11/1, platform version only" into jb-dev-docs
Scott Main [Thu, 1 Nov 2012 22:28:33 +0000 (15:28 -0700)]
Merge "new dashboard stats for 11/1, platform version only" into jb-dev-docs

11 years agoam 7ab7f538: Hide new location APIs and undeprecate old ones
Laurent Tu [Thu, 1 Nov 2012 22:27:23 +0000 (15:27 -0700)]
am 7ab7f538: Hide new location APIs and undeprecate old ones

* commit '7ab7f538924371a9dd4be7a27a6ae3b4c04b301c':
  Hide new location APIs and undeprecate old ones

11 years agoHide new location APIs and undeprecate old ones
Laurent Tu [Tue, 30 Oct 2012 21:54:02 +0000 (14:54 -0700)]
Hide new location APIs and undeprecate old ones

Hide all new location APIs related to LocationRequest/Geofence and
undeprecate all deprecated APIs consequently to the LocationRequest and
Geofence introduction. Also introduce LocationRequestUnbundled for
LocationProviders to use.

Change-Id: I5b116c7d342041f45b341c88a4b6813571118018

11 years agoam 465c3753: Merge "docs: misc changes for new manifest attributes, including fix...
Scott Main [Thu, 1 Nov 2012 22:18:06 +0000 (15:18 -0700)]
am 465c3753: Merge "docs: misc changes for new manifest attributes, including fix for bug 7443821 bug 7442263" into jb-mr1-dev

* commit '465c37533ac1fb76d76b062452ae19afb84aab0a':
  docs: misc changes for new manifest attributes, including fix for bug 7443821 bug 7442263

11 years agoam b9372de0: Merge "More debugging for issue #7343200 Fails to show wallpaper in...
Dianne Hackborn [Thu, 1 Nov 2012 22:16:27 +0000 (15:16 -0700)]
am b9372de0: Merge "More debugging for issue #7343200 Fails to show wallpaper in the..." into jb-mr1-dev

* commit 'b9372de07d3329928f28104bb997aab57237504c':
  More debugging for issue #7343200 Fails to show wallpaper in the...

11 years agonew dashboard stats for 11/1, platform version only
Scott Main [Thu, 1 Nov 2012 20:15:26 +0000 (13:15 -0700)]
new dashboard stats for 11/1, platform version only

Change-Id: If6e9633170793e45abfdc94ef215f45edd64e547