OSDN Git Service

android-x86/frameworks-base.git
11 years agoMerge "Reject bad ResXMLTree::setTo calls"
Kenny Root [Sat, 13 Oct 2012 06:46:14 +0000 (23:46 -0700)]
Merge "Reject bad ResXMLTree::setTo calls"

11 years agoReject bad ResXMLTree::setTo calls
Kenny Root [Wed, 10 Oct 2012 17:23:47 +0000 (10:23 -0700)]
Reject bad ResXMLTree::setTo calls

Bug: http://code.google.com/p/android/issues/detail?id=21838
Change-Id: I1092499906f0cafe5a3c42ab2579edf3763cedb7

11 years agoam 07b4339b: Merge "Change androidfw tests to native test target"
Kenny Root [Tue, 2 Oct 2012 20:08:45 +0000 (13:08 -0700)]
am 07b4339b: Merge "Change androidfw tests to native test target"

* commit '07b4339b2a2f39c17194b21dc301c0c026a2f197':
  Change androidfw tests to native test target

11 years agoMerge "Change androidfw tests to native test target"
Kenny Root [Tue, 2 Oct 2012 19:06:07 +0000 (12:06 -0700)]
Merge "Change androidfw tests to native test target"

11 years agoam 77728b01: Merge "Change installd tests to native test target"
Kenny Root [Tue, 2 Oct 2012 19:03:34 +0000 (12:03 -0700)]
am 77728b01: Merge "Change installd tests to native test target"

* commit '77728b010e34069a904c9e8a40e03b8829cfb8ae':
  Change installd tests to native test target

11 years agoChange androidfw tests to native test target
Kenny Root [Tue, 2 Oct 2012 17:52:47 +0000 (10:52 -0700)]
Change androidfw tests to native test target

Change the androidfw tests to the BUILD_NATIVE_TEST target so they end
up in the correct directory. Also remove the module tags and C include
paths. The include paths are automatically added when the library is
used.

Change-Id: Ia47f6c25130c5068b89d6dc067e5d9c714a6d08a

11 years agoMerge "Change installd tests to native test target"
Kenny Root [Tue, 2 Oct 2012 18:22:21 +0000 (11:22 -0700)]
Merge "Change installd tests to native test target"

11 years agoChange installd tests to native test target
Kenny Root [Tue, 2 Oct 2012 17:51:07 +0000 (10:51 -0700)]
Change installd tests to native test target

Change-Id: Ifb2ba004e74d55ffbf01557b59ceef3232762d28

11 years agoam fb34490f: Merge "Fix writing text version of styleable IDs."
Xavier Ducrohet [Wed, 26 Sep 2012 17:44:22 +0000 (10:44 -0700)]
am fb34490f: Merge "Fix writing text version of styleable IDs."

* commit 'fb34490f4dca7aac623fb9a80fe9a2371107a786':
  Fix writing text version of styleable IDs.

11 years agoMerge "Fix writing text version of styleable IDs."
Xavier Ducrohet [Wed, 26 Sep 2012 17:12:46 +0000 (10:12 -0700)]
Merge "Fix writing text version of styleable IDs."

11 years agoFix writing text version of styleable IDs.
Xavier Ducrohet [Wed, 26 Sep 2012 17:11:54 +0000 (10:11 -0700)]
Fix writing text version of styleable IDs.

Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f

11 years agoam 5e8cbdc0: Merge "Fixing services start order that impacts ICS - JB upgrade"
Amith Yamasani [Mon, 24 Sep 2012 15:45:14 +0000 (08:45 -0700)]
am 5e8cbdc0: Merge "Fixing services start order that impacts ICS - JB upgrade"

* commit '5e8cbdc0bd6dfc51e6b54db1d5fd61347336d862':
  Fixing services start order that impacts ICS - JB upgrade

11 years agoMerge "Fixing services start order that impacts ICS - JB upgrade"
Amith Yamasani [Sun, 23 Sep 2012 23:01:52 +0000 (16:01 -0700)]
Merge "Fixing services start order that impacts ICS - JB upgrade"

11 years agoam ab12f0f7: Merge "Implement resolving of icon attributes to resIds in AlertController"
Adam Powell [Wed, 19 Sep 2012 18:56:40 +0000 (11:56 -0700)]
am ab12f0f7: Merge "Implement resolving of icon attributes to resIds in AlertController"

* commit 'ab12f0f72c22143523e2bce7d58d9f1021abde5c':
  Implement resolving of icon attributes to resIds in AlertController

11 years agoMerge "Implement resolving of icon attributes to resIds in AlertController"
Adam Powell [Wed, 19 Sep 2012 17:51:40 +0000 (10:51 -0700)]
Merge "Implement resolving of icon attributes to resIds in AlertController"

