59716 Commits

Author SHA1 Message Date
Andreas Huber
57e35cf128 am 9e7a6fc1: Merge "Various improvements to nuplayer playback"
* commit '9e7a6fc149c83fcb73a73730e59df985e0286227':
  Various improvements to nuplayer playback
2011-09-16 10:52:30 -07:00
Andreas Huber
a5d7b09cb3 am d6790989: Merge "A new API "androidGetThreadPriority""
* commit 'd679098937eabe9dc4ac8ab3bb1235b318c8fa25':
  A new API "androidGetThreadPriority"
2011-09-16 10:52:27 -07:00
Andreas Huber
9e7a6fc149 Merge "Various improvements to nuplayer playback" 2011-09-16 10:50:51 -07:00
Andreas Huber
d679098937 Merge "A new API "androidGetThreadPriority"" 2011-09-16 10:50:43 -07:00
Andreas Huber
115cac8131 Various improvements to nuplayer playback
- Drastically cut down the number of times we supply the AudioSink with data
by estimating the time until the sink would run out of data and then scheduling
a refill in advance of that.

- Use a dedicated looper for video decoders since they are currently taking
too long to return from OMX_FillThisBuffer (bug 5325201)

- Revise thread priorities for the OMX dispatcher and software codecs, instead
of running them at ANDROID_PRIORITY_AUDIO, they now only run at
ANDROID_PRIORITY_FOREGROUND

- Since threads created by pthread_create inherit all of the parent threads
attributes including thread priority, briefly reset thread priority to
ANDROID_PRIORITY_FOREGROUND before instantiating OMX components and then
restore it.

Change-Id: If9332a3a20dad5485333d68c11de0d2d5d3fffc3
2011-09-16 10:44:02 -07:00
John Reck
26ed05119e am 5dd1916c: Merge "Fix text selection drawing on SW"
* commit '5dd1916c247f27284e4af8be5125633fddae6452':
  Fix text selection drawing on SW
2011-09-16 10:41:11 -07:00
John Reck
5dd1916c24 Merge "Fix text selection drawing on SW" 2011-09-16 10:39:16 -07:00
Andreas Huber
bcba155942 A new API "androidGetThreadPriority"
Change-Id: I6baeead8c70460863343fd557250635fb1e6a170
2011-09-16 09:33:22 -07:00
Kenny Root
de2088d322 am 5908eaef: am 1f9a9288: Merge "Be more forgiving in parsing verifier IDs" into ics-factoryrom
* commit '5908eaef126c746aa88448b53cdc69623dee4fb4':
  Be more forgiving in parsing verifier IDs
2011-09-16 09:12:27 -07:00
Kenny Root
5908eaef12 am 1f9a9288: Merge "Be more forgiving in parsing verifier IDs" into ics-factoryrom
* commit '1f9a928864be7cfc76c99b8f69706e739e6a7b08':
  Be more forgiving in parsing verifier IDs
2011-09-16 09:09:30 -07:00
Kenny Root
1f9a928864 Merge "Be more forgiving in parsing verifier IDs" into ics-factoryrom 2011-09-16 09:07:52 -07:00
Justin Ho
2f6e357864 am 5c84527f: am 6a7ea58e: Merge "Updated Clock and Roboto fonts Bug: 5243711" into ics-factoryrom
* commit '5c84527fcb66d81398588dd93dd01cf90ec1ec74':
  Updated Clock and Roboto fonts Bug: 5243711
2011-09-16 07:37:58 -07:00
Justin Ho
5c84527fcb am 6a7ea58e: Merge "Updated Clock and Roboto fonts Bug: 5243711" into ics-factoryrom
* commit '6a7ea58e826587aad89791affa29fe51d5c2e58b':
  Updated Clock and Roboto fonts Bug: 5243711
2011-09-16 07:35:43 -07:00
Justin Ho
6a7ea58e82 Merge "Updated Clock and Roboto fonts Bug: 5243711" into ics-factoryrom 2011-09-16 07:32:52 -07:00
Justin Ho
81db33af1e Updated Clock and Roboto fonts
Bug: 5243711

Change-Id: I1c54bab0107edc56fbdf75269a70881031384833
2011-09-16 07:29:24 -07:00
Brian Colonna
1d6ccd7f19 am 68a8cf4a: Merge "Properly laying out FaceLock on lockscreen"
* commit '68a8cf4a8e2829bc61c5f77cbb062a5ed143cd0a':
  Properly laying out FaceLock on lockscreen
