OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Fix documentation for Wifi ScanResult.timestamp" into lmp-dev
Vinit Deshpande [Tue, 23 Sep 2014 02:17:07 +0000 (02:17 +0000)]
Merge "Fix documentation for Wifi ScanResult.timestamp" into lmp-dev

9 years agoMerge changes I3ebf0cec,I8635472c into lmp-dev
Lorenzo Colitti [Tue, 23 Sep 2014 01:46:47 +0000 (01:46 +0000)]
Merge changes I3ebf0cec,I8635472c into lmp-dev

* changes:
  Add a throw route to the VPN endpoint.
  Support non-unicast route types: unreachable and throw.

9 years agoMerge "Fix regression in launching CantAddAccountActivity for correct user" into...
Amith Yamasani [Tue, 23 Sep 2014 01:09:10 +0000 (01:09 +0000)]
Merge "Fix regression in launching CantAddAccountActivity for correct user" into lmp-dev

9 years agoMerge "I am such an idiot." into lmp-dev
Dianne Hackborn [Tue, 23 Sep 2014 00:57:27 +0000 (00:57 +0000)]
Merge "I am such an idiot." into lmp-dev

9 years agoMerge "Remove unnecessary waits in TouchUtil's drag" into lmp-dev
Yigit Boyar [Tue, 23 Sep 2014 00:39:31 +0000 (00:39 +0000)]
Merge "Remove unnecessary waits in TouchUtil's drag" into lmp-dev

9 years agoI am such an idiot.
Dianne Hackborn [Mon, 22 Sep 2014 23:46:35 +0000 (16:46 -0700)]
I am such an idiot.

Seriously, don't look at this.  It is so dumb.

Brought up by issue #17307700: retarget a relinquished
task is not working

Change-Id: I947438d3502f75510e2974211bb78d31008eaa90

9 years agoMerge "Don't disconnect data for some carrier" into lmp-dev
Amit Mahajan [Tue, 23 Sep 2014 00:15:30 +0000 (00:15 +0000)]
Merge "Don't disconnect data for some carrier" into lmp-dev

9 years agoMerge "Fix for empty RSSI triangle after boot" into lmp-dev
xinhe [Tue, 23 Sep 2014 00:13:21 +0000 (00:13 +0000)]
Merge "Fix for empty RSSI triangle after boot" into lmp-dev

9 years agoMerge "camera2: Docs update for available AF modes." into lmp-dev
Ruben Brunk [Tue, 23 Sep 2014 00:06:14 +0000 (00:06 +0000)]
Merge "camera2: Docs update for available AF modes." into lmp-dev

9 years agoDon't disconnect data for some carrier
Jing Zhao [Wed, 6 Aug 2014 21:48:17 +0000 (16:48 -0500)]
Don't disconnect data for some carrier

In some network, deactivate PDP connection cause releasing of RRC connection,
which MM/IMSI detaching request needs. Without this detaching, network can
not release the network resources previously attached.
So we are avoiding data detaching on these networks.

Bug: 16207801
Change-Id: Ib2ccc04d67f313e1241872b17ab38416607b0b48

9 years agoMerge "camera2: Add missing whitebalance mapping." into lmp-dev
Ruben Brunk [Mon, 22 Sep 2014 23:57:19 +0000 (23:57 +0000)]
Merge "camera2: Add missing whitebalance mapping." into lmp-dev

9 years agoMerge "Fix inaccurate TypedArray.getDrawable() documentation" into lmp-dev
Alan Viverette [Mon, 22 Sep 2014 23:48:45 +0000 (23:48 +0000)]
Merge "Fix inaccurate TypedArray.getDrawable() documentation" into lmp-dev

9 years agoFix inaccurate TypedArray.getDrawable() documentation
Alan Viverette [Mon, 22 Sep 2014 23:19:51 +0000 (16:19 -0700)]
Fix inaccurate TypedArray.getDrawable() documentation

The documentation implied that you could override
Resources.getDrawable(int) to load custom drawables, which is
not the case.

BUG: 16635905
Change-Id: I06c0febe2d6d4194ef5a31f167b378fe311b7a2d

