OSDN Git Service

android-x86/frameworks-base.git
10 years agoRemove "speedbump" to expand notification with one finger.
Jorim Jaggi [Tue, 29 Apr 2014 20:47:53 +0000 (22:47 +0200)]
Remove "speedbump" to expand notification with one finger.

Change-Id: I16b2493142adc277a3cb11ab9a88040aab6e3f47

10 years agoMerge "Attemp to fix blank lockscreen #2."
Jorim Jaggi [Mon, 28 Apr 2014 19:08:40 +0000 (19:08 +0000)]
Merge "Attemp to fix blank lockscreen #2."

10 years agoAttemp to fix blank lockscreen #2.
Jorim Jaggi [Mon, 28 Apr 2014 18:04:11 +0000 (20:04 +0200)]
Attemp to fix blank lockscreen #2.

Bug: 14280857
Change-Id: Ib868cc7a01d24f7169310774a5397b90a2d5b35f

10 years agoMerge "Flatten notification hiearchy and remove glow."
Jorim Jaggi [Mon, 28 Apr 2014 19:01:14 +0000 (19:01 +0000)]
Merge "Flatten notification hiearchy and remove glow."

10 years agoFlatten notification hiearchy and remove glow.
Jorim Jaggi [Mon, 28 Apr 2014 13:20:04 +0000 (15:20 +0200)]
Flatten notification hiearchy and remove glow.

Currently, the padding and the glow was inside the individual
notification. This no longer works if we want to adjust the
padding dynamically whether we are on Keyguard or not. This change
moves the padding outside of the individual notifications, and as
a side effect, removes the glow. The glow wasn't really visible with
the new layout, so it's not a breaking change. We have to discuss
with UX first what the new "glow" solution is going to be.

Change-Id: Iac16892cb3b7bb1de3001954b1428796b07950c1

10 years agoMerge "Pull out dirty bounds before nulling ripples"
Alan Viverette [Mon, 28 Apr 2014 18:29:04 +0000 (18:29 +0000)]
Merge "Pull out dirty bounds before nulling ripples"

10 years agoMerge "Fixed race condition regarding first child max height"
Selim Cinek [Mon, 28 Apr 2014 18:28:31 +0000 (18:28 +0000)]
Merge "Fixed race condition regarding first child max height"

10 years agoMerge "Rework some of the voice interaction APIs."
Dianne Hackborn [Mon, 28 Apr 2014 18:28:05 +0000 (18:28 +0000)]
Merge "Rework some of the voice interaction APIs."

10 years agoFixed race condition regarding first child max height
Selim Cinek [Mon, 28 Apr 2014 18:23:30 +0000 (20:23 +0200)]
Fixed race condition regarding first child max height

The scroller could crash due to a race condition when updating
the maxheight of the first view.

Bug: 14295010
Change-Id: I911c724a26c8624e2326118e3b392ee675001bc6

10 years agoPull out dirty bounds before nulling ripples
Alan Viverette [Mon, 28 Apr 2014 18:22:40 +0000 (11:22 -0700)]
Pull out dirty bounds before nulling ripples

BUG: 14378485
Change-Id: I286374db9865d2338852fd0df896928099a8eb24

10 years agoRework some of the voice interaction APIs.
Dianne Hackborn [Sat, 26 Apr 2014 00:06:18 +0000 (17:06 -0700)]
Rework some of the voice interaction APIs.

On the app side, requests are now composed by subclassing
from various types of Request objects.

On the service side, starting a voice interaction session
involves starting another service that will then manage the
session.  This leads the service design much more to what
we want, where the long-running main service is very tiny
and all the heavy-weight transient session work is elsewhere
in another process.

Change-Id: I46c074c6fe27b6c1cf2583c6d216aed1de2f1143

10 years agoMerge "Fade Transition sometimes disappeared improperly."
George Mount [Mon, 28 Apr 2014 17:23:53 +0000 (17:23 +0000)]
Merge "Fade Transition sometimes disappeared improperly."

10 years agoFix OEM native library path bug.
Jeff Sharkey [Thu, 24 Apr 2014 21:11:08 +0000 (14:11 -0700)]
Fix OEM native library path bug.

