OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Fixed a bug that the notifications were not animating when reset" into lmp...
Selim Cinek [Thu, 6 Nov 2014 16:12:00 +0000 (16:12 +0000)]
Merge "Fixed a bug that the notifications were not animating when reset" into lmp-mr1-dev

9 years agoMerge "Add a cross-profile intent filter only if it wasn't previously added." into...
Nicolas Prevot [Thu, 6 Nov 2014 09:42:44 +0000 (09:42 +0000)]
Merge "Add a cross-profile intent filter only if it wasn't previously added." into lmp-mr1-dev

9 years agoCEC: Allow no parameters with <System Audio Mode Request>.
Yuncheol Heo [Thu, 6 Nov 2014 08:21:04 +0000 (17:21 +0900)]
CEC: Allow no parameters with <System Audio Mode Request>.

Bug: 18266992
Change-Id: I4399e34d1178f3d4b17b4749ca543c2bb14c0765

9 years agoMerge "Add CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause" into lmp-mr1-dev
Sailesh Nepal [Thu, 6 Nov 2014 06:14:14 +0000 (06:14 +0000)]
Merge "Add CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause" into lmp-mr1-dev

9 years agoMerge "CEC: Don't send <Feature Abort> on the short message" into lmp-mr1-dev
Yuncheol Heo [Thu, 6 Nov 2014 05:47:48 +0000 (05:47 +0000)]
Merge "CEC: Don't send <Feature Abort> on the short message" into lmp-mr1-dev

9 years agoAdd CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause
Sailesh Nepal [Thu, 6 Nov 2014 02:37:53 +0000 (18:37 -0800)]
Add CONNECTION_MANAGER_NOT_SUPPORTED to DisconnectCause

This CL adds a new disconnect cause. Connection managers
can specify this disconnect cause when it doesn't want
to route calls.

Bug: 16903083
Change-Id: I05822991c5c34ca3533652a10fbcb8845a604925

9 years agoMerge "Update TrustAgentService API after review" into lmp-mr1-dev
Jim Miller [Thu, 6 Nov 2014 02:52:19 +0000 (02:52 +0000)]
Merge "Update TrustAgentService API after review" into lmp-mr1-dev

9 years agoMerge "Adding method to get disconnect cause from conference" into lmp-mr1-dev
mike dooley [Thu, 6 Nov 2014 02:43:59 +0000 (02:43 +0000)]
Merge "Adding method to get disconnect cause from conference" into lmp-mr1-dev

9 years agoMerge "Add missing secure stop methods" into lmp-mr1-dev
Jeff Tinker [Thu, 6 Nov 2014 02:33:22 +0000 (02:33 +0000)]
Merge "Add missing secure stop methods" into lmp-mr1-dev

9 years agoCEC: Don't send <Feature Abort> on the short message
Yuncheol Heo [Wed, 5 Nov 2014 23:25:39 +0000 (08:25 +0900)]
CEC: Don't send <Feature Abort> on the short message

Bug: 18261915
Change-Id: I722392afacc29ec9f2af27df49b68bd773b53e3d

9 years agoUpdate TrustAgentService API after review
Jim Miller [Wed, 27 Aug 2014 00:12:29 +0000 (17:12 -0700)]
Update TrustAgentService API after review

This change incorporates API council feedback and enables the
TrustAgent whitelisting API.

It also contains a minor cleanup of DPM's use of UserHandle
to eliminate unnecessary object creation.

Fixes bug 17008504

Change-Id: I63cc50169fde54b34406845818bcaf6aadc1a3db

9 years agoMerge "Allow apps with SCORE_NETWORKS to set the active scorer." into lmp-mr1-dev
Jeff Davidson [Thu, 6 Nov 2014 01:25:03 +0000 (01:25 +0000)]
Merge "Allow apps with SCORE_NETWORKS to set the active scorer." into lmp-mr1-dev

9 years agoMerge "Fix Legacy typing of net-specific requests." into lmp-mr1-dev
Robert Greenwalt [Wed, 5 Nov 2014 23:36:00 +0000 (23:36 +0000)]
Merge "Fix Legacy typing of net-specific requests." into lmp-mr1-dev

9 years agoMerge "Fix incorrect doc for WifiInfo#getSSID()." into lmp-mr1-dev
Jeff Davidson [Wed, 5 Nov 2014 23:10:57 +0000 (23:10 +0000)]
Merge "Fix incorrect doc for WifiInfo#getSSID()." into lmp-mr1-dev