9 years agoMerge "camera2: Avoid spurious IDLE transitions." into lmp-dev
Ruben Brunk [Mon, 22 Sep 2014 23:19:45 +0000 (23:19 +0000)]
Merge "camera2: Avoid spurious IDLE transitions." into lmp-dev

9 years agoMerge "Revert behavior of Lockscreen Activity Launch to KK" into lmp-dev
Adam Lesinski [Mon, 22 Sep 2014 23:17:47 +0000 (23:17 +0000)]
Merge "Revert behavior of Lockscreen Activity Launch to KK" into lmp-dev

9 years agocamera2: Docs update for available AF modes.
Ruben Brunk [Mon, 22 Sep 2014 23:13:54 +0000 (16:13 -0700)]
camera2: Docs update for available AF modes.

Bug: 17588783
Change-Id: If4010517e79b3a51bd6231424a10be672ff5a252

9 years agoMerge "AT&T short dialing code" into lmp-dev
Vineeta Srivastava [Mon, 22 Sep 2014 23:05:49 +0000 (23:05 +0000)]
Merge "AT&T short dialing code" into lmp-dev

9 years agoMerge "Aggressively trim memory for system_process" into lmp-dev
John Reck [Mon, 22 Sep 2014 23:05:01 +0000 (23:05 +0000)]
Merge "Aggressively trim memory for system_process" into lmp-dev

9 years agoRevert behavior of Lockscreen Activity Launch to KK
Adam Lesinski [Mon, 22 Sep 2014 23:04:32 +0000 (16:04 -0700)]
Revert behavior of Lockscreen Activity Launch to KK

There exists a lifecycle regression where launching an
app from the lockscreen (camera, etc.) causes a series
of onResume, onPause, onRestart, onStart, onResume.

This CL reverts the behavior to what it was in KK, which
is to say that the Launcher is first resumed/paused, then
the Activity being launched has a simple onRestart,onStart, onResume
lifecycle.

Bug:17459745
Change-Id: I04091d2f86a929ee972c8d6debc1beb033c135a8

9 years agoAT&T short dialing code
Jing Zhao [Mon, 22 Sep 2014 15:45:05 +0000 (10:45 -0500)]
AT&T short dialing code

User should be able to dial 0 or 00 in AT&T network.
The code should not be taken as MMI Code.

Bug: 17314389
Change-Id: I7132f08b633c6539dc0dd4e2d7865adcda795913

9 years agoAggressively trim memory for system_process
John Reck [Mon, 22 Sep 2014 14:39:18 +0000 (07:39 -0700)]
Aggressively trim memory for system_process

Bug: 16978006

Don't HWUI-accelerate KeyguardScrim
Aggressively trim memory as soon as a ViewRootImpl
dies or has its visibility changed.

Change-Id: Ie1b7c9d30653456bd2e9f309128174f972999368

9 years agocamera2: Add missing whitebalance mapping.
Ruben Brunk [Mon, 22 Sep 2014 22:59:50 +0000 (15:59 -0700)]
camera2: Add missing whitebalance mapping.

Bug: 17588192
Change-Id: I5d161dd22f2057a33a461157d678d4217a5f88f8

9 years agoMerge "Fix issue #17609716: Frequent crash in system_server (RT restarts)" into lmp-dev
Dianne Hackborn [Mon, 22 Sep 2014 22:46:53 +0000 (22:46 +0000)]
Merge "Fix issue #17609716: Frequent crash in system_server (RT restarts)" into lmp-dev

9 years agoRemove unnecessary waits in TouchUtil's drag
Yigit Boyar [Mon, 22 Sep 2014 22:22:45 +0000 (15:22 -0700)]
Remove unnecessary waits in TouchUtil's drag

TouchUtil's drag method tries to sync after sending
each event which is not necessary. Sync are slow so
removing them greatly improves test running time.

Bug: 17323559
Change-Id: Ia4ed02b2af44da0d821d93d28f963005d9d7ea79

9 years agoMerge "Loosen the constraint for releasing a shared file." into lmp-dev
Svetoslav [Mon, 22 Sep 2014 21:39:59 +0000 (21:39 +0000)]
Merge "Loosen the constraint for releasing a shared file." into lmp-dev

