OSDN Git Service

android-x86/frameworks-base.git
10 years agomerge in klp-factoryrom-release history after reset to klp-release
The Android Automerger [Mon, 16 Sep 2013 18:06:33 +0000 (11:06 -0700)]
merge in klp-factoryrom-release history after reset to klp-release

10 years agoDisable ActionBar transitions
Chet Haase [Sat, 14 Sep 2013 01:51:12 +0000 (18:51 -0700)]
Disable ActionBar transitions

A problem with transitions is causing various ActionBar icons to go
missing occasionally. This CL disables these transitions for now
to allow ActionBar to work as expected.

Issue #10726905 ActionBar weirdness in People app

Change-Id: I0cb774840ae84cbb733d65865f8c1b4c6d7490fa

10 years agocheckMobileProvisioning should not block.
Wink Saville [Fri, 13 Sep 2013 19:40:11 +0000 (12:40 -0700)]
checkMobileProvisioning should not block.

In checkMobileProvisioning the call to mdst.isProvisioningNetwork() is
a blocking call and during monkey testing without SIM this is causing
ANR's. Move the initial test for provisioning into isMobileOk so
checkMobileProvisioning doesn't block.

If mobile is not supported return CMP_RESULT_NO_CONNECTION.

Cleaned up some debug.

Bug: 10674404
Change-Id: I10a0e922cd6ea9790f66e2083f37e68cb0a8861f

10 years agoSystemUI status bar/quick settings updates.
John Spurlock [Thu, 12 Sep 2013 13:50:50 +0000 (09:50 -0400)]
SystemUI status bar/quick settings updates.

Status bar:
 - Update remaining mute/speakerphone icons.
 - Remove orange versions of wifi/signal icons.
 - Use only full versions of data type overlays.
 - Remove obsolete light versions of data type overlays.
 - Low battery color back to red.

Quick settings:
 - Update to indicate problem (orange) status.
 - Update to new battery style.

And a few remaining xx assets.

Bug:10680149
Bug:10502089
Bug:10729729
Bug:10316062
Change-Id: Iccd936d90271e4ec5c48e688917225136e7d45aa

10 years agoRemove spurious density-specific default wallpaper.
Daniel Sandler [Thu, 12 Sep 2013 05:18:55 +0000 (01:18 -0400)]
Remove spurious density-specific default wallpaper.

Bug: 10671611
Change-Id: I719bfb09cfd1cbc56f577cdcbf0a9945739355e2

10 years agoNot change the print options on printer change if possible.
Svetoslav [Wed, 11 Sep 2013 04:08:32 +0000 (21:08 -0700)]
Not change the print options on printer change if possible.

If the user selects some print options from the dialog and then
changes the printer to one that has the same capabilities the
selections in the UI should not change.

bug:10631856

Change-Id: Ia76ce58c446815e3498d2f4b4739dee62d11d96a

10 years agoHandle print serivce crashes.
Svetoslav [Wed, 11 Sep 2013 04:08:32 +0000 (21:08 -0700)]
Handle print serivce crashes.

1. Now after a print service crashes we are bringing it to the same
    state of its lifecycle. For example, if a service does a discovery
    and crashes we recreate the discovery session call the start
    discovery method and so on.

2. Turned off debugging logs since we have fully fledged state dump.

bug:10697779

Change-Id: Id790537461428e96b197eef12258996bda2bd1ce

10 years agoMerge "MediaFormat: add getInteger with default value convenience method" into klp-dev
Lajos Molnar [Fri, 13 Sep 2013 02:17:03 +0000 (02:17 +0000)]
Merge "MediaFormat: add getInteger with default value convenience method" into klp-dev

10 years agoMerge "Don't send the same values to onUpdateSelection repeatedly" into klp-dev
Jean Chalard [Fri, 13 Sep 2013 02:16:47 +0000 (02:16 +0000)]
Merge "Don't send the same values to onUpdateSelection repeatedly" into klp-dev

10 years agoMerge "Fix CalledFromWrongThreadException in MediaPlayer's subtitle support" into...
Lajos Molnar [Fri, 13 Sep 2013 02:16:27 +0000 (02:16 +0000)]
Merge "Fix CalledFromWrongThreadException in MediaPlayer's subtitle support" into klp-dev

10 years agoMerge "Add live region politeness to View, AccessibilityNodeInfo" into klp-dev
Alan Viverette [Fri, 13 Sep 2013 01:45:10 +0000 (01:45 +0000)]
Merge "Add live region politeness to View, AccessibilityNodeInfo" into klp-dev