Bug: 13340779
Change-Id: I3d69b3453d3d284295bbfa771e6fb4a36bca05c5

10 years agoDefine action used to show regulatory info.
Jeff Sharkey [Thu, 17 Apr 2014 00:23:08 +0000 (17:23 -0700)]
Define action used to show regulatory info.

Bug: 13340779
Change-Id: I90abb3574797e4b258d32440a2434ae8a7be2949

10 years agoAllow custom wallpaper and boot animation.
Jeff Sharkey [Wed, 16 Apr 2014 16:41:58 +0000 (09:41 -0700)]
Allow custom wallpaper and boot animation.

Add new "ro.config.wallpaper" and "ro.config.wallpaper_component"
properties which may be defined outside of the bundled framework
resources.  Falls back to bundled resources when properties are
undefined.

Also look for boot animation under OEM partition.

Bug: 13340779
Change-Id: Ibdc9935dbdaae3319bf63b40573de0503d82ae67

10 years agoGracefully handle long fingerprints.
Jeff Sharkey [Fri, 11 Apr 2014 23:30:14 +0000 (16:30 -0700)]
Gracefully handle long fingerprints.

Otherwise derived fingerprints longer than the maximum system property
size put the device into a crash loop.

Bug: 13983493
Change-Id: I8a88e71b1fd396f1cd63b414e3a62bb25010430c

10 years agoDerive fingerprint at runtime when undefined.
Jeff Sharkey [Thu, 10 Apr 2014 01:07:19 +0000 (18:07 -0700)]
Derive fingerprint at runtime when undefined.

Some devices leave "ro.build.fingerprint" undefined at build time,
since they need to build it from the components at runtime.

Bug: 13340779
Change-Id: I4d74398817af22079a11c196dc6742b85d2bfb61

10 years agoMerge "Remove opPkg from the notification key."
Chris Wren [Mon, 28 Apr 2014 15:03:16 +0000 (15:03 +0000)]
Merge "Remove opPkg from the notification key."

10 years agoMerge "Remove chatty log message."
Dan Sandler [Mon, 28 Apr 2014 14:59:33 +0000 (14:59 +0000)]
Merge "Remove chatty log message."

10 years agoRemove opPkg from the notification key.
Chris Wren [Mon, 28 Apr 2014 14:53:05 +0000 (10:53 -0400)]
Remove opPkg from the notification key.

Change-Id: Iadff2dbeb3c9ec69837d3b6e763f24d687ee368b

10 years agoMerge "Add carrier text on lockscreen in top left corner."
Jorim Jaggi [Mon, 28 Apr 2014 12:18:43 +0000 (12:18 +0000)]
Merge "Add carrier text on lockscreen in top left corner."

10 years agoFix doc build.
Jim Miller [Mon, 28 Apr 2014 03:10:26 +0000 (20:10 -0700)]
Fix doc build.

We probably don't need to deprecate this constant.  It can still be used
by partner devices if they choose to continue to support widgets.

Change-Id: Ie8c33446e0c5c32d96ed0670df1772adedf6a5de

10 years agoMerge "Quantum ripple for ListView selector"
Alan Viverette [Mon, 28 Apr 2014 01:14:43 +0000 (01:14 +0000)]
Merge "Quantum ripple for ListView selector"

10 years agoMerge "Add dialog shadows"
Alan Viverette [Mon, 28 Apr 2014 01:14:16 +0000 (01:14 +0000)]
Merge "Add dialog shadows"

10 years agoQuantum ripple for ListView selector
Alan Viverette [Mon, 28 Apr 2014 01:13:34 +0000 (18:13 -0700)]
Quantum ripple for ListView selector

Also fixes row clipping and ripple alpha channel. Only supports showing
ripple on a single list row -- multiple rows for focus traversal and
drag-to-open are coming soon.

BUG: 13212804
BUG: 14257108
Change-Id: Ided15611dc868a513e8d2a994723cdf57b0d206c

10 years agoAdd dialog shadows
Alan Viverette [Mon, 28 Apr 2014 01:10:07 +0000 (18:10 -0700)]
Add dialog shadows