9 years agoMerge "Fix a bug in parsing app widget state XML." into lmp-dev
Svetoslav [Mon, 22 Sep 2014 21:39:48 +0000 (21:39 +0000)]
Merge "Fix a bug in parsing app widget state XML." into lmp-dev

9 years agoMerge "Zen: Add events as a new config attribute." into lmp-dev
John Spurlock [Mon, 22 Sep 2014 21:09:38 +0000 (21:09 +0000)]
Merge "Zen: Add events as a new config attribute." into lmp-dev

9 years agoMerge "Remove trailing zeroes from vector drawable pathData" into lmp-dev
Alan Viverette [Mon, 22 Sep 2014 21:07:09 +0000 (21:07 +0000)]
Merge "Remove trailing zeroes from vector drawable pathData" into lmp-dev

9 years agoLoosen the constraint for releasing a shared file.
Svetoslav [Mon, 22 Sep 2014 20:48:41 +0000 (13:48 -0700)]
Loosen the constraint for releasing a shared file.

In the spooler we have the renderer reading a file to visualize
content and the app writing a file to produce the content. Since
we have to swap the file under the renderer we have a mutex file
provider that both parties can request, use when released, and
release when required. This enables us to request the file which
closes the renderer and when the renderer is closed ask the app
to write some more pages, then open the renderer, and so on. The
mutex file provider was throwing of a thread that does not own
the file thries to relase it which is not needed, this should be
just a nop.

bug:17607134

Change-Id: Id6a2ce92d70077f57978b95315648faf02c13c68

9 years agoZen: Add events as a new config attribute.
John Spurlock [Fri, 19 Sep 2014 19:29:06 +0000 (15:29 -0400)]
Zen: Add events as a new config attribute.

Decouple events from alarms in the zen interception function,
and default the new allowEvents to true.

Bug:17580878
Change-Id: Iff10df385206ad73c3423ff118c79e94a10918d9

9 years agoMerge "Work on issue #17581375: Nexus 5 getting low on RAM" into lmp-dev
Dianne Hackborn [Mon, 22 Sep 2014 20:40:16 +0000 (20:40 +0000)]
Merge "Work on issue #17581375: Nexus 5 getting low on RAM" into lmp-dev

9 years agoFix issue #17609716: Frequent crash in system_server (RT restarts)
Dianne Hackborn [Mon, 22 Sep 2014 20:36:42 +0000 (13:36 -0700)]
Fix issue #17609716: Frequent crash in system_server (RT restarts)

There was some code here locking on the lock object instead of
the main activity manager lock...!!!

Change-Id: Ic85151fbef915f6fb8fd5ce3c1a7e9b810412cb6

9 years agoMerge "Monitor MediaRouter for remote display connections." into lmp-dev
Michael Wright [Mon, 22 Sep 2014 20:04:28 +0000 (20:04 +0000)]
Merge "Monitor MediaRouter for remote display connections." into lmp-dev

9 years agoRemove trailing zeroes from vector drawable pathData
Alan Viverette [Mon, 22 Sep 2014 20:02:37 +0000 (13:02 -0700)]
Remove trailing zeroes from vector drawable pathData

Speeds up parseFloat.

BUG: 17391797
Change-Id: I81cf824f6ba97e65ed9628a15ad762c4c9860630

9 years agoWork on issue #17581375: Nexus 5 getting low on RAM
Dianne Hackborn [Mon, 22 Sep 2014 19:52:49 +0000 (12:52 -0700)]
Work on issue #17581375: Nexus 5 getting low on RAM

Try to catch any cases where we remove a ProcessRecord from the LRU
list when it may still have a process associated with it, report
that this happened, and try to make sure the process is killed.

Change-Id: Icd74439caba5e1c283c01a49a46dae926a00ba71

9 years agoFix regression in launching CantAddAccountActivity for correct user
Amith Yamasani [Mon, 22 Sep 2014 19:42:12 +0000 (12:42 -0700)]
Fix regression in launching CantAddAccountActivity for correct user

This activity should be launched for the user calling addAccount()

Bug: 17608124
Change-Id: I5d7e47bc625442494dc322ccafdc25f5f5c6aa7b

9 years agoMerge "Doze: Fix NPE found when pulsing and !dozing." into lmp-dev
John Spurlock [Mon, 22 Sep 2014 19:35:54 +0000 (19:35 +0000)]
Merge "Doze: Fix NPE found when pulsing and !dozing." into lmp-dev