11 years agoFixing services start order that impacts ICS - JB upgrade
Felipe Ramos [Tue, 18 Sep 2012 21:26:27 +0000 (18:26 -0300)]
Fixing services start order that impacts ICS - JB upgrade

JB has introduced LockSettingsService. When the phone is
upgrading from ICS, that used another way to store lock
settings, the LockSettingsService needs to import these
settings to store in its database. This happens when the
systemReady() method of this class is called by SystemServer.

The problem resides in the fact that the
DevicePolicyManagerService actually needs to access the
LockSettingsService during its systemReady() initialization,
causing invalid values to be read by it which propagates and
ends up causing a invalid return in the method
isActivePasswordSufficient.

If user had a Google corporate account that enforces password
related policies through Google Apps Device Policy (GADP) app
in ICS, when he upgrades to JB, the GADP will throw a
notification saying that the password doesn't meet the required
policies and needs to be changed, incorrectly, since it wasn't
touched during upgrade.

This fix initializes the LockSettingsService before the
DevicePolicyManagerService, which is the correct way since
the latter uses the first in its initialization. This prevents
this issue to happen, and probably future issues, depending
on the way that LockSettingsService evolves.

Change-Id: I3d4334a8b728f0ad9ae744cece430d15af25a0b7

11 years agoam 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT"
Mike Lockwood [Tue, 18 Sep 2012 17:53:11 +0000 (10:53 -0700)]
am 1e86994c: Merge "MtpData bmp format file can\'t recognize when copy bmp into DUT"

* commit '1e86994cd0e13f9084d3f4bd0060b9e34c935490':
  MtpData bmp format file can't recognize when copy bmp into DUT

11 years agoMerge "MtpData bmp format file can't recognize when copy bmp into DUT"
Mike Lockwood [Tue, 18 Sep 2012 17:25:41 +0000 (10:25 -0700)]
Merge "MtpData bmp format file can't recognize when copy bmp into DUT"

11 years agoam 31820a35: Merge "Add --output-text-symbols option to aapt."
Xavier Ducrohet [Mon, 17 Sep 2012 19:03:19 +0000 (12:03 -0700)]
am 31820a35: Merge "Add --output-text-symbols option to aapt."

* commit '31820a35b2cf864a8dcb71d43e6fd21d54f49a2d':
  Add --output-text-symbols option to aapt.

11 years agoam d7252571: Merge "Add --error-on-failed-insert option to aapt."
Xavier Ducrohet [Mon, 17 Sep 2012 19:03:12 +0000 (12:03 -0700)]
am d7252571: Merge "Add --error-on-failed-insert option to aapt."

* commit 'd72525718ea7ef3e1f97cf557365b143c8919a5b':
  Add --error-on-failed-insert option to aapt.

11 years agoMerge "Add --output-text-symbols option to aapt."
Xavier Ducrohet [Mon, 17 Sep 2012 17:59:22 +0000 (10:59 -0700)]
Merge "Add --output-text-symbols option to aapt."

11 years agoMerge "Add --error-on-failed-insert option to aapt."
Xavier Ducrohet [Mon, 17 Sep 2012 17:57:58 +0000 (10:57 -0700)]
Merge "Add --error-on-failed-insert option to aapt."

11 years agoam 297ad257: Merge "Deprecate those parts of DateUtils the documentation says not...
Elliott Hughes [Fri, 14 Sep 2012 23:34:41 +0000 (16:34 -0700)]
am 297ad257: Merge "Deprecate those parts of DateUtils the documentation says not to use."

* commit '297ad257464d2ea65cabd45ddb19f6da34b39157':
  Deprecate those parts of DateUtils the documentation says not to use.

11 years agoMerge "Deprecate those parts of DateUtils the documentation says not to use."
Elliott Hughes [Fri, 14 Sep 2012 23:12:36 +0000 (16:12 -0700)]
Merge "Deprecate those parts of DateUtils the documentation says not to use."

11 years agoDeprecate those parts of DateUtils the documentation says not to use.
Elliott Hughes [Wed, 29 Aug 2012 01:57:13 +0000 (18:57 -0700)]
Deprecate those parts of DateUtils the documentation says not to use.

Applications using these fields and methods are just asking for i18n bugs.

Also @deprecate two int[]s that were never meant to be public.

Change-Id: I29b3a1c0c663fe344d2567df6ed3bb537270b3b7

11 years agoam f4afc401: Merge "framework: fix bug for uninitialized variable"
Raph Levien [Fri, 14 Sep 2012 19:15:03 +0000 (12:15 -0700)]
am f4afc401: Merge "framework: fix bug for uninitialized variable"

* commit 'f4afc40101c00800c4dc53f165b93f741327416d':
  framework: fix bug for uninitialized variable

