OSDN Git Service

android-x86/frameworks-base.git
9 years agoMerge "Minimize the number of default enabled IMEs part 1" into lmp-dev
Yohei Yukawa [Sat, 13 Sep 2014 10:33:48 +0000 (10:33 +0000)]
Merge "Minimize the number of default enabled IMEs part 1" into lmp-dev

9 years agoChange the property name to pass selinux.
Yuncheol Heo [Sat, 13 Sep 2014 02:21:46 +0000 (11:21 +0900)]
Change the property name to pass selinux.

- Added the prefix 'persist.sys.' to pass selinux and to make the
  properties persistent after reboot.
- Shortened the name to fit the length to 31.
- Got together the properties in the near place.

Bug: 17491732
Change-Id: I051f1bacc51ee372806077159020600ffeb30f48

9 years agoMerge "Update ambient shadow for TV." into lmp-dev
Tim Kilbourn [Sat, 13 Sep 2014 01:11:42 +0000 (01:11 +0000)]
Merge "Update ambient shadow for TV." into lmp-dev

9 years agoMerge "Work on issue #17477510: Time change notifications sent too often" into lmp-dev
Dianne Hackborn [Sat, 13 Sep 2014 00:56:56 +0000 (00:56 +0000)]
Merge "Work on issue #17477510: Time change notifications sent too often" into lmp-dev

9 years agoMerge "Add support for dozing after screen off." into lmp-dev
Jeff Brown [Sat, 13 Sep 2014 00:53:03 +0000 (00:53 +0000)]
Merge "Add support for dozing after screen off." into lmp-dev

9 years agoUpdate ambient shadow for TV.
Tim Kilbourn [Fri, 12 Sep 2014 18:35:21 +0000 (11:35 -0700)]
Update ambient shadow for TV.

Bug: 17462175
Change-Id: I2fb6e939fc428e95b944e87a3a82a3db6130c762

9 years agoMerge "Correctly initialize animator asynchronousity" into lmp-dev
Chris Craik [Sat, 13 Sep 2014 00:46:10 +0000 (00:46 +0000)]
Merge "Correctly initialize animator asynchronousity" into lmp-dev

9 years agoCorrectly initialize animator asynchronousity
Chris Craik [Sat, 13 Sep 2014 00:40:20 +0000 (17:40 -0700)]
Correctly initialize animator asynchronousity

bug:17483792
Change-Id: Icb6b6e6318d4c79ee94228806cb60b275424b9c9

9 years agoAdd support for dozing after screen off.
Jeff Brown [Fri, 12 Sep 2014 23:11:07 +0000 (16:11 -0700)]
Add support for dozing after screen off.

On some devices, we want the screen off transition to complete before
we start dozing.  Added a new config.xml attribute config_dozeAfterScreenOff
to configure this behavior.

Defer starting dreams until the display is ready.

Fixed some minor issues in the system UI doze service when setting the
display state.

Bug: 16187655
Change-Id: Ib1bc60de5457166f4b4880732db5df989dda67a4

9 years agoMerge "Provide a public API for View#computeFitSystemWindows" into lmp-dev
Adam Powell [Sat, 13 Sep 2014 00:22:28 +0000 (00:22 +0000)]
Merge "Provide a public API for View#computeFitSystemWindows" into lmp-dev

9 years agoMerge "SoundTrigger: fix KeyphraseRecognitionEvent parceling" into lmp-dev
Eric Laurent [Sat, 13 Sep 2014 00:21:47 +0000 (00:21 +0000)]
Merge "SoundTrigger: fix KeyphraseRecognitionEvent parceling" into lmp-dev

9 years agoam 41b12f29: am 02480cbf: am 1b12b1dc: Merge "docs: remove bad link in the quick...
Joe Fernandez [Sat, 13 Sep 2014 00:18:27 +0000 (00:18 +0000)]
am 41b12f29: am 02480cbf: am 1b12b1dc: Merge "docs: remove bad link in the quick view box for TV Recommendations #2" into klp-modular-docs

* commit '41b12f2932893ed251a68cb0fe657ee918318c77':
  docs: remove bad link in the quick view box for TV Recommendations #2