9 years agoMerge "Zen: Add content description to settings icon." into lmp-dev
John Spurlock [Mon, 22 Sep 2014 19:35:11 +0000 (19:35 +0000)]
Merge "Zen: Add content description to settings icon." into lmp-dev

9 years agoFix a bug in parsing app widget state XML.
Svetoslav [Mon, 22 Sep 2014 19:25:24 +0000 (12:25 -0700)]
Fix a bug in parsing app widget state XML.

When restoring app widget state from XML we read all providers,
hosts, and widgets and only after reading all hosts and providers
for all members of the group we hookup the widgets as they may
cross profile boundary. To esntablish the host-widget and provider-
widget relation we use a tag for the host and the provider that
are assigned before saving the state to XML. When restoring we
are using the tags to match widgets with hosts and providers. The
bug was that we were not clearing the tag of all hosts and providers
before reading from XML as we want the only tags that are defined
to be the ones we are reading. This resulted in wrong app widget
restore for a secondary user.

bug:17505027

Change-Id: I035d8f13142c6b9dbc9d658b82390f9cd8d75e0d

9 years agoDoze: Fix NPE found when pulsing and !dozing.
John Spurlock [Mon, 22 Sep 2014 13:31:46 +0000 (09:31 -0400)]
Doze: Fix NPE found when pulsing and !dozing.

Bug:17390492
Change-Id: Id6665c5bb8fa13ee08f68478c601b77a4f9e3f6a

9 years agoMerge "Pass explicit null theme when preloading drawables" into lmp-dev
Alan Viverette [Mon, 22 Sep 2014 19:18:02 +0000 (19:18 +0000)]
Merge "Pass explicit null theme when preloading drawables" into lmp-dev

9 years agoZen: Add content description to settings icon.
John Spurlock [Mon, 22 Sep 2014 19:14:48 +0000 (15:14 -0400)]
Zen: Add content description to settings icon.

Bug:17578039
Change-Id: I6c513200b2ac1d6abd6da0dd7412500a12fded28

9 years agoMerge "Work on issue #17506095: Plumb a new configuration to IMMS" into lmp-dev
Yohei Yukawa [Mon, 22 Sep 2014 18:02:11 +0000 (18:02 +0000)]
Merge "Work on issue #17506095: Plumb a new configuration to IMMS" into lmp-dev

9 years agoMerge "AAPT: Continuation of public/private attribute fix" into lmp-dev
Adam Lesinski [Mon, 22 Sep 2014 18:00:30 +0000 (18:00 +0000)]
Merge "AAPT: Continuation of public/private attribute fix" into lmp-dev

9 years agoAAPT: Continuation of public/private attribute fix
Adam Lesinski [Fri, 19 Sep 2014 22:10:04 +0000 (15:10 -0700)]
AAPT: Continuation of public/private attribute fix

XML files like layouts are now scanned and checked
for v21 attributes. If those kinds of attributes
are found, then we remove them in the original
version and synthesize a new xml file under the
v21 configuration.

Bug:17520380
Change-Id: Icf984cb96134180a2e35349c1dbf2cef9a8f0bda

9 years agoFix issues with new TTS API
Przemyslaw Szczepaniak [Mon, 22 Sep 2014 16:39:16 +0000 (17:39 +0100)]
Fix issues with new TTS API

Bug: 17389935
Change-Id: I59234b3222f59dc89be7e40f7d4706b1f8c610ce

9 years agoMerge "Announce title of QS detail views" into lmp-dev
Jason Monk [Mon, 22 Sep 2014 15:33:05 +0000 (15:33 +0000)]
Merge "Announce title of QS detail views" into lmp-dev

9 years agoFix status bar cast icon not updating
Jason Monk [Fri, 19 Sep 2014 20:14:32 +0000 (16:14 -0400)]
Fix status bar cast icon not updating

Change the listening in CastControllerImpl so that it will always
at least passive discovery when callbacks are added.  When discovering
is set this will switch to request discovery.  This allows the
status bar to catch disconnect callbacks when QS is not discovering.

Bug: 17555869
Change-Id: Id2a80b98f6c7ca7e6a4d0ff00315d10a109e8259