11 years agoMerge "framework: fix bug for uninitialized variable"
Raph Levien [Fri, 14 Sep 2012 18:52:11 +0000 (11:52 -0700)]
Merge "framework: fix bug for uninitialized variable"

11 years agoam cceed1df: Merge "Include <sys/socket.h> instead of <linux/socket.h>."
Elliott Hughes [Wed, 12 Sep 2012 18:04:45 +0000 (11:04 -0700)]
am cceed1df: Merge "Include <sys/socket.h> instead of <linux/socket.h>."

* commit 'cceed1dfe13e99c4ffdc2586bff22d325a57c599':
  Include <sys/socket.h> instead of <linux/socket.h>.

11 years agoMerge "Include <sys/socket.h> instead of <linux/socket.h>."
Elliott Hughes [Wed, 12 Sep 2012 17:13:27 +0000 (10:13 -0700)]
Merge "Include <sys/socket.h> instead of <linux/socket.h>."

11 years agoInclude <sys/socket.h> instead of <linux/socket.h>.
Elliott Hughes [Wed, 12 Sep 2012 01:50:25 +0000 (18:50 -0700)]
Include <sys/socket.h> instead of <linux/socket.h>.

In newer kernels, <linux/socket.h> no longer contains some of the stuff you're
using.

Change-Id: I92c6847d73c20fb49d0db15c1cc15aa07fb5d44d

11 years agoAdd --output-text-symbols option to aapt.
Xavier Ducrohet [Tue, 11 Sep 2012 21:45:22 +0000 (14:45 -0700)]
Add --output-text-symbols option to aapt.

Library projects in the SDK are built using --non-constant-id
to generate a temporary R.java class.
When the library is packaged with the application to generate an
apk, the R class is recreated with the proper IDs due to all the
resources coming from the app and all the libraries.

However for large apps with many libraries (each with their own
R class in their package), this means a lot of unnecessary IDs:
all R classes contains all the IDs including for resources from
by projects they don't have access through the dependency graph.

For really large apps (X,000 resources), with lots of libraries
(10+), this can generate tens of thousands of resources, which
can trigger dalvik's limit of 65K fields and methods per dex
files.

This changes lets aapt generate not only the R class but a simple
text file containing the list of all those IDs so that it is
easier to parse back. The SDK build system will not ask aapt
to generate the R class of the libraries (through the
--extra-packages option), instead it will then read this
file to know what IDs are needed for each library and generate
a much smaller R class for each library (using the same text
file output from compiling all the resources to get the final
integer value).

Change-Id: I4db959fec372cf3ead9950e4b2b82fa1ae7eed2d

11 years agoAdd --error-on-failed-insert option to aapt.
Xavier Ducrohet [Thu, 6 Sep 2012 00:49:21 +0000 (17:49 -0700)]
Add --error-on-failed-insert option to aapt.

The new SDK build system give the ability to insert
versionCode/Name and min/targetSdkVersion in the manifest
but aapt won't replace those if they already exist.

The main problem is that aapt doesn't actually fail when
it doesn't replace them, making the output not what the
developer wanted.

This patch set adds an option to aapt to make it return
an error if the insert failed because the attribute
already existed.

Change-Id: I8938ec1238da407a8562c974e9598db39001ffd9

11 years agoam 5c09d605: Merge "Fix CacheBitmap crash issue when using H/W UI rendering"
Jean-Baptiste Queru [Wed, 12 Sep 2012 00:57:19 +0000 (17:57 -0700)]
am 5c09d605: Merge "Fix CacheBitmap crash issue when using H/W UI rendering"

* commit '5c09d605678d64e05579bb668b615764a714f1f7':
  Fix CacheBitmap crash issue when using H/W UI rendering

11 years agoMerge "Fix CacheBitmap crash issue when using H/W UI rendering"
Jean-Baptiste Queru [Wed, 12 Sep 2012 00:48:08 +0000 (17:48 -0700)]
Merge "Fix CacheBitmap crash issue when using H/W UI rendering"

11 years agoam 2415841c: Merge "EthernetDataTracker: indicate link up based on flags"
Robert Greenwalt [Tue, 11 Sep 2012 22:04:50 +0000 (15:04 -0700)]
am 2415841c: Merge "EthernetDataTracker: indicate link up based on flags"

* commit '2415841c370d855d7f3a3e6a537e641c69a57097':
  EthernetDataTracker: indicate link up based on flags

11 years agoMerge "EthernetDataTracker: indicate link up based on flags"
Robert Greenwalt [Tue, 11 Sep 2012 22:02:23 +0000 (15:02 -0700)]
Merge "EthernetDataTracker: indicate link up based on flags"

11 years agoEthernetDataTracker: indicate link up based on flags
Vishal Mahaveer [Tue, 11 Sep 2012 21:41:16 +0000 (16:41 -0500)]
EthernetDataTracker: indicate link up based on flags