10 years agoMerge "Remove unneeded print APIs and update the min margins APIs." into klp-dev
Svetoslav [Fri, 13 Sep 2013 01:43:40 +0000 (01:43 +0000)]
Merge "Remove unneeded print APIs and update the min margins APIs." into klp-dev

10 years agoMerge "Always disable the clip for layers Bug #8149344" into klp-dev
Romain Guy [Fri, 13 Sep 2013 01:18:30 +0000 (01:18 +0000)]
Merge "Always disable the clip for layers Bug #8149344" into klp-dev

10 years agoFix Batched Scan Results to give Timestamp in uS
Robert Greenwalt [Wed, 11 Sep 2013 22:21:10 +0000 (15:21 -0700)]
Fix Batched Scan Results to give Timestamp in uS

ScanResult should have timestamp in uS but we are getting age in ms
from the wifi driver - multiply to have the same units though not
the implied precision.

bug: 10410465
Change-Id: Idf5c5996d69a4793dae3d74edb790d40b9bd3298

Conflicts:
wifi/java/android/net/wifi/WifiStateMachine.java

10 years agoDefine config_volte_replacement_rat.
Wink Saville [Thu, 12 Sep 2013 07:05:17 +0000 (00:05 -0700)]
Define config_volte_replacement_rat.

Default value is 0 which means there is no replacement and
PhoneProxy#phoneObjectUpdater will not replace a VoLTE RAT.

Bug: 10673760
Change-Id: Ic77411b5da415c620fce5a185ca1d7542dfe3b7f

10 years agoMerge "DocumentsUI tablet support." into klp-dev
Jeff Sharkey [Fri, 13 Sep 2013 00:21:52 +0000 (00:21 +0000)]
Merge "DocumentsUI tablet support." into klp-dev

10 years agoAdd live region politeness to View, AccessibilityNodeInfo
Alan Viverette [Fri, 13 Sep 2013 00:16:09 +0000 (17:16 -0700)]
Add live region politeness to View, AccessibilityNodeInfo

Alters the content change API to contain a bit mask of types of
changes represented by the event. Live regions send CONTENT_CHANGED
events immediately. Removes unused APIs for EXPANDABLE/EXPANDED.

BUG: 10527284
Change-Id: I21523e85e47df23706976dc0a8bf615f83072c04

10 years agoMerge "Fix Batched Scan Results to give Timestamp in uS" into klp-dev
Robert Greenwalt [Fri, 13 Sep 2013 00:04:30 +0000 (00:04 +0000)]
Merge "Fix Batched Scan Results to give Timestamp in uS" into klp-dev

10 years agoRemove unneeded print APIs and update the min margins APIs.
Svetoslav [Thu, 12 Sep 2013 21:37:47 +0000 (14:37 -0700)]
Remove unneeded print APIs and update the min margins APIs.

1. Removed unneeded code in Resolution that was storing its
   label as resource and package name. We do not have predefined
   resolutions, therefore we always persist the label.

2. Renamed the print attribute margins to minMargins to reflect
   that these are the minimal margins the printer support. Updated
   the docs as well.

3. Renamed the create method of all builder to build.

bug:10727487

Change-Id: Ie72ab8aaa5215b8bd2853885011b3b4efa4deb2e

10 years agoMerge "Define config_volte_replacement_rat." into klp-dev
Wink Saville [Thu, 12 Sep 2013 23:49:50 +0000 (23:49 +0000)]
Merge "Define config_volte_replacement_rat." into klp-dev

10 years agoDocumentsUI tablet support.
Jeff Sharkey [Thu, 12 Sep 2013 23:25:02 +0000 (16:25 -0700)]
DocumentsUI tablet support.

Shows as a faux dialog on larger tablets, since the normal dialog
themes from framework don't support action bars.  Instead, this hacks
itself to look like a dialog with an InsetDrawable.  Detects touches
in dim area to dismiss dialog.

Show all action bar icons on tablets, and roots panel is always
visible with a different shadow. Show settings in dialog. Allow mode
switches in recents.

Bug: 10329832
Change-Id: Id02982ce7b0d4694962d32f8d5286fdfcc207208

10 years agoMerge "Fix build break with missing VDBG." into klp-dev
Stephen Hines [Thu, 12 Sep 2013 23:33:25 +0000 (23:33 +0000)]
Merge "Fix build break with missing VDBG." into klp-dev