9 years agoAnnounce title of QS detail views
Jason Monk [Mon, 22 Sep 2014 14:21:01 +0000 (10:21 -0400)]
Announce title of QS detail views

When entering a QS detail view announce the title of the view for
accessibility.

Bug: 17578404
Change-Id: I4cfd1bc85604af822b4f5fce852b39687f71cbae

9 years agoPass explicit null theme when preloading drawables
Alan Viverette [Mon, 22 Sep 2014 07:04:22 +0000 (00:04 -0700)]
Pass explicit null theme when preloading drawables

Prevents "unresolved theme attributes" warning.

BUG: 17589490
Change-Id: I5217d85b1d5ce8b551315ee8b1ca79eccfac3f10

9 years agoAdd a throw route to the VPN endpoint.
Lorenzo Colitti [Thu, 18 Sep 2014 16:53:35 +0000 (01:53 +0900)]
Add a throw route to the VPN endpoint.

Without this, legacy VPN types that don't send all traffic
through a tun or ppp interface, but instead have the kernel
apply IPsec transforms directly to the original packets, will
try to send traffic to the VPN endpoint through the VPN, which
will not work.

Bug: 17462989
Change-Id: I3ebf0cec726dd12b2c57ba5d66775f8c02b25b70

9 years agoSupport non-unicast route types: unreachable and throw.
Lorenzo Colitti [Thu, 18 Sep 2014 16:49:05 +0000 (01:49 +0900)]
Support non-unicast route types: unreachable and throw.

Bug: 17462989
Change-Id: I8635472ca3e96ec2866af2de48e6260ab2da13fb

9 years agocamera2: Avoid spurious IDLE transitions.
Ruben Brunk [Mon, 22 Sep 2014 01:35:31 +0000 (18:35 -0700)]
camera2: Avoid spurious IDLE transitions.

Bug: 17594247

- Avoid spurious IDLE transitions when waiting for
  prior requests to complete.
- Clean up error reporting for GL thread and CameraDeviceState.
- Add error handling for Camera1 ErrorCallback calls.

Change-Id: I72850251d8965139b6db2193e91483a3d3409b7c

9 years agoMerge changes Iccd4d53d,Id449bc7a into lmp-dev
Ruben Brunk [Mon, 22 Sep 2014 02:54:21 +0000 (02:54 +0000)]
Merge changes Iccd4d53d,Id449bc7a into lmp-dev

* changes:
  camera2: Avoid setting null metering regions in LEGACY.
  camera2: Fix JPEG orientation set by LEGACY request.

9 years agoMerge "Doze: Ensure a doze reset happens after leaving keyguard." into lmp-dev
John Spurlock [Mon, 22 Sep 2014 02:00:36 +0000 (02:00 +0000)]
Merge "Doze: Ensure a doze reset happens after leaving keyguard." into lmp-dev

9 years agoMerge "Allow fallback to Toolbar's default Navigation Icon" into lmp-dev
Yigit Boyar [Mon, 22 Sep 2014 01:14:39 +0000 (01:14 +0000)]
Merge "Allow fallback to Toolbar's default Navigation Icon" into lmp-dev

9 years agocamera2: Avoid setting null metering regions in LEGACY.
Ruben Brunk [Sun, 21 Sep 2014 22:04:30 +0000 (15:04 -0700)]
camera2: Avoid setting null metering regions in LEGACY.

Bug: 17587491

- If a single region with zero weight is set, revert to default
  metering region rather than attempting to set a null to
  avoid setParameters failure.

Change-Id: Iccd4d53d5a2134a9d744eafb731f464b653a154d

9 years agocamera2: Fix JPEG orientation set by LEGACY request.
Ruben Brunk [Sun, 21 Sep 2014 20:17:02 +0000 (13:17 -0700)]
camera2: Fix JPEG orientation set by LEGACY request.

Bug: 17589231
Change-Id: Id449bc7a39a6550413e6c441b6dc204e11eacda9

9 years agoDoze: Ensure a doze reset happens after leaving keyguard.
John Spurlock [Sun, 21 Sep 2014 21:55:01 +0000 (17:55 -0400)]
Doze: Ensure a doze reset happens after leaving keyguard.