Indicate link up state based on flags/interface up, and not on IP address.
This is for ethernet interfaces that already exists.

Change-Id: Ib342d519c483bbb2dfa08cfac2c0c1a288cee7c0
Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
11 years agoam ba3cf72a: Merge "Telephony: Clarify IccCardConstants.State enum"
Wink Saville [Tue, 11 Sep 2012 20:17:17 +0000 (13:17 -0700)]
am ba3cf72a: Merge "Telephony: Clarify IccCardConstants.State enum"

* commit 'ba3cf72a08368ab40556b07b4518536bb59eb2f6':
  Telephony: Clarify IccCardConstants.State enum

11 years agoMerge "Telephony: Clarify IccCardConstants.State enum"
Wink Saville [Tue, 11 Sep 2012 19:24:15 +0000 (12:24 -0700)]
Merge "Telephony: Clarify IccCardConstants.State enum"

11 years agoImplement resolving of icon attributes to resIds in AlertController
blunden [Mon, 10 Sep 2012 21:29:04 +0000 (23:29 +0200)]
Implement resolving of icon attributes to resIds in AlertController

Platform code using AlertController directly currently has
no way to set the correct theme-specific dialog icon in a
generic way. This adds code to handle such usage.

Change-Id: I48beafa1183e4edf6d5378b3985a7f9be5fcda8b

11 years agoFix CacheBitmap crash issue when using H/W UI rendering
Jun Tian [Tue, 11 Sep 2012 02:36:28 +0000 (10:36 +0800)]
Fix CacheBitmap crash issue when using H/W UI rendering

Avoid to access invalid index in CacheBitmap. That will cause the android SDK image cannot be booted up
with H/W GL enabling. This patch is required by both ARM and x86 SDK system image.

Change-Id: I705b7f06915a2338a2f94509486344bfd92b4bfb
Signed-off-by: Jun Tian <jun.j.tian@intel.com>
Signed-off-by: Jackie Wu <jackie.wu@intel.com>
Signed-off-by: Liang Chen <liang.l.chen@intel.com>
Signed-off-by: Panfeng Chang <panfengx.chang@intel.com>
11 years agoam bfe1ab82: Merge "Fix aapt to get expat header files from the approved location."
Elliott Hughes [Sun, 9 Sep 2012 23:09:15 +0000 (16:09 -0700)]
am bfe1ab82: Merge "Fix aapt to get expat header files from the approved location."

* commit 'bfe1ab825731d365fef169deab646d7ceeafc998':
  Fix aapt to get expat header files from the approved location.

11 years agoMerge "Fix aapt to get expat header files from the approved location."
Elliott Hughes [Sun, 9 Sep 2012 22:16:45 +0000 (15:16 -0700)]
Merge "Fix aapt to get expat header files from the approved location."

11 years agoFix aapt to get expat header files from the approved location.
Elliott Hughes [Sun, 9 Sep 2012 21:45:32 +0000 (14:45 -0700)]
Fix aapt to get expat header files from the approved location.

Change-Id: Ic7c796e048cfe98ee355c18b3708fee5ea716e2e

11 years agoam bf3e62b8: Merge "Make SimpleSessionDescription locale safe"
Jean-Baptiste Queru [Thu, 6 Sep 2012 18:47:29 +0000 (11:47 -0700)]
am bf3e62b8: Merge "Make SimpleSessionDescription locale safe"

* commit 'bf3e62b8913fc2fb88d6bb454a6491424cbd40c5':
  Make SimpleSessionDescription locale safe

11 years agoMerge "Make SimpleSessionDescription locale safe"
Jean-Baptiste Queru [Thu, 6 Sep 2012 18:22:29 +0000 (11:22 -0700)]
Merge "Make SimpleSessionDescription locale safe"

11 years agoam bb60bc26: Merge "Musicplayer application can not display DRM files of internal...
Jean-Baptiste Queru [Thu, 6 Sep 2012 16:12:17 +0000 (09:12 -0700)]
am bb60bc26: Merge "Musicplayer application can not display DRM files of internal storage."

* commit 'bb60bc26020f3aabc50aa93ad9bf812af7f48f9c':
  Musicplayer application can not display DRM files of internal storage.

11 years agoMerge "Musicplayer application can not display DRM files of internal storage."
Jean-Baptiste Queru [Thu, 6 Sep 2012 14:20:59 +0000 (07:20 -0700)]
Merge "Musicplayer application can not display DRM files of internal storage."

11 years agoam 380a8e3d: Merge "Am: Clean mLaunchingProviders of all providers started by the...
Jean-Baptiste Queru [Wed, 5 Sep 2012 19:10:48 +0000 (12:10 -0700)]
am 380a8e3d: Merge "Am: Clean mLaunchingProviders of all providers started by the client"