9 years agoFix Legacy typing of net-specific requests.
Robert Greenwalt [Wed, 29 Oct 2014 21:04:06 +0000 (14:04 -0700)]
Fix Legacy typing of net-specific requests.

We're starting to get network requests for specific SIMs
and the Legacy Type Inference was broken because the incoming
request included a network specifier while the legacy requests
it was compared with did not.  Only compare the things we care
about.

bug:18031008
Change-Id: If107042828c152ede51a2497a3859bc1a6c83694

9 years agoMerge "Cancel animation when target changes." into lmp-mr1-dev
George Mount [Wed, 5 Nov 2014 23:04:17 +0000 (23:04 +0000)]
Merge "Cancel animation when target changes." into lmp-mr1-dev

9 years agoAllow apps with SCORE_NETWORKS to set the active scorer.
Jeff Davidson [Wed, 5 Nov 2014 19:14:19 +0000 (11:14 -0800)]
Allow apps with SCORE_NETWORKS to set the active scorer.

This allows for a more streamlined UX in the current world, where
scorer apps are trusted (by virtue of being in /system/priv-app).
Trusted apps can continue to use the system dialog for consent, but
they may also set the scorer directly, under the assumption that they
are using their own consent UX to explain the feature to the user.

Bug: 16577529
Change-Id: I2a6edb7f1f688aaacf9b0152fa1da1a88636c3dc

9 years agoMerge "Log shader source when it fails to compile" into lmp-mr1-dev
Rob Tsuk [Wed, 5 Nov 2014 22:22:51 +0000 (22:22 +0000)]
Merge "Log shader source when it fails to compile" into lmp-mr1-dev

9 years agoMerge "AudioEffect JNI: use new max preprocessing constant" into lmp-mr1-dev
Eric Laurent [Wed, 5 Nov 2014 22:02:52 +0000 (22:02 +0000)]
Merge "AudioEffect JNI: use new max preprocessing constant" into lmp-mr1-dev

9 years agoam c2a0d9e5: am 66c46c4a: am 3a9321d4: Docs: Fix typo in Preference android:order...
John Spurlock [Wed, 5 Nov 2014 21:47:32 +0000 (21:47 +0000)]
am c2a0d9e5: am 66c46c4a: am 3a9321d4: Docs: Fix typo in Preference android:order attribute.

* commit 'c2a0d9e54e778338d73c99598dc741eebd58a326':
  Docs: Fix typo in Preference android:order attribute.

9 years agoam 66c46c4a: am 3a9321d4: Docs: Fix typo in Preference android:order attribute.
John Spurlock [Wed, 5 Nov 2014 21:40:46 +0000 (21:40 +0000)]
am 66c46c4a: am 3a9321d4: Docs: Fix typo in Preference android:order attribute.

* commit '66c46c4a9289a8e21c8f36fe06679be5f6534841':
  Docs: Fix typo in Preference android:order attribute.

9 years agoMerge "Fixing crash in recents window transition. (Bug 18246975, 18159006)" into...
Winson Chung [Wed, 5 Nov 2014 21:39:15 +0000 (21:39 +0000)]
Merge "Fixing crash in recents window transition.  (Bug 1824697518159006)" into lmp-mr1-dev

9 years agoam 3a9321d4: Docs: Fix typo in Preference android:order attribute.
John Spurlock [Wed, 5 Nov 2014 21:36:13 +0000 (21:36 +0000)]
am 3a9321d4: Docs: Fix typo in Preference android:order attribute.

* commit '3a9321d407f71fa6c2a49db63e6eb30003c8ef4c':
  Docs: Fix typo in Preference android:order attribute.

9 years agoMerge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into lmp...
Jeff Davidson [Wed, 5 Nov 2014 21:33:14 +0000 (21:33 +0000)]
Merge "Rename BROADCAST_SCORE_NETWORKS to BROADCAST_NETWORK_PRIVILEGED." into lmp-mr1-dev

9 years agoLog shader source when it fails to compile
Rob Tsuk [Wed, 5 Nov 2014 21:26:19 +0000 (13:26 -0800)]
Log shader source when it fails to compile

So that there will be something to diagnose when such failures occur during
stability tests.

Bug: 18092655
Change-Id: I9a9d8d33b34273a477f2a9dbcf092887dcbc91c0