Bug:17536133
Change-Id: Ibc88a7f2c1a51656676fe62d4de8ab3ec4dd4081

9 years agoMerge "Pass disconnect reason for failed remote connections" into lmp-dev
Sailesh Nepal [Sun, 21 Sep 2014 21:35:21 +0000 (21:35 +0000)]
Merge "Pass disconnect reason for failed remote connections" into lmp-dev

9 years agoMerge "camera2: refactor LEGACY mode error handling." into lmp-dev
Ruben Brunk [Sun, 21 Sep 2014 19:16:55 +0000 (19:16 +0000)]
Merge "camera2: refactor LEGACY mode error handling." into lmp-dev

9 years agocamera2: refactor LEGACY mode error handling.
Ruben Brunk [Tue, 16 Sep 2014 20:18:31 +0000 (13:18 -0700)]
camera2: refactor LEGACY mode error handling.

Bug: 17431462
Bug: 17407537

- Add Surface format/size validation during configure.
- Update exception error codes used in binder calls.
- Report dropped requests, frames, captures, and device
  errors in binder callback properly.
- Fixes CameraDeviceTest errors for incorrect metering
  rectangle weight in template tests.
- Fixes CameraDeviceTest errors for missing
  noiseReductionMode field in template tests.
- Implement flush call.