9 years agoWork on issue #17477510: Time change notifications sent too often
Dianne Hackborn [Sat, 13 Sep 2014 00:15:52 +0000 (17:15 -0700)]
Work on issue #17477510: Time change notifications sent too often

This gets rid of the spam from the battery history, by not creating
an event unless the wall clock time has changed by more than
+/- 500ms.

We'll do the remaining work in MR1.

Change-Id: I8d1cc41b5504261033d3b0ccdcf9e7cf70df9d04

9 years agoam 02480cbf: am 1b12b1dc: Merge "docs: remove bad link in the quick view box for...
Joe Fernandez [Sat, 13 Sep 2014 00:00:29 +0000 (00:00 +0000)]
am 02480cbf: am 1b12b1dc: Merge "docs: remove bad link in the quick view box for TV Recommendations #2" into klp-modular-docs

* commit '02480cbffabd1ca80441c9676db01b177468883a':
  docs: remove bad link in the quick view box for TV Recommendations #2

9 years agoAllow libcore to perform necessary actions upon net config changes.
Paul Jensen [Fri, 12 Sep 2014 14:47:39 +0000 (10:47 -0400)]
Allow libcore to perform necessary actions upon net config changes.

Delegate to libcore the responsibility of performing the necessary
actions upon a network configuration change, such as a DNS
configuration change.  In the L-release, these responsibilities
now include flushing the HTTP connection pools to prevent connections
on lingering networks getting pulled from the pool inadvertently to
satisfy requests that should be going over the new network.  All such
responsibilities can now be controlled and delegated by libcore's
new NetworkEventDispatcher, designed for this purpose.

bug:17314604
Change-Id: Ic796aea9d9a1f6ecb787fbdb38b3b7f5d991829b

9 years agoProvide a public API for View#computeFitSystemWindows
Adam Powell [Fri, 12 Sep 2014 21:42:25 +0000 (14:42 -0700)]
Provide a public API for View#computeFitSystemWindows

The current hidden API is necessary to perform correct inset behavior
for support libraries like appcompat. Provide a public method
consistent with the new WindowInsets APIs.

Bug 17411097

Change-Id: I71a63eea0238b94cae6b5c6f1721d5567560ba81

9 years agoMerge "Rename and repurpose feature MANAGED_PROFILES to MANAGED_USERS" into lmp-dev
Amith Yamasani [Fri, 12 Sep 2014 23:50:39 +0000 (23:50 +0000)]
Merge "Rename and repurpose feature MANAGED_PROFILES to MANAGED_USERS" into lmp-dev

9 years agoMerge "Apply VectorDrawable color filter at draw time" into lmp-dev
Alan Viverette [Fri, 12 Sep 2014 23:47:54 +0000 (23:47 +0000)]
Merge "Apply VectorDrawable color filter at draw time" into lmp-dev

9 years agoRename and repurpose feature MANAGED_PROFILES to MANAGED_USERS
Amith Yamasani [Fri, 12 Sep 2014 00:56:05 +0000 (17:56 -0700)]
Rename and repurpose feature MANAGED_PROFILES to MANAGED_USERS

Bug: 17392243
Change-Id: I5ff0e70eeeeba264c96eaa2a17a6bd3669576c96

9 years agoMerge "more AudioAttributes javadoc" into lmp-dev
Jean-Michel Trivi [Fri, 12 Sep 2014 23:45:22 +0000 (23:45 +0000)]
Merge "more AudioAttributes javadoc" into lmp-dev

9 years agoam 1b12b1dc: Merge "docs: remove bad link in the quick view box for TV Recommendation...
Joe Fernandez [Fri, 12 Sep 2014 23:42:04 +0000 (23:42 +0000)]
am 1b12b1dc: Merge "docs: remove bad link in the quick view box for TV Recommendations #2" into klp-modular-docs

* commit '1b12b1dc6f0203913ceb0a88dcf5ef1639fe6515':
  docs: remove bad link in the quick view box for TV Recommendations #2

9 years agoApply VectorDrawable color filter at draw time
Alan Viverette [Fri, 12 Sep 2014 23:37:44 +0000 (16:37 -0700)]
Apply VectorDrawable color filter at draw time