2011-09-16 06:10:25 -07:00
Brian Colonna
68a8cf4a8e Merge "Properly laying out FaceLock on lockscreen" 2011-09-16 06:08:22 -07:00
Mark Brophy
8784fde879 am 1d8cac89: Merge "Fix typo in SearchManager javadoc."
* commit '1d8cac89aa19fd34c22fff5f0678959f6b10aea7':
  Fix typo in SearchManager javadoc.
2011-09-16 05:51:11 -07:00
Mark Brophy
1d8cac89aa Merge "Fix typo in SearchManager javadoc." 2011-09-16 05:47:49 -07:00
Mark Brophy
de2ba4c868 Fix typo in SearchManager javadoc.
Change-Id: I40e1879779e51414f9a5b937209b9decbfb11693
2011-09-16 12:27:20 +01:00
Dianne Hackborn
1a30857a89 am 09bd49a8: Fix issue #5328235: Wrong values for smallestScreenWidthDp
* commit '09bd49a8a74cafe7f03aee769bfe0748bf3c2b51':
  Fix issue #5328235: Wrong values for smallestScreenWidthDp
2011-09-16 00:16:48 -07:00
Kenny Root
c11bc8d224 Be more forgiving in parsing verifier IDs
RFC 4648's Base32 is made to be forgiving for users doing manual entry
of the digits. For this reason we want to be able to parse lowercase
letters as uppercase and number 0 (zero) as letter O along with number
1 (one) as letter I.

Cherry-pick into ics-factoryrom

Change-Id: I149d8e947ff8b36305c1e61d8a1d80ff0b317cda
2011-09-15 21:04:57 -07:00
Dianne Hackborn
09bd49a8a7 Fix issue #5328235: Wrong values for smallestScreenWidthDp
Maybe.

Change-Id: I88dfde1626376b3003bdd7a8068c55545255851e
2011-09-15 19:12:01 -07:00
Svetoslav Ganov
8893834f2b am fd4d90b8: am 4e3bee76: Merge "MiltiWaveView accessibility improvement." into ics-factoryrom
* commit 'fd4d90b8204d9a4e2ab8ce4974019b8d81287ad8':
  MiltiWaveView accessibility improvement.
2011-09-15 18:56:47 -07:00
Svetoslav Ganov
fd4d90b820 am 4e3bee76: Merge "MiltiWaveView accessibility improvement." into ics-factoryrom
* commit '4e3bee760a7f00e6ef3c89b937558df1ee6fcda0':
  MiltiWaveView accessibility improvement.
2011-09-15 18:54:15 -07:00
Svetoslav Ganov
776a8bdf02 am c5fccd01: am 2a6798ad: Merge "Touch explorer does not perform tap with the right pointer." into ics-factoryrom
* commit 'c5fccd01258715597227bc44a3e0a4f69dd8971a':
  Touch explorer does not perform tap with the right pointer.
2011-09-15 18:52:49 -07:00
Svetoslav Ganov
4e3bee760a Merge "MiltiWaveView accessibility improvement." into ics-factoryrom 2011-09-15 18:52:40 -07:00
Svetoslav Ganov
c5fccd0125 am 2a6798ad: Merge "Touch explorer does not perform tap with the right pointer." into ics-factoryrom
* commit '2a6798ada499dc1dc33db36a15a6ce07e72968ae':
  Touch explorer does not perform tap with the right pointer.
2011-09-15 18:50:38 -07:00
Svetoslav Ganov
2a6798ada4 Merge "Touch explorer does not perform tap with the right pointer." into ics-factoryrom 2011-09-15 18:47:49 -07:00
Svetoslav Ganov
2a671ac905 MiltiWaveView accessibility improvement.
Now hover events behave s motion events in touch exploration mode.
The use no longer needs to find the handle and tap + hold to engage.
It is enough to move on top of it.

Now the handle is engaged, i.e. can be dragged, when the user passes
on top of it for both accessibility enabled and disabled.

bug:5253968

Change-Id: If70b44cb6db8a38432216b46ecddefb3e2bc3825
2011-09-15 18:21:37 -07:00
Dianne Hackborn
5df5d1671e am 86c2fe47: New dalvik heap config for xhdpi devices.
* commit '86c2fe474117b4a003125138e0f0e44f5002dfac':
  New dalvik heap config for xhdpi devices.
2011-09-15 17:55:11 -07:00
Dianne Hackborn
86c2fe4741 New dalvik heap config for xhdpi devices.
Change-Id: Id56fc9140c3a7d576b5d89042cad583702564f48
2011-09-15 17:52:04 -07:00
Svetoslav Ganov
bd206d129f Touch explorer does not perform tap with the right pointer.
The touch explorer was using the id of the last pointer that
went up while injecting up and down to tap through the last
touch explore event incorrectly assuming that the last up
pointer did touch explore. This was leading to a system crash.