9 years agoDocs: Fix typo in Preference android:order attribute.
John Spurlock [Wed, 5 Nov 2014 21:17:50 +0000 (16:17 -0500)]
Docs: Fix typo in Preference android:order attribute.

Change-Id: Ib3a009ed1fba8396be1bd5055f4897b0cc7d8738

9 years agoam c3d174a0: am 848d9125: am 1afa82dc: docs:remove sdk/ndk note
Rich Slogar [Wed, 5 Nov 2014 20:50:03 +0000 (20:50 +0000)]
am c3d174a0: am 848d9125: am 1afa82dc: docs:remove  sdk/ndk note

* commit 'c3d174a0304d3be57e485c48783d7c101553c78a':
  docs:remove  sdk/ndk note

9 years agoMerge "Changes related to setting default color for sim in multisim." into lmp-mr1-dev
Sanket Padawe [Wed, 5 Nov 2014 20:30:28 +0000 (20:30 +0000)]
Merge "Changes related to setting default color for sim in multisim." into lmp-mr1-dev

9 years agoam 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method...
Andrew Solovay [Wed, 5 Nov 2014 20:22:24 +0000 (20:22 +0000)]
am 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs
automerge: 8d7d7b4

* commit '8d7d7b448f2df7e4fdff6a3ca890b32b83075ead':
  docs: Removed broken link to non-existent method.

9 years agoam b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a runni...
Ricardo Cervera [Wed, 5 Nov 2014 20:21:03 +0000 (20:21 +0000)]
am b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs
automerge: b2f0f35

* commit 'b2f0f3514c20b478655e4c3f192a98cfea2335ce':
  docs: Add instructions to attach debugger to a running process.

9 years agoAudioEffect JNI: use new max preprocessing constant
Eric Laurent [Wed, 5 Nov 2014 20:18:05 +0000 (12:18 -0800)]
AudioEffect JNI: use new max preprocessing constant

Bug: 18226810.
Change-Id: Ica5677da247268306b34dfce38f25394586817fd

9 years agoam 848d9125: am 1afa82dc: docs:remove sdk/ndk note
Rich Slogar [Wed, 5 Nov 2014 20:17:55 +0000 (20:17 +0000)]
am 848d9125: am 1afa82dc: docs:remove  sdk/ndk note

* commit '848d912505079cc3cbd362a4333f0eabfac3c1c5':
  docs:remove  sdk/ndk note

9 years agoam 1afa82dc: docs:remove sdk/ndk note
Rich Slogar [Wed, 5 Nov 2014 20:13:35 +0000 (20:13 +0000)]
am 1afa82dc: docs:remove  sdk/ndk note

* commit '1afa82dce06ec03bcc2f58c4e144ba25c2ea1b2d':
  docs:remove  sdk/ndk note

9 years agoMerge "Zen: Add the ability to enter "None" mode during downtime." into lmp-mr1-dev
John Spurlock [Wed, 5 Nov 2014 19:17:20 +0000 (19:17 +0000)]
Merge "Zen: Add the ability to enter "None" mode during downtime." into lmp-mr1-dev

9 years agoMerge "Add error checking to aapt for split generation" into lmp-mr1-dev
Adam Lesinski [Wed, 5 Nov 2014 19:15:55 +0000 (19:15 +0000)]
Merge "Add error checking to aapt for split generation" into lmp-mr1-dev

9 years agoZen: Add the ability to enter "None" mode during downtime.
John Spurlock [Wed, 5 Nov 2014 14:13:30 +0000 (09:13 -0500)]
Zen: Add the ability to enter "None" mode during downtime.

Updates to the shared config structure and the service backend.

Bug: 16373455
Change-Id: I45761690ba6b32eb81c9e2a5c1f2d4adad93e58d

9 years agoMerge "When keyguard exits use same anim for all windows" into lmp-mr1-dev
Craig Mautner [Wed, 5 Nov 2014 19:07:59 +0000 (19:07 +0000)]
Merge "When keyguard exits use same anim for all windows" into lmp-mr1-dev

9 years agoMerge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()"...
Paul Jensen [Wed, 5 Nov 2014 19:05:07 +0000 (19:05 +0000)]
Merge "Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()" into lmp-mr1-dev

9 years agoMerge "Materialize default app icon." into lmp-mr1-dev
Dan Sandler [Wed, 5 Nov 2014 18:58:12 +0000 (18:58 +0000)]
Merge "Materialize default app icon." into lmp-mr1-dev