BUG: 17491152
Change-Id: Ia0ca0bd7cd00363ad5777d3e2e62fa1131a6d8a5

9 years agoMerge "various fixes:" into lmp-dev
vandwalle [Fri, 12 Sep 2014 23:34:28 +0000 (23:34 +0000)]
Merge "various fixes:" into lmp-dev

9 years agoMerge "docs: remove bad link in the quick view box for TV Recommendations #2" into...
Joe Fernandez [Fri, 12 Sep 2014 23:28:53 +0000 (23:28 +0000)]
Merge "docs: remove bad link in the quick view box for TV Recommendations #2" into klp-modular-docs

9 years agoMerge "Fix NPE in JobServiceContext" into lmp-dev
Matthew Williams [Fri, 12 Sep 2014 23:26:39 +0000 (23:26 +0000)]
Merge "Fix NPE in JobServiceContext" into lmp-dev

9 years agoFix NPE in JobServiceContext
Matthew Williams [Fri, 12 Sep 2014 21:40:18 +0000 (14:40 -0700)]
Fix NPE in JobServiceContext

BUG: 17485390
The VERB_BINDING timeout that is set to wait for onBind() to complete
wasn't being cleared when onBind() returns false, i.e. that the service wasn't
available to be bound to.
This led to an NPE when the stale timeout expired. Fix is to clear the timeout
when onBind fails.

Change-Id: I318ca5ce1f3e12b170f7f256608ea7e28f3f120a

9 years agoMerge "TIF: Add a system API to retrieve HDMI device information" into lmp-dev
Jae Seo [Fri, 12 Sep 2014 23:24:06 +0000 (23:24 +0000)]
Merge "TIF: Add a system API to retrieve HDMI device information" into lmp-dev

9 years agodocs: remove bad link in the quick view box for TV Recommendations #2
Joe Fernandez [Fri, 12 Sep 2014 23:24:01 +0000 (16:24 -0700)]
docs: remove bad link in the quick view box for TV Recommendations #2

Change-Id: I649d8d735bda2b0c657217bc86c1a29a2d7eddc2

9 years agoMerge "Made Transitions act only the views that they target." into lmp-dev
George Mount [Fri, 12 Sep 2014 23:19:15 +0000 (23:19 +0000)]
Merge "Made Transitions act only the views that they target." into lmp-dev

9 years agoTIF: Add a system API to retrieve HDMI device information
Jae Seo [Fri, 12 Sep 2014 23:09:04 +0000 (16:09 -0700)]
TIF: Add a system API to retrieve HDMI device information

Bug: 17487782
Change-Id: I53995735fa190c40819ff352a8b98765a6f7753f

9 years agoMade Transitions act only the views that they target.
George Mount [Wed, 10 Sep 2014 17:58:08 +0000 (10:58 -0700)]
Made Transitions act only the views that they target.

Bug 17465989
Bug 17452585

Change-Id: I2f921e98f68df3d549a370179c0a4488d56923ad

9 years agoMerge "Report button opacity for current state, fix button shadows" into lmp-dev
Alan Viverette [Fri, 12 Sep 2014 23:14:32 +0000 (23:14 +0000)]
Merge "Report button opacity for current state, fix button shadows" into lmp-dev

9 years agoReport button opacity for current state, fix button shadows
Alan Viverette [Fri, 12 Sep 2014 23:13:32 +0000 (16:13 -0700)]
Report button opacity for current state, fix button shadows

BUG: 17433604
Change-Id: I25e0bd9b96e09ed2a4d85476b60f459e7cc33002

9 years agoMerge "Rework the task affiliate chain validation" into lmp-dev
Craig Mautner [Fri, 12 Sep 2014 23:08:33 +0000 (23:08 +0000)]
Merge "Rework the task affiliate chain validation" into lmp-dev

9 years agoMerge "Make status bar indicators reflect the network actually in use." into lmp-dev
Robert Greenwalt [Fri, 12 Sep 2014 23:04:49 +0000 (23:04 +0000)]
Merge "Make status bar indicators reflect the network actually in use." into lmp-dev

9 years agoMerge "Update Inet state when NetworkMonitor re-evaluates a network." into lmp-dev
Robert Greenwalt [Fri, 12 Sep 2014 23:03:36 +0000 (23:03 +0000)]
Merge "Update Inet state when NetworkMonitor re-evaluates a network." into lmp-dev

