Commit Graph

39679 Commits

Author SHA1 Message Date
Svet Ganov
0f1ff7fd9f am 31c8f8a8: am d06d9738: am 936a5219: Check accessibility cache integrity only on eng builds.
* commit '31c8f8a85f14a4b37026c168606682a020ec8490':
  Check accessibility cache integrity only on eng builds.
2014-08-13 05:29:00 +00:00
Dan Sandler
1831c4df42 am 97a000f2: am 6eb58ce4: am 0f875bac: Large text support for notifications.
* commit '97a000f27d71541df28b8a96443fed216163f42c':
  Large text support for notifications.
2014-08-13 05:28:55 +00:00
Svet Ganov
ac3c3cf4ba am d06d9738: am 936a5219: Check accessibility cache integrity only on eng builds.
* commit 'd06d9738facc6b0fdb7b0081a251f0e03975352d':
  Check accessibility cache integrity only on eng builds.
2014-08-13 05:21:08 +00:00
Dan Sandler
ea9c58a2b3 am 6eb58ce4: am 0f875bac: Large text support for notifications.
* commit '6eb58ce4d3646070baffa51ac30334e5a17cb518':
  Large text support for notifications.
2014-08-13 05:20:59 +00:00
Dianne Hackborn
0216f0dbee am c0c41df5: am 905f8e8b: am 50d61878: Merge "Add 560dpi, and some other stuff." into lmp-dev
* commit 'c0c41df5452175e1441837aeed2d0bdabaed6e59':
  Add 560dpi, and some other stuff.
2014-08-13 05:20:20 +00:00
Dianne Hackborn
83a11f23f8 am 905f8e8b: am 50d61878: Merge "Add 560dpi, and some other stuff." into lmp-dev
* commit '905f8e8b4b50de019188bec5afa579207b259563':
  Add 560dpi, and some other stuff.
2014-08-13 04:26:15 +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
Alan Viverette
4466a68ed0 am 8a3b0af1: am ae1970d9: am 48286f82: Merge "Add API for obtaining max text length for accessibility" into lmp-dev
* commit '8a3b0af14cf9f6b844f4cd78bd69677e10aa99d1':
  Add API for obtaining max text length for accessibility
2014-08-13 00:43:53 +00:00
Alan Viverette
acc2c07b24 am ae1970d9: am 48286f82: Merge "Add API for obtaining max text length for accessibility" into lmp-dev
* commit 'ae1970d95d09d717fb795bbc23906d4b4e1503ee':
  Add API for obtaining max text length for accessibility
2014-08-13 00:39:28 +00:00
Jon Miranda
f49e836ed3 am 0cf789fc: am 2a964260: am fbdf212c: Merge "Changed flow in export methods to continue through the loop if it encounters an int[] return type." into lmp-dev
* commit '0cf789fc2f081f79079700eee8eef648248f291e':
  Changed flow in export methods to continue through the loop if it encounters an int[] return type.
2014-08-13 00:14:24 +00:00
Dake Gu
ad6be22c48 am 086f73d9: am ec060c4d: am ab841b08: Merge "fix ghost clipBounds problem" into lmp-dev
* commit '086f73d91ab60096fe9c6c9141c4a4601abf405d':
  fix ghost clipBounds problem
2014-08-13 00:09:56 +00:00
Jon Miranda
54ff3c7994 am 2a964260: am fbdf212c: Merge "Changed flow in export methods to continue through the loop if it encounters an int[] return type." into lmp-dev
* commit '2a964260d15538d9ce38c861dd673a6065cbf6a3':
  Changed flow in export methods to continue through the loop if it encounters an int[] return type.
2014-08-13 00:07:07 +00:00
Dake Gu
f08e085110 am ec060c4d: am ab841b08: Merge "fix ghost clipBounds problem" into lmp-dev
* commit 'ec060c4d993dec3c8f01995202c89438ae33466e':
  fix ghost clipBounds problem
2014-08-13 00:02:44 +00:00
Dianne Hackborn
deb434ca08 Merge "Add 560dpi, and some other stuff." into lmp-dev 2014-08-12 23:14:35 +00: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
Dake Gu
aa2474d50a Merge "fix ghost clipBounds problem" into lmp-dev 2014-08-12 23:14:35 +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
Alan Viverette
30f9ad149b am 46c4973f: am 4228599b: am a83c2f37: Merge "Use correct checked value when animating Switch" into lmp-dev
* commit '46c4973f8477add0722e08627f9926ce08d087b3':
  Use correct checked value when animating Switch
2014-08-12 22:48:01 +00:00
Jon Miranda
4852021095 Changed flow in export methods to continue through the loop if it encounters
an int[] return type.

There are two such instances:

1. "private int[] mRules" within RelativeLayout LayoutParams.
2. "public int[] getLocationOnScreen" in View.

When I added #2, we noticed missing annotated fields/methods in Hierarchy
Viewer, but #1 also caused the same issue (mainly not exporting
alignWithParent field)

Bug: 16844914
Change-Id: I0d83a4391aa0565897cd7f0523995c97b7a4976d
2014-08-12 15:45:57 -07:00
Alan Viverette
3721ddaeba am 4228599b: am a83c2f37: Merge "Use correct checked value when animating Switch" into lmp-dev
* commit '4228599b827cfa8c5b6ac4dd5152d7fec5dd2790':
  Use correct checked value when animating Switch
2014-08-12 22:41:09 +00:00
Dianne Hackborn
a3fb40d5f4 Add 560dpi, and some other stuff.
Like new settings actions for some of the new settings panels.
And fix voice interaction services so they require a recognizer.
And tweak array map doc to be correct.

Blah blah blah.

Change-Id: Ib5e66b574b10e7b3fa39723b21046a74e6ead204
2014-08-12 15:38:19 -07:00
Alan Viverette
8c0d8218b9 am b1aecf48: am fdd3ba24: am c613ba38: Merge "Invalidate root render node when accessibility focus moves" into lmp-dev
* commit 'b1aecf48e080bf4deca0800c61ca3985ef6b1485':
  Invalidate root render node when accessibility focus moves
2014-08-12 22:32:10 +00:00
Alan Viverette
86e3818c67 am fdd3ba24: am c613ba38: Merge "Invalidate root render node when accessibility focus moves" into lmp-dev
* commit 'fdd3ba24157a4be97d2edef2e906dc35f8dfa4aa':
  Invalidate root render node when accessibility focus moves
2014-08-12 22:25:30 +00:00
Alan Viverette
029942f77d Add API for obtaining max text length for accessibility
BUG: 16736956
Change-Id: I15ffb9bf68e074adf3e0dbcd230367e115c03e3c
2014-08-12 14:55:56 -07:00
Jorim Jaggi
7d9b18d8df am dd6809dd: am 4620b0b7: am f9205cbe: Preparations for lockscreen launch animations
* commit 'dd6809dd09886eabe45c7660958f5369af5a9367':
  Preparations for lockscreen launch animations
2014-08-12 21:08:11 +00:00
Jorim Jaggi
41e9efa97a am 4620b0b7: am f9205cbe: Preparations for lockscreen launch animations
* commit '4620b0b7dda38619bc1e68ce664907ee57e9d621':
  Preparations for lockscreen launch animations
2014-08-12 21:03:15 +00:00
Jorim Jaggi
76a1623afc Preparations for lockscreen launch animations
- Update unlock animations to new spec to make the consistent with
  lockscreen launch animations.
- Introduce disappearing motion for security views which runs before
  we actually dismiss Keyguard.
- If a window is running the un-force-hide animation, treat as it
  would have the wallpaper flag set so the wallpaper stays until
  the animation is completely done.
- Run an animation on the wallpaper if the wallpaper is going away.

Bug: 15991916
Bug: 16234603
Bug: 15326120
Change-Id: I063aa4f269ddcf75b9a705e90f0c3056b541b642
2014-08-12 20:52:26 +00:00
Alan Viverette
5454bc19d8 Merge "Use correct checked value when animating Switch" into lmp-dev 2014-08-12 19:31:43 +00:00
Alan Viverette
467d629ca7 Use correct checked value when animating Switch
BUG: 16984959
Change-Id: I1b4ffea568619663e26c097a28b86579d090c0ce
2014-08-12 15:13:19 -07:00
Alan Viverette
99421aed1f Merge "Invalidate root render node when accessibility focus moves" into lmp-dev 2014-08-12 19:31:43 +00:00
John Reck
8f22aec6fd am 899c474a: am 549975dc: Merge "Don\'t use libhwui to draw starting window" into lmp-dev
* commit '899c474a95bbd92aae0985c84d7a636c3f3a7bf1':
  Don't use libhwui to draw starting window
2014-08-12 18:26:57 +00:00
John Reck
015cb5dc71 Merge "Don't use libhwui to draw starting window" into lmp-dev 2014-08-12 18:13:56 +00:00
John Reck
1dd0e0fae2 Don't use libhwui to draw starting window
Bug: 16735410

Change-Id: I763c10b9d34eadcb768ad580d2387b1e825cbd53
2014-08-12 11:13:31 -07:00
Jean-Michel Trivi
c2790fe041 am 47aea2a3: am 6fdf173c: Merge "HDMI plug intent and associated information" into lmp-dev
* commit '47aea2a3340ace3f65e9f5c5344f054e1e5ab99c':
  HDMI plug intent and associated information