Change-Id: I0da803bccf2bfb9b4c0cf61208e160a86c577497

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 21 Sep 2014 18:07:49 +0000 (18:07 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Fix memory leak in accessibility cache." into lmp-dev
Svetoslav [Sun, 21 Sep 2014 17:53:39 +0000 (17:53 +0000)]
Merge "Fix memory leak in accessibility cache." into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 21 Sep 2014 17:52:16 +0000 (17:52 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 21 Sep 2014 17:51:55 +0000 (17:51 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Sun, 21 Sep 2014 17:51:33 +0000 (17:51 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

9 years agoMerge "Mark sysui config resource as untranslatable." into lmp-dev
John Spurlock [Sun, 21 Sep 2014 16:57:53 +0000 (16:57 +0000)]
Merge "Mark sysui config resource as untranslatable." into lmp-dev

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sun, 21 Sep 2014 06:10:32 +0000 (23:10 -0700)]
Import translations. DO NOT MERGE

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

9 years agoWork on issue #17506095: Plumb a new configuration to IMMS
Yohei Yukawa [Fri, 19 Sep 2014 04:14:55 +0000 (13:14 +0900)]
Work on issue #17506095: Plumb a new configuration to IMMS

This CL makes a plumbing from SystemConfig to IMMS.

Change-Id: Ia70b870723acf647e0c27f24aff91b40d6f85543

9 years agoPass disconnect reason for failed remote connections
Sailesh Nepal [Sun, 21 Sep 2014 01:23:05 +0000 (18:23 -0700)]
Pass disconnect reason for failed remote connections

If a remote connection fails to create call setDisconnected
instead of setState. This allows us to pass the disconnect
reason.

Note, this CL is very low risk since it only impacts remote
connections.

Bug: 17594857
Change-Id: Id296f3f5a4bb9168b358d3bfda94e04623a6b99c

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 20 Sep 2014 23:09:28 +0000 (16:09 -0700)]
Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 20 Sep 2014 20:28:25 +0000 (13:28 -0700)]
Import translations. DO NOT MERGE

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

9 years agoImport translations. DO NOT MERGE
Baligh Uddin [Sat, 20 Sep 2014 19:56:55 +0000 (12:56 -0700)]
Import translations. DO NOT MERGE

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

9 years agoFix memory leak in accessibility cache.
Svetoslav [Sat, 20 Sep 2014 01:18:04 +0000 (18:18 -0700)]
Fix memory leak in accessibility cache.

We were not clearing the cache if window state change event
is fired which was the behavior before adding the window
inspection APIs. As a result if no accessibility service
cares about windows we get a leek. Also when the accessibiilty
service cares about windows we were not clearing all windows
nodes from the cache. Now if a windows change or a window
state change event is recived we clear the cache.

bug:17589257

Change-Id: I8c416fbcab623160c6f505128b9fca713fcc6623

9 years agoMerge "Find activity from context in menu inflator for click events" into lmp-dev
Yigit Boyar [Sat, 20 Sep 2014 01:29:59 +0000 (01:29 +0000)]
Merge "Find activity from context in menu inflator for click events" into lmp-dev

9 years agoAllow fallback to Toolbar's default Navigation Icon
Yigit Boyar [Fri, 19 Sep 2014 21:26:23 +0000 (14:26 -0700)]
Allow fallback to Toolbar's default Navigation Icon

Bug: 17554486
Change-Id: Id9f2197820df42d81351540be5baa852f49bdf0a

9 years agoMerge "Decouple turning screen on from waking up in policy." into lmp-dev
Jeff Brown [Sat, 20 Sep 2014 01:09:36 +0000 (01:09 +0000)]
Merge "Decouple turning screen on from waking up in policy." into lmp-dev

9 years agoMerge "Fix order of operations while pulsing the ambient display." into lmp-dev
Jeff Brown [Sat, 20 Sep 2014 01:09:07 +0000 (01:09 +0000)]
Merge "Fix order of operations while pulsing the ambient display." into lmp-dev

9 years agoMerge "Ensure that the screen on blocker is applied while dozing." into lmp-dev
Jeff Brown [Sat, 20 Sep 2014 01:08:51 +0000 (01:08 +0000)]
Merge "Ensure that the screen on blocker is applied while dozing." into lmp-dev

9 years agoMark sysui config resource as untranslatable.
John Spurlock [Sat, 20 Sep 2014 00:48:24 +0000 (20:48 -0400)]
Mark sysui config resource as untranslatable.

Bug:17523754
Change-Id: I8917c110acc02c501e4dc011de4e6e7f8a0545c5

9 years agoMerge "Always give wifi a chance to quiet down during restore" into lmp-dev
Christopher Tate [Sat, 20 Sep 2014 00:25:11 +0000 (00:25 +0000)]
Merge "Always give wifi a chance to quiet down during restore" into lmp-dev

9 years agoMerge "Fix issue #17492300: NavUtils.shouldUpRecreateTask returns different..." into...
Dianne Hackborn [Sat, 20 Sep 2014 00:22:51 +0000 (00:22 +0000)]
Merge "Fix issue #17492300: NavUtils.shouldUpRecreateTask returns different..." into lmp-dev

9 years agoFix issue #17492300: NavUtils.shouldUpRecreateTask returns different...
Dianne Hackborn [Sat, 20 Sep 2014 00:21:46 +0000 (17:21 -0700)]
Fix issue #17492300: NavUtils.shouldUpRecreateTask returns different...

...value in L

Only do the new logic when the task is a document.

Change-Id: I4664b94a3fe86ea266c2feb4e889c14c06751a15

9 years agoAlways give wifi a chance to quiet down during restore
Christopher Tate [Sat, 20 Sep 2014 00:03:59 +0000 (17:03 -0700)]
Always give wifi a chance to quiet down during restore

Not just when the current scan-always setting is on.

Bug 17571997

Change-Id: Idc56c9682c18f5e23c0bde98736522a79583af5e

9 years agoMerge "TouchExploer computes incorectly the click location." into lmp-dev
Svetoslav [Sat, 20 Sep 2014 00:02:45 +0000 (00:02 +0000)]
Merge "TouchExploer computes incorectly the click location." into lmp-dev

9 years agoTouchExploer computes incorectly the click location.
Svetoslav [Fri, 19 Sep 2014 22:37:02 +0000 (15:37 -0700)]
TouchExploer computes incorectly the click location.

If there is accessibilty focus and the user touch explores
location that does not change accessibility focus that is
not in the app window, e.g. system bar, double tap does not
click on the system UI affordance. This is due to obsolete
logic from the time where accessibility focus was only in
the active window at the time of double clicking.

bug:17588024

Change-Id: Ib780103e873d8a2afd3b35de3227d54116f1a1b0

9 years agoMerge "Account for alpha in hasShadow()" into lmp-dev
Chris Craik [Fri, 19 Sep 2014 23:36:20 +0000 (23:36 +0000)]
Merge "Account for alpha in hasShadow()" into lmp-dev

9 years agoMerge "Fix issue #17574819: Chrome browser process is killed in background..." into...
Dianne Hackborn [Fri, 19 Sep 2014 23:26:16 +0000 (23:26 +0000)]
Merge "Fix issue #17574819: Chrome browser process is killed in background..." into lmp-dev

9 years agoMerge "Work on issue #17381033: Program icon and shortcut disappear after..." into...
Dianne Hackborn [Fri, 19 Sep 2014 23:24:18 +0000 (23:24 +0000)]
Merge "Work on issue #17381033: Program icon and shortcut disappear after..." into lmp-dev

9 years agoWork on issue #17381033: Program icon and shortcut disappear after...
Dianne Hackborn [Fri, 19 Sep 2014 23:16:04 +0000 (16:16 -0700)]
Work on issue #17381033: Program icon and shortcut disappear after...

...running monkey test overnight [FACTORY ROM BLOCKER]

Add surface tracing to debug output.

Change-Id: I65f7fc90c51b0805f7e0090141c33d6b60ccb3b4

9 years agoFix for empty RSSI triangle after boot
xinhe [Fri, 19 Sep 2014 00:56:48 +0000 (17:56 -0700)]
Fix for empty RSSI triangle after boot

After device bootup, the signal strength triangle is empty although there is
both voice and data connection. This is due to when TelephonyRegistry doing call
back listen register, some APP use mDefaultSubID. However, when the reigister
happen, the mDefaultSubId does not exist. Althouhgh it can be update later, if
the update event comes too late (especially after the steady state), no
ServiceStatechange event can be received anymore. Thus the service is always not
available and the signal stength trangle has no chance to be updated anymore.
This is a risk condition.

Bug:17472622

Change-Id: I772d29e6dd9da212b78fd0d4438b8273e3318dba

9 years agoMerge "Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable...
Amit Mahajan [Fri, 19 Sep 2014 23:12:57 +0000 (23:12 +0000)]
Merge "Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable" into lmp-dev

9 years agoControl radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable
Hui Wang [Fri, 19 Sep 2014 21:20:44 +0000 (16:20 -0500)]
Control radio restart on PDP_FAIL_REGULAR_DEACTIVATION by a config variable

Bug: 1756765116308209
Change-Id: Ie164b16b70429d5815e9bef5f8c5489f6e49de36

9 years agoAccount for alpha in hasShadow()
Chris Craik [Fri, 19 Sep 2014 23:04:45 +0000 (16:04 -0700)]
Account for alpha in hasShadow()

bug:17587220
Change-Id: Ic7f2dea95302b713dc93edb4a0193a7be77fb2eb

9 years agoLogspam is spam
Christopher Tate [Fri, 19 Sep 2014 22:44:13 +0000 (15:44 -0700)]
Logspam is spam

This turns out to happen a lot in normal usage, but we're logging
copiously about it each time.  It's reporting "oh hey we're already
in this state" -- and so the log is not useful anyway.

Logspam is spam.

Bug 15169507

Change-Id: Ie2d01ff1b0b3600dd9c15ccf83d60875558f1dc2

9 years agoMerge "Update theme colors for better contrast and de-blueing" into lmp-dev
Alan Viverette [Fri, 19 Sep 2014 22:28:07 +0000 (22:28 +0000)]
Merge "Update theme colors for better contrast and de-blueing" into lmp-dev

9 years agoMerge "Correctly apply max width/height to preference icons" into lmp-dev
Alan Viverette [Fri, 19 Sep 2014 22:19:01 +0000 (22:19 +0000)]
Merge "Correctly apply max width/height to preference icons" into lmp-dev

9 years agoUpdate theme colors for better contrast and de-blueing
Alan Viverette [Fri, 19 Sep 2014 20:28:14 +0000 (13:28 -0700)]
Update theme colors for better contrast and de-blueing

BUG: 17520824
Change-Id: Id9f90136cea169ba9e58db957034c539ef25121f

9 years agoFix issue #17574819: Chrome browser process is killed in background...
Dianne Hackborn [Fri, 19 Sep 2014 22:09:39 +0000 (15:09 -0700)]
Fix issue #17574819: Chrome browser process is killed in background...

...due to dying renderer process

Don't kill processes if they are bound to a service but not impacting
oom adjustment.

Change-Id: I1cc44e633feaeaad6e996b79a6cfd7b386c04095