OSDN Git Service

android-x86/frameworks-base.git
11 years agoMerge "Remove power menu user switcher" into jb-mr1-dev
Amith Yamasani [Mon, 5 Nov 2012 17:31:48 +0000 (09:31 -0800)]
Merge "Remove power menu user switcher" into jb-mr1-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr1-dev
Baligh Uddin [Mon, 5 Nov 2012 01:43:31 +0000 (17:43 -0800)]
Merge "Import translations. DO NOT MERGE" into jb-mr1-dev

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 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 "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 agoRemove power menu user switcher
Amith Yamasani [Fri, 2 Nov 2012 22:38:17 +0000 (15:38 -0700)]
Remove power menu user switcher

Bug: 7466189
Change-Id: Ieb5e637f3e0b557eb616b5531a0a05a38a788fab

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 "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 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 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 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 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 agoImport translations. DO NOT MERGE
Baligh Uddin [Fri, 2 Nov 2012 06:53:54 +0000 (23:53 -0700)]
Import translations. DO NOT MERGE

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

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

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

11 years agoMerge "Revert "Pushing state persistence to a background thread"" into jb-mr1-lockscr...
Adam Cohen [Thu, 1 Nov 2012 22:12:53 +0000 (15:12 -0700)]
Merge "Revert "Pushing state persistence to a background thread"" into jb-mr1-lockscreen-dev

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

11 years agoRevert "Pushing state persistence to a background thread"
Adam Cohen [Thu, 1 Nov 2012 22:12:07 +0000 (15:12 -0700)]
Revert "Pushing state persistence to a background thread"

This reverts commit 039206a9b40d2188eb735f56ee51f131555c9dd3

Change-Id: I30fa07bf55a489562831b6334768b28bed638ef8

11 years agoam 1e701979: Merge "fix NLP for COARSE applications, build FLP with SDK" into jb...
Victoria Lease [Thu, 1 Nov 2012 22:10:53 +0000 (15:10 -0700)]
am 1e701979: Merge "fix NLP for COARSE applications, build FLP with SDK" into jb-mr1-dev

* commit '1e701979a031f42ee0fa0a07b151f6c61314e2e4':
  fix NLP for COARSE applications, build FLP with SDK

11 years agoMore debugging for issue #7343200 Fails to show wallpaper in the...
Dianne Hackborn [Thu, 1 Nov 2012 21:22:28 +0000 (14:22 -0700)]
More debugging for issue #7343200 Fails to show wallpaper in the...

...background for lockscreen sometimes and remains black / blank

There was a bunch of state not being put into the dumpsys output.
In particular, the current wallpaper target of the WindowAnimator
was not being included.  I think the problem is that these targets
are not being updated from the main window manager state at some
point where they need to be.

Change-Id: Ic795047f6aea9b6f72d5550bccc9f8d76c6ecb67

11 years agoMerge "Pushing state persistence to a background thread" into jb-mr1-lockscreen-dev
Adam Cohen [Thu, 1 Nov 2012 22:08:02 +0000 (15:08 -0700)]
Merge "Pushing state persistence to a background thread" into jb-mr1-lockscreen-dev

11 years agoMerge "fix NLP for COARSE applications, build FLP with SDK" into jb-mr1-dev
Victoria Lease [Thu, 1 Nov 2012 22:07:56 +0000 (15:07 -0700)]
Merge "fix NLP for COARSE applications, build FLP with SDK" into jb-mr1-dev

11 years agoPushing state persistence to a background thread
Adam Cohen [Thu, 1 Nov 2012 21:06:16 +0000 (14:06 -0700)]
Pushing state persistence to a background thread

Change-Id: If776bc22c48525ba91dc7e4dd0e27de92612f2f5

11 years agoMerge "Keyguard - fix overzealous sliding security view" into jb-mr1-lockscreen-dev
Adam Powell [Thu, 1 Nov 2012 22:02:31 +0000 (15:02 -0700)]
Merge "Keyguard - fix overzealous sliding security view" into jb-mr1-lockscreen-dev

11 years agoKeyguard - fix overzealous sliding security view
Adam Powell [Thu, 1 Nov 2012 21:52:17 +0000 (14:52 -0700)]
Keyguard - fix overzealous sliding security view

Bug 7453429

Change the detection of sliding the security view to require crossing
the border between sections in the correct direction. This also
improves the feel of re-opening the slider.

Change-Id: I57797f926e017ea2cf41f7c48e0fe77ac0f78460

11 years agoam 7e1a45d8: Merge "Fix accessibility API injection." into jb-mr1-dev
Svetoslav Ganov [Thu, 1 Nov 2012 21:52:28 +0000 (14:52 -0700)]
am 7e1a45d8: Merge "Fix accessibility API injection." into jb-mr1-dev