2014-08-12 17:59:40 +00:00
Brian Attwell
f62b822719 am 51e8757f: am c136287a: Merge "Compose QC intent with FLAG_ACTIVITY_SINGLE_TOP" into lmp-dev
* commit '51e8757f9a19e5235e9082ed62fa7ea48e2470b2':
  Compose QC intent with FLAG_ACTIVITY_SINGLE_TOP
2014-08-12 17:59:35 +00:00
Anish Athalye
2b90a3e30f Merge "Fix performance bug in layout" 2014-08-12 16:54:46 +00:00
John Reck
2c7d4fc199 am c7f4e446: am 899c474a: am 549975dc: Merge "Don\'t use libhwui to draw starting window" into lmp-dev
* commit 'c7f4e446bf7a6ee4c2dcc71756afab35a05892d3':
  Don't use libhwui to draw starting window
2014-08-12 18:31:20 +00:00
Jean-Michel Trivi
cb02627f24 am 38c611a6: am 47aea2a3: am 6fdf173c: Merge "HDMI plug intent and associated information" into lmp-dev
* commit '38c611a6da750b1ba834199c0ade96b527e830fc':
  HDMI plug intent and associated information
2014-08-12 18:05:44 +00:00
Brian Attwell
df3ddb51f5 am bef854f2: am 51e8757f: am c136287a: Merge "Compose QC intent with FLAG_ACTIVITY_SINGLE_TOP" into lmp-dev
* commit 'bef854f219ee892ec4569e97dfd1b3ecf5119108':
  Compose QC intent with FLAG_ACTIVITY_SINGLE_TOP
2014-08-12 18:05:34 +00:00
Anish Athalye
46514a75e3 Fix performance bug in layout
When processing text ending with a newline character, calling
MeasuredText#setPara() on the whole buffer is inefficient because the
call results in a copy of the entire buffer.

Change-Id: I6fa038d950f6287665bad3dc0070234c98bc8a7a
2014-08-12 17:05:28 +00:00
Jean-Michel Trivi
bab0111ef0 Merge "HDMI plug intent and associated information" into lmp-dev 2014-08-12 16:54:46 +00:00
Jean-Michel Trivi
37d7804627 HDMI plug intent and associated information
Read HDMI device information from audio ports and add it as
 extras in the connection intent.
Document the new extras in the connection intent.
Make Intent.ACTION_HDMI_AUDIO_PLUG public.

Bug 10549017

Change-Id: I6236b5363f00c433e443195fae8c43af2fc834f7
2014-08-12 17:16:30 +00:00
Robin Lee
1aec14ec39 am a4ca4bc5: am 40bdb1f7: Clean up DevicePolicyManager CA certificate APIs
* commit 'a4ca4bc5a6763d4267c94a2701e1eb7073c886ea':
  Clean up DevicePolicyManager CA certificate APIs
2014-08-12 16:08:08 +00:00
Robin Lee
7e67871174 Clean up DevicePolicyManager CA certificate APIs
For consistency all CA-related methods now require the ComponentName
of a DeviceAdminReceiver as the first parameter. Updated javadoc for
this and added in some more detail about the methods in general as
well.

Created two new utility APIs,one to list all installed CAs and one to
remove all installed (user) CAs. Deleted old hasAnyCaCertsInstalled
method because it is now redundant.

@bug 16488006

Change-Id: I55eec17e01489ab323f8a0e68b11592605a7b740
2014-08-12 16:54:40 +01:00
George Mount
b0ce72900e am 76369ebe: am 0fb5d38b: Merge "Pass elevation to enable shadow in shared elements." into lmp-dev
* commit '76369ebe27f4b2f6365d5ee4431c6116e159f028':
  Pass elevation to enable shadow in shared elements.
2014-08-12 14:44:00 +00:00
George Mount
8d2ba6dac3 Merge "Pass elevation to enable shadow in shared elements." into lmp-dev 2014-08-12 04:17:55 +00:00
Jeff Davidson
5ad421163a am 2aea28cf: am b44d70ab: Merge "Security-related cleanup for network scoring." into lmp-dev
* commit '2aea28cf9aa66a2b00658e630a6c37b40d413806':
  Security-related cleanup for network scoring.
2014-08-12 03:48:31 +00:00
Barnaby James
0f82aa46fa am 9c15bfbf: am 475b1098: Merge "Fix VoiceInteractionService.isActiveService()." into lmp-dev
* commit '9c15bfbf9083b44e79d5b38b6ec72b5af3cde4be':
  Fix VoiceInteractionService.isActiveService().
2014-08-12 02:49:19 +00:00