BUG: 13211941
Change-Id: I4d12a512b91b48dd0b869af5b117142bb363dd27

10 years agoForce condition provider unsubscribe when exiting zen mode.
John Spurlock [Sun, 27 Apr 2014 20:42:29 +0000 (16:42 -0400)]
Force condition provider unsubscribe when exiting zen mode.

Bug:13743109
Change-Id: I3c205067498a86e2862a0c545bc38e41682693d5

10 years agoWire up condition providers to zen mode exit triggers.
John Spurlock [Sat, 26 Apr 2014 14:24:59 +0000 (10:24 -0400)]
Wire up condition providers to zen mode exit triggers.

Bug:13743109
Change-Id: I4e45d7050d1f9aaa379f46379a3203e61e216a3d

10 years agoLog watched TV programs
Jae Seo [Wed, 16 Apr 2014 00:40:23 +0000 (17:40 -0700)]
Log watched TV programs

Change-Id: Id6ee87dffcf90f10f1619e849126c66ad27464e2

10 years agoMerge "Support Oval GradientDrawable outlines, and ShapeDrawable"
Chris Craik [Sat, 26 Apr 2014 01:58:59 +0000 (01:58 +0000)]
Merge "Support Oval GradientDrawable outlines, and ShapeDrawable"

10 years agoam c79963c3: am 1c1827a6: am 3f4867f4: Merge "Telephony: Add functionality to handle...
Wink Saville [Sat, 26 Apr 2014 00:28:56 +0000 (00:28 +0000)]
am c79963c3: am 1c1827a6: am 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"

* commit 'c79963c3cb6d0127e2fc9ce5bf000fa05811504d':
  Telephony: Add functionality to handle ICC IO error

10 years agoMerge "Add new DevicePolicyManager disable flags for keyguard."
Jim Miller [Sat, 26 Apr 2014 00:28:43 +0000 (00:28 +0000)]
Merge "Add new DevicePolicyManager disable flags for keyguard."

10 years agoam 1c1827a6: am 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"
Wink Saville [Sat, 26 Apr 2014 00:25:44 +0000 (00:25 +0000)]
am 1c1827a6: am 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"

* commit '1c1827a6402c3a1f38ba077289a9022f6e6d3f73':
  Telephony: Add functionality to handle ICC IO error

10 years agoam 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"
Wink Saville [Sat, 26 Apr 2014 00:20:02 +0000 (00:20 +0000)]
am 3f4867f4: Merge "Telephony: Add functionality to handle ICC IO error"

* commit '3f4867f49d6c1932117e3519ce10d11f37829f19':
  Telephony: Add functionality to handle ICC IO error

10 years agoFade Transition sometimes disappeared improperly.
George Mount [Sat, 26 Apr 2014 00:07:58 +0000 (17:07 -0700)]
Fade Transition sometimes disappeared improperly.

Bug 14320504

Change-Id: I43c2ddd34a5bd3a366027cd3c09d088baa4fb6f4

10 years agoMerge "Telephony: Add functionality to handle ICC IO error"
Wink Saville [Fri, 25 Apr 2014 23:58:11 +0000 (23:58 +0000)]
Merge "Telephony: Add functionality to handle ICC IO error"

10 years agoam 165b965e: am 4f50911a: am e9a4e9de: Merge "Clarified recommended use cases for...
Vince Harron [Fri, 25 Apr 2014 23:28:10 +0000 (23:28 +0000)]
am 165b965e: am 4f50911a: am e9a4e9de: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Rem

* commit '165b965edb42460ef9b0add89a76a311c707a1e2':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoam 4f50911a: am e9a4e9de: Merge "Clarified recommended use cases for NDK. Added ...
Vince Harron [Fri, 25 Apr 2014 23:25:11 +0000 (23:25 +0000)]
am 4f50911a: am e9a4e9de: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that

* commit '4f50911aa18f9d4650c6721456dd05ac499fcefd':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoam e9a4e9de: Merge "Clarified recommended use cases for NDK. Added - "game engines...
Vince Harron [Fri, 25 Apr 2014 23:22:07 +0000 (23:22 +0000)]
am e9a4e9de: Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don\'t allocat

