OSDN Git Service

android-x86/frameworks-base.git
12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Thu, 29 Sep 2011 22:21:22 +0000 (15:21 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoeventhub: print debugginf info when removing device
Dima Zavin [Tue, 27 Sep 2011 06:31:27 +0000 (23:31 -0700)]
eventhub: print debugginf info when removing device

Change-Id: I40bbbd3867e8c7ac7d6fb38e1c72432bb4963316
Signed-off-by: Dima Zavin <dima@android.com>
12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Thu, 29 Sep 2011 13:29:20 +0000 (06:29 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoFix build.
Dianne Hackborn [Sun, 18 Sep 2011 22:22:24 +0000 (15:22 -0700)]
Fix build.

Change-Id: Ife2b4b207270f8017d3acd80c76eaf1c7a50986d

12 years agoFix issue #5312624: Lock screen very flickery
Dianne Hackborn [Tue, 20 Sep 2011 18:20:31 +0000 (11:20 -0700)]
Fix issue #5312624: Lock screen very flickery

The key thing was to fix isVisibleOrBehindKeyguardLw() so that it
wouldn't count a window as not visible if it was just currently
in the process of drawing due to an orientation change.

Also improve logic in deciding when to turn screen on to better ensure
the screen is in a stable state, in particular treating screen off
as a frozen screen and not allowing it to turn on until the
update of the screen due to any config change is done.

Change-Id: If82199f3773270b2d07f9c7de9da2dad8c7b28d7

12 years agoFix issue #5242779: Device not responding to touch on unlock screen
Dianne Hackborn [Sun, 18 Sep 2011 21:43:08 +0000 (14:43 -0700)]
Fix issue #5242779: Device not responding to touch on unlock screen

Rework how we decide when it is okay to turn on the screen by having
the policy call back to the power manager when it knows the lock screen
has been drawn.

Change-Id: Ie8f3f72111dcf7f168723e6dce24e0343b4afe5d

12 years agoMerge "Import revised translations." into ics-factoryrom
Eric Fischer [Thu, 29 Sep 2011 00:35:18 +0000 (17:35 -0700)]
Merge "Import revised translations." into ics-factoryrom

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Thu, 29 Sep 2011 00:34:28 +0000 (17:34 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoImport revised translations.
Eric Fischer [Thu, 29 Sep 2011 00:29:42 +0000 (17:29 -0700)]
Import revised translations.

Bug 5384730

Change-Id: I796fdb4e953595d8dc6a8577f4a633b5d4ff91ca

12 years agoMerge "Don't lose product variant strings that also vary between locales." into ics...
Eric Fischer [Thu, 29 Sep 2011 00:01:39 +0000 (17:01 -0700)]
Merge "Don't lose product variant strings that also vary between locales." into ics-factoryrom

12 years agoMerge "Import revised translations. DO NOT MERGE." into ics-factoryrom
Eric Fischer [Wed, 28 Sep 2011 23:55:33 +0000 (16:55 -0700)]
Merge "Import revised translations.  DO NOT MERGE." into ics-factoryrom

12 years agoImport revised translations. DO NOT MERGE.
Eric Fischer [Wed, 28 Sep 2011 23:32:06 +0000 (16:32 -0700)]
Import revised translations.  DO NOT MERGE.

Change-Id: Ic1c1290adfac7dd0eabba74e8d290bcc8567d91e

12 years agoMerge "Updated menu icon Bug: 5388009" into ics-factoryrom
Justin Ho [Wed, 28 Sep 2011 22:24:09 +0000 (15:24 -0700)]
Merge "Updated menu icon Bug: 5388009" into ics-factoryrom

12 years agoMerge "Updated overflow menu icon Bug: 5388009" into ics-factoryrom
Justin Ho [Wed, 28 Sep 2011 22:23:57 +0000 (15:23 -0700)]
Merge "Updated overflow menu icon Bug: 5388009" into ics-factoryrom

12 years agoUpdated menu icon
Justin Ho [Wed, 28 Sep 2011 21:56:47 +0000 (14:56 -0700)]
Updated menu icon
Bug: 5388009

Change-Id: I3bc43a707f4fdb38021cf0cf9f76784f5e1192d9

12 years agoUpdated overflow menu icon
Justin Ho [Wed, 28 Sep 2011 21:55:01 +0000 (14:55 -0700)]
Updated overflow menu icon
Bug: 5388009

Change-Id: I667d6ecf0e897c073c669b2b88ffe06a71ca704d

12 years agoMerge "Reorganize media framework functional tests. Group tests into sub-packages...
Xia Wang [Wed, 28 Sep 2011 19:38:15 +0000 (12:38 -0700)]
Merge "Reorganize media framework functional tests. Group tests into sub-packages" into ics-factoryrom

12 years agoMerge "Fix a bug in the account chooser where relaunching an in-progress flow results...
Fred Quintana [Wed, 28 Sep 2011 18:45:52 +0000 (11:45 -0700)]
Merge "Fix a bug in the account chooser where relaunching an in-progress flow results in a blank screen." into ics-factoryrom

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Wed, 28 Sep 2011 13:09:16 +0000 (06:09 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoFix a bug in the account chooser where relaunching an in-progress flow
Fred Quintana [Wed, 28 Sep 2011 00:24:32 +0000 (17:24 -0700)]
Fix a bug in the account chooser where relaunching an in-progress flow
results in a blank screen.

The fix involves making the first activity just call the account
type chooser to get the account type to add, rather than having
the account type chooser also kick off the AccountManager.addAccount()
request itself. Instead the first activity will get the type
back and then call AccountManager.addAccount()

Bug: 5346810
Change-Id: I4a0cf2370971b98f8ee0910f5401d97e999e546b

12 years agoDon't lose product variant strings that also vary between locales.
Eric Fischer [Tue, 27 Sep 2011 23:09:41 +0000 (16:09 -0700)]
Don't lose product variant strings that also vary between locales.

Localized strings with product variants were not being included in the APK,
apparently because the check to ensure that a different variation of the
string had not already been included in the APK was matching the version
of it from the default, untranslated configuration.

Now check to make sure that the string not only exists but also exists in
the correct configuration.

Bug 5372711

Change-Id: I52975570b75e0f11827dc6bcf1cb4a987d0541aa

12 years agoReorganize media framework functional tests.
Xia Wang [Tue, 27 Sep 2011 23:00:20 +0000 (16:00 -0700)]
Reorganize media framework functional tests.
Group tests into sub-packages

Change-Id: I878e14487142de495fc646037d5d0b51e39341bd

12 years agoCherryPick 043a6b from master: do not merge.
Romain Guy [Tue, 27 Sep 2011 22:37:54 +0000 (15:37 -0700)]
CherryPick 043a6b from master: do not merge.

Don't use OpenGL ES 2.0 to render the wallpaper on the emulator.
Bug #5352896

The emulator doesn't support OpenGL ES 2.0.

Change-Id: I3d60f8e4b5c5431e9e21471c576f4a9382f4693f

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-factoryrom
Eric Fischer [Tue, 27 Sep 2011 21:54:12 +0000 (14:54 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into ics-factoryrom

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 27 Sep 2011 21:29:36 +0000 (14:29 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: Ifb1966956dcc9fe4e082708bb3fb30d5224308e7

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Tue, 27 Sep 2011 20:32:06 +0000 (13:32 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoMerge "Remove "excessive sync" icon." into ics-factoryrom
Daniel Sandler [Tue, 27 Sep 2011 20:06:01 +0000 (13:06 -0700)]
Merge "Remove "excessive sync" icon." into ics-factoryrom

12 years agoMerge "SurfaceFlinger: fix setting default buffer size" into ics-factoryrom
Jamie Gennis [Tue, 27 Sep 2011 19:28:59 +0000 (12:28 -0700)]
Merge "SurfaceFlinger: fix setting default buffer size" into ics-factoryrom

12 years agoMerge "Updated stat_sys icons" into ics-factoryrom
Justin Ho [Tue, 27 Sep 2011 16:54:40 +0000 (09:54 -0700)]
Merge "Updated stat_sys icons" into ics-factoryrom

12 years agoDraw smaller system status icons without scaling.
Daniel Sandler [Tue, 27 Sep 2011 15:19:34 +0000 (11:19 -0400)]
Draw smaller system status icons without scaling.

Bug: 5297795
Change-Id: I11dc3a21b2e1111963b1cd9621434747f1757a67

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Tue, 27 Sep 2011 10:52:49 +0000 (03:52 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoMerge "Fix 5326463: rework sim state handling in lockscreen" into ics-factoryrom
Jim Miller [Tue, 27 Sep 2011 01:41:01 +0000 (18:41 -0700)]
Merge "Fix 5326463: rework sim state handling in lockscreen" into ics-factoryrom

12 years agoSurfaceFlinger: fix setting default buffer size
Jamie Gennis [Mon, 26 Sep 2011 23:54:44 +0000 (16:54 -0700)]
SurfaceFlinger: fix setting default buffer size

This change makes SurfaceFlinger update a SurfaceTextureLayer's default
buffer size in response to a window resize even if the Layer is in fixed
size mode.

Change-Id: I3871c8f19a045d03904d1284390cad7659be71ff
Bug: 5366426

12 years agoMerge "Don't hang in restore if the transport reports failure" into ics-factoryrom
Christopher Tate [Tue, 27 Sep 2011 00:12:08 +0000 (17:12 -0700)]
Merge "Don't hang in restore if the transport reports failure" into ics-factoryrom

12 years agoRemove "excessive sync" icon.
Daniel Sandler [Tue, 27 Sep 2011 00:06:19 +0000 (20:06 -0400)]
Remove "excessive sync" icon.

Bug: 5354985
Change-Id: Ie0ce3448ff33c3211d79e8c699f5709561f463b0

12 years agoMerge "Bug 5332065: IOOB in case the suggestionSpan has been removed" into ics-factoryrom
Fabrice Di Meglio [Mon, 26 Sep 2011 23:58:35 +0000 (16:58 -0700)]
Merge "Bug 5332065: IOOB in case the suggestionSpan has been removed" into ics-factoryrom

12 years agoMerge "Make the status and navigation bars OPAQUE." into ics-factoryrom
Mathias Agopian [Mon, 26 Sep 2011 23:19:26 +0000 (16:19 -0700)]
Merge "Make the status and navigation bars OPAQUE." into ics-factoryrom

12 years agoMerge "don't clear the framebuffer when the framebuffer is not used" into ics-factoryrom
Mathias Agopian [Mon, 26 Sep 2011 23:19:04 +0000 (16:19 -0700)]
Merge "don't clear the framebuffer when the framebuffer is not used" into ics-factoryrom

12 years agoMerge "Do not blend opaque windows." into ics-factoryrom
Mathias Agopian [Mon, 26 Sep 2011 23:18:59 +0000 (16:18 -0700)]
Merge "Do not blend opaque windows." into ics-factoryrom

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Mon, 26 Sep 2011 23:17:09 +0000 (16:17 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agodon't clear the framebuffer when the framebuffer is not used
Mathias Agopian [Fri, 23 Sep 2011 03:57:04 +0000 (20:57 -0700)]
don't clear the framebuffer when the framebuffer is not used

when areas of the FB are undefined (transparent windows on top of
nothing), we clear those areas before composition.
however, it makes no sense to do this when the FB is not in use
(case where hwc handles all layers)

Bug: 5360529
Change-Id: I761a7d3664228ebbee0944aca8b0cc278fc94c9c

12 years agoDo not blend opaque windows.
Romain Guy [Mon, 26 Sep 2011 23:08:14 +0000 (16:08 -0700)]
Do not blend opaque windows.

This change ensures the wallpaper is rendered into an opaque surface
which avoids a glClear() in SurfaceFlinger. This should save quite
a bit of work on every frame when panning the workspace in launcher.

Change-Id: Id43d3498a54c2d60ec4ee3377c92ef79bff55bc1

12 years agoRegion cannot handle malformed Rects. Abort the Region op in that case.
Mathias Agopian [Mon, 26 Sep 2011 22:58:20 +0000 (15:58 -0700)]
Region cannot handle malformed Rects. Abort the Region op in that case.

Bug: 53311985334829
Change-Id: I05f2aaa95c55fe9e4a5d23180bb3032896c88151

12 years agoMake sure Region handles invalid rectangles
Mathias Agopian [Mon, 19 Sep 2011 23:12:08 +0000 (16:12 -0700)]
Make sure Region handles invalid rectangles

the boolean operation code assumes rects are valid and
could go into an infinite loop if not. make sure we
abort before that happens.

Bug: 53311985334829
Change-Id: I8aa42b2e0b37238ec2434b794dd84c1a1b70f163

12 years agoBug 5332065: IOOB in case the suggestionSpan has been removed
Gilles Debunne [Fri, 23 Sep 2011 17:56:24 +0000 (10:56 -0700)]
Bug 5332065: IOOB in case the suggestionSpan has been removed

I don't understand how the SuggSpan that has been tapped to display
the popup can have disappeared when an item is clicked.

This problem seems specific to monkey test with a race condition somewhere.

Change-Id: I447b6563a1b959dc3c1ead31cde2d9bcad369765

12 years agoMerge "(DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlip" into ics...
Jamie Gennis [Mon, 26 Sep 2011 22:44:41 +0000 (15:44 -0700)]
Merge "(DO NOT MERGE) SurfaceFlinger: fix isOpaque check in lockPageFlip" into ics-factoryrom

12 years agoFix 5326463: rework sim state handling in lockscreen
Jim Miller [Mon, 26 Sep 2011 22:17:05 +0000 (15:17 -0700)]
Fix 5326463: rework sim state handling in lockscreen

Previously it was possible to get an inconsistent state because there
were two paths that updated the lock screen sim state.  This reworks
the data flow to ensure the same path is always used to update the state.

KeyguardUpdateMonitor now correctly updates the entire state of the callee
whenever a new callback is registered.

In addition, KeyguardUpdateMonitor now caches the phone state in order
to avoid a round-trip binder call in updateEmergencyCallButtonState().
This avoids a condition that could make lockscreen unresponsive while
updating the emergency call button state.

KeyguardStatusViewManager also ensures the TransportControlView is
hidden when created to ensure we don't inappropriately update the carrier
line while waiting for the first callbacks to update the status lines.

Change-Id: I6b3975b703a7d90bac8d0fe29fbc0f1d9c5e0e7d

12 years agoMerge "SurfaceFlinger: fix the transform hint" into ics-factoryrom
Jamie Gennis [Mon, 26 Sep 2011 22:09:15 +0000 (15:09 -0700)]
Merge "SurfaceFlinger: fix the transform hint" into ics-factoryrom

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-factoryrom
Eric Fischer [Mon, 26 Sep 2011 21:55:58 +0000 (14:55 -0700)]
Merge "Import revised translations. DO NOT MERGE" into ics-factoryrom

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 26 Sep 2011 21:48:04 +0000 (14:48 -0700)]
Import revised translations. DO NOT MERGE

Change-Id: I3b5544d4e5739d08d1c3c6cc59dafe89de3b92c0

12 years agoDon't hang in restore if the transport reports failure
Christopher Tate [Mon, 26 Sep 2011 20:10:38 +0000 (13:10 -0700)]
Don't hang in restore if the transport reports failure

Casualty of the recent refactoring: in this particular error case,
the restore sequence wasn't being directed into the finalization
state.  Fixes bug 5336295.

Change-Id: Ibf5570cd1003e123da8b561685de8479663340ce

12 years agoMerge "Update all RSSIs whenever the connectivity changes." into ics-factoryrom
Daniel Sandler [Mon, 26 Sep 2011 19:37:29 +0000 (12:37 -0700)]
Merge "Update all RSSIs whenever the connectivity changes." into ics-factoryrom

12 years agoMerge "Enter minimal boot mode when booting encrypted" into ics-factoryrom
Ben Komalo [Mon, 26 Sep 2011 19:01:01 +0000 (12:01 -0700)]
Merge "Enter minimal boot mode when booting encrypted" into ics-factoryrom

12 years agoMerge "Remove unused persist.radio.imsregrequired." into ics-factoryrom
Wink Saville [Mon, 26 Sep 2011 17:25:21 +0000 (10:25 -0700)]
Merge "Remove unused persist.radio.imsregrequired." into ics-factoryrom

12 years agoUpdated key and effect sounds
Justin Ho [Thu, 22 Sep 2011 23:05:43 +0000 (16:05 -0700)]
Updated key and effect sounds

Change-Id: Ia7c771ed59bf1803ed7ff25d338a412906cf59c0

12 years agoRemove unused persist.radio.imsregrequired.
Wink Saville [Mon, 26 Sep 2011 16:36:28 +0000 (09:36 -0700)]
Remove unused persist.radio.imsregrequired.

Change-Id: I49a2360260917f3e1034c1106ff139375fa1c9ed

12 years agoUpdate all RSSIs whenever the connectivity changes.
Daniel Sandler [Sun, 25 Sep 2011 19:53:33 +0000 (15:53 -0400)]
Update all RSSIs whenever the connectivity changes.

The connectivity includes the network condition, which is a
magic number that indicates how useful the connection is
(driven by ability to connect to GTalk, and manifested with
a differently-colored signal icon).

Previously we were only updating the icons of the network
type currently in use. Now we tickle all the icons any time
the connectivity changes, to avoid the two icons getting out
of sync (example: on mobile, connection is bad, connect to
wifi, conncetion is good; wifi icon appears and turns blue
but mobile RSSI remains gray).

Bug: 5369405
Change-Id: I78b62084b819c83f83aacc146feeb323c1199dc0

12 years agoMake the status and navigation bars OPAQUE.
Daniel Sandler [Sun, 25 Sep 2011 19:03:40 +0000 (15:03 -0400)]
Make the status and navigation bars OPAQUE.

Bug: 5369240
Change-Id: I1c01baa732f441bf7d2c469eb7d3d82d26da07b1

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Sun, 25 Sep 2011 13:28:45 +0000 (06:28 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoSurfaceFlinger: fix the transform hint
Jamie Gennis [Fri, 23 Sep 2011 22:54:34 +0000 (15:54 -0700)]
SurfaceFlinger: fix the transform hint

This change fixes the transform hint to use only the global display
transform rather than incorporating the transient layer-specific
transform used during animations.

Bug: 5366891
Change-Id: I5408dcd3f4771d010953e8a696a484c835bfe81e

12 years agoDon't crash during full backup when CheckJNI is enabled
Christopher Tate [Fri, 23 Sep 2011 20:12:49 +0000 (13:12 -0700)]
Don't crash during full backup when CheckJNI is enabled

It's not okay to pass null to JNI methods and trust that it will just
back off and return a null result cleanly.  Fixes bug 5361822 .

Change-Id: Id8a17b958fd183d55cb6475f394e158c13aae2ea

12 years agoMerge "Replaced Lohit_Hindi with Lohit-Devanagari" into ics-factoryrom
Russell Brenner [Sat, 24 Sep 2011 00:38:10 +0000 (17:38 -0700)]
Merge "Replaced Lohit_Hindi with Lohit-Devanagari" into ics-factoryrom

12 years agoMerge "Mark MCC locale replacement strings not translatable." into ics-factoryrom
Eric Fischer [Fri, 23 Sep 2011 22:45:27 +0000 (15:45 -0700)]
Merge "Mark MCC locale replacement strings not translatable." into ics-factoryrom

12 years agoMerge "Import revised translations. DO NOT MERGE" into ics-factoryrom
Eric Fischer [Fri, 23 Sep 2011 22:37:46 +0000 (15:37 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into ics-factoryrom

12 years agoMark MCC locale replacement strings not translatable.
Eric Fischer [Fri, 23 Sep 2011 22:35:11 +0000 (15:35 -0700)]
Mark MCC locale replacement strings not translatable.

Change-Id: Icc7a7a3b8c6c7c606fbb5c00dcf9292d9dc3de1c

12 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 23 Sep 2011 21:58:16 +0000 (14:58 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I1c2a959cd127faec64c01523fdec3baf43e8d7ab

12 years agoMerge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryrom
Irfan Sheriff [Fri, 23 Sep 2011 22:18:37 +0000 (15:18 -0700)]
Merge "Fix watchdog to stop ping after wifi disconnects" into ics-factoryrom

12 years agoReplaced Lohit_Hindi with Lohit-Devanagari
Russell Brenner [Fri, 23 Sep 2011 21:57:32 +0000 (14:57 -0700)]
Replaced Lohit_Hindi with Lohit-Devanagari

Lohit-Devanagari is now provided by external/lohit-fonts, replacing
Lohit_Hindi from here. Removed font from fonts.mk and renamed in
fallback_fonts.xml.

Bug: 5364436
Change-Id: I0b8f65dbfdbec1802fba526209d7f88d2cf64fc4

12 years agoEnter minimal boot mode when booting encrypted
Ben Komalo [Fri, 23 Sep 2011 22:08:24 +0000 (15:08 -0700)]
Enter minimal boot mode when booting encrypted

Bug: 5233488
Change-Id: Iba7a41c69af2387594d2be562d587918cd17a348

12 years agoFix watchdog to stop ping after wifi disconnects
Irfan Sheriff [Fri, 23 Sep 2011 21:48:26 +0000 (14:48 -0700)]
Fix watchdog to stop ping after wifi disconnects

- The pings are delayed async messages that were getting handled
after a disconnect as well

- Increase poll time to 200 ms, so we block on a receive for 1ms every 200ms for a
sent packet

Bug: 5361564
Change-Id: I1931a1c4146e78a87407d541d8c3934ff8232604

12 years agoMerge "Don't crash during full backup when CheckJNI is enabled" into ics-factoryrom
Christopher Tate [Fri, 23 Sep 2011 20:19:33 +0000 (13:19 -0700)]
Merge "Don't crash during full backup when CheckJNI is enabled" into ics-factoryrom

12 years agoDon't crash during full backup when CheckJNI is enabled
Christopher Tate [Fri, 23 Sep 2011 20:12:49 +0000 (13:12 -0700)]
Don't crash during full backup when CheckJNI is enabled

It's not okay to pass null to JNI methods and trust that it will just
back off and return a null result cleanly.  Fixes bug 5361822 .

Change-Id: Id8a17b958fd183d55cb6475f394e158c13aae2ea

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Fri, 23 Sep 2011 18:35:01 +0000 (11:35 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoMerge "Update camera javadoc about AE and AWB lock." into ics-factoryrom
Wei Huang [Fri, 23 Sep 2011 17:04:02 +0000 (10:04 -0700)]
Merge "Update camera javadoc about AE and AWB lock." into ics-factoryrom

12 years agoMerge "Delete translations of files that no longer exist." into ics-factoryrom
Eric Fischer [Fri, 23 Sep 2011 16:43:55 +0000 (09:43 -0700)]
Merge "Delete translations of files that no longer exist." into ics-factoryrom

12 years agoMerge "Returning EOS in SurfaceMediaSource:read" into ics-factoryrom
Pannag Sanketi [Fri, 23 Sep 2011 16:06:55 +0000 (09:06 -0700)]
Merge "Returning EOS in SurfaceMediaSource:read" into ics-factoryrom

12 years agoMerge "Clear callbacks in camera stopPreview." into ics-factoryrom
Wei Huang [Fri, 23 Sep 2011 15:30:32 +0000 (08:30 -0700)]
Merge "Clear callbacks in camera stopPreview." into ics-factoryrom

12 years agoMerge "Updating ellipsis in Roboto Bug: 5344295" into ics-factoryrom
Justin Ho [Fri, 23 Sep 2011 14:28:31 +0000 (07:28 -0700)]
Merge "Updating ellipsis in Roboto Bug: 5344295" into ics-factoryrom

12 years agoUpdating ellipsis in Roboto
Justin Ho [Fri, 23 Sep 2011 14:26:32 +0000 (07:26 -0700)]
Updating ellipsis in Roboto
Bug: 5344295

Change-Id: Ia885ff39da0609f51863665125bae3a1024e161c

12 years agoClear callbacks in camera stopPreview.
Chih-yu Huang [Fri, 23 Sep 2011 10:59:38 +0000 (18:59 +0800)]
Clear callbacks in camera stopPreview.

Clear those callbacks to remove the references
so the memory can be recycled.

bug:5358774
Change-Id: I3b6034a1891126b3437a6744013f38a64f5bb03b

12 years agoMerge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-facto...
Peter Ng [Fri, 23 Sep 2011 00:28:29 +0000 (17:28 -0700)]
Merge "Fix 5355659: Minor tweak to wave ping radius in MultiWaveView." into ics-factoryrom

12 years agoFix 5355659: Minor tweak to wave ping radius in MultiWaveView.
Jim Miller [Fri, 23 Sep 2011 00:21:56 +0000 (17:21 -0700)]
Fix 5355659: Minor tweak to wave ping radius in MultiWaveView.

Change-Id: Ib85c9d375e26897ce87b41addfaba503d9430f18

12 years agoDelete translations of files that no longer exist.
Eric Fischer [Fri, 23 Sep 2011 00:17:55 +0000 (17:17 -0700)]
Delete translations of files that no longer exist.

Change-Id: I26edc4a3dd2ac19c410af75c4fce1b67100a71d2

12 years agoReturning EOS in SurfaceMediaSource:read
Pannag Sanketi [Fri, 23 Sep 2011 00:03:48 +0000 (17:03 -0700)]
Returning EOS in SurfaceMediaSource:read

In SurfaceMediaSource::read, if disconnect has already been called, then
ERROR_END_OF_STREAM should be returned rather that NO_INIT. Else, it
sometimes leads to a crash in mediarecorder stop() call.

Related to FactoryROM bug: 5332812

Change-Id: I22132538ab2501d084e0283876817b1ec3f64a1d

12 years agoMerge "Tell the resolver what protocols to use." into ics-factoryrom
Robert Greenwalt [Thu, 22 Sep 2011 23:57:43 +0000 (16:57 -0700)]
Merge "Tell the resolver what protocols to use." into ics-factoryrom

12 years agoMerge "CAB assets" into ics-factoryrom
Justin Ho [Thu, 22 Sep 2011 23:57:03 +0000 (16:57 -0700)]
Merge "CAB assets" into ics-factoryrom

12 years agoMerge "Updated emergency icon on lockscreen" into ics-factoryrom
Justin Ho [Thu, 22 Sep 2011 23:54:17 +0000 (16:54 -0700)]
Merge "Updated emergency icon on lockscreen" into ics-factoryrom

12 years agoUpdated emergency icon on lockscreen
Justin Ho [Thu, 22 Sep 2011 23:52:56 +0000 (16:52 -0700)]
Updated emergency icon on lockscreen

Change-Id: Idd4dc679c45aedce627a5be0991879d83758650e

12 years agoTell the resolver what protocols to use.
Robert Greenwalt [Wed, 14 Sep 2011 00:29:57 +0000 (17:29 -0700)]
Tell the resolver what protocols to use.

Stop guessing based on the connectivity of the default route and use the correct
v4/v6 proto for your pid.

bug:5284168
Change-Id: Ife82a8d8e54c0ace2bc9e8a624b11d29a4e285e2

12 years agoCAB assets
Justin Ho [Thu, 22 Sep 2011 23:09:08 +0000 (16:09 -0700)]
CAB assets

Change-Id: I40e979a57173220586aafa6cb76d7431c8bbd91f

12 years agoMerge "Update PUK unlock screen." into ics-factoryrom
John Wang [Thu, 22 Sep 2011 22:44:40 +0000 (15:44 -0700)]
Merge "Update PUK unlock screen." into ics-factoryrom

12 years agoMerge "Fixing emergency dialer flicker on lock screen (issue 5314293)" into ics-facto...
Adam Cohen [Thu, 22 Sep 2011 22:14:49 +0000 (15:14 -0700)]
Merge "Fixing emergency dialer flicker on lock screen (issue 5314293)" into ics-factoryrom

12 years agoMerge "Fix 5355659: Change chevron visuals, timing, and animated positioning" into...
Justin Ho [Thu, 22 Sep 2011 22:13:13 +0000 (15:13 -0700)]
Merge "Fix 5355659: Change chevron visuals, timing, and animated positioning" into ics-factoryrom

12 years agoUpdated stat_sys icons
Justin Ho [Thu, 22 Sep 2011 21:46:38 +0000 (14:46 -0700)]
Updated stat_sys icons

Change-Id: I8e656db6f1ad69e5cfbd1cde7a599e971887f4b1

12 years agoUpdate PUK unlock screen.
John Wang [Thu, 22 Sep 2011 01:26:14 +0000 (18:26 -0700)]
Update PUK unlock screen.

1. Make Pin and Puk focusable EditText.
2. Add hint text for pin and puk.
3. Update focusEntry logic.

bug:5243771
Change-Id: I65bd52510bbbf0ebd7830ecac7e31159ae750c6c

12 years agoMerge "Notify people of empty proxies too." into ics-factoryrom
Wink Saville [Thu, 22 Sep 2011 17:52:25 +0000 (10:52 -0700)]
Merge "Notify people of empty proxies too." into ics-factoryrom

12 years agoMerge "Properly generate systemUiVisibilityChanged callbacks." into ics-factoryrom
Daniel Sandler [Thu, 22 Sep 2011 17:29:33 +0000 (10:29 -0700)]
Merge "Properly generate systemUiVisibilityChanged callbacks." into ics-factoryrom

12 years agoMerge "Revert "Allow views to setSystemUiVisibility() with the same value and have...
Daniel Sandler [Thu, 22 Sep 2011 17:29:31 +0000 (10:29 -0700)]
Merge "Revert "Allow views to setSystemUiVisibility() with the same value and have it work."" into ics-factoryrom

12 years agomerge in ics-factoryrom-release history after reset to ics-factoryrom
The Android Automerger [Thu, 22 Sep 2011 13:28:37 +0000 (06:28 -0700)]
merge in ics-factoryrom-release history after reset to ics-factoryrom

12 years agoUpdate camera javadoc about AE and AWB lock.
Wu-cheng Li [Thu, 22 Sep 2011 03:43:28 +0000 (11:43 +0800)]
Update camera javadoc about AE and AWB lock.

- Autofocus does not lock AE and AWB.
- stopPreview and takePicture do not clear AE and AWB locks.

bug:5356404

Change-Id: I55d9b35f4ff746ecd2bff112c2674f1aa2543aca