9 years agoMerge "Track enable/disable of transport components" into lmp-dev
Christopher Tate [Fri, 12 Sep 2014 23:03:29 +0000 (23:03 +0000)]
Merge "Track enable/disable of transport components" into lmp-dev

9 years agoMerge "Update the shadow strength" into lmp-dev
ztenghui [Fri, 12 Sep 2014 23:02:31 +0000 (23:02 +0000)]
Merge "Update the shadow strength" into lmp-dev

9 years agoUpdate Inet state when NetworkMonitor re-evaluates a network.
Paul Jensen [Fri, 5 Sep 2014 16:06:44 +0000 (12:06 -0400)]
Update Inet state when NetworkMonitor re-evaluates a network.

Previously the Inet state (the little exclamation mark beside the WiFi
and Cellular bars) only transitioned from bad to good once.  With this
change it can transition back to bad (and later to good again) if a network
re-evaluation is triggered, say by ConnectivityManager.reportBadNetwork.
Also, avoid triggering re-evaluation in two unwanted cases.

bug:16214361
Change-Id: I7856724249ffcbb0945276dcf45019876231fdaf

9 years agoRework the task affiliate chain validation
Craig Mautner [Fri, 12 Sep 2014 19:45:05 +0000 (12:45 -0700)]
Rework the task affiliate chain validation

The old chain was problematic. It started verification at the end of
the chain and then went no further. Then it went back down the
chain to the beginning with no checks. It also removed entries and
tried to add them back past the end of the ArrayList during boot
which caused the system process to shut down.

This method uses the ordering imposed by taskIds which is the same
order that the tasks were created. It fixes up and notes dropped
links and then reconstructs the list correctly.

Fixes bug 17467284.

Change-Id: I746ec2cdcc7ac6403278cfefc7a6db9b5549d226

9 years agoMerge "Fix boot loop when deriving device name." into lmp-dev
Jeff Sharkey [Fri, 12 Sep 2014 23:00:46 +0000 (23:00 +0000)]
Merge "Fix boot loop when deriving device name." into lmp-dev

9 years agoMerge "Better handling of unvalidated networks." into lmp-dev
Robert Greenwalt [Fri, 12 Sep 2014 23:00:36 +0000 (23:00 +0000)]
Merge "Better handling of unvalidated networks." into lmp-dev

9 years agoMerge "Add xxxhdpi assets for DocumentsUI." into lmp-dev
Jeff Sharkey [Fri, 12 Sep 2014 23:00:04 +0000 (23:00 +0000)]
Merge "Add xxxhdpi assets for DocumentsUI." into lmp-dev

9 years agomore AudioAttributes javadoc
Jean-Michel Trivi [Fri, 12 Sep 2014 17:07:05 +0000 (10:07 -0700)]
more AudioAttributes javadoc

Expand the AudioAttributes and associated Builder javadoc.

Bug 17059703

Change-Id: I81b8d48a3b5b3c203f02da3e37228e5ef7b5451d

9 years agoFix boot loop when deriving device name.
Jeff Sharkey [Fri, 12 Sep 2014 22:56:30 +0000 (15:56 -0700)]
Fix boot loop when deriving device name.

Bug: 17490408
Change-Id: If1cc25a341eed4e41a7bf170bab077203fa19d15

9 years agoMerge "Allow Path Animations to support overshooting." into lmp-dev
George Mount [Fri, 12 Sep 2014 22:48:27 +0000 (22:48 +0000)]
Merge "Allow Path Animations to support overshooting." into lmp-dev

9 years agoAllow Path Animations to support overshooting.
George Mount [Fri, 12 Sep 2014 20:21:32 +0000 (13:21 -0700)]
Allow Path Animations to support overshooting.

Bug 17458698

Change-Id: I7a29fc8932a28121d7db8b3bf695d91a55ef059b

9 years agoSoundTrigger: fix KeyphraseRecognitionEvent parceling
Eric Laurent [Fri, 12 Sep 2014 22:45:47 +0000 (15:45 -0700)]
SoundTrigger: fix KeyphraseRecognitionEvent parceling

