63263 Commits

Author SHA1 Message Date
Bart Sears
664cd2da4f am 6e03b220: am d887377a: Merge "Fix power key handling after volume change. Bug: 5497716" into ics-mr0
* commit '6e03b22015bd834da1a5755e75d7468e5b3b13c5':
  Fix power key handling after volume change. Bug: 5497716
2011-10-26 14:25:27 +00:00
Dianne Hackborn
020098dd08 am c6592d2e: am 67a1b7d6: Merge "Fix issue #5508024: Rotation jank seen in live wallpapers" into ics-mr0
* commit 'c6592d2eb808befedc3d9c842b61e21cc6bedbf3':
  Fix issue #5508024: Rotation jank seen in live wallpapers
2011-10-26 14:25:25 +00:00
Justin Ho
5ee59080f5 am 7acd70f1: am 1f182af9: Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299" into ics-mr0
* commit '7acd70f180d15e6da80d137d7cf0730e11dbd472':
  Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299
2011-10-26 14:25:24 +00:00
Ed Heyl
142b3c9828 am e49cf107: (-s ours) merge ics-mr0
* commit 'e49cf107e2533b7ca71c500bc20a0f6dcdf9efdc':
  Updated Roboto font Bugs: 5462847, 5497556, 5502610
  Always use fresh NTP time for GPS
  Reset cached light sensor values when toggling auto-brightness mode
  Revert "PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled."
  Fix 5479823: black patch was showing before resuming call
  Add Q3 2011 ADL slides to docs/shareables/adl
2011-10-26 14:25:23 +00:00
satok
74768bd476 am 1bfe6e95: Merge "Fix a bug where surface crashes when the enter animation starts while the exit animation has not yet finished" into ics-mr1
* commit '1bfe6e95a175b45ee68921e3ffe2571b222864bf':
  Fix a bug where surface crashes when the enter animation starts while the exit animation has not yet finished
2011-10-26 14:23:04 +00:00
The Android Automerger
c82ade7e1d merge in ics-mr0-release history after reset to ics-mr0 2011-10-26 06:28:50 -07:00
Bart Sears
6e03b22015 am d887377a: Merge "Fix power key handling after volume change. Bug: 5497716" into ics-mr0
* commit 'd887377aa84f0d422cf605dad981f8dc53c0f99f':
  Fix power key handling after volume change. Bug: 5497716
2011-10-26 12:22:44 +00:00
Dianne Hackborn
c6592d2eb8 am 67a1b7d6: Merge "Fix issue #5508024: Rotation jank seen in live wallpapers" into ics-mr0
* commit '67a1b7d6e5857d0ecdd1aa9d50d10189e5776c11':
  Fix issue #5508024: Rotation jank seen in live wallpapers
2011-10-26 12:22:31 +00:00
Steve Block
a7237638c8 am 71f2cf11: (-s ours) Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
* commit '71f2cf116aab893e224056c38ab146bd1538dd3e':
  Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)  DO NOT MERGE
2011-10-26 04:48:16 -07:00
Peter Ng
b8aa5f4aab am 1da79501: Merge "Convert the outer lockscreen ring to a shape drawable."
* commit '1da79501066a74b630c8aa138db0f86ab6c690bb':
  Convert the outer lockscreen ring to a shape drawable.
2011-10-26 04:47:30 -07:00
Gilles Debunne
40ac781819 am dc37203c: Merge "Text handles do not handle scroll correctly"
* commit 'dc37203c95e07fa3257c9a6da912dcf1915a3399':
  Text handles do not handle scroll correctly
2011-10-26 04:47:24 -07:00
Justin Ho
7acd70f180 am 1f182af9: Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299" into ics-mr0
* commit '1f182af915164b72582e7ee669f125f7553857ac':
  Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299
2011-10-26 11:47:08 +00:00
Steve Block
71f2cf116a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865

Bug: 5449033
Change-Id: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
2011-10-26 09:57:54 +01:00
Bart Sears
d887377aa8 Merge "Fix power key handling after volume change. Bug: 5497716" into ics-mr0 2011-10-26 00:08:59 -07:00
satok
0f0a3945ef Make FLAG_AUTO_CORRECTION public
Bug: 5440299

Change-Id: Ia82745e793be741c1558ce15b189b63872107ddb
2011-10-26 15:13:28 +09:00
Jeff Brown
ff20471b08 Fix power key handling after volume change.
Bug: 5497716