10 years agoMerge "Fix for AIOBE at android.text.AndroidBidi.directions" into klp-dev
Raph Levien [Thu, 12 Sep 2013 23:28:29 +0000 (23:28 +0000)]
Merge "Fix for AIOBE at android.text.AndroidBidi.directions" into klp-dev

10 years agoMerge "Publish Print Api for Webview" into klp-dev
Selim Gurun [Thu, 12 Sep 2013 23:22:28 +0000 (23:22 +0000)]
Merge "Publish Print Api for Webview" into klp-dev

10 years agoFix for AIOBE at android.text.AndroidBidi.directions
Raph Levien [Thu, 12 Sep 2013 21:55:38 +0000 (14:55 -0700)]
Fix for AIOBE at android.text.AndroidBidi.directions

This fixes bug 9900288: Multiple apps crashing; AIOBE at
android.text.AndroidBidi.directions.

The AndroidBidi.directions() method was not correctly handling the case
of a run of length 0, causing ArrayIndexOutOfBoundsException. This
patch simply avoids accessing the levels array in that case.

Change-Id: I036a85b7792ea3364725a87033ca74b94f0e93a1

10 years agoFix build break with missing VDBG.
Stephen Hines [Thu, 12 Sep 2013 23:16:00 +0000 (16:16 -0700)]
Fix build break with missing VDBG.

Change-Id: Iaf64cf49300a6a0a91374efa3030d6894367c9b8

10 years agoAlways disable the clip for layers
Romain Guy [Thu, 12 Sep 2013 23:09:19 +0000 (16:09 -0700)]
Always disable the clip for layers
Bug #8149344

Change-Id: Ifd413cadb171232eb846b3d91b05b2d2457b9f35

10 years agoMerge "Not change the print options on printer change if possible." into klp-dev
Svetoslav [Thu, 12 Sep 2013 22:38:35 +0000 (22:38 +0000)]
Merge "Not change the print options on printer change if possible." into klp-dev

10 years agoMediaFormat: add getInteger with default value convenience method
Lajos Molnar [Thu, 12 Sep 2013 04:04:49 +0000 (21:04 -0700)]
MediaFormat: add getInteger with default value convenience method

Change-Id: I58947a2f4a286fef74f74cb189469278056d4759
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10326117

10 years agoFix CalledFromWrongThreadException in MediaPlayer's subtitle support
Lajos Molnar [Thu, 12 Sep 2013 05:10:01 +0000 (22:10 -0700)]
Fix CalledFromWrongThreadException in MediaPlayer's subtitle support

Call selectTrack/setSubtitleWidget only from MP's looper or the
applications's event thread, which is the same for now (we only
support subtitles in VideoView.)

Change-Id: Ic1de923b801f28657f37e0330b95c321931a6960
Signed-off-by: Lajos Molnar <lajos@google.com>
Bug: 10691837
Bug: 10326117

10 years agoMerge "Disable additional logging in WifiConfigStore/WifiNative" into klp-dev
Vinit Deshapnde [Thu, 12 Sep 2013 22:19:15 +0000 (22:19 +0000)]
Merge "Disable additional logging in WifiConfigStore/WifiNative" into klp-dev

10 years agoMerge "Allow phone to enter suspend with positive proximity." into klp-dev
Jeff Brown [Thu, 12 Sep 2013 22:15:37 +0000 (22:15 +0000)]
Merge "Allow phone to enter suspend with positive proximity." into klp-dev

10 years agoMerge "Move DeferredDisplayState out of ops" into klp-dev
Chris Craik [Thu, 12 Sep 2013 22:08:54 +0000 (22:08 +0000)]
Merge "Move DeferredDisplayState out of ops" into klp-dev

10 years agoFix TechChange's assumption about TextView targets
Chet Haase [Thu, 12 Sep 2013 18:19:32 +0000 (11:19 -0700)]
Fix TechChange's assumption about TextView targets

Some of the code in the TextChange transition assumed that the
start values for a transition were for a TextView object. This may
not be the case, and we should return early (without creating an
animator) when it is not.

Issue #10725388 Frequent Framework crashes across apps

Change-Id: I6999eb2288f107f4b93ddb5b77cd068069d831ed

10 years agoDisable additional logging in WifiConfigStore/WifiNative
Vinit Deshapnde [Thu, 12 Sep 2013 21:53:46 +0000 (14:53 -0700)]
Disable additional logging in WifiConfigStore/WifiNative

It was introduced to debug the disappearing APs; now that we think that
we've got to the bottom of it, it is being disabled by default. Set VDBG
to true to get it back.