* commit '7e1a45d8af9d02fc552d65f2abcaefe3096b2c9c':
  Fix accessibility API injection.

11 years agoMerge "Fix accessibility API injection." into jb-mr1-dev
Svetoslav Ganov [Thu, 1 Nov 2012 21:49:19 +0000 (14:49 -0700)]
Merge "Fix accessibility API injection." into jb-mr1-dev

11 years agoam a84c9639: Merge "Avoid tesselation path when useCenter is set" into jb-mr1-dev
Chris Craik [Thu, 1 Nov 2012 21:37:12 +0000 (14:37 -0700)]
am a84c9639: Merge "Avoid tesselation path when useCenter is set" into jb-mr1-dev

* commit 'a84c963936bf23ac4aaec3b17cd70ce50906b24a':
  Avoid tesselation path when useCenter is set

11 years agoMerge "Avoid tesselation path when useCenter is set" into jb-mr1-dev
Chris Craik [Thu, 1 Nov 2012 21:33:57 +0000 (14:33 -0700)]
Merge "Avoid tesselation path when useCenter is set" into jb-mr1-dev

11 years agoam f9e7b618: am 93a9a0a2: am 0fc15da0: am 677c1e14: Merge "docs: google market -...
Robert Ly [Thu, 1 Nov 2012 21:26:18 +0000 (14:26 -0700)]
am f9e7b618: am 93a9a0a2: am 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit 'f9e7b61867316057f80a92804da0b5800bd4c01a':
  docs: google market -> google play

11 years agoFix accessibility API injection.
alanv [Thu, 1 Nov 2012 21:25:01 +0000 (14:25 -0700)]
Fix accessibility API injection.

Also adds a heartbeat check so that if something does go wrong while adding
the JavaScript APIs, we don't attempt to use the JavaScript-based screen
reader.

Bug: 7450237
Change-Id: Ifbce77cf93115f658386c520b8226941607b2afe

11 years agoam 93a9a0a2: am 0fc15da0: am 677c1e14: Merge "docs: google market -> google play...
Robert Ly [Thu, 1 Nov 2012 21:23:30 +0000 (14:23 -0700)]
am 93a9a0a2: am 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit '93a9a0a2bc2173d942f2c37d0751a9e4df8ecb24':
  docs: google market -> google play

11 years agoam 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev...
Robert Ly [Thu, 1 Nov 2012 21:19:18 +0000 (14:19 -0700)]
am 0fc15da0: am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit '0fc15da00597c5a017c1d8eed8f34064c702e4c2':
  docs: google market -> google play

11 years agoam 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs
Robert Ly [Thu, 1 Nov 2012 21:16:47 +0000 (14:16 -0700)]
am 677c1e14: Merge "docs: google market -> google play" into jb-dev-docs

* commit '677c1e14fbd991a46b5496d0873b7ca155fd71fb':
  docs: google market -> google play

11 years agoMerge "docs: google market -> google play" into jb-dev-docs
Robert Ly [Thu, 1 Nov 2012 21:14:26 +0000 (14:14 -0700)]
Merge "docs: google market -> google play" into jb-dev-docs

11 years agoChange android.permission.SERIAL_PORT to signature|system.
Geremy Condra [Wed, 17 Oct 2012 21:06:31 +0000 (14:06 -0700)]
Change android.permission.SERIAL_PORT to signature|system.

Bug: 7367956
Change-Id: I0bc65936ba59c43c18d9a6ba52affff4c921f2fb

11 years agoam 1f177cb8: am e639d67a: am d2e16346: am ac294abb: Revision to Notifications API...
Joe Malin [Thu, 1 Nov 2012 21:02:49 +0000 (14:02 -0700)]
am 1f177cb8: am e639d67a: am d2e16346: am ac294abb: Revision to Notifications API guide

* commit '1f177cb87a87b26fe302298f96197766ebddaf96':
  Revision to Notifications API guide

11 years agoam e639d67a: am d2e16346: am ac294abb: Revision to Notifications API guide
Joe Malin [Thu, 1 Nov 2012 21:00:54 +0000 (14:00 -0700)]
am e639d67a: am d2e16346: am ac294abb: Revision to Notifications API guide

* commit 'e639d67aeb0e2758f2480c25e8ab007918701ed3':
  Revision to Notifications API guide

11 years agoam d2e16346: am ac294abb: Revision to Notifications API guide
Joe Malin [Thu, 1 Nov 2012 20:58:02 +0000 (13:58 -0700)]
am d2e16346: am ac294abb: Revision to Notifications API guide

* commit 'd2e163461ee8aa79d4560f38e924a7edc44ad4dd':
  Revision to Notifications API guide