9 years agoam df37d45f: Merge "docs: Add instructions to attach debugger to a running process...
Ricardo Cervera [Wed, 5 Nov 2014 18:54:12 +0000 (18:54 +0000)]
am df37d45f: Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev automerge: 25a4e21

* commit 'df37d45f1311dcbfbcc58b3ff81f3df56c46fcdd':
  docs: Add instructions to attach debugger to a running process.

9 years agoam 5a818e55: Merge "Add config to control going to sleep when entering theater mode...
Bryce Lee [Wed, 5 Nov 2014 18:54:06 +0000 (18:54 +0000)]
am 5a818e55: Merge "Add config to control going to sleep when entering theater mode." into lmp-sprout-dev

* commit '5a818e55a7faee421567eb037ac4e42f20bca0c4':
  Add config to control going to sleep when entering theater mode.

9 years agoMerge "More flexible intent extra parsing." into lmp-mr1-dev
Daniel Sandler [Wed, 5 Nov 2014 18:53:42 +0000 (18:53 +0000)]
Merge "More flexible intent extra parsing." into lmp-mr1-dev

9 years agoam 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method...
Andrew Solovay [Wed, 5 Nov 2014 18:52:27 +0000 (18:52 +0000)]
am 56576838: am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs

* commit '56576838a8e8c4f44f8df13cc40295a918540b86':
  docs: Removed broken link to non-existent method.

9 years agoam b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a runni...
Ricardo Cervera [Wed, 5 Nov 2014 18:52:23 +0000 (18:52 +0000)]
am b4125d1e: am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs

* commit 'b4125d1e0bbf1ce90d0bfb03e5e068180bbb6b20':
  docs: Add instructions to attach debugger to a running process.

9 years agoam d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs
Andrew Solovay [Wed, 5 Nov 2014 18:47:17 +0000 (18:47 +0000)]
am d9ceae8f: Merge "docs: Removed broken link to non-existent method." into lmp-docs

* commit 'd9ceae8f9753a3a986ae0d24d4732c0167a6b2a9':
  docs: Removed broken link to non-existent method.

9 years agoWhen keyguard exits use same anim for all windows
Craig Mautner [Tue, 4 Nov 2014 23:32:57 +0000 (15:32 -0800)]
When keyguard exits use same anim for all windows

The entering animations were only applied to the incoming windows
one time. If those windows weren't drawn yet then they never had
an animation assigned.

Furthermore if a starting window was drawn in time it would get the
animation but its main window would not get it if it weren't drawn.
Even if an animation were assigned later they wouldn't be synced
with each other.

This change creates a single animation which is shared by all
incoming windows. As windows are drawn they can then animate with
the starting window.

(Also refactorings to eliminate redundant code and unnecessary
variables.)

Fixes bug 15991916.

Change-Id: I844d102439b6eda8c912108431916e04b12f7298

9 years agoam 58f1200c: Merge "docs: Add instructions to attach debugger to a running process...
Ricardo Cervera [Wed, 5 Nov 2014 18:47:13 +0000 (18:47 +0000)]
am 58f1200c: Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs

* commit '58f1200c333deea72ed6e095587f0bcb1fb65ce3':
  docs: Add instructions to attach debugger to a running process.

9 years agodocs:remove sdk/ndk note
Rich Slogar [Wed, 5 Nov 2014 18:14:56 +0000 (10:14 -0800)]
docs:remove  sdk/ndk note

Change-Id: I3aaebdd14b0b26b041da3ee6872f84f311d4191b

9 years agoMerge "Post volume requests to the handler thread in MediaSession" into lmp-mr1-dev
RoboErik [Wed, 5 Nov 2014 18:29:31 +0000 (18:29 +0000)]
Merge "Post volume requests to the handler thread in MediaSession" into lmp-mr1-dev

9 years agoFix incorrect doc for WifiInfo#getSSID().
Jeff Davidson [Wed, 5 Nov 2014 18:26:00 +0000 (10:26 -0800)]
Fix incorrect doc for WifiInfo#getSSID().

This method will never return null. It may return "<unknown ssid>" if
no network is currently connected.

Change-Id: Iae09a6b2376e47c2d010f8d05750a16361510cca

9 years agoMerge changes Ia3bc5b0d,I26e662ff into lmp-mr1-dev
RoboErik [Wed, 5 Nov 2014 18:25:59 +0000 (18:25 +0000)]
Merge changes Ia3bc5b0d,I26e662ff into lmp-mr1-dev