Bug: 10568538

Change-Id: I226cacf48cccba9671f09164bbb50380adc6b322

10 years agoAllow phone to enter suspend with positive proximity.
Jeff Brown [Thu, 12 Sep 2013 03:45:25 +0000 (20:45 -0700)]
Allow phone to enter suspend with positive proximity.

As part of the power manager rewrite in JB MR1, we removed the ability
for the phone to suspend with positive proximity because it was not
clear that the proximity sensor was always correctly registered as
a wake-up source.  The sensor service itself does not contain any
code to manage wake-ups.  Therefore proximity sensor based wake-up
relies on the sensor driver acquiring a timed wake lock when the
sensor reports a negative result.  This behavior is not very well
defined in the sensor HAL so there is a chance that it will not
work reliably on all devices.

This change adds a new config.xml resource to specify whether the
device should be allowed to suspend when the screen is off due to
positive proximity.  Devices that support this feature should set
the "config_suspendWhenScreenOffDueToProximity" resource to "true" in
their resource overlays.  The feature is disabled by default.

Bug: 9760828
Change-Id: Ic65ab7df0357271b133e2e44f5e35e7756e1e9e0

10 years agoNot change the print options on printer change if possible.
Svetoslav [Wed, 11 Sep 2013 04:08:32 +0000 (21:08 -0700)]
Not change the print options on printer change if possible.

If the user selects some print options from the dialog and then
changes the printer to one that has the same capabilities the
selections in the UI should not change.

bug:10631856

Change-Id: Ia76ce58c446815e3498d2f4b4739dee62d11d96a

10 years agoFix Batched Scan Results to give Timestamp in uS
Robert Greenwalt [Wed, 11 Sep 2013 22:21:10 +0000 (15:21 -0700)]
Fix Batched Scan Results to give Timestamp in uS

ScanResult should have timestamp in uS but we are getting age in ms
from the wifi driver - multiply to have the same units though not
the implied precision.

bug: 10410465
Change-Id: Idf5c5996d69a4793dae3d74edb790d40b9bd3298

10 years agoMerge "Make View onKeyUp symmetric with onKeyDown." into klp-dev
Jeff Brown [Thu, 12 Sep 2013 20:53:15 +0000 (20:53 +0000)]
Merge "Make View onKeyUp symmetric with onKeyDown." into klp-dev

10 years agoMerge "Don't track LocationManager internal requests in AppOps (b/10725757). AppOps...
David Christie [Thu, 12 Sep 2013 20:39:31 +0000 (20:39 +0000)]
Merge "Don't track LocationManager internal requests in AppOps (b/10725757). AppOps stats are used to populate the "apps recently using location" list in settings->location.  There is no reason to show Android OS in that list simply because of internal location requests supporting other clients." into klp-dev

10 years agoMove DeferredDisplayState out of ops
Chris Craik [Wed, 11 Sep 2013 23:23:37 +0000 (16:23 -0700)]
Move DeferredDisplayState out of ops

bug:9969358

Instead of storing DeferredDisplayState within an op (thus forcing ops
to be tied to a single state instance), associate each op with a new
state at DeferredDisplayList insertion time.

Now, DisplayLists (and the ops within) can be reused in a single
DeferredDisplayList draw call, as ops will use different state
instances at different points in the frame.

Change-Id: I525ab2abe0c3883679f2fa00b219b293e9ec53d9

10 years agoMerge "Fix invalid Wifi Network system crash" into klp-dev
Vinit Deshapnde [Thu, 12 Sep 2013 20:28:57 +0000 (20:28 +0000)]
Merge "Fix invalid Wifi Network system crash" into klp-dev

10 years agoMerge "Handle print serivce crashes." into klp-dev
Svetoslav [Thu, 12 Sep 2013 20:24:40 +0000 (20:24 +0000)]
Merge "Handle print serivce crashes." into klp-dev

10 years agoDon't track LocationManager internal requests in AppOps (b/10725757).
David Christie [Thu, 12 Sep 2013 20:04:32 +0000 (13:04 -0700)]
Don't track LocationManager internal requests in AppOps (b/10725757).
AppOps stats are used to populate the "apps recently using location"
list in settings->location.  There is no reason to show Android OS
in that list simply because of internal location requests supporting
other clients.

Change-Id: I6908aa63deb19d22733b8d9cdae6ea5dbbea55e0

10 years agoMerge "Hide translucent activity conversion API" into klp-dev
Chet Haase [Thu, 12 Sep 2013 19:41:33 +0000 (19:41 +0000)]
Merge "Hide translucent activity conversion API" into klp-dev