* commit '380a8e3d126374b0205e8452bf2b4b70779e2606':
  Am: Clean mLaunchingProviders of all providers started by the client

11 years agoam 1ca2fee9: Merge "Make default value of auto-sync in SyncStorageEngine configurable"
Jean-Baptiste Queru [Wed, 5 Sep 2012 19:10:44 +0000 (12:10 -0700)]
am 1ca2fee9: Merge "Make default value of auto-sync in SyncStorageEngine configurable"

* commit '1ca2fee9547dbdd7008211ac318b1f8f40ce1e35':
  Make default value of auto-sync in SyncStorageEngine configurable

11 years agoMerge "Am: Clean mLaunchingProviders of all providers started by the client"
Jean-Baptiste Queru [Wed, 5 Sep 2012 18:40:29 +0000 (11:40 -0700)]
Merge "Am: Clean mLaunchingProviders of all providers started by the client"

11 years agoMerge "Make default value of auto-sync in SyncStorageEngine configurable"
Jean-Baptiste Queru [Wed, 5 Sep 2012 18:03:12 +0000 (11:03 -0700)]
Merge "Make default value of auto-sync in SyncStorageEngine configurable"

11 years agoam 42a58ecd: Merge "Revert "Watchdog: Improvement of debuggability""
Jean-Baptiste Queru [Wed, 5 Sep 2012 18:01:25 +0000 (11:01 -0700)]
am 42a58ecd: Merge "Revert "Watchdog: Improvement of debuggability""

* commit '42a58ecd27783d347242206bcffd4052cf1d5164':
  Revert "Watchdog: Improvement of debuggability"

11 years agoMerge "Revert "Watchdog: Improvement of debuggability""
Jean-Baptiste Queru [Wed, 5 Sep 2012 17:55:43 +0000 (10:55 -0700)]
Merge "Revert "Watchdog: Improvement of debuggability""

11 years agoTelephony: Clarify IccCardConstants.State enum
Alex Yakavenka [Mon, 27 Aug 2012 21:49:02 +0000 (14:49 -0700)]
Telephony: Clarify IccCardConstants.State enum

Change-Id: I57c6704dbefbcca5d1c6b28e72f0fb80bdbea7fc

11 years agoRevert "Watchdog: Improvement of debuggability"
Jean-Baptiste Queru [Tue, 4 Sep 2012 20:35:12 +0000 (13:35 -0700)]
Revert "Watchdog: Improvement of debuggability"

This reverts commit 9211b13c3268035b0da0c51ed2d6d5a578d45ff3.

11 years agoam b307ceb4: Merge "SearchWidget: passing APP_DATA to voice intent"
Jean-Baptiste Queru [Tue, 4 Sep 2012 18:38:28 +0000 (11:38 -0700)]
am b307ceb4: Merge "SearchWidget: passing APP_DATA to voice intent"

* commit 'b307ceb43fa96e8d54851c20278a4344469c9269':
  SearchWidget: passing APP_DATA to voice intent

11 years agoMerge "SearchWidget: passing APP_DATA to voice intent"
Jean-Baptiste Queru [Tue, 4 Sep 2012 17:49:48 +0000 (10:49 -0700)]
Merge "SearchWidget: passing APP_DATA to voice intent"

11 years agoAm: Clean mLaunchingProviders of all providers started by the client
Vairavan Srinivasan [Tue, 4 Sep 2012 00:09:58 +0000 (17:09 -0700)]
Am: Clean mLaunchingProviders of all providers started by the client

Launching providers is removed from mLaunchingProviders when the client
process dies and works as long as the client process had requested just
one provider and not otherwise. Fix is to make sure mLaunchingProviders
is updated to remove all providers launched by the client process.

Change-Id: Ib4b8b44b6a102762a6558f65fb2e6dbf11d725ea

11 years agoMake default value of auto-sync in SyncStorageEngine configurable
Yameng Huang [Tue, 11 Jan 2011 06:00:19 +0000 (14:00 +0800)]
Make default value of auto-sync in SyncStorageEngine configurable

This will make the default value of the automatic synchronization
in the SyncStorageEngine configurable with overlays for use by
vendors who want or have legal requirements to have the synchronization
off by default.

Change-Id: Iabdb355c4a1169fe8e254e91c43e162c5913d5e0

11 years agoSearchWidget: passing APP_DATA to voice intent
Jorge Ruesga [Sun, 2 Sep 2012 23:26:59 +0000 (01:26 +0200)]
SearchWidget: passing APP_DATA to voice intent

SearchView uses SearchManager.APP_DATA to pass data between the origin activity
and the search activity. This works for text searches (keyboard), but it's not
implemented by voice recognition searches. The method createVoiceAppSearchIntent
initializes a empty bundle that is filled with the QUERY parameter.
This patch adds the SearchManager.APP_DATA parameter if is present, let the
search activity access to the data passed by the origin activity