* commit 'e9a4e9deaad6a3185269bf5696c2a2946962fbd2':
  Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory.

10 years agoMerge "Clarified recommended use cases for NDK. Added - "game engines" officially...
Vince Harron [Fri, 25 Apr 2014 23:17:36 +0000 (23:17 +0000)]
Merge "Clarified recommended use cases for NDK. Added - "game engines" officially supported use case for NDK Removed - "self-contained" ambiguous in general and confusing to someone who is trying to do game development in C++ Removed - "that don't allocate a lot of memory" game engines do allocate a lot of memory." into klp-ub-dev

10 years agoMerge "Handle density request in LauncherActivityInfo"
Amith Yamasani [Fri, 25 Apr 2014 23:04:26 +0000 (23:04 +0000)]
Merge "Handle density request in LauncherActivityInfo"

10 years agoSupport Oval GradientDrawable outlines, and ShapeDrawable
Chris Craik [Fri, 25 Apr 2014 20:08:25 +0000 (13:08 -0700)]
Support Oval GradientDrawable outlines, and ShapeDrawable

Change-Id: Ifc9e55757d3325cb28a1a812ec696512d4a18b39

10 years agoam 9d7c58cf: am 6fe328c6: am 86afa0b5: am 039bd508: Merge "docs: Added release notes...
Ricardo Cervera [Fri, 25 Apr 2014 22:59:36 +0000 (22:59 +0000)]
am 9d7c58cf: am 6fe328c6: am 86afa0b5: am 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp-docs

* commit '9d7c58cf8b609e5eda1c7d4df252a723b2dd5c23':
  docs: Added release notes for ADT 22.6.3

10 years agoHandle density request in LauncherActivityInfo
Amith Yamasani [Fri, 25 Apr 2014 22:56:26 +0000 (15:56 -0700)]
Handle density request in LauncherActivityInfo

Change-Id: I4e8dc8ef1454b3881bdb80ae118e2d0d306642f3

10 years agoam a19b9c41: am dfdeabf9: am ac732708: Merge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 22:52:09 +0000 (22:52 +0000)]
am a19b9c41: am dfdeabf9: am ac732708: Merge "EventLog: event log translation errors"

* commit 'a19b9c413b3e7f3b6038b06c51d01bab1e0bfda9':
  EventLog: event log translation errors

10 years agoam 6fe328c6: am 86afa0b5: am 039bd508: Merge "docs: Added release notes for ADT 22...
Ricardo Cervera [Fri, 25 Apr 2014 22:37:45 +0000 (22:37 +0000)]
am 6fe328c6: am 86afa0b5: am 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp-docs

* commit '6fe328c62abd3b98aceeeb99aaf5d824bd42adc6':
  docs: Added release notes for ADT 22.6.3

10 years agoam 86afa0b5: am 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp...
Ricardo Cervera [Fri, 25 Apr 2014 22:33:25 +0000 (22:33 +0000)]
am 86afa0b5: am 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp-docs

* commit '86afa0b56bf8af0a2c94fcabf5eb7f64f6c66c2d':
  docs: Added release notes for ADT 22.6.3

10 years agoam 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp-docs
Ricardo Cervera [Fri, 25 Apr 2014 22:21:10 +0000 (22:21 +0000)]
am 039bd508: Merge "docs: Added release notes for ADT 22.6.3" into klp-docs

* commit '039bd50825f7ea8b706c8ea6e54a1c893759309d':
  docs: Added release notes for ADT 22.6.3

10 years agoMerge "docs: Added release notes for ADT 22.6.3" into klp-docs
Ricardo Cervera [Fri, 25 Apr 2014 22:15:28 +0000 (22:15 +0000)]
Merge "docs: Added release notes for ADT 22.6.3" into klp-docs

10 years agoam cb48b962: am 1a7e9e66: Merge "Throw exception from startActivity if not allowed...
Craig Mautner [Fri, 25 Apr 2014 22:10:12 +0000 (22:10 +0000)]
am cb48b962: am 1a7e9e66: Merge "Throw exception from startActivity if not allowed." into klp-modular-dev

* commit 'cb48b96223071dc9d8633aab8f6cd9a91b3676bf':
  Throw exception from startActivity if not allowed.