10 years agoMerge "Fix TechChange's assumption about TextView targets" into klp-dev
Chet Haase [Thu, 12 Sep 2013 19:41:16 +0000 (19:41 +0000)]
Merge "Fix TechChange's assumption about TextView targets" into klp-dev

10 years agoMerge "Camera2: Fix build: Add new key to API" into klp-dev
Eino-Ville Talvala [Thu, 12 Sep 2013 19:06:55 +0000 (19:06 +0000)]
Merge "Camera2: Fix build: Add new key to API" into klp-dev

10 years agoCamera2: Fix build: Add new key to API
Eino-Ville Talvala [Thu, 12 Sep 2013 18:52:45 +0000 (11:52 -0700)]
Camera2: Fix build: Add new key to API

Change-Id: Ie44a9e3b1c8d04dd266d39f59a5916ddaf5fca67

10 years agoMerge "Camera2: Add a missing key for controlling shading map mode" into klp-dev
Eino-Ville Talvala [Thu, 12 Sep 2013 18:32:29 +0000 (18:32 +0000)]
Merge "Camera2: Add a missing key for controlling shading map mode" into klp-dev

10 years agoMerge "Fix Wifi Batch Scanning" into klp-dev
Robert Greenwalt [Thu, 12 Sep 2013 18:22:28 +0000 (18:22 +0000)]
Merge "Fix Wifi Batch Scanning" into klp-dev

10 years agoMerge "camera_metadata: add android.lens.state MOVING enum value" into klp-dev
Igor Murashkin [Thu, 12 Sep 2013 18:21:15 +0000 (18:21 +0000)]
Merge "camera_metadata: add android.lens.state MOVING enum value" into klp-dev

10 years agoFix TechChange's assumption about TextView targets
Chet Haase [Thu, 12 Sep 2013 18:19:32 +0000 (11:19 -0700)]
Fix TechChange's assumption about TextView targets

Some of the code in the TextChange transition assumed that the
start values for a transition were for a TextView object. This may
not be the case, and we should return early (without creating an
animator) when it is not.

Issue #10725388 Frequent Framework crashes across apps

Change-Id: I6999eb2288f107f4b93ddb5b77cd068069d831ed

10 years agoMerge "Show alternate menu panel on devices with menu key" into klp-dev
Adam Powell [Thu, 12 Sep 2013 18:12:05 +0000 (18:12 +0000)]
Merge "Show alternate menu panel on devices with menu key" into klp-dev

10 years agoCamera2: Add a missing key for controlling shading map mode
Eino-Ville Talvala [Thu, 12 Sep 2013 18:11:27 +0000 (11:11 -0700)]
Camera2: Add a missing key for controlling shading map mode

Bug: 10726421
Change-Id: If41e00c921ab493c7427575258fed63cbbc22dc1

10 years agoMerge "Add exclude() methods to Transition" into klp-dev
Chet Haase [Thu, 12 Sep 2013 18:07:40 +0000 (18:07 +0000)]
Merge "Add exclude() methods to Transition" into klp-dev

10 years agoMerge "Don't restore EAP-TLS networks from backup" into klp-dev
Vinit Deshapnde [Thu, 12 Sep 2013 17:53:39 +0000 (17:53 +0000)]
Merge "Don't restore EAP-TLS networks from backup" into klp-dev

10 years agoam 7bf74bc0: am 1e3a0203: am 6f9e30e3: Merge "Android Training: Add Location Testing...
Joe Malin [Thu, 12 Sep 2013 17:53:26 +0000 (10:53 -0700)]
am 7bf74bc0: am 1e3a0203: am 6f9e30e3: Merge "Android Training: Add Location Testing Lesson" into jb-mr2-docs

* commit '7bf74bc04c4e6fa022a84a4e586aca43816ec1f9':
  Android Training: Add Location Testing Lesson

10 years agoHandle print serivce crashes.
Svetoslav [Wed, 11 Sep 2013 04:08:32 +0000 (21:08 -0700)]
Handle print serivce crashes.

1. Now after a print service crashes we are bringing it to the same
    state of its lifecycle. For example, if a service does a discovery
    and crashes we recreate the discovery session call the start
    discovery method and so on.

2. Turned off debugging logs since we have fully fledged state dump.

bug:10697779

Change-Id: Id790537461428e96b197eef12258996bda2bd1ce

