satok
fb80d648e2
am 17945d0e: Merge "Update InputMethodPanel when locale was changed." into honeycomb
...
* commit '17945d0e05c8a4b0aa59032bc054b942c20d9472':
Update InputMethodPanel when locale was changed.
2011-01-27 20:02:04 -08:00
satok
17945d0e05
Merge "Update InputMethodPanel when locale was changed." into honeycomb
2011-01-27 20:00:43 -08:00
satok
cf5f6d107a
Update InputMethodPanel when locale was changed.
...
Bug: 3400950
Change-Id: I2229f175ec03084dd689fbd0f0c5a187b78ead33
2011-01-28 12:54:10 +09:00
Stephen Hines
6059c3955d
am 55f8f121: Merge "Correctly free resouces bound to scripts when the scripts are deleted." into honeycomb
...
* commit '55f8f12119ad2fbb6afcb7647a1a18f4aa86f0f5':
Correctly free resouces bound to scripts when the scripts are deleted.
2011-01-27 19:42:20 -08:00
Stephen Hines
55f8f12119
Merge "Correctly free resouces bound to scripts when the scripts are deleted." into honeycomb
2011-01-27 19:40:24 -08:00
Jason Sams
38f8d9d7a1
Correctly free resouces bound to scripts when the scripts are deleted.
...
Change-Id: Idfcc30f1a7de0badeb6d8254ed508938d89f4070
b: 3381615
2011-01-27 19:36:54 -08:00
Justin Ho
1bc3cbbf1c
am adc0a5bd: Merge "Attenuate notification icons in the system bar." into honeycomb
...
* commit 'adc0a5bdd220dab563cb4836989ad6acb1b32189':
Attenuate notification icons in the system bar.
2011-01-27 19:35:00 -08:00
Justin Ho
adc0a5bdd2
Merge "Attenuate notification icons in the system bar." into honeycomb
2011-01-27 19:32:13 -08:00
Justin Ho
f4e045841b
am 07520feb: Merge "Updated data and wifi indicators, updated GPS" into honeycomb
...
* commit '07520feb6d908930be19d1a93d5a35f64b5a62ab':
Updated data and wifi indicators, updated GPS
2011-01-27 18:42:19 -08:00
Justin Ho
07520feb6d
Merge "Updated data and wifi indicators, updated GPS" into honeycomb
2011-01-27 18:39:19 -08:00
Justin Ho
5b5092d436
am 06dd4c02: Merge "Updated tether icons" into honeycomb
...
* commit '06dd4c0220acce71e613c15758729273e99eae6c':
Updated tether icons
2011-01-27 18:24:19 -08:00
Justin Ho
06dd4c0220
Merge "Updated tether icons" into honeycomb
2011-01-27 18:21:54 -08:00
Daniel Sandler
49371adaca
Attenuate notification icons in the system bar.
...
(Tunable by adjusting the alpha value of
notification_icon_area_smoke.)
Bug: 3395373
Change-Id: Ia8e257a451b2cb4c0e73ff3f4a77b380b193ef35
2011-01-27 21:20:51 -05:00
Justin Ho
e763f9cb88
Updated data and wifi indicators, updated GPS
...
Change-Id: Idc582404639e5bdafdf8da4ee08e41c0f2ae0051
2011-01-27 18:20:18 -08:00
Svetoslav Ganov
5e83d0f58b
am 86471d00: Merge "Accessibility support to NumberPicker, DatePicker, and TimePicker" into honeycomb
...
* commit '86471d00f6637dc2c839b2df2a0df511b1ac4dc7':
Accessibility support to NumberPicker, DatePicker, and TimePicker
2011-01-27 18:17:54 -08:00
Justin Ho
e3e00aa6ff
Updated tether icons
...
Change-Id: Iacd45a7b6866fe561d312322078c34c9bcd1770c
2011-01-27 18:17:05 -08:00
Svetoslav Ganov
86471d00f6
Merge "Accessibility support to NumberPicker, DatePicker, and TimePicker" into honeycomb
2011-01-27 18:16:27 -08:00
Jean-Michel Trivi
965f22ba32
am 3b5d9515: Merge "Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes" into honeycomb
...
* commit '3b5d9515f208d28ae168c3f3d3cd442ff6e6e45a':
Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes
2011-01-27 18:15:39 -08:00
Jean-Michel Trivi
3b5d9515f2
Merge "Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes" into honeycomb
2011-01-27 18:13:00 -08:00
Daniel Sandler
d07094a16d
am e2c251b5: Tapping the ticker again activates the notification.
...
* commit 'e2c251b564a46a8f7352094ba8a61d46dc6b676f':
Tapping the ticker again activates the notification.
2011-01-27 17:59:15 -08:00
Jean-Michel Trivi
834662d422
Fix bug 3395289 Use MODE_IN_COMMUNICATION to evaluate stream vol changes
...
When the user is in a phone or VoIP call, the volume keys should
control the STREAM_VOICE_CALL volume. Before MODE_IN_COMMUNICATION
was introduced to cover VoIP use cases, having an active VoIP call
was determined by checking whether there was any track used the
output stream STREAM_VOICE_CALL, which can give false positives.
This CL checks instead against the audio mode to see if
MODE_IN_COMMUNICATION is selected to determine if a VoIP call
is in progress.
This implies that applications that play on STREAM_VOICE_CALL
shouldn't rely on that fact alone to expect the volume keys
to control the STREAM_VOICE_CALL volume, and should instead,
rely on the official mechanism for that:
android.app.Activity.setVolumeControlStream(int)
Change-Id: Ia487951ea1684477aa3d522c9031fad484d8a40d
2011-01-27 17:54:13 -08:00
Daniel Sandler
e2c251b564
Tapping the ticker again activates the notification.
...
(Previous behavior: the tap would pass through to the clock,
which would open the shade. Only sometimes it wouldn't,
because you'd have hit the left-hand-side of the ticker
where there's no clock underneath. So this fixes that too.)
Additionally, tapping the ticker will now immediately
dismiss the ticker.
Bug: 3365129
Change-Id: Ic641184c518b18d799a560c8da6b4c5844c912de
2011-01-27 20:51:03 -05:00
Svetoslav Ganov
8a2a89588c
Accessibility support to NumberPicker, DatePicker, and TimePicker
...
bug:3400707
Change-Id: I0d4b10e9c744e7221a9a7a74081bcee351abbaf2
2011-01-27 17:50:14 -08:00
Jim Miller
6fc22aaadb
am a85b789a: Merge "Fix 3381322: Update transition animation from lockscreen to home." into honeycomb
...
* commit 'a85b789a4a6c58c33dda9e5b00a10faee6bbf561':
Fix 3381322: Update transition animation from lockscreen to home.
2011-01-27 17:44:41 -08:00
Jim Miller
a85b789a4a
Merge "Fix 3381322: Update transition animation from lockscreen to home." into honeycomb
2011-01-27 17:42:52 -08:00
Adam Powell
599814f16c
am f95e8c5b: Merge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb
...
* commit 'f95e8c5bb24b3e2ea217fb140077526bde5d6dcc':
Fix bug 3400213 - MenuItem ignores String spannable colors
2011-01-27 17:20:32 -08:00
Adam Powell
f95e8c5bb2
Merge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb
2011-01-27 17:18:11 -08:00
Adam Powell
6650185cae
Fix bug 3400213 - MenuItem ignores String spannable colors
...
Make MenuInflater preserve spannable strings.
Change-Id: I1e01827def3a87ea7814078df53debcc35f245d2
2011-01-27 17:10:40 -08:00
Jim Miller
8932ff6d7f
Fix 3381322: Update transition animation from lockscreen to home.
...
Also removed android:detachWallpaper="false" from lock_screen_exit
since it's not guaranteed to do something sane when windows aren't
owned by applications.
Change-Id: I28b5fc6b68d1aef93f092538d1318ce2b2a835ef
2011-01-27 17:10:26 -08:00
Dan Morrill
d3939c09db
am ed11f117: As of honeycomb, all touchscreen devices should also report faketouch.
...
* commit 'ed11f117ffdac3262253487ab6116211bd2c5bbd':
As of honeycomb, all touchscreen devices should also report faketouch.
2011-01-27 17:03:55 -08:00
Dan Morrill
ed11f117ff
As of honeycomb, all touchscreen devices should also report faketouch.
...
Change-Id: Iddcdfc19868be1ed356bdd27f08646ccec14f97b
2011-01-27 16:47:24 -08:00
Santosh Madhava
c4f5b71204
am 270cbcc1: Merge "Fix for issue 3370007 Overlay transparency in Java" into honeycomb
...
* commit '270cbcc16a72f982d84afeb5e3fd3f166936394a':
Fix for issue 3370007 Overlay transparency in Java
2011-01-27 16:02:59 -08:00
Santosh Madhava
270cbcc16a
Merge "Fix for issue 3370007 Overlay transparency in Java" into honeycomb
2011-01-27 16:00:15 -08:00
Adam Powell
e3ba5cfe9b
am d1f94e36: Merge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag" into honeycomb
...
* commit 'd1f94e36da6276acc00d0a3267a505fd6a61702d':
Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag
2011-01-27 15:59:46 -08:00
Adam Powell
d1f94e36da
Merge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag" into honeycomb
2011-01-27 15:58:18 -08:00
Xavier Ducrohet
4c02c2246a
am a3e586af: Merge "LayoutLib: Properly compute available space to layouts." into honeycomb
...
* commit 'a3e586af439137eb4216bc7ba62167f516e028c2':
LayoutLib: Properly compute available space to layouts.
2011-01-27 15:53:46 -08:00
Xavier Ducrohet
a3e586af43
Merge "LayoutLib: Properly compute available space to layouts." into honeycomb
2011-01-27 15:51:13 -08:00
Justin Ho
d931cb4731
am 0a5481db: Merge "Pushing in fixed scrubber asset" into honeycomb
...
* commit '0a5481db2256651ffe75e0f6e7e01b333ea5df3f':
Pushing in fixed scrubber asset
2011-01-27 15:50:26 -08:00
Justin Ho
f6edcc4710
am c1913ecc: Merge "Removing old pocket assets" into honeycomb
...
* commit 'c1913eccb15513a1b75928131649ff93eaaeedb3':
Removing old pocket assets
2011-01-27 15:48:22 -08:00
Justin Ho
0a5481db22
Merge "Pushing in fixed scrubber asset" into honeycomb
2011-01-27 15:47:31 -08:00
Justin Ho
c1913eccb1
Merge "Removing old pocket assets" into honeycomb
2011-01-27 15:46:45 -08:00
Justin Ho
e43649e863
Pushing in fixed scrubber asset
...
Bug: 3362749
Bug: 3398524
Change-Id: Ib8a830bc23c7d1283ef44ba13f3b8fe4f72afbf3
2011-01-27 15:45:46 -08:00
Romain Guy
01a5812902
am 0250bc2f: Merge "Catch exception when ViewRoot\'s surface is not valid. Bug #3399426 " into honeycomb
...
* commit '0250bc2faca14a332155b9111e0ee5dfc8493d6a':
Catch exception when ViewRoot's surface is not valid. Bug #3399426
2011-01-27 15:43:03 -08:00
Xavier Ducrohet
1658422512
LayoutLib: Properly compute available space to layouts.
...
Also display placeholders for status/title/action bars depending
on if the app is a tablet and its theme.
Change-Id: I651c1a2e5cfde165e004c11b236e6df056853dec
2011-01-27 15:41:38 -08:00
Romain Guy
0250bc2fac
Merge "Catch exception when ViewRoot's surface is not valid. Bug #3399426 " into honeycomb
2011-01-27 15:41:08 -08:00
Romain Guy
fea12b87f2
Catch exception when ViewRoot's surface is not valid.
...
Bug #3399426
Change-Id: Id4e0b8714c9520c4e84e81c2978752d46c912b6b
2011-01-27 15:36:40 -08:00
Derek Sollenberger
f454cee044
am 8f9fb947: Merge "Add Plugin API for controling the device power states" into honeycomb
...
* commit '8f9fb94741b5032c8774f87130133ef14d9af4e2':
Add Plugin API for controling the device power states
2011-01-27 15:28:52 -08:00
Derek Sollenberger
8f9fb94741
Merge "Add Plugin API for controling the device power states" into honeycomb
2011-01-27 15:26:53 -08:00
Basavapatna Dattaguru
b408c3e984
am 64a2c359: Merge "Fix Issue: 3373525: reduces app. 100mS in create" into honeycomb
...
* commit '64a2c359aeda59e4bc43d48f31ade919e918ea26':
Fix Issue: 3373525: reduces app. 100mS in create
2011-01-27 15:03:36 -08:00
Adam Powell
e496088311
am 43d7b83e: Merge "Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info" into honeycomb
...
* commit '43d7b83ed92d54eeaf81e8e8b554daee1741df7b':
Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info
2011-01-27 15:03:22 -08:00