10 years agoMerge "PackageManager: add versioning to packages.xml file"
Kenny Root [Fri, 25 Apr 2014 22:09:25 +0000 (22:09 +0000)]
Merge "PackageManager: add versioning to packages.xml file"

10 years agoam dfdeabf9: am ac732708: Merge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 22:07:07 +0000 (22:07 +0000)]
am dfdeabf9: am ac732708: Merge "EventLog: event log translation errors"

* commit 'dfdeabf9ba40ea7f082acf7eba6fe086d2e643fb':
  EventLog: event log translation errors

10 years agoam ac732708: Merge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 22:03:20 +0000 (22:03 +0000)]
am ac732708: Merge "EventLog: event log translation errors"

* commit 'ac7327082c411617f7937b87575c117bd63ad9df':
  EventLog: event log translation errors

10 years agoMerge "EventLog: event log translation errors"
Mark Salyzyn [Fri, 25 Apr 2014 21:59:18 +0000 (21:59 +0000)]
Merge "EventLog: event log translation errors"

10 years agoMerge "Fix ScrollView nested scrolling with touch down on buttons"
Adam Powell [Fri, 25 Apr 2014 21:34:32 +0000 (21:34 +0000)]
Merge "Fix ScrollView nested scrolling with touch down on buttons"

10 years agoMerge "Make sure FLP HAL statuses currently used are translated (if needed) correctly...
destradaa [Fri, 25 Apr 2014 21:21:37 +0000 (21:21 +0000)]
Merge "Make sure FLP HAL statuses currently used are translated (if needed) correctly into the framework. b/14118906"

10 years agoFix ScrollView nested scrolling with touch down on buttons
Adam Powell [Fri, 25 Apr 2014 21:21:27 +0000 (14:21 -0700)]
Fix ScrollView nested scrolling with touch down on buttons

Start ScrollView's nested scroll in onIntercept to signal nested
scrolling parents not to intercept along the vertical axis.

Change-Id: Ieb343ff6b8216b113d3876bf93a804e609257f2a

10 years agoEventLog: event log translation errors
Mark Salyzyn [Fri, 25 Apr 2014 20:25:18 +0000 (13:25 -0700)]
EventLog: event log translation errors

- Deal with L using v3 event log format, or K using v1 or v2 event log format

Change-Id: Id4fb205f51b7e506135888d565acf1604497b91f

10 years agoMerge "Provide access to ActivityInfo.name from LauncherActivityInfo"
Kenny Guy [Fri, 25 Apr 2014 20:28:13 +0000 (20:28 +0000)]
Merge "Provide access to ActivityInfo.name from LauncherActivityInfo"

10 years agoAdd new DevicePolicyManager disable flags for keyguard.
Jim Miller [Thu, 24 Apr 2014 00:25:00 +0000 (17:25 -0700)]
Add new DevicePolicyManager disable flags for keyguard.

- KEYGUARD_DISABLE_SECURE_NOTIFICATIONS
- KEYGUARD_DISABLE_UNREDACTED_NOTIFICATIONS
- KEYGUARD_DISABLE_TRUST_AGENTS

Change-Id: I4ed2b9cef78b497d87bb719c57fabdad94c18e82

10 years agoMerge "Child nodes of <preference-headers> now output proguard keep options."
Adam Lesinski [Fri, 25 Apr 2014 20:25:24 +0000 (20:25 +0000)]
Merge "Child nodes of <preference-headers> now output proguard keep options."

10 years agoMerge "Updating recent tasks list in response to package events. (Bug 14260718)"
Winson Chung [Fri, 25 Apr 2014 20:22:31 +0000 (20:22 +0000)]
Merge "Updating recent tasks list in response to package events. (Bug 14260718)"

10 years agoProvide access to ActivityInfo.name from LauncherActivityInfo
Kenny Guy [Fri, 25 Apr 2014 19:48:32 +0000 (20:48 +0100)]
Provide access to ActivityInfo.name from LauncherActivityInfo

Change-Id: Ia34900f3e232b59f3879dbb3cb3131498023b8ac