10 years agoam 1e3a0203: am 6f9e30e3: Merge "Android Training: Add Location Testing Lesson" into...
Joe Malin [Thu, 12 Sep 2013 17:51:12 +0000 (10:51 -0700)]
am 1e3a0203: am 6f9e30e3: Merge "Android Training: Add Location Testing Lesson" into jb-mr2-docs

* commit '1e3a02030949df8c1d1f37a37fc23f25357632f0':
  Android Training: Add Location Testing Lesson

10 years agoam 6f9e30e3: Merge "Android Training: Add Location Testing Lesson" into jb-mr2-docs
Joe Malin [Thu, 12 Sep 2013 17:48:38 +0000 (10:48 -0700)]
am 6f9e30e3: Merge "Android Training: Add Location Testing Lesson" into jb-mr2-docs

* commit '6f9e30e3b76f564db3a56de24e4efdc5a64455f0':
  Android Training: Add Location Testing Lesson

10 years agoMerge "Android Training: Add Location Testing Lesson" into jb-mr2-docs
Joe Malin [Thu, 12 Sep 2013 17:45:05 +0000 (17:45 +0000)]
Merge "Android Training: Add Location Testing Lesson" into jb-mr2-docs

10 years agoMerge "Remove spurious density-specific default wallpaper." into klp-dev
Daniel Sandler [Thu, 12 Sep 2013 17:35:52 +0000 (17:35 +0000)]
Merge "Remove spurious density-specific default wallpaper." into klp-dev

10 years agoAndroid Training: Add Location Testing Lesson
Joe Malin [Sat, 27 Jul 2013 00:26:52 +0000 (17:26 -0700)]
Android Training: Add Location Testing Lesson

Change-Id: I855e1c3dd0db65be7dc970437af2d52ccf836cb7

10 years agoDefine config_volte_replacement_rat.
Wink Saville [Thu, 12 Sep 2013 07:05:17 +0000 (00:05 -0700)]
Define config_volte_replacement_rat.

Default value is 0 which means there is no replacement and
PhoneProxy#phoneObjectUpdater will not replace a VoLTE RAT.

Bug: 10673760
Change-Id: Ic77411b5da415c620fce5a185ca1d7542dfe3b7f

10 years agoam 834ba474: am 4c6cde54: am 89579294: Merge "Pass whitelist of sample groups to...
Dirk Dougherty [Thu, 12 Sep 2013 16:28:18 +0000 (09:28 -0700)]
am 834ba474: am 4c6cde54: am 89579294: Merge "Pass whitelist of sample groups to doclava." into jb-mr2-docs

* commit '834ba47485a5fb55c89d8f22b826bdb26049f6d6':
  Pass whitelist of sample groups to doclava.

10 years agoam 4c6cde54: am 89579294: Merge "Pass whitelist of sample groups to doclava." into...
Dirk Dougherty [Thu, 12 Sep 2013 16:22:20 +0000 (09:22 -0700)]
am 4c6cde54: am 89579294: Merge "Pass whitelist of sample groups to doclava." into jb-mr2-docs

* commit '4c6cde545c5d2e76d9ba8ef926399463369da7e7':
  Pass whitelist of sample groups to doclava.

10 years agoam 89579294: Merge "Pass whitelist of sample groups to doclava." into jb-mr2-docs
Dirk Dougherty [Thu, 12 Sep 2013 16:15:25 +0000 (09:15 -0700)]
am 89579294: Merge "Pass whitelist of sample groups to doclava." into jb-mr2-docs

* commit '89579294ce0fbe728738fa09fb45cc53fd79bfb5':
  Pass whitelist of sample groups to doclava.

10 years agoMerge "Status bar interaction veto revoked on ups/cancels." into klp-dev
John Spurlock [Thu, 12 Sep 2013 16:05:56 +0000 (16:05 +0000)]
Merge "Status bar interaction veto revoked on ups/cancels." into klp-dev

10 years agoMerge "Pass whitelist of sample groups to doclava." into jb-mr2-docs
Dirk Dougherty [Thu, 12 Sep 2013 16:01:52 +0000 (16:01 +0000)]
Merge "Pass whitelist of sample groups to doclava." into jb-mr2-docs

10 years agoMerge "Handle pipe thumbnails, acquire unstable refs." into klp-dev
Jeff Sharkey [Thu, 12 Sep 2013 16:00:40 +0000 (16:00 +0000)]
Merge "Handle pipe thumbnails, acquire unstable refs." into klp-dev