Patch 2: Fix code style

Change-Id: I52dce34e1efd07a30ad74d52bfc60fbae1c4310b

11 years agoMusicplayer application can not display DRM files of internal storage.
Jan Bjernler [Fri, 18 May 2012 08:01:18 +0000 (10:01 +0200)]
Musicplayer application can not display DRM files of internal storage.

Make DRM-protected files transferred over MTP be detected.
Previously it was inserted into the database as MEDIA_TYPE_NONE,
the result of this was that the file was not detected properly.
With this fix the file is scanned from the beginning.

Change-Id: Idf17d39e3d529394cd4a03d71fb250e69b395533

11 years agoframework: fix bug for uninitialized variable
Zhou Chang [Fri, 27 Jul 2012 02:50:15 +0000 (10:50 +0800)]
framework: fix bug for uninitialized variable

Some application display error due to uninitialized varibale.
This patch fix the bug

Change-Id: I660169e325ffae60d95c7774aaaeaebf693adf3d
Author: Chang Zhou <chang.zhou@intel.com>
Signed-off-by: Chang Zhou <chang.zhou@intel.com>
Signed-off-by: Chong Xing <chong.xing@intel.com>
Signed-off-by: Hongyu Zhang <hongyu.zhang@intel.com>
Signed-off-by: Shuo Gao <shuo.gao@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 45356

11 years agoam 0dab1a19: Merge "Fix code problem in writePidDns"
Wink Saville [Fri, 31 Aug 2012 01:11:30 +0000 (18:11 -0700)]
am 0dab1a19: Merge "Fix code problem in writePidDns"

* commit '0dab1a198e19c9993897b031d425a61a3bfec562':
  Fix code problem in writePidDns

11 years agoMerge "Fix code problem in writePidDns"
Wink Saville [Fri, 31 Aug 2012 00:36:05 +0000 (17:36 -0700)]
Merge "Fix code problem in writePidDns"

11 years agoam 4b60a8d1: Merge "Added check of ActivityInfo launch mode when starting activity."
Dianne Hackborn [Thu, 30 Aug 2012 22:59:40 +0000 (15:59 -0700)]
am 4b60a8d1: Merge "Added check of ActivityInfo launch mode when starting activity."

* commit '4b60a8d1b8b5f8fd04df5749ce225ed57e0a1a44':
  Added check of ActivityInfo launch mode when starting activity.

11 years agoMerge "Added check of ActivityInfo launch mode when starting activity."
Dianne Hackborn [Thu, 30 Aug 2012 22:19:03 +0000 (15:19 -0700)]
Merge "Added check of ActivityInfo launch mode when starting activity."

11 years agoam 60d1e1a0: Merge "Watchdog: Improvement of debuggability"
Jean-Baptiste Queru [Thu, 30 Aug 2012 20:49:58 +0000 (13:49 -0700)]
am 60d1e1a0: Merge "Watchdog: Improvement of debuggability"

* commit '60d1e1a09e4603e24652e930597ab204855eaa77':
  Watchdog: Improvement of debuggability

11 years agoMerge "Watchdog: Improvement of debuggability"
Jean-Baptiste Queru [Thu, 30 Aug 2012 20:32:09 +0000 (13:32 -0700)]
Merge "Watchdog: Improvement of debuggability"

11 years agoam ae03afda: Merge "onSavePassword dialog can leak when WebViewClassic is destroyed."
John Reck [Thu, 30 Aug 2012 18:41:38 +0000 (11:41 -0700)]
am ae03afda: Merge "onSavePassword dialog can leak when WebViewClassic is destroyed."

* commit 'ae03afda41ace0721e48ed15ce35345bfa033116':
  onSavePassword dialog can leak when WebViewClassic is destroyed.

11 years agoMerge "onSavePassword dialog can leak when WebViewClassic is destroyed."
John Reck [Thu, 30 Aug 2012 18:00:21 +0000 (11:00 -0700)]
Merge "onSavePassword dialog can leak when WebViewClassic is destroyed."

11 years agoWatchdog: Improvement of debuggability
rikard dahlman [Tue, 28 Aug 2012 14:12:38 +0000 (16:12 +0200)]
Watchdog: Improvement of debuggability

If the watchdog detects a problem the system server process
is killed, that is followed by a crash. Because the crash is
done after the system server process is killed, the crash
don't contain info about the system server.
This improvement will make sure that the system is crashed
before the system server process is killed.
Behavior is only changed for eng and userdebug builds.

Change-Id: I9f1c8fd8b03d0114032ed44fb582705ad0b49733

11 years agoonSavePassword dialog can leak when WebViewClassic is destroyed.
Johan Redestig [Thu, 30 Aug 2012 08:13:41 +0000 (10:13 +0200)]
onSavePassword dialog can leak when WebViewClassic is destroyed.