10 years agoMerge "ImageReader: remove RAW_SENSOR format translation"
Zhijun He [Fri, 25 Apr 2014 19:44:20 +0000 (19:44 +0000)]
Merge "ImageReader: remove RAW_SENSOR format translation"

10 years agoMerge "Delay settings panel visibility until touch slop exceeded."
John Spurlock [Fri, 25 Apr 2014 18:53:16 +0000 (18:53 +0000)]
Merge "Delay settings panel visibility until touch slop exceeded."

10 years agoam 1a7e9e66: Merge "Throw exception from startActivity if not allowed." into klp...
Craig Mautner [Fri, 25 Apr 2014 18:45:06 +0000 (18:45 +0000)]
am 1a7e9e66: Merge "Throw exception from startActivity if not allowed." into klp-modular-dev

* commit '1a7e9e66a6de039da8f567a2087d9bce34820746':
  Throw exception from startActivity if not allowed.

10 years agoMerge "Throw exception from startActivity if not allowed." into klp-modular-dev
Craig Mautner [Fri, 25 Apr 2014 18:39:46 +0000 (18:39 +0000)]
Merge "Throw exception from startActivity if not allowed." into klp-modular-dev

10 years agoMake sure FLP HAL statuses currently used are translated (if needed) correctly into...
destradaa [Fri, 25 Apr 2014 18:37:52 +0000 (11:37 -0700)]
Make sure FLP HAL statuses currently used are translated (if needed) correctly into the framework.
b/14118906

Change-Id: I4723a3b9cad99aacc70bd3b7b5b5e034aa6c033d

10 years agoChild nodes of <preference-headers> now output proguard keep options.
Adam Lesinski [Fri, 25 Apr 2014 18:36:02 +0000 (11:36 -0700)]
Child nodes of <preference-headers> now output proguard keep options.

Bug:13797600
Change-Id: I55c71a2fcf7f9b4bdad684d5c235981c3a8bc1e9

10 years agoMerge "Allow profile owners to set user restrictions"
Amith Yamasani [Fri, 25 Apr 2014 18:23:36 +0000 (18:23 +0000)]
Merge "Allow profile owners to set user restrictions"

10 years agoThrow exception from startActivity if not allowed.
Craig Mautner [Fri, 25 Apr 2014 17:09:00 +0000 (10:09 -0700)]
Throw exception from startActivity if not allowed.

The ActivityView.startActivity method may defer calling
ActivityContainer.startActivity if the ActivityView is not yet
visible. If the activity being started doesn't have allowEmbedded
attribute set to true then the SecurityException will not be
thrown until the ActivityView is visible. In such a case the caller
of ActivityView.startActivity cannot catch the SecurityException.

This fix checks the attribute at the time ActivityView.startActivity
is called.

Fixes bug 14317210.

Change-Id: I7fff23e39b67a9a0aa1b2e555920d02ae38906d9

10 years agoMerge "Introduce condition provider services."
John Spurlock [Fri, 25 Apr 2014 18:19:06 +0000 (18:19 +0000)]
Merge "Introduce condition provider services."

10 years agoUpdating recent tasks list in response to package events. (Bug 14260718)
Winson Chung [Thu, 24 Apr 2014 20:06:49 +0000 (13:06 -0700)]
Updating recent tasks list in response to package events. (Bug 14260718)

Change-Id: I7e887256b2d504aebfaedcfebb5ee8a40b05fe24

10 years agoam 69a9d925: am eea94f06: Merge "Revert "Followon fix for 14276128 Clipping at bottom...
Yuling Liang [Fri, 25 Apr 2014 17:38:00 +0000 (17:38 +0000)]
am 69a9d925: am eea94f06: Merge "Revert "Followon fix for 14276128 Clipping at bottom of TextView"" into klp-modular-dev

* commit '69a9d92502428a4cf6eb6b5bf6577d9e525796a2':
  Revert "Followon fix for 14276128 Clipping at bottom of TextView"

10 years agoam eea94f06: Merge "Revert "Followon fix for 14276128 Clipping at bottom of TextView...
Yuling Liang [Fri, 25 Apr 2014 17:35:52 +0000 (17:35 +0000)]
am eea94f06: Merge "Revert "Followon fix for 14276128 Clipping at bottom of TextView"" into klp-modular-dev