* changes:
  Add extras to the PlaybackState
  Add setRatingType to MediaSession

9 years agoMerge "docs: Removed broken link to non-existent method." into lmp-docs
Andrew Solovay [Wed, 5 Nov 2014 18:14:04 +0000 (18:14 +0000)]
Merge "docs: Removed broken link to non-existent method." into lmp-docs

9 years agoMerge "Update network selections on capability change." into lmp-mr1-dev
Jeff Davidson [Wed, 5 Nov 2014 17:41:35 +0000 (17:41 +0000)]
Merge "Update network selections on capability change." into lmp-mr1-dev

9 years agoMerge "Automatic brightness using ALS while dozing." into lmp-mr1-dev
Filip Gruszczynski [Wed, 5 Nov 2014 17:39:33 +0000 (17:39 +0000)]
Merge "Automatic brightness using ALS while dozing." into lmp-mr1-dev

9 years agoFixed a bug that the notifications were not animating when reset
Selim Cinek [Mon, 3 Nov 2014 16:39:29 +0000 (17:39 +0100)]
Fixed a bug that the notifications were not animating when reset

Also made sure that the touch event is never filtered when its a
heads up view.

Bug: 18188693
Change-Id: Ic5de3e36c785d2cf890936322820b739a0a1b107

9 years agoMerge "docs: Add instructions to attach debugger to a running process." into lmp-dev
Ricardo Cervera [Wed, 5 Nov 2014 17:08:37 +0000 (17:08 +0000)]
Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev
automerge: 25a4e21

* commit '25a4e21e13217708e9ff99beb21f88151ea2cbd4':
  docs: Add instructions to attach debugger to a running process.

9 years agoMerge "Support disconnecting conference participants from conference." into lmp-mr1-dev
Tyler Gunn [Wed, 5 Nov 2014 17:03:11 +0000 (17:03 +0000)]
Merge "Support disconnecting conference participants from conference." into lmp-mr1-dev

9 years agoMaterialize default app icon.
Dan Sandler [Wed, 5 Nov 2014 17:02:22 +0000 (12:02 -0500)]
Materialize default app icon.

Bug: 17999428
Change-Id: Ib7430993fc44051c70a802442dce15ca4cd592d4

9 years agoMerge "docs: Add instructions to attach debugger to a running process." into lmp...
Ricardo Cervera [Wed, 5 Nov 2014 17:00:09 +0000 (17:00 +0000)]
Merge "docs: Add instructions to attach debugger to a running process." into lmp-docs

9 years agoMerge "docs: Add instructions to attach debugger to a running process." into lmp-dev
Ricardo Cervera [Wed, 5 Nov 2014 16:58:22 +0000 (16:58 +0000)]
Merge "docs: Add instructions to attach debugger to a running process." into lmp-dev

9 years agoMerge "Add config to control going to sleep when entering theater mode." into lmp...
Bryce Lee [Wed, 5 Nov 2014 16:41:39 +0000 (16:41 +0000)]
Merge "Add config to control going to sleep when entering theater mode." into lmp-sprout-dev

9 years agoMerge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev
Jorim Jaggi [Wed, 5 Nov 2014 16:17:30 +0000 (16:17 +0000)]
Merge "Fix janky in transition doze -> lockscreen" into lmp-mr1-dev

9 years agoMerge "Only allow USER_OWNER to access PDB and change OEM unlock ability" into lmp...
Andres Morales [Wed, 5 Nov 2014 16:01:23 +0000 (16:01 +0000)]
Merge "Only allow USER_OWNER to access PDB and change OEM unlock ability" into lmp-mr1-dev

9 years agoMerge "Fix javadoc." into lmp-mr1-dev
George Mount [Wed, 5 Nov 2014 15:22:42 +0000 (15:22 +0000)]
Merge "Fix javadoc." into lmp-mr1-dev

9 years agoMerge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev
John Spurlock [Wed, 5 Nov 2014 14:47:19 +0000 (14:47 +0000)]
Merge "Zen: Create a new exit condition for "next alarm"." into lmp-mr1-dev

9 years agoMerge "QS: Toggle tile icon animations." into lmp-mr1-dev
John Spurlock [Wed, 5 Nov 2014 14:47:02 +0000 (14:47 +0000)]
Merge "QS: Toggle tile icon animations." into lmp-mr1-dev