The AlertDialog creates in onSavePassword method leaks if
WebViewClassic is destroyed when the dialog is shown.

Change-Id: I81f20e1dd138467a6413766c0a081b389b334ae0

11 years agoam 7fecf5f4: Merge "Make addAddress locale safe"
Jean-Baptiste Queru [Wed, 29 Aug 2012 19:59:06 +0000 (12:59 -0700)]
am 7fecf5f4: Merge "Make addAddress locale safe"

* commit '7fecf5f4513a94adb71ba29b9918565b4b5e5e7b':
  Make addAddress locale safe

11 years agoMerge "Make addAddress locale safe"
Jean-Baptiste Queru [Wed, 29 Aug 2012 19:19:03 +0000 (12:19 -0700)]
Merge "Make addAddress locale safe"

11 years agoam 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked correctly"
Jean-Baptiste Queru [Wed, 29 Aug 2012 18:55:20 +0000 (11:55 -0700)]
am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked correctly"

* commit '4ba4caede125ff602b0d93f577f9054a07791ff7':
  Fix SkBitmap::fPixels not being locked correctly

11 years agoMerge "Fix SkBitmap::fPixels not being locked correctly"
Jean-Baptiste Queru [Wed, 29 Aug 2012 18:27:31 +0000 (11:27 -0700)]
Merge "Fix SkBitmap::fPixels not being locked correctly"

11 years agoam 0e0942c7: Merge "Default WiFi sleep policy setting"
Jean-Baptiste Queru [Wed, 29 Aug 2012 17:49:25 +0000 (10:49 -0700)]
am 0e0942c7: Merge "Default WiFi sleep policy setting"

* commit '0e0942c7209c758bc00939ae54059dc24bce3abb':
  Default WiFi sleep policy setting

11 years agoam 48c45d0e: Merge "Fix join scenario with provision discovery"
Irfan Sheriff [Wed, 29 Aug 2012 17:49:20 +0000 (10:49 -0700)]
am 48c45d0e: Merge "Fix join scenario with provision discovery"

* commit '48c45d0e3bcacebfc3635bc893875146b7ecb787':
  Fix join scenario with provision discovery

11 years agoMerge "Default WiFi sleep policy setting"
Jean-Baptiste Queru [Wed, 29 Aug 2012 16:50:45 +0000 (09:50 -0700)]
Merge "Default WiFi sleep policy setting"

11 years agoMerge "Fix join scenario with provision discovery"
Irfan Sheriff [Wed, 29 Aug 2012 16:47:27 +0000 (09:47 -0700)]
Merge "Fix join scenario with provision discovery"

11 years agoFix join scenario with provision discovery
Irfan Sheriff [Tue, 28 Aug 2012 23:05:43 +0000 (16:05 -0700)]
Fix join scenario with provision discovery

Bug: 7072467
Change-Id: I8aafd5cee1055463aeda26ad313071cfe4e335c6

11 years agoFix SkBitmap::fPixels not being locked correctly
Michal Stawinski [Sun, 8 Jul 2012 10:25:45 +0000 (12:25 +0200)]
Fix SkBitmap::fPixels not being locked correctly

In some cases bitmap's pixels where freed during encoding, which
caused a null pointer dereference.
This fix makes sure that underlaying buffer is locked for the whole
process of compression.

Change-Id: I0ac56821f5d333072271dc2670fa30f1562adfa3

11 years agoDefault WiFi sleep policy setting
Erik Ljungberg [Mon, 23 Aug 2010 13:13:46 +0000 (15:13 +0200)]
Default WiFi sleep policy setting

Creates a defult.xml setting for WiFi sleep policy.

It is now possible, through device overlays, to change
the default sleep policy to e.g. never in order to improve
user experience of WiFi.

Change-Id: Ie459b8e70fdbc7c605452fe0692d7bc26460e939

11 years agoMake SimpleSessionDescription locale safe
Johan Redestig [Wed, 29 Aug 2012 06:19:32 +0000 (08:19 +0200)]
Make SimpleSessionDescription locale safe

Explicitly use Locale.US in SimpleSessionDescription to avoid
unexpected results in some locales.

Change-Id: Idb4a36a9e332d302e1b9b940355917c0f738e076

11 years agoMake addAddress locale safe
Johan Redestig [Tue, 28 Aug 2012 07:28:50 +0000 (09:28 +0200)]
Make addAddress locale safe

Using regular string concatenation to avoid unexpected
results in some locales.

Change-Id: I47dd5e174c4a2e88dc18e014002820cdbf63fcad

11 years agoam ad955fe8: Merge "SystemUI: Fix data activity overlay not being removed when data...
Daniel Sandler [Tue, 28 Aug 2012 20:19:52 +0000 (13:19 -0700)]
am ad955fe8: Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"