* commit 'eea94f060a917a5c6195a81d8825551a430a8d69':
  Revert "Followon fix for 14276128 Clipping at bottom of TextView"

10 years agoMerge "Revert "Followon fix for 14276128 Clipping at bottom of TextView"" into klp...
Yuling Liang [Fri, 25 Apr 2014 17:32:28 +0000 (17:32 +0000)]
Merge "Revert "Followon fix for 14276128 Clipping at bottom of TextView"" into klp-modular-dev

10 years agoRevert "Followon fix for 14276128 Clipping at bottom of TextView"
Yuling Liang [Fri, 25 Apr 2014 17:32:08 +0000 (17:32 +0000)]
Revert "Followon fix for 14276128 Clipping at bottom of TextView"

This reverts commit a10e19845ce76c0e4dd38018c84b83c9255dc9fe.

Change-Id: I6d40451c9eb6285859e16d251b55947663a3553a

10 years agoMerge "Temporarily switch off returning only enabled profiles to support dogfooding"
Alexandra Gherghina [Fri, 25 Apr 2014 17:12:43 +0000 (17:12 +0000)]
Merge "Temporarily switch off returning only enabled profiles to support dogfooding"

10 years agoTemporarily switch off returning only enabled profiles to support dogfooding
Alexandra Gherghina [Fri, 25 Apr 2014 15:42:11 +0000 (16:42 +0100)]
Temporarily switch off returning only enabled profiles to support dogfooding

Bug: 14132551
Change-Id: I3679c8fc248a799c816e5b80641b1fca6b7af061

10 years agoMerge "Initial implementation of new voice interaction API."
Dianne Hackborn [Fri, 25 Apr 2014 17:02:18 +0000 (17:02 +0000)]
Merge "Initial implementation of new voice interaction API."

10 years agoMerge "Fix nativeGetAnimationFrameStats to use the correct times."
Allen Hair [Fri, 25 Apr 2014 16:59:20 +0000 (16:59 +0000)]
Merge "Fix nativeGetAnimationFrameStats to use the correct times."

10 years agoMerge "Fixed shell manifest to use correct permission."
Allen Hair [Fri, 25 Apr 2014 16:57:34 +0000 (16:57 +0000)]
Merge "Fixed shell manifest to use correct permission."

10 years agoMerge "Clarify a use case."
Selim Gurun [Fri, 25 Apr 2014 16:44:10 +0000 (16:44 +0000)]
Merge "Clarify a use case."

10 years agoam 60f8349b: am 243e551a: Merge "Followon fix for 14276128 Clipping at bottom of...
Yuling Liang [Fri, 25 Apr 2014 16:41:07 +0000 (16:41 +0000)]
am 60f8349b: am 243e551a: Merge "Followon fix for 14276128 Clipping at bottom of TextView" into klp-modular-dev

* commit '60f8349b9819130e81e28106a35bf3362d337045':
  Followon fix for 14276128 Clipping at bottom of TextView

10 years agoClarify a use case.
Selim Gurun [Fri, 25 Apr 2014 16:39:31 +0000 (09:39 -0700)]
Clarify a use case.

Clarify a use case regarding clearing client certificates.

Change-Id: Ifdfa00022bb21b26e6f62dbad585faef4f8fc3c7

10 years agoIntroduce condition provider services.
John Spurlock [Thu, 24 Apr 2014 22:50:12 +0000 (18:50 -0400)]
Introduce condition provider services.

Add the condition provider interface, base class, and associated
system metadata.

Pull out common service management code into a reusable helper,
used by notification listeners and condition providers. The
helper, ManagedServices, is now completely self-contained - it
has no dependencies on NoMan or NoMan abstractions.

Bug:13743109
Change-Id: I6856d40f0a2ead78ac9b5707568559a57e7eb009

10 years agoam 243e551a: Merge "Followon fix for 14276128 Clipping at bottom of TextView" into...
Yuling Liang [Fri, 25 Apr 2014 16:34:15 +0000 (16:34 +0000)]
am 243e551a: Merge "Followon fix for 14276128 Clipping at bottom of TextView" into klp-modular-dev