9 years agoFix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()
Paul Jensen [Wed, 5 Nov 2014 14:35:26 +0000 (09:35 -0500)]
Fix DhcpResults.setDomain() and StaticIpConfiguration.toLinkProperties()

setDomain() and toLinkProperties() were not setting the domains.
The setDomain() bug affected Wifi and I believe the toLinkProperties()
bug affected Ethernet and Bluetooth reverse-tethering.

bug:18252947
Change-Id: I8764cb944c293e01d99822bb52b55af7e9d77853

9 years agoQS: Toggle tile icon animations.
John Spurlock [Wed, 5 Nov 2014 00:36:44 +0000 (19:36 -0500)]
QS: Toggle tile icon animations.

 - New location tile icon animation.
 - New flashlight tile icon animation.
 - New airplane-mode tile icon animation.
 - New color inversion tile icon animation.
 - Remove obsolete static icons.

Bug: 17426910
Change-Id: I51c98979afd46f4cdfc2fd383e80d7bf13c5eeab

9 years agoFix janky in transition doze -> lockscreen
Jorim Jaggi [Wed, 5 Nov 2014 14:06:58 +0000 (15:06 +0100)]
Fix janky in transition doze -> lockscreen

Also fix some unnecessary layer creation for dismiss button.

Bug: 18238168
Change-Id: I71989f2a24162e4453781c07e50d6c25fb380089

9 years agoZen: Create a new exit condition for "next alarm".
John Spurlock [Mon, 3 Nov 2014 16:01:51 +0000 (11:01 -0500)]
Zen: Create a new exit condition for "next alarm".

- If the user's next alarm is in the next 12 hrs, provide
this as an exit condition trigger for leaving none/priority.
- Don't display the next alarm condition when downtime is active.
- When the next-alarm exit condition is active, follow changes
to the next alarm, assuming it remains within the 12-hr window.
- Tweak the downtime condition strings to be consistent.

Bug: 16373455
Change-Id: I4020b91d323dead998e62d655132eca07438b148

9 years agoMerge "Add recorder address to all recording listerner apis." into lmp-mr1-dev
Jungshik Jang [Wed, 5 Nov 2014 05:54:13 +0000 (05:54 +0000)]
Merge "Add recorder address to all recording listerner apis." into lmp-mr1-dev

9 years agoMerge "Use default token instead of wrapped window manager" into lmp-mr1-dev
Alan Viverette [Wed, 5 Nov 2014 04:44:22 +0000 (04:44 +0000)]
Merge "Use default token instead of wrapped window manager" into lmp-mr1-dev

9 years agoam 865a6582: am 4e985118: am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am...
Tom Taylor [Wed, 5 Nov 2014 04:36:34 +0000 (04:36 +0000)]
am 865a6582: am 4e985118: am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am d7044fe1: am b2e54c1b: am 75e7fbaa: am 37906e6e: am 44f6d0d5: am 4c5b16d7: am 66aa87ae: am 90743d64: am bfb7ffeb: Externally Reported Moderate Security Issue: SQL Injection i

* commit '865a6582462a132c3d579b0cae0792062d76833e':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoam dd41b629: am f2f59e7a: am db864e4d: am 52449372: am bc57a1f8: Externally Reported...
Tom Taylor [Wed, 5 Nov 2014 04:36:20 +0000 (04:36 +0000)]
am dd41b629: am f2f59e7a: am db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

* commit 'dd41b6292433915b5b470c61476afca11df043e3':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoRevert "When keyguard exits use same anim for all windows"
Alan Viverette [Wed, 5 Nov 2014 04:34:41 +0000 (20:34 -0800)]
Revert "When keyguard exits use same anim for all windows"

Broke window animations.

This reverts commit b83408018176ec58f50e792590a22fdc9eb87fff.

BUG: 18248641
Change-Id: Ic456a5666c3199e8bb8c9c2fb1ecdbb82afaad86

9 years agoAdd recorder address to all recording listerner apis.
Jungshik Jang [Wed, 5 Nov 2014 03:50:35 +0000 (12:50 +0900)]
Add recorder address to all recording listerner apis.

It enables to recognize which recorder reports record status.

Bug: 18248734
Change-Id: I248ad77212ce584dc16863cbe00639e7ac3c184a