* commit 'ad955fe87f44b43dbb2842fdcbe4e62900b5a07f':
  SystemUI: Fix data activity overlay not being removed when data is disabled

11 years agoam 416362e6: Merge "Change StringTokenizer to TextUtils.StringSplitter"
Jean-Baptiste Queru [Tue, 28 Aug 2012 20:19:48 +0000 (13:19 -0700)]
am 416362e6: Merge "Change StringTokenizer to TextUtils.StringSplitter"

* commit '416362e6d8c8d0a34e09704138688f75aa810c9b':
  Change StringTokenizer to TextUtils.StringSplitter

11 years agoMerge "SystemUI: Fix data activity overlay not being removed when data is disabled"
Daniel Sandler [Tue, 28 Aug 2012 19:52:48 +0000 (12:52 -0700)]
Merge "SystemUI: Fix data activity overlay not being removed when data is disabled"

11 years agoMerge "Change StringTokenizer to TextUtils.StringSplitter"
Jean-Baptiste Queru [Tue, 28 Aug 2012 19:22:39 +0000 (12:22 -0700)]
Merge "Change StringTokenizer to TextUtils.StringSplitter"

11 years agoam 78ad66b4: Merge "[Audio]Press camera button during Http live Audio playing, then...
Jean-Baptiste Queru [Tue, 28 Aug 2012 18:08:22 +0000 (11:08 -0700)]
am 78ad66b4: Merge "[Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal."

* commit '78ad66b43cf5b649869de18ee9c246c95b135c10':
  [Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal.

11 years agoMerge "[Audio]Press camera button during Http live Audio playing, then return Browser...
Jean-Baptiste Queru [Tue, 28 Aug 2012 17:43:10 +0000 (10:43 -0700)]
Merge "[Audio]Press camera button during Http live Audio playing, then return Browser, DUT display abnormal."

11 years agoam 67ea8c86: Merge "Added a persistent feature in WiFi Direct."
Irfan Sheriff [Tue, 28 Aug 2012 00:57:29 +0000 (17:57 -0700)]
am 67ea8c86: Merge "Added a persistent feature in WiFi Direct."

* commit '67ea8c86419ffbf603052e816d6b1e9e7e20fbb9':
  Added a persistent feature in WiFi Direct.

11 years agoMerge "Added a persistent feature in WiFi Direct."
Irfan Sheriff [Tue, 28 Aug 2012 00:54:07 +0000 (17:54 -0700)]
Merge "Added a persistent feature in WiFi Direct."

11 years agoReconcile with jb-mr0-release jb-release - do not merge
The Android Open Source Project [Mon, 27 Aug 2012 21:11:17 +0000 (14:11 -0700)]
Reconcile with jb-mr0-release jb-release - do not merge

Change-Id: I0387880d7a374b53a5d0f58c7c2234a4ae3cf325

11 years agoam 4763989d: am 32d1fec5: Merge "Fixes relative time formatting issue for dates in...
Dianne Hackborn [Mon, 27 Aug 2012 19:33:57 +0000 (12:33 -0700)]
am 4763989d: am 32d1fec5: Merge "Fixes relative time formatting issue for dates in future"

* commit '4763989d95342c25e9b857dc9ee21eb5ebac31d6':
  Fixes relative time formatting issue for dates in future

11 years agoam 32d1fec5: Merge "Fixes relative time formatting issue for dates in future"
Dianne Hackborn [Mon, 27 Aug 2012 19:31:49 +0000 (12:31 -0700)]
am 32d1fec5: Merge "Fixes relative time formatting issue for dates in future"

* commit '32d1fec50baaecdea34ae2a47ca808e8e4181ed2':
  Fixes relative time formatting issue for dates in future

11 years agoMerge "Fixes relative time formatting issue for dates in future"
Dianne Hackborn [Mon, 27 Aug 2012 18:39:10 +0000 (11:39 -0700)]
Merge "Fixes relative time formatting issue for dates in future"

11 years agoam 26ad1e78: am 03d16e12: Merge "Make setCaptureRate locale safe"
Jean-Baptiste Queru [Mon, 27 Aug 2012 18:29:29 +0000 (11:29 -0700)]
am 26ad1e78: am 03d16e12: Merge "Make setCaptureRate locale safe"

* commit '26ad1e7874f3151ec331e142fdcb8b3a22ddc26a':
  Make setCaptureRate locale safe

11 years agoam 03d16e12: Merge "Make setCaptureRate locale safe"
Jean-Baptiste Queru [Mon, 27 Aug 2012 18:28:00 +0000 (11:28 -0700)]
am 03d16e12: Merge "Make setCaptureRate locale safe"

* commit '03d16e122aa01f9283836d1e5144428082b4c1cd':
  Make setCaptureRate locale safe