Always include the Audioformat in the parcel if not
null.

Bug: 17489186.
Change-Id: I8bea031942b55078e5637959d5bf70961d134733

9 years agoMerge "Fix issue #17479850: AppOpsManager.checkPackage() allows..." into lmp-dev
Dianne Hackborn [Fri, 12 Sep 2014 22:45:00 +0000 (22:45 +0000)]
Merge "Fix issue #17479850: AppOpsManager.checkPackage() allows..." into lmp-dev

9 years agoMerge "Add contentDescription for material action mode close button" into lmp-dev
Adam Powell [Fri, 12 Sep 2014 22:43:46 +0000 (22:43 +0000)]
Merge "Add contentDescription for material action mode close button" into lmp-dev

9 years agoFix issue #17479850: AppOpsManager.checkPackage() allows...
Dianne Hackborn [Fri, 12 Sep 2014 22:38:33 +0000 (15:38 -0700)]
Fix issue #17479850: AppOpsManager.checkPackage() allows...

...root or shell to claim any package name

Re-arrange so checkPackage() doesn't go through the path where
the package name will be forced for root and shell uids.

Change-Id: I450cd6ac8148afd75b526724afdf46ab63de4c43

9 years agoMerge "Handle user privacy properly during network initiated requests. Bug: 16131208...
Tsuwei Chen [Fri, 12 Sep 2014 22:36:52 +0000 (22:36 +0000)]
Merge "Handle user privacy properly during network initiated requests. Bug: 16131208" into lmp-dev

9 years agoMerge "Allow throwing UnsupportedOperationException across Binder." into lmp-dev
Dianne Hackborn [Fri, 12 Sep 2014 22:35:47 +0000 (22:35 +0000)]
Merge "Allow throwing UnsupportedOperationException across Binder." into lmp-dev

9 years agoAdd contentDescription for material action mode close button
Adam Powell [Fri, 12 Sep 2014 22:31:32 +0000 (15:31 -0700)]
Add contentDescription for material action mode close button

Bug 17487633

Change-Id: Ib61723719f3a3b076ac8136e578748cfa6db8770

9 years agoUpdate the shadow strength
ztenghui [Fri, 12 Sep 2014 22:09:32 +0000 (15:09 -0700)]
Update the shadow strength

b/17486691

Change-Id: I8e8f0b64e757772c18f038f6b329ef91a4e155a5

9 years agoMerge "Fix crash in spooler if printing app dies." into lmp-dev
Svetoslav [Fri, 12 Sep 2014 22:23:39 +0000 (22:23 +0000)]
Merge "Fix crash in spooler if printing app dies." into lmp-dev

9 years agoMerge "do not allow monkey to flip OEM unlock flag" into lmp-dev
Guang Zhu [Fri, 12 Sep 2014 22:20:19 +0000 (22:20 +0000)]
Merge "do not allow monkey to flip OEM unlock flag" into lmp-dev

9 years agodo not allow monkey to flip OEM unlock flag
Guang Zhu [Fri, 12 Sep 2014 22:14:00 +0000 (15:14 -0700)]
do not allow monkey to flip OEM unlock flag

Bug: 11435021
Change-Id: I3a6865bc6c9fde245d8f4af3230716eac4a3f1b1

9 years agoMerge "Add root alpha and animation to (Animated)VectorDrawable" into lmp-dev
ztenghui [Fri, 12 Sep 2014 22:12:01 +0000 (22:12 +0000)]
Merge "Add root alpha and animation to (Animated)VectorDrawable" into lmp-dev

9 years agoAdd root alpha and animation to (Animated)VectorDrawable
ztenghui [Thu, 11 Sep 2014 21:34:20 +0000 (14:34 -0700)]
Add root alpha and animation to (Animated)VectorDrawable

b/17393626

Change-Id: If6a28b072f7d4bcb2b57022d86ec784f4c0d78f1

9 years agoMerge "Fixed: getDecor() NullPointeExceptions." into lmp-dev
George Mount [Fri, 12 Sep 2014 22:02:36 +0000 (22:02 +0000)]
Merge "Fixed: getDecor() NullPointeExceptions." into lmp-dev