We should only cancel the pending power key when there
actually is one pending.

Change-Id: Iab684d24a643e1be4a8abde5cf905ca1819e9aa8
2011-10-25 21:30:40 -07:00
Daniel Sandler
f5e14bec4e Convert the outer lockscreen ring to a shape drawable. DO NOT MERGE
Saves 270dp^2 of pixel memory: 290K on mdpi, 650K on hdpi,
1.2MB on xhdpi. Multilockwave is still 60fps on crespo.

Bug: 5497875

Cherry pick 2f4207086e2177f8970538a3d8e921eb13c14b00 to MR1

Change-Id: Ib77695cb4256a484f5c61af1159e5e3df8cce9ba
2011-10-25 20:08:44 -07:00
Jamie Gennis
c0e4293794 Stagefright: push blank buffers when tearing down
This change makes OMXCodec push RGB 565 buffers filled with black to an
ANativeWindow when tearing down after decoding to protected gralloc
buffers.  This allows the OMX tear down to zero out any protected
buffers that were used without the possibility that the buffer is still
being used by SurfaceFlinger or HWComposer.

Bug: 5483222
Change-Id: I8acedd81a7bb67dfdc2fd15733e3375b6ce8d560
2011-10-25 18:35:02 -07:00
Peter Ng
c9a0d7dfda Lockscreen on tablet is now using the same waveview widget as phone
Bug: 5514500
Change-Id: Id84cd3515c3395297c8f9962f7985fd548634720
2011-10-25 16:48:07 -07:00
Peter Ng
1da7950106 Merge "Convert the outer lockscreen ring to a shape drawable." 2011-10-25 16:33:24 -07:00
Gilles Debunne
dc37203c95 Merge "Text handles do not handle scroll correctly" 2011-10-25 15:54:51 -07:00
Mike Lockwood
06ea2afaca Merge "Simple master volume support" into ics-aah 2011-10-25 15:43:39 -07:00
Mike Lockwood
df1aa8eb19 Merge "config.xml: Add config_useMasterVolume" into ics-aah 2011-10-25 15:43:26 -07:00
Irfan Sheriff
03bcbe75ba Switch to notifications for walled garden
Also, switches the URL for browser to the actual URL used for checking
walled garden

Bug: 5398921
Change-Id: I7eb6f463c9b2f7e11c1d423711fa8a3d2bd2ff13
2011-10-25 15:37:18 -07:00
Dianne Hackborn
67a1b7d6e5 Merge "Fix issue #5508024: Rotation jank seen in live wallpapers" into ics-mr0 2011-10-25 15:25:21 -07:00
Philip Milne
ecab117864 Update to fix for bug 5393156
Tweak to the logic to take account of margins when gravity = FILL is used and
    there is a measurement dependency between the axes (as in mulit-line text).

Change-Id: I91b9143c2d5db41cb67dd641d5c7ea0b56cae7ff
2011-10-25 15:07:19 -07:00
Svetoslav Ganov
6033c08174 Adding accessibility support to the tablet swipe unlock.
1. Added handling for hover events that are transformed into
   touch events and given to the touch event handling code
   if accessibility is enabled.

2. Now swiping across the handle unlocks the device for both
   cases - accessibility enabled or disabled.

bug:5513324

Change-Id: I7031690d69b1a2737e2ce4d1871d69d7dfbf3006
2011-10-25 14:45:49 -07:00
Justin Ho
1f182af915 Merge "Update Prime keyboard feedback sounds Tune notification sound Hojus Bug: 5416299" into ics-mr0 2011-10-25 14:28:29 -07:00
Dianne Hackborn
3ec891ae80 Fix issue #5508024: Rotation jank seen in live wallpapers
Fix a few places where we would unfreeze the screen too early.
Now that we are no longer relying on surface flinger freezing, we
can't depend on it keeping the screen frozen until surfaces get
drawn.

Change-Id: Icb03bf30c9599a5e2016817bfa5ca6458adc7249
2011-10-25 14:14:26 -07:00
Daniel Sandler
2f4207086e Convert the outer lockscreen ring to a shape drawable.
Saves 270dp^2 of pixel memory: 290K on mdpi, 650K on hdpi,
1.2MB on xhdpi. Multilockwave is still 60fps on crespo.