bug:5319315

Change-Id: Iffe8ef753795ad685abe6f493cc09adac8bfea94
2011-09-15 17:46:32 -07:00
Ying Wang
fbbf0951a6 am 9f3f71a7: am 070e7ee2: Merge "Use the correct dependency" into ics-factoryrom
* commit '9f3f71a7de3cf08d6ccf69b29e1e5a16980dc765':
  Use the correct dependency
2011-09-15 17:43:27 -07:00
Gloria Wang
8a125f8c62 am 963a7ca0: (-s ours) am 91849473: (-s ours) Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge." into ics-factoryrom
* commit '963a7ca0e6b34d2c161a9a58680d1af4c009e0df':
  If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge.
2011-09-15 17:43:04 -07:00
Gloria Wang
043dd2e6b4 am 7eaedf93: (-s ours) am 62c24d7b: (-s ours) Merge "Cherry-pick from master. Do not merge. Do not need to reset surface as NULL in MediaPlayer\'s _release. Related to bug 5252296." into ics-factoryrom
* commit '7eaedf93ca8e46d0360e6d904abf38d969daa3f1':
  Cherry-pick from master. Do not merge. Do not need to reset surface as NULL in MediaPlayer's _release. Related to bug 5252296.
2011-09-15 17:42:58 -07:00
Ying Wang
9f3f71a7de am 070e7ee2: Merge "Use the correct dependency" into ics-factoryrom
* commit '070e7ee285792a2cc59e7ed1db17832e8c829275':
  Use the correct dependency
2011-09-15 17:38:46 -07:00
Gloria Wang
963a7ca0e6 am 91849473: (-s ours) Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge." into ics-factoryrom
* commit '918494732741c1fdceda6d2e4ea8930b559f26a4':
  If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge.
2011-09-15 17:38:39 -07:00
Gloria Wang
7eaedf93ca am 62c24d7b: (-s ours) Merge "Cherry-pick from master. Do not merge. Do not need to reset surface as NULL in MediaPlayer\'s _release. Related to bug 5252296." into ics-factoryrom
* commit '62c24d7bfa5a88655ba9981dba2a565c1136a255':
  Cherry-pick from master. Do not merge. Do not need to reset surface as NULL in MediaPlayer's _release. Related to bug 5252296.
2011-09-15 17:38:36 -07:00
Ying Wang
070e7ee285 Merge "Use the correct dependency" into ics-factoryrom 2011-09-15 17:19:37 -07:00
Dianne Hackborn
59153f31c7 am 5adea623: Merge "Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation"
* commit '5adea623ee62d811a7772fcd7a6dcea223d0c00d':
  Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation
2011-09-15 17:11:39 -07:00
Dianne Hackborn
39fd754863 am b59d270d: Merge "Fix issue #5317970: Removing active wallpaper from manifest crashes phone"
* commit 'b59d270df74b6be49ea6a1ae2155e3deeb0f74d7':
  Fix issue #5317970: Removing active wallpaper from manifest crashes phone
2011-09-15 17:11:35 -07:00
Dianne Hackborn
5adea623ee Merge "Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation" 2011-09-15 17:09:01 -07:00
Dianne Hackborn
b59d270df7 Merge "Fix issue #5317970: Removing active wallpaper from manifest crashes phone" 2011-09-15 17:08:07 -07:00
Gloria Wang
9184947327 Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664. Do not merge." into ics-factoryrom 2011-09-15 17:04:27 -07:00
Gloria Wang
62c24d7bfa Merge "Cherry-pick from master. Do not merge. Do not need to reset surface as NULL in MediaPlayer's _release. Related to bug 5252296." into ics-factoryrom 2011-09-15 17:04:02 -07:00
Gloria Wang
3919e04e4b am 152f7b39: Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664."
* commit '152f7b3985a777403168722891b7941c16a0cfaa':
  If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664.
2011-09-15 16:58:02 -07:00
Gloria Wang
152f7b3985 Merge "If media player has died already, do not dec the old surface texture reference. Otherwise segfault will occur. For bug 5327664." 2011-09-15 16:56:41 -07:00
Christopher Tate
cf0b924ab9 am b851f15e: Merge "Don\'t do full backup/restore before setup"
* commit 'b851f15ee22222569bfbda1a017c12dcc89ec3ab':
  Don't do full backup/restore before setup
2011-09-15 16:49:52 -07:00
Christopher Tate
b851f15ee2 Merge "Don't do full backup/restore before setup" 2011-09-15 16:48:42 -07:00