9 years agoTrack enable/disable of transport components
Christopher Tate [Thu, 11 Sep 2014 22:33:05 +0000 (15:33 -0700)]
Track enable/disable of transport components

For fallback / rollback of backup transport selection we need to
handle live enable/disable of legacy or superseded transports.
We now watch for component enable state changes in packages that
host transports, and rebind as needed.

The semantics for selecting the current transport have also been
adjusted.  We no longer require that the selected transport be
live and currently bound in order to be designated as the active
instance.  This prevents nondeterministic races around upgrade
and replacement.

Bug 17136637

Change-Id: Idaf45cf4522a23576444e6b11626ee3f7f47c36c

9 years agoMerge "Prevent device owner registration after setup is complete" into lmp-dev
Amith Yamasani [Fri, 12 Sep 2014 21:59:45 +0000 (21:59 +0000)]
Merge "Prevent device owner registration after setup is complete" into lmp-dev

9 years agoHandle user privacy properly during network initiated requests.
Tsuwei Chen [Wed, 10 Sep 2014 22:33:34 +0000 (15:33 -0700)]
Handle user privacy properly during network initiated requests.
Bug: 16131208

Change-Id: Ic6f83fcf24eef9e0e26e303bb652651f0dc2970a

9 years agoMerge "Camera2: add toString for TonemapCurve" into lmp-dev
Yin-Chia Yeh [Fri, 12 Sep 2014 21:55:11 +0000 (21:55 +0000)]
Merge "Camera2: add toString for TonemapCurve" into lmp-dev

9 years agoMerge "Reset the alpha for offscreen views." into lmp-dev
George Mount [Fri, 12 Sep 2014 21:52:27 +0000 (21:52 +0000)]
Merge "Reset the alpha for offscreen views." into lmp-dev

9 years agoAdd xxxhdpi assets for DocumentsUI.
Jeff Sharkey [Fri, 12 Sep 2014 18:31:21 +0000 (11:31 -0700)]
Add xxxhdpi assets for DocumentsUI.

Bug: 17486169
Change-Id: I26fd257ab9404b1c3985ee6861c9b81ec5e581bc

9 years agoMerge "Make Toolbars eat touch events" into lmp-dev
Adam Powell [Fri, 12 Sep 2014 21:49:24 +0000 (21:49 +0000)]
Merge "Make Toolbars eat touch events" into lmp-dev

9 years agovarious fixes:
vandwalle [Fri, 12 Sep 2014 01:41:23 +0000 (18:41 -0700)]
various fixes:

- allow for making use of more aggressive initial autojoin attempt rssi thresholds
- create a blacklist due to missing identiy reason
- make autojoin parameters configurable

Change-Id: I385db83aab1da7918ff6935eb59a209b253d42e6

9 years agoMerge "Changed method name to match Activity's method name." into lmp-dev
George Mount [Fri, 12 Sep 2014 21:28:44 +0000 (21:28 +0000)]
Merge "Changed method name to match Activity's method name." into lmp-dev

9 years agoAllow throwing UnsupportedOperationException across Binder.
Dianne Hackborn [Fri, 12 Sep 2014 21:23:58 +0000 (14:23 -0700)]
Allow throwing UnsupportedOperationException across Binder.

Change-Id: I3a9b81958886033d546c3a20331716dbb9492365

9 years agoChanged method name to match Activity's method name.
George Mount [Fri, 12 Sep 2014 21:16:18 +0000 (14:16 -0700)]
Changed method name to match Activity's method name.

Bug 17488968

Change-Id: I3f00561d96ff33e8eaf7234934c69e3b8e2681e8

9 years agoCamera2: add toString for TonemapCurve
Yin-Chia Yeh [Fri, 12 Sep 2014 18:56:19 +0000 (11:56 -0700)]
Camera2: add toString for TonemapCurve

Bug: 16899576
Change-Id: Id7c08afed8606efc880cc75201287cd70a0e301c

9 years agoMake Toolbars eat touch events
Adam Powell [Fri, 12 Sep 2014 18:01:21 +0000 (11:01 -0700)]
Make Toolbars eat touch events

Just like action bars, toolbars shouldn't allow touches to fall
through to sibling views that they overlap.

Bug 17483356