* commit '243e551ac380f86639eee3e95a482d8e17836670':
  Followon fix for 14276128 Clipping at bottom of TextView

10 years agoMerge "Followon fix for 14276128 Clipping at bottom of TextView" into klp-modular-dev
Yuling Liang [Fri, 25 Apr 2014 16:30:12 +0000 (16:30 +0000)]
Merge "Followon fix for 14276128 Clipping at bottom of TextView" into klp-modular-dev

10 years agoMerge "Refactor Drawable outline production, flesh out Outline methods"
Chris Craik [Fri, 25 Apr 2014 16:22:26 +0000 (16:22 +0000)]
Merge "Refactor Drawable outline production, flesh out Outline methods"

10 years agoDelay settings panel visibility until touch slop exceeded.
John Spurlock [Fri, 25 Apr 2014 14:16:27 +0000 (10:16 -0400)]
Delay settings panel visibility until touch slop exceeded.

Bug:14271219
Change-Id: Ic8f36670f8d56f74a383ca7a867b69c7568a7250

10 years agoPackageManager: add versioning to packages.xml file
Kenny Root [Thu, 24 Apr 2014 20:36:40 +0000 (13:36 -0700)]
PackageManager: add versioning to packages.xml file

During development, a new feature might be added that requires the
packages.xml format be updated. To that end, add a database version
attribute that allows this to happen.

Change-Id: I3340a0bd55017acd625c3cba523cec10a18a4805

10 years agoam ebd6a2d2: am eded9e3b: am adcf38c9: Merge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:55:11 +0000 (14:55 +0000)]
am ebd6a2d2: am eded9e3b: am adcf38c9: Merge "Release DrmManagerClient resources"

* commit 'ebd6a2d2710ebf7196a399d6d5a2f0745844310b':
  Release DrmManagerClient resources

10 years agoam eded9e3b: am adcf38c9: Merge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:52:18 +0000 (14:52 +0000)]
am eded9e3b: am adcf38c9: Merge "Release DrmManagerClient resources"

* commit 'eded9e3b7f6f30526365461a25624b841611af28':
  Release DrmManagerClient resources

10 years agoam adcf38c9: Merge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:46:35 +0000 (14:46 +0000)]
am adcf38c9: Merge "Release DrmManagerClient resources"

* commit 'adcf38c9936fa372309d413cec03a1413e797c7a':
  Release DrmManagerClient resources

10 years agoMerge "Release DrmManagerClient resources"
Marco Nelissen [Fri, 25 Apr 2014 14:42:02 +0000 (14:42 +0000)]
Merge "Release DrmManagerClient resources"

10 years agoMerge "Implement skeleton of new HDMI Control Service."
Jungshik Jang [Fri, 25 Apr 2014 14:09:17 +0000 (14:09 +0000)]
Merge "Implement skeleton of new HDMI Control Service."

10 years agoMerge "Attempt to fix blank lockscreen."
Jorim Jaggi [Fri, 25 Apr 2014 13:13:11 +0000 (13:13 +0000)]
Merge "Attempt to fix blank lockscreen."

10 years agoAttempt to fix blank lockscreen.
Jorim Jaggi [Fri, 25 Apr 2014 12:56:15 +0000 (14:56 +0200)]
Attempt to fix blank lockscreen.

Bug: 14280857
Change-Id: Icf458040b1a0b0a412981acf7b522d04c046a5f8

10 years agoAdd carrier text on lockscreen in top left corner.
Jorim Jaggi [Thu, 24 Apr 2014 21:29:46 +0000 (23:29 +0200)]
Add carrier text on lockscreen in top left corner.

Change-Id: I88c96eabc4b97295da5c1094db3fd22fcc637390

10 years agofix build
Colin Cross [Fri, 25 Apr 2014 05:45:05 +0000 (22:45 -0700)]
fix build

When commit 4e48f40b0384110082bec52caf38d2d47ce505f5 merged from
AOSP it added a hunk that was already present.  Remove the second
copy.

Change-Id: I48b30fd5fe21d6668cc904744fed7d5044fae91d