9 years agoam 4e985118: am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am...
Tom Taylor [Wed, 5 Nov 2014 04:26:13 +0000 (04:26 +0000)]
am 4e985118: am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am d7044fe1: am b2e54c1b: am 75e7fbaa: am 37906e6e: am 44f6d0d5: am 4c5b16d7: am 66aa87ae: am 90743d64: am bfb7ffeb: Externally Reported Moderate Security Issue: SQL Injection in WAPPushMana

* commit '4e9851183daf26d602d641917378d55a9516f128':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoam f2f59e7a: am db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate...
Tom Taylor [Wed, 5 Nov 2014 04:26:09 +0000 (04:26 +0000)]
am f2f59e7a: am db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

* commit 'f2f59e7ab916e37d510db151904c95c42006ae08':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoam 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am d7044fe1: am...
Tom Taylor [Wed, 5 Nov 2014 04:21:07 +0000 (04:21 +0000)]
am 6209d4e4: am 7c570346: am 47419a44: am 192a3904: am 23fb2972: am d7044fe1: am b2e54c1b: am 75e7fbaa: am 37906e6e: am 44f6d0d5: am 4c5b16d7: am 66aa87ae: am 90743d64: am bfb7ffeb: Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

* commit '6209d4e4d8a8662628c53cd5e1944abf30293d87':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoam db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate Security Issue...
Tom Taylor [Wed, 5 Nov 2014 04:20:11 +0000 (04:20 +0000)]
am db864e4d: am 52449372: am bc57a1f8: Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

* commit 'db864e4ddc788a21db6793bbcb5f559131f20736':
  Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager

9 years agoAutomatic brightness using ALS while dozing.
Filip Gruszczynski [Tue, 28 Oct 2014 21:12:40 +0000 (14:12 -0700)]
Automatic brightness using ALS while dozing.

Bug: 16525667

Change-Id: Ib75cfebf46f2c122e7b68556591b601d22a318e1

9 years agoMerge "Fix hasSurfaceInsets check when creating hardware renderer" into lmp-mr1-dev
Alan Viverette [Wed, 5 Nov 2014 02:09:29 +0000 (02:09 +0000)]
Merge "Fix hasSurfaceInsets check when creating hardware renderer" into lmp-mr1-dev

9 years agoFixing crash in recents window transition. (Bug 18246975, 18159006)
Winson Chung [Wed, 5 Nov 2014 00:15:22 +0000 (16:15 -0800)]
Fixing crash in recents window transition.  (Bug 1824697518159006)

The recents transition requires synchronizing the thumbnail header (the bar
that animates on top of the window that is being scaled/cropped) and the
application window.  This change simplifies the code and removes the notion
of having another animator manage the same surface, and instead ensures that
the thumbnail animation has the same duration and that the thumbnail animation
is deferred and cleaned up one frame after the app transition is complete.

Change-Id: If8f348afccf59327187e8498eb451ba066600a41

9 years agoChanges related to setting default color for sim in multisim.
Sanket Padawe [Wed, 5 Nov 2014 01:57:13 +0000 (17:57 -0800)]
Changes related to setting default color for sim in multisim.

Changes for setting default sim color when the subinforecord
is added into the database.

Change-Id: I5717da94bfb6bb260864a46c3898d347be96d6af

9 years agoMerge "Increase min free levels for cached processes on 64bit" into lmp-mr1-dev
Andres Morales [Wed, 5 Nov 2014 01:48:21 +0000 (01:48 +0000)]
Merge "Increase min free levels for cached processes on 64bit" into lmp-mr1-dev

9 years agoMerge "Abort accessibility node prefetch if parent node is null" into lmp-mr1-dev
Alan Viverette [Wed, 5 Nov 2014 01:41:26 +0000 (01:41 +0000)]
Merge "Abort accessibility node prefetch if parent node is null" into lmp-mr1-dev

9 years agoUse default token instead of wrapped window manager
Alan Viverette [Wed, 5 Nov 2014 01:40:29 +0000 (17:40 -0800)]
Use default token instead of wrapped window manager

BUG: 18248602
Change-Id: Id7f06c896dc71db3564fa21d3704222557613035

9 years agoIncrease min free levels for cached processes on 64bit
Andres Morales [Tue, 4 Nov 2014 22:56:16 +0000 (14:56 -0800)]
Increase min free levels for cached processes on 64bit

Requires less memory pressure to start killing cached
processes.

Bug: 18241791
Change-Id: Ia02f5aee115535badc900330b9361f0099203e4f