Bug: 5497875
Change-Id: Idf420e31741cf8d86d86813802b67c9a9f780f80
2011-10-25 13:56:32 -07:00
Robert Ly
490463ff99 docs: tools/adt r15 rel notes
Change-Id: I346b75e7286e5a289c145990bf8e193469a0ac8b
2011-10-25 13:48:17 -07:00
Ed Heyl
e49cf107e2 merge ics-mr0
Change-Id: I4f0b2bb1b1136c9467e9d55f57f5333153cae65d
2011-10-25 20:47:51 +00:00
The Android Automerger
35064d7eb4 merge in ics-mr0-release history after reset to ics-mr0 2011-10-25 12:47:52 -07:00
Eric Fischer
45f8d55682 am 5ccfcb03: Merge "Import revised translations."
* commit '5ccfcb033bab724d1195cb26d9e5a577d47b4d92':
  Import revised translations.
2011-10-25 11:45:02 -07:00
Eric Fischer
5ccfcb033b Merge "Import revised translations." 2011-10-25 11:42:28 -07:00
Mike Lockwood
69378ff8cd Simple master volume support
Still needs integration with Settings (for persistence) and VolumePanel UI.

Change-Id: I2e16d8cc0e8a717c57ddcd1532aa3b9539661747
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-25 14:19:15 -04:00
Justin Ho
a6d2e6b952 Updated Roboto font
Bugs: 5462847, 5497556, 5502610

Change-Id: Ic4943bd05519f5fbf0cb2a818e2eb0625e01604d
2011-10-25 11:16:27 -07:00
Mike Lockwood
59324a67a5 config.xml: Add config_useMasterVolume
Change-Id: If3665b5f97386951c5a47cae4d77faa993cacc18
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-25 13:56:07 -04:00
satok
1bfe6e95a1 Merge "Fix a bug where surface crashes when the enter animation starts while the exit animation has not yet finished" into ics-mr1 2011-10-25 10:48:23 -07:00
Steve Block
d09a26604d am 28d9f024: (-s ours) Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
* commit '28d9f024e043817212b15f04128d0464330502ea':
  Rename (IF_)LOG() to (IF_)ALOG()  DO NOT MERGE
2011-10-25 10:40:42 -07:00
Eric Fischer
0af56a5d4c Import revised translations.
Change-Id: I5db0a5df334833af2e2109123d05a9f76c745cf6
2011-10-25 10:36:46 -07:00
Justin Ho
4349c5556d Update Prime keyboard feedback sounds
Tune notification sound Hojus
Bug: 5416299

Change-Id: I474a4e692f4132399ca35d1aa5ca9ccfd86af557
2011-10-25 09:14:22 -07:00
Steve Block
28d9f024e0 Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/141576

Bug: 5449033
Change-Id: I42575e7c29cf1c0f465c357a5c97ab118df6f473
2011-10-25 16:28:24 +01:00
Mike Lockwood
ae92eb3496 Revert "PowerManagerService: Enable light sensor debug output"
This reverts commit 22d12ab14cefa8d9a59e63945f57b4f809849c76.

Bug: 5505809
2011-10-25 10:11:46 -04:00
Mike Lockwood
9dc20214f5 Merge "Reset cached light sensor values when toggling auto-brightness mode" into ics-mr0 2011-10-25 07:02:52 -07:00
Mike Lockwood
141fc9868b Merge "Revert "PowerManagerService: Remove assumption that light sensor will always send a value as soon as it is enabled."" into ics-mr0 2011-10-25 07:02:45 -07:00
Roman Nurik
ee403c6e12 Merge "Add Q3 2011 ADL slides to docs/shareables/adl" into ics-mr0 2011-10-25 06:55:59 -07:00
Mike Lockwood
940453f889 Merge "Always use fresh NTP time for GPS" into ics-mr0 2011-10-25 06:51:28 -07:00
Mike Lockwood
2ffe0ad391 Always use fresh NTP time for GPS
This is especially important when AGPS is disabled

Bug: 5355661

Change-Id: I072dbe1ddf43aa24c8fc39b750040504a1633c53
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-25 09:47:05 -04:00
The Android Automerger
d3f3714d59 merge in ics-mr0-release history after reset to ics-mr0 2011-10-25 06:28:18 -07:00