Change-Id: I9068e1f9cf3c4226000e0058c371283a997b1bd0

9 years agoMerge "Revert "Set up final resource identifiers."" into lmp-dev
Dianne Hackborn [Fri, 12 Sep 2014 21:03:57 +0000 (21:03 +0000)]
Merge "Revert "Set up final resource identifiers."" into lmp-dev

9 years agoRevert "Set up final resource identifiers."
Dianne Hackborn [Fri, 12 Sep 2014 21:01:36 +0000 (21:01 +0000)]
Revert "Set up final resource identifiers."

This reverts commit 5dea4bd5cd24f188bec7a91e25f644fc198c52d4.

Change-Id: Ib143e2a3fd58f20b03a408beed4b7dbdf69cbe79

9 years agoMerge "Set up final resource identifiers." into lmp-dev
Dianne Hackborn [Fri, 12 Sep 2014 21:01:01 +0000 (21:01 +0000)]
Merge "Set up final resource identifiers." into lmp-dev

9 years agoReset the alpha for offscreen views.
George Mount [Fri, 12 Sep 2014 20:56:32 +0000 (13:56 -0700)]
Reset the alpha for offscreen views.

Bug 17469303

When stripping the offscreen views from a transition, the alpha
wasn't reset, so they were made permanently invisible.

Change-Id: I2e87fff1d3b1e417997cabf9c703143355fe2c01

9 years agoFix crash in spooler if printing app dies.
Svetoslav [Fri, 12 Sep 2014 20:55:30 +0000 (13:55 -0700)]
Fix crash in spooler if printing app dies.

bug:16966145

Change-Id: I092c489a7f1b4000a96d3f12f2996ccabf734b9a

9 years agoMerge "Fix a crash in print preview on multiple rotations." into lmp-dev
Svetoslav [Fri, 12 Sep 2014 20:48:28 +0000 (20:48 +0000)]
Merge "Fix a crash in print preview on multiple rotations." into lmp-dev

9 years agoSet up final resource identifiers.
Dianne Hackborn [Fri, 12 Sep 2014 19:53:57 +0000 (12:53 -0700)]
Set up final resource identifiers.

Change-Id: I43c46ffa9a2453afbade54ba8b0e7c0b506f794b

9 years agoMerge "Update default device name to MODEL only" into lmp-dev
Jerome Poichet [Fri, 12 Sep 2014 20:33:45 +0000 (20:33 +0000)]
Merge "Update default device name to MODEL only" into lmp-dev

9 years agoUpdate icons to vectors, fix preload theming & vector tinting
Alan Viverette [Fri, 12 Sep 2014 19:36:35 +0000 (12:36 -0700)]
Update icons to vectors, fix preload theming & vector tinting

Adds a missing JNI binding to AssetManager, ensures drawables have
default tint modes as documented, and updates vector tint appropriately
when state changes.

BUG: 17385604
Change-Id: Ice92885989ebc13b95952f5dc3b7904cc956da12

9 years agoMerge "Fix toolbar height, list divider alpha, action item padding" into lmp-dev
Alan Viverette [Fri, 12 Sep 2014 20:01:08 +0000 (20:01 +0000)]
Merge "Fix toolbar height, list divider alpha, action item padding" into lmp-dev

9 years agoMerge "Add touch disabled state output in dumpsys" into lmp-dev
Jorim Jaggi [Fri, 12 Sep 2014 19:57:25 +0000 (19:57 +0000)]
Merge "Add touch disabled state output in dumpsys" into lmp-dev

9 years agoFix toolbar height, list divider alpha, action item padding
Alan Viverette [Fri, 12 Sep 2014 19:54:02 +0000 (12:54 -0700)]
Fix toolbar height, list divider alpha, action item padding

BUG: 17487305
BUG: 17470290
BUG: 17486967
Change-Id: Ib0cb4308f9d57e730504bdeb125662b648cad0f7

9 years agoFixed: getDecor() NullPointeExceptions.
George Mount [Fri, 12 Sep 2014 17:54:54 +0000 (10:54 -0700)]
Fixed: getDecor() NullPointeExceptions.

Bug 17481173

Change-Id: Ie6e1710cadb7d1e52515c2927dce733b3ec3eabb

