Robert Greenwalt
164ca032b6
Fix data network type notifications.
...
These trackers have two copies of the network type: newSS and newNetworkType. I think thats wrong,
but this was the smaller change on code that will hopefully be refactored soon.
On radio_off we were making a new, empty newSS but not clearing newNetworkType so it
still thought we were on 3G and when we reconnect and get 3G state changes new==old and we don't
send the update. In this fix I reset newNetworkType every time we apply it to networkType.
bug:3389886
Change-Id: I294f34259dc6c6f8f445bf2cb5466c8be747e25c
2011-01-27 17:48:52 -08:00
Jim Miller
bc2e3fe480
am 6fc22aaa: am a85b789a: Merge "Fix 3381322: Update transition animation from lockscreen to home." into honeycomb
...
* commit '6fc22aaadbe00bae2a313e9238b6dbd2f2d47cdf':
Fix 3381322: Update transition animation from lockscreen to home.
2011-01-27 17:47:06 -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
ed383e4d24
am 599814f1: am f95e8c5b: Merge "Fix bug 3400213 - MenuItem ignores String spannable colors" into honeycomb
...
* commit '599814f16c6f25495cf05146e2760bf0ca46455d':
Fix bug 3400213 - MenuItem ignores String spannable colors
2011-01-27 17:22:11 -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
Dianne Hackborn
83a6f450bd
Maybe fix issue #3358322 : Status and nav bar died while watching youtube
...
Or at least make it better. Now if we get a failure locking the surface,
we mark to do a full relayout pass later to try to get a new good surface.
Also fix some bugs in how activity manager was classifying processes for
their OOM adjustment to make better choices in what to kill.
Change-Id: I8e4aa86744211ba7693f9828291d8bbf2698274f
2011-01-27 17:17:19 -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
a905598b0b
am d3939c09: am ed11f117: As of honeycomb, all touchscreen devices should also report faketouch.
...
* commit 'd3939c09dbfdff453855b9ff96025d42b71d9290':
As of honeycomb, all touchscreen devices should also report faketouch.
2011-01-27 17:05:35 -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
Jack Palevich
a66cf8783f
Merge "Add GL11ExtensionPack support to GLDebugWrapper"
2011-01-27 16:48:28 -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
Mike Lockwood
dd8b64c0a5
Merge "Add support for synchronous bulk USB transfers"
2011-01-27 16:25:26 -08:00
Ashish Sharma
89316a2f2a
Merge "TrafficStats: Include UDP stats and packet count to API"
2011-01-27 16:22:50 -08:00
Mike Lockwood
1fce24b241
Add support for synchronous bulk USB transfers
...
Change-Id: Id5de49e4d728a702fa1583ecc24f83f36cc57d21
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-27 16:22:15 -08:00
Santosh Madhava
05b536e671
am c4f5b712: am 270cbcc1: Merge "Fix for issue 3370007 Overlay transparency in Java" into honeycomb
...
* commit 'c4f5b712049a5891bc2d1a87031134f3fe0acb03':
Fix for issue 3370007 Overlay transparency in Java
2011-01-27 16:04:44 -08:00
Gilles Debunne
b7fc63f7aa
Fix for TextView's error popup behavior when using soft keyboard.
...
Bug 3370191
The documented behavior is to hide the error when the text changes.
However, this should not be the case if the error was reset by a text watcher.
Comparing errorBefore and errorAfter as was done before is not sufficient in the
case where the error is reset to the same value. String pool optimization will re-use
the same Object and it will look like the error has not been modified (hence the
blinking behavior reported in the bug).
For this reason, TextView has a mErrorWasChanged flag. The fix is to export methods
that can use this flag as in done inside TextView when a physical keyboard is used.
These methods are hidden.
Change-Id: Ie3ec59a368f3b1588b81242890b971ac48e8ff7e
2011-01-27 16:03:52 -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
Adam Powell
4d7b10630a
am e3ba5cfe: am d1f94e36: Merge "Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag" into honeycomb
...
* commit 'e3ba5cfe9b4f524d955f77f5fff53440d80f9464':
Fix bug 3399725 - externally reported issue 14317: android:scrollbarSize attribute does not work in ScrollView tag
2011-01-27 16:02:33 -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
d1654ab25c
am 4c02c224: am a3e586af: Merge "LayoutLib: Properly compute available space to layouts." into honeycomb
...
* commit '4c02c2246a9060487e4a7be3389c23c8533f9a5d':
LayoutLib: Properly compute available space to layouts.
2011-01-27 15:56:32 -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
Justin Ho
e6d599c03f
am d931cb47: am 0a5481db: Merge "Pushing in fixed scrubber asset" into honeycomb
...
* commit 'd931cb4731929d25c4aeb495a8df802f6f939d26':
Pushing in fixed scrubber asset
2011-01-27 15:53:12 -08:00
Ashish Sharma
c39c1d4dee
TrafficStats: Include UDP stats and packet count to API
...
Change-Id: I70063e6033d3c181bcc5b9e401f9474900e25281
Signed-off-by: Ashish Sharma <ashishsharma@google.com>
2011-01-27 15:52:38 -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
2d10ceae15
am f6edcc47: am c1913ecc: Merge "Removing old pocket assets" into honeycomb
...
* commit 'f6edcc4710f9e0cd2f118a52c3d90ef425971398':
Removing old pocket assets
2011-01-27 15:49:58 -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
e90a8b06b7
am 01a58129: am 0250bc2f: Merge "Catch exception when ViewRoot\'s surface is not valid. Bug #3399426 " into honeycomb
...
* commit '01a5812902668d0dbba51cd0efe22bfba3711230':
Catch exception when ViewRoot's surface is not valid. Bug #3399426
2011-01-27 15:45:38 -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
fdc8757ac4
am f454cee0: am 8f9fb947: Merge "Add Plugin API for controling the device power states" into honeycomb
...
* commit 'f454cee04456acf74871b02033e6972f71919e55':
Add Plugin API for controling the device power states
2011-01-27 15:31:23 -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
Dianne Hackborn
e79b55482e
Fix issue #3398767 : Need translucent holo theme
...
Change-Id: I2ce87798ff58315cb96968ab06e5a52da9f35ef8
2011-01-27 15:18:46 -08:00
Basavapatna Dattaguru
4f54da9629
am b408c3e9: am 64a2c359: Merge "Fix Issue: 3373525: reduces app. 100mS in create" into honeycomb
...
* commit 'b408c3e984dbc3af43befc6fd16ff74dd24457a9':
Fix Issue: 3373525: reduces app. 100mS in create
2011-01-27 15:12:16 -08:00
Adam Powell
150b7ae97e
am e4960883: am 43d7b83e: Merge "Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info" into honeycomb
...
* commit 'e49608831178981a3de06019e15c5c8918734d62':
Fix bug 3391818 - Keyboard covers the "Show in chat list" selection in talk > Friend Info
2011-01-27 15:12:12 -08:00
Gilles Debunne
6f1ef59eb4
am 1ad0fac2: am 6f7a6bc3: Merge "Soft keyboard is not shown when text selection mode is aborted." into honeycomb
...
* commit '1ad0fac2f4ca502e66358cee11a46475690ead07':
Soft keyboard is not shown when text selection mode is aborted.
2011-01-27 15:12:03 -08:00
Huahui Wu
c9d6123521
am 491784f2: am cbcdc614: Merge "b/3347670 Support installing online certs to the system keystore." into honeycomb
...
* commit '491784f2ecf617f787e11c2393d190b657b2ecde':
b/3347670 Support installing online certs to the system keystore.
2011-01-27 15:11:59 -08:00
Justin Ho
1190d2d6d9
am 63b2af9b: am c7b032d9: Fixing download notification icons
...
* commit '63b2af9bc0dee57bf0447b6166e579cd9496049f':
Fixing download notification icons
2011-01-27 15:11:55 -08:00
Vasu Nori
2d73dcbbc5
am 242fa0eb: am ce3b35a7: Merge "bug:3398527 return List insttead of ArrayList from public API" into honeycomb
...
* commit '242fa0eb73d555eb025c39cf212030f00cb53cb4':
bug:3398527 return List insttead of ArrayList from public API
2011-01-27 15:11:44 -08:00