9 years agoMerge "When keyguard exits use same anim for all windows" into lmp-mr1-dev
Craig Mautner [Wed, 5 Nov 2014 01:23:03 +0000 (01:23 +0000)]
Merge "When keyguard exits use same anim for all windows" into lmp-mr1-dev

9 years agoMerge "Use CharSequence for DisplayName" into lmp-mr1-dev
Stuart Scott [Wed, 5 Nov 2014 01:19:11 +0000 (01:19 +0000)]
Merge "Use CharSequence for DisplayName" into lmp-mr1-dev

9 years agoMerge "Fix issue #18240452: No recents screenshot when resuming from keyguard." into...
Wale Ogunwale [Wed, 5 Nov 2014 01:14:21 +0000 (01:14 +0000)]
Merge "Fix issue #18240452: No recents screenshot when resuming from keyguard." into lmp-mr1-dev

9 years agoFix hasSurfaceInsets check when creating hardware renderer
Alan Viverette [Wed, 5 Nov 2014 01:04:02 +0000 (17:04 -0800)]
Fix hasSurfaceInsets check when creating hardware renderer

BUG: 17729606
Change-Id: I8c7092428b790e0ff3bbf84b64ba385ef2b2f521

9 years agoUpdate network selections on capability change.
Jeff Davidson [Wed, 5 Nov 2014 00:48:27 +0000 (16:48 -0800)]
Update network selections on capability change.

Among other reasons, this is needed when a Wi-Fi connection is
upgraded from untrusted to trusted, so that the default route can be
updated to point to the Wi-Fi network instead.

Bug: 18206275
Change-Id: I53f7a6f00f66a23ae4873fa2334cd8a621f39d4f

9 years agoMerge "Default gradient radius to %p when no intrinsic width or height set" into...
Alan Viverette [Wed, 5 Nov 2014 00:43:15 +0000 (00:43 +0000)]
Merge "Default gradient radius to %p when no intrinsic width or height set" into lmp-mr1-dev

9 years agoam 1c9860f9: am 4f82acd8: am bf78adb2: Adding 5.0 emulator image and removing older...
Eric Gilmore [Wed, 5 Nov 2014 00:26:49 +0000 (00:26 +0000)]
am 1c9860f9: am 4f82acd8: am bf78adb2: Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

* commit '1c9860f9285709cddff2e570a50e3afc66091135':
  Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

9 years agoam 4f82acd8: am bf78adb2: Adding 5.0 emulator image and removing older image. 2nd...
Eric Gilmore [Wed, 5 Nov 2014 00:20:18 +0000 (00:20 +0000)]
am 4f82acd8: am bf78adb2: Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

* commit '4f82acd810601c4d055906cb2b671cafd15d3fc8':
  Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

9 years agoam bf78adb2: Adding 5.0 emulator image and removing older image. 2nd patch set includ...
Eric Gilmore [Wed, 5 Nov 2014 00:12:16 +0000 (00:12 +0000)]
am bf78adb2: Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

* commit 'bf78adb25e80b9107fcd682d30e7157093681547':
  Adding 5.0 emulator image and removing older image. 2nd patch set includes low/high res. images.

9 years agoFix issue #18240452: No recents screenshot when resuming from keyguard.
Wale Ogunwale [Wed, 5 Nov 2014 00:09:19 +0000 (16:09 -0800)]
Fix issue #18240452: No recents screenshot when resuming from keyguard.

WindowManager.keyguardGoingAway() isn't called early enough when you exit
the keyguard by clicking on a notification. So, the WindowState for the
preivous activity behind the keyguard is never transitioned to visible
and the activity manager then fails to take the screenshot for recents.
We will now be taking a screenshot of the activity before we go to sleep
so we are not dependent on signals from the keyguard.

Change-Id: I2acb2ad7a627d4e446ba11c9a0842d21fa6922d3

9 years agoMerge "Always update date picker position after change in range" into lmp-mr1-dev
Alan Viverette [Wed, 5 Nov 2014 00:00:51 +0000 (00:00 +0000)]
Merge "Always update date picker position after change in range" into lmp-mr1-dev

9 years agoAbort accessibility node prefetch if parent node is null
Alan Viverette [Tue, 4 Nov 2014 23:59:55 +0000 (15:59 -0800)]
Abort accessibility node prefetch if parent node is null

BUG: 18004444
Change-Id: I80757daeb6b381947c4f3abbd762711cff2a978c