9 years agoAdd touch disabled state output in dumpsys
Jorim Jaggi [Fri, 12 Sep 2014 19:43:35 +0000 (21:43 +0200)]
Add touch disabled state output in dumpsys

Bug: 17439581
Change-Id: I1e071e849b1196485b633716aebf19aebc63a4b2

9 years agoam b94103dd: am f530df1c: am 7392152b: Doc Update: update Cloud Platform link
kmccormick [Fri, 12 Sep 2014 19:35:09 +0000 (19:35 +0000)]
am b94103dd: am f530df1c: am 7392152b: Doc Update: update Cloud Platform link

* commit 'b94103dd20c417662dfd64f0531aaa5c3a2047d0':
  Doc Update: update Cloud Platform link

9 years agoMerge "Doze: Use configured doze brightness when pulsing." into lmp-dev
John Spurlock [Fri, 12 Sep 2014 19:26:41 +0000 (19:26 +0000)]
Merge "Doze: Use configured doze brightness when pulsing." into lmp-dev

9 years agoam f530df1c: am 7392152b: Doc Update: update Cloud Platform link
kmccormick [Fri, 12 Sep 2014 19:07:21 +0000 (19:07 +0000)]
am f530df1c: am 7392152b: Doc Update: update Cloud Platform link

* commit 'f530df1c7ec39fb15e284dc18942276d85c740a2':
  Doc Update: update Cloud Platform link

9 years agoam 7392152b: Doc Update: update Cloud Platform link
kmccormick [Fri, 12 Sep 2014 18:49:18 +0000 (18:49 +0000)]
am 7392152b: Doc Update: update Cloud Platform link

* commit '7392152ba21917aff15db89988e1317819b5dd72':
  Doc Update: update Cloud Platform link

9 years agoMerge "Avoid some more layer creations" into lmp-dev
Jorim Jaggi [Fri, 12 Sep 2014 18:42:55 +0000 (18:42 +0000)]
Merge "Avoid some more layer creations" into lmp-dev

9 years agoMerge "Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE." into lmp-dev
Jessica Hummel [Fri, 12 Sep 2014 18:39:20 +0000 (18:39 +0000)]
Merge "Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE." into lmp-dev

9 years agoMerge "Invalidate the people cache on Contacts provider changes." into lmp-dev
Chris Wren [Fri, 12 Sep 2014 18:36:30 +0000 (18:36 +0000)]
Merge "Invalidate the people cache on Contacts provider changes." into lmp-dev

9 years agoMerge "More notifications and bigger clock for phablets" into lmp-dev
Jorim Jaggi [Fri, 12 Sep 2014 18:31:20 +0000 (18:31 +0000)]
Merge "More notifications and bigger clock for phablets" into lmp-dev

9 years agoInvalidate the people cache on Contacts provider changes.
Chris Wren [Thu, 11 Sep 2014 17:38:18 +0000 (13:38 -0400)]
Invalidate the people cache on Contacts provider changes.

The Contacts database only seem to notify that a change has happened, not
which row was changed.  We simply invalidate the whole cache on changes.

Added an info log for even 100th invalidation, so we can see how often it happens.

Bug: 17466975
Change-Id: I9988ea8db776c88afd835a4b3c50b9a982a309d0

9 years agoPrevent device owner registration after setup is complete
Amith Yamasani [Fri, 12 Sep 2014 16:05:19 +0000 (09:05 -0700)]
Prevent device owner registration after setup is complete

This change prevents adding a device owner after setupwizard
has finished provisioning. Only the new dpm shell command
can set a device owner.

Bug: 17316711
Change-Id: I98bdfd9b8c8da3042111c45e2e7fd2b559fac510

9 years agoMerge "Fix lock inversion in PackageInstaller." into lmp-dev
Jeff Sharkey [Fri, 12 Sep 2014 18:17:01 +0000 (18:17 +0000)]
Merge "Fix lock inversion in PackageInstaller." into lmp-dev

9 years agoMerge "Bring install and install-multiple into parity." into lmp-dev
Jeff Sharkey [Fri, 12 Sep 2014 18:16:51 +0000 (18:16 +0000)]
Merge "Bring install and install-multiple into parity." into lmp-dev