10 years agoStatus bar interaction veto revoked on ups/cancels.
John Spurlock [Thu, 12 Sep 2013 14:34:33 +0000 (10:34 -0400)]
Status bar interaction veto revoked on ups/cancels.

If we get an ACTION_UP or ACTION_CANCEL and the shade is not
expanded, treat this as a signal of !interacting, revoking
the interaction veto.

Bug:10711758
Change-Id: Ia69ff24880193fa8d99ece79053eeb95dfa9ba71

10 years agomerge in klp-release history after reset to klp-dev
The Android Automerger [Thu, 12 Sep 2013 13:01:29 +0000 (06:01 -0700)]
merge in klp-release history after reset to klp-dev

10 years agoMerge "Document the order of values returned by keyAt()." into klp-dev
Flavio Lerda [Thu, 12 Sep 2013 11:49:29 +0000 (11:49 +0000)]
Merge "Document the order of values returned by keyAt()." into klp-dev

10 years agoDon't send the same values to onUpdateSelection repeatedly
Jean Chalard [Thu, 12 Sep 2013 07:28:45 +0000 (16:28 +0900)]
Don't send the same values to onUpdateSelection repeatedly

If the IME is repeatedly changing the text in its
onUpdateSelection handler, this will crash it with a
stack overflow exception. It's better than the old behavior,
which would result in a busyloop likely to make the
device completely unresponsive.

Bug: 10301239
Change-Id: I170cfb8ef20fc056d4725931890a987aefcaea8b

10 years agoPass whitelist of sample groups to doclava.
Dirk Dougherty [Wed, 11 Sep 2013 18:53:35 +0000 (11:53 -0700)]
Pass whitelist of sample groups to doclava.

Change-Id: I36f3e3426115cc296531cf41d20ab07a4d429b19

10 years agoRemove spurious density-specific default wallpaper.
Daniel Sandler [Thu, 12 Sep 2013 05:18:55 +0000 (01:18 -0400)]
Remove spurious density-specific default wallpaper.

Bug: 10671611
Change-Id: I719bfb09cfd1cbc56f577cdcbf0a9945739355e2

10 years agocamera_metadata: add android.lens.state MOVING enum value
Igor Murashkin [Thu, 12 Sep 2013 04:40:11 +0000 (21:40 -0700)]
camera_metadata: add android.lens.state MOVING enum value

Bug: 10621609
Change-Id: Ia4fa15db99350f920741f244ae7772520657fdd2

10 years agoMerge "Ignore ON_AFTER_RELEASE for partial wake locks." into klp-dev
Jeff Brown [Thu, 12 Sep 2013 04:03:30 +0000 (04:03 +0000)]
Merge "Ignore ON_AFTER_RELEASE for partial wake locks." into klp-dev

10 years agoMake View onKeyUp symmetric with onKeyDown.
Jeff Brown [Thu, 12 Sep 2013 03:42:00 +0000 (20:42 -0700)]
Make View onKeyUp symmetric with onKeyDown.

Properly use KeyEvent.isConfirmKey() in both methods.

