Commit Graph

148355 Commits

Author SHA1 Message Date
Narayan Kamath
1854afa37b am 5d171a2b: Fix a couple of PM warnings.
* commit '5d171a2b1f4a54a909e575dbfac7493362937f6c':
  Fix a couple of PM warnings.
2014-08-13 11:12:13 +00:00
Narayan Kamath
20200849d1 Fix a couple of PM warnings.
- "Could not delete native binary" : This one is a bit of
  a WTF. git history tells us this code has been around for
  a very long time (the warning's new though). It's a no-op
  because codePath always contains the *current* codePath and
  trying to remove native libs from the current codePath will
  do nothing for bundled apps. This code sounds like it wants
  to delete dangling native binaries for system apps that were
  upgraded during an OTA. This sounds like a wrong place to do
  that, though.

- "Unrecognized code path" : This one's harmless and removed
  by moving this call closer to where it's used.

bug: 16823001

Change-Id: I9b40ae507b2c80ff3fdd45d5699df62bfc86514f
2014-08-13 11:05:58 +00:00
Alexandra Gherghina
a87f8e6b97 am af9c6d08: Merge "Bugfix: adds extra null check" into lmp-dev
* commit 'af9c6d082cca2c0c1fe15c4976414763824f60e3':
  Bugfix: adds extra null check
2014-08-13 10:00:06 +00:00
Yohei Yukawa
45796f2c47 am 692b78be: Suppress warnings of redundant calls of #updateCursorAnchorInfo
* commit '692b78be4fea917c3b538ac15f896949a93ac266':
  Suppress warnings of redundant calls of #updateCursorAnchorInfo
2014-08-13 09:00:59 +00:00
Yohei Yukawa
7360591bbf Suppress warnings of redundant calls of #updateCursorAnchorInfo
Warnings of redundant calls of #updateCursorAnchorInfo should be
suppressed at least until such redundant calls from
android.widget.Editor are addressed.

BUG: 16996008
Change-Id: I62b6acdab06178520473bd53e56e2cfb62fb17be
2014-08-13 17:17:09 +09:00
Ji-Hwan Lee
04cfd23253 am 88d355e7: Merge "TIF: Fix release logic for hardware wrapper input" into lmp-dev
* commit '88d355e796e47bc1e4223e97e15719aa1d7b40f4':
  TIF: Fix release logic for hardware wrapper input
2014-08-13 06:47:04 +00:00
Dianne Hackborn
223b678661 am 240384e9: Merge "Turn off voice interaction service restrction for now" into lmp-dev
* commit '240384e99d47a9bafdbc09d6f953ab03699eb134':
  Turn off voice interaction service restrction for now
2014-08-13 06:10:34 +00:00
Wonsik Kim
ce2c0c590e am 78ed5c9d: Merge "TIF: fix parental control data inconsistency" into lmp-dev
* commit '78ed5c9d1674e1acb66af1c9aa2eec4eea9be262':
  TIF: fix parental control data inconsistency
2014-08-13 05:50:55 +00:00
Svet Ganov
da33c3b51d am b130ba2b: Fix some minor print UX bugs.
* commit 'b130ba2baf6af52c252a3daa58d1284cf2182c11':
  Fix some minor print UX bugs.
2014-08-13 04:31:25 +00:00
Svet Ganov
d9b13699f6 am 936a5219: Check accessibility cache integrity only on eng builds.
* commit '936a52199df60d63572bec5e14e3a57e4decd44f':
  Check accessibility cache integrity only on eng builds.
2014-08-13 04:31:19 +00:00
Dan Sandler
cd65a5fe04 am 0f875bac: Large text support for notifications.
* commit '0f875bacb5d2bc97192d4e4750a0125daa96db41':
  Large text support for notifications.
2014-08-13 04:31:14 +00:00
Svet Ganov
38781bd2c2 Fix some minor print UX bugs.
1. The last row of print options was not visible on a phone.

2. The preview page size on a phone in landscape unusably small.

3. Updated the Save to PDF icon.

bug:16966145

Change-Id: I25ce1572758c62f34344683af2452fb045bb857e
2014-08-13 04:07:21 +00:00
Svet Ganov
79dea425af Check accessibility cache integrity only on eng builds.
The checks may have false ositives and spam test logs.

bug:1689853:

Change-Id: I576600192823f159e28ecea29f888187eeceb98b
2014-08-13 04:06:48 +00:00
Dan Sandler
539aad4570 Large text support for notifications.
Bug: 7216066
Bug: 15437369
Change-Id: I01a07f04c18d374fc1656f0b1f439a7c33c9d80c
2014-08-13 04:02:23 +00:00
Yuncheol Heo
5c43f22c07 am 09f15570: Merge "Implement MHL RAP reception." into lmp-dev
* commit '09f15570e6647aff53ceb6ad78f969c495167ea3':
  Implement MHL RAP reception.
2014-08-13 02:09:23 +00:00
Dianne Hackborn
20c9a697f7 am 50d61878: Merge "Add 560dpi, and some other stuff." into lmp-dev
* commit '50d618782faf9ce3436699bfead3335fe3605a24':
  Add 560dpi, and some other stuff.
2014-08-13 02:08:54 +00:00
keunyoung
01f79c7da1 am 435edc40: fix wrong flag check for virtual display
* commit '435edc40e7befdd9f4ca06b5a5e328282c27f1cb':
  fix wrong flag check for virtual display
2014-08-13 02:08:39 +00:00
Jae Seo
e9c39d0868 am bb1586c1: Merge "TIF: Temporarily disable permission check for parental controls" into lmp-dev
* commit 'bb1586c12f83e3f04be33482bfc83f255ccb28a9':
  TIF: Temporarily disable permission check for parental controls
2014-08-13 02:07:53 +00:00
Jinsuk Kim
3624374200 am 4fec909c: CEC: Remove timeout from deviceSelect processing
* commit '4fec909c878e3118088f8a874919d0e98935d9c8':
  CEC: Remove timeout from deviceSelect processing
2014-08-13 02:07:46 +00:00
keunyoung
48054241eb fix wrong flag check for virtual display
- FLAG_NEVER_BLANK was always set for non-public display

bug: 16958538
Change-Id: Ia147ac3ca39d687e60ec4b77726f6b6e4c3aeb3b
2014-08-13 01:14:19 +00:00
Jinsuk Kim
8e083ec044 CEC: Remove timeout from deviceSelect processing
20-second timeout set for incoming <active source> command after
<set stream path> is moved out of HdmiControlService, to
HDMI input service.

Bug: 16967429
Change-Id: I5b50b0187e562b51e227a29e54824740ca37906e
2014-08-13 00:53:28 +00:00
Alan Viverette
3d1c4225cb am 48286f82: Merge "Add API for obtaining max text length for accessibility" into lmp-dev
* commit '48286f82877f39b5056d1418ff89b717e12101cc':
  Add API for obtaining max text length for accessibility
2014-08-13 00:34:47 +00:00
Chris Craik
db15755de9 am a1bd00d4: Merge "Switch to cos interpolation of shadow alpha" into lmp-dev
* commit 'a1bd00d497728013973e537b3932bc4616d49960':
  Switch to cos interpolation of shadow alpha
2014-08-13 00:11:57 +00:00
Jon Miranda
db4395be52 am fbdf212c: Merge "Changed flow in export methods to continue through the loop if it encounters an int[] return type." into lmp-dev
* commit 'fbdf212c9d12e4e8c621571946a384566433a083':
  Changed flow in export methods to continue through the loop if it encounters an int[] return type.
2014-08-13 00:02:35 +00:00
Alan Viverette
9d12959d08 am d98c9e5c: Merge "Prevent re-entry when clearing animating hotspots" into lmp-dev
* commit 'd98c9e5c28694b012cbd45ed014633e197169d84':
  Prevent re-entry when clearing animating hotspots
2014-08-12 23:58:14 +00:00
Dake Gu
b5d10575cd am ab841b08: Merge "fix ghost clipBounds problem" into lmp-dev
* commit 'ab841b08b6e5350912345a2679df31c61be0dadc':
  fix ghost clipBounds problem
2014-08-12 23:58:10 +00:00
Winson Chung
67d6e091cb am 81c8c7c6: Merge "Implementing Recents focus states. (Bug 16950262)" into lmp-dev
* commit '81c8c7c6cc24cefefec8a15ad40f6cca894e9cd8':
  Implementing Recents focus states. (Bug 16950262)
2014-08-12 23:58:04 +00:00
Tenghui Zhu
7a08e6e4fe am d0a9544a: Revert "Update attrs / public.xml for VectorDrawable opacity removal"
* commit 'd0a9544a772c906ed68793209d1e4a809174cca2':
  Revert "Update attrs / public.xml for VectorDrawable opacity removal"
2014-08-12 23:57:59 +00:00
Tenghui Zhu
3caecc6ea2 Revert "Update attrs / public.xml for VectorDrawable opacity removal"
This reverts commit 9c44a95d5168c219facb39e7cca275d1e0a02cee.

Change-Id: If328d3101ce44c63d643217218109bb82e4f20ae
2014-08-12 16:48:46 -07:00
David Christie
a5f3c3ce89 am c098598e: Disable GPS when battery saver is on and screen is off. Bug: 15348895
* commit 'c098598ed1e5c79a7952e6d586aad108bb8cd9bf':
  Disable GPS when battery saver is on and screen is off. Bug: 15348895
2014-08-12 23:36:46 +00:00
Alexandra Gherghina
7f8821c5a2 Merge "Bugfix: adds extra null check" into lmp-dev 2014-08-12 23:14:48 +00:00
Ji-Hwan Lee
09015492e5 Merge "TIF: Fix release logic for hardware wrapper input" into lmp-dev 2014-08-12 23:14:48 +00:00
Ji-Hwan Lee
0c38fc764b TIF: Fix release logic for hardware wrapper input
Change-Id: I7aad26682738e7a20bc6a053c3827ab79e83e925
2014-08-13 15:41:20 +09:00
Wonsik Kim
dd8e48f306 Merge "TIF: fix parental control data inconsistency" into lmp-dev 2014-08-12 23:14:48 +00:00
Wonsik Kim
276ec84b5d TIF: fix parental control data inconsistency
Bug: 16987144
Change-Id: I43cc7de92663d50073d5c4da1dbffe4e9a2b26a6
2014-08-13 14:34:28 +09:00
Yuncheol Heo
e2f7f0a5b8 Merge "Implement MHL RAP reception." into lmp-dev 2014-08-12 23:14:42 +00:00
Yuncheol Heo
08a1be81d7 Implement MHL RAP reception.
Bug: 16966458
Change-Id: I77effc917e19072c387be8ba28d6ce1664d16415
2014-08-13 10:26:23 +09:00
Dianne Hackborn
3eb780bc17 Merge "Turn off voice interaction service restrction for now" into lmp-dev 2014-08-12 23:14:35 +00:00
Dianne Hackborn
ecc7498b2b Turn off voice interaction service restrction for now
Need to wait for the prebuilt to update.

Change-Id: I5501c2ba23e6e18379aa0859b248446c82de6cdc
2014-08-12 23:05:24 -07:00
Dianne Hackborn
deb434ca08 Merge "Add 560dpi, and some other stuff." into lmp-dev 2014-08-12 23:14:35 +00:00
Jae Seo
e253fabbc7 Merge "TIF: Temporarily disable permission check for parental controls" into lmp-dev 2014-08-12 23:14:35 +00:00
Jae Seo
550c4b0d4d TIF: Temporarily disable permission check for parental controls
Bug: 16979343
Change-Id: I00ff70194faaf7218151388dc10ce8e4dd3d2728
2014-08-12 17:50:37 -07:00
Alan Viverette
f2546bf423 Merge "Add API for obtaining max text length for accessibility" into lmp-dev 2014-08-12 23:14:35 +00:00
Jon Miranda
177f08e593 Merge "Changed flow in export methods to continue through the loop if it encounters an int[] return type." into lmp-dev 2014-08-12 23:14:35 +00:00
Alan Viverette
2adf8902ce Merge "Prevent re-entry when clearing animating hotspots" into lmp-dev 2014-08-12 23:14:35 +00:00
Dake Gu
aa2474d50a Merge "fix ghost clipBounds problem" into lmp-dev 2014-08-12 23:14:35 +00:00
Winson Chung
d82b3750d0 Merge "Implementing Recents focus states. (Bug 16950262)" into lmp-dev 2014-08-12 23:14:35 +00:00
Winson Chung
a0e88b5013 Implementing Recents focus states. (Bug 16950262)
- Fixed issue with focus going to send front most task when coming from Home
- Adding shortcut to dismiss a task
- Refactoring code to get secondary overlay and affiliation color
- Throttling alt-tab key presses
- Fixing issue with slivers of the task thumbnail being visible for affiliated tasks

Change-Id: Iaafe408318646a423fd58b51bbe93dbe0f2eed99
2014-08-12 23:18:34 +00:00
Chris Craik
0d79310e25 Merge "Switch to cos interpolation of shadow alpha" into lmp-dev 2014-08-12 23:14:33 +00:00
Dake Gu
0017ef9ee1 fix ghost clipBounds problem
OverlayViewGroup clipChildren=true, so that RenderNode
of GhostView will be forced clip its content to its bounds.
Because GhostView is transformed to a different location
other than (0,0),  the content left/up to the bounds
is clipped out.

Introduce another clipChildren=false view between
OverlayViewGroup and GhostView.

b/16982904

Change-Id: Ia11926c78e19bffe80c3d4584a59b83b2fbee6df
2014-08-12 16:10:40 -07:00