Change-Id: Id87158f2163f75af20350dc445df6a59f7190752

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 12 Sep 2013 02:46:12 +0000 (02:46 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 12 Sep 2013 02:45:52 +0000 (02:45 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Thu, 12 Sep 2013 02:45:12 +0000 (02:45 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoFix Wifi Batch Scanning
Robert Greenwalt [Fri, 6 Sep 2013 01:32:12 +0000 (18:32 -0700)]
Fix Wifi Batch Scanning

Some parsing bugs, more debug logs, etc.

bug:9301872
Change-Id: I245ab00955e245be81a019750be0f8491aa505fd

10 years agoShow alternate menu panel on devices with menu key
Adam Powell [Wed, 11 Sep 2013 15:45:36 +0000 (08:45 -0700)]
Show alternate menu panel on devices with menu key

Provide a softer transition to the overflow-everywhere world for
devices with menu keys. The panel menu will still be used on these
devices in response to a menu key press even in the presence of an
action bar with overflow.

Fix a few lingering bugs around dispatching the open-overflow
transition that caused problems with this along the way.

Change-Id: I9d77c70f6d15c47160ac06292984101d619c44e6

10 years agoMerge "consumer_ir: add length to get carrier freqs" into klp-dev
Alex Ray [Thu, 12 Sep 2013 01:55:26 +0000 (01:55 +0000)]
Merge "consumer_ir: add length to get carrier freqs" into klp-dev

10 years agoMerge "Revert "Add permissions for the InCallUI Split."" into klp-dev
Selim Gurun [Thu, 12 Sep 2013 01:02:45 +0000 (01:02 +0000)]
Merge "Revert "Add permissions for the InCallUI Split."" into klp-dev

10 years agoRevert "Add permissions for the InCallUI Split."
Selim Gurun [Thu, 12 Sep 2013 00:57:34 +0000 (00:57 +0000)]
Revert "Add permissions for the InCallUI Split."

This reverts commit 4f7ffa90d117e499786c77bccefdef88c1714668.

Change-Id: If07f7dd0b416c070398593e2d5a15b3557c1f323

10 years agoMerge "consumer ir: clarify @link in documentation" into klp-dev
Alex Ray [Thu, 12 Sep 2013 00:40:50 +0000 (00:40 +0000)]
Merge "consumer ir: clarify @link in documentation" into klp-dev

10 years agoHandle pipe thumbnails, acquire unstable refs.
Jeff Sharkey [Thu, 12 Sep 2013 00:33:06 +0000 (17:33 -0700)]
Handle pipe thumbnails, acquire unstable refs.

Support decoding thumbnails delivered over pipes by wrapping in a
buffered stream.  Also switch to using unstable provider references
to avoid crashing DocumentsUI.

Bug: 1051614810510851
Change-Id: I85f6eeaca70c97742bf79656d1d0c6da381fdd47

10 years agoMerge "Use setAirplaneMode() API for Connectivity Manager tests" into klp-dev
Xia Wang [Thu, 12 Sep 2013 00:24:31 +0000 (00:24 +0000)]
Merge "Use setAirplaneMode() API for Connectivity Manager tests" into klp-dev

10 years agoMerge "MediaFormat.java: Add KEY_MAX_WIDTH and KEY_MAX_HEIGHT" into klp-dev
Lajos Molnar [Thu, 12 Sep 2013 00:19:17 +0000 (00:19 +0000)]
Merge "MediaFormat.java: Add KEY_MAX_WIDTH and KEY_MAX_HEIGHT" into klp-dev

10 years agoMerge "Add HOTWORD as an AudioSource" into klp-dev
Eric Laurent [Thu, 12 Sep 2013 00:15:30 +0000 (00:15 +0000)]
Merge "Add HOTWORD as an AudioSource" into klp-dev

10 years agoMerge changes Ia6300c23,Idd2ae8ad into klp-dev
Eino-Ville Talvala [Thu, 12 Sep 2013 00:08:04 +0000 (00:08 +0000)]
Merge changes Ia6300c23,Idd2ae8ad into klp-dev

* changes:
  Camera2: Immutable metadata
  Camera2: Listener rework and other API updates

10 years agoMerge "Remove dependency on JNIHelp header side effects." into klp-dev
Ruben Brunk [Thu, 12 Sep 2013 00:01:28 +0000 (00:01 +0000)]
Merge "Remove dependency on JNIHelp header side effects." into klp-dev

10 years agoMerge "Change selection highlight for intent disambig dialog" into klp-dev
Amith Yamasani [Wed, 11 Sep 2013 23:56:43 +0000 (23:56 +0000)]
Merge "Change selection highlight for intent disambig dialog" into klp-dev

10 years agoMerge "Pass subtitle track properties to SubtitleController" into klp-dev
Chong Zhang [Wed, 11 Sep 2013 23:51:44 +0000 (23:51 +0000)]
Merge "Pass subtitle track properties to SubtitleController" into klp-dev

10 years agoMerge "Scale feels too quick in relation to movement" into klp-dev
Mindy Pereira [Wed, 11 Sep 2013 23:33:02 +0000 (23:33 +0000)]
Merge "Scale feels too quick in relation to movement" into klp-dev

10 years agoconsumer_ir: add length to get carrier freqs
Alex Ray [Wed, 11 Sep 2013 23:21:25 +0000 (16:21 -0700)]
consumer_ir: add length to get carrier freqs

Change-Id: I2c1ac27e46c0bcfdfadef227a2fa79bdcf7085d4

10 years agoconsumer ir: clarify @link in documentation
Alex Ray [Wed, 11 Sep 2013 21:34:25 +0000 (14:34 -0700)]
consumer ir: clarify @link in documentation

Change-Id: Ifebd0b550f5d9860697539646596a0b1cc782949

10 years agoMerge "Fix another off-by-one error in ZipFileRO" into klp-dev
Kenny Root [Wed, 11 Sep 2013 22:37:02 +0000 (22:37 +0000)]
Merge "Fix another off-by-one error in ZipFileRO" into klp-dev