OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge change I61aac7b3 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 02:19:46 +0000 (22:19 -0400)]
Merge change I61aac7b3 into eclair

* changes:
  Add PERIOD char to CDMA address sugar list.

14 years agoMerge change I4db3a5b3 into eclair
Android (Google) Code Review [Tue, 6 Oct 2009 00:22:27 +0000 (20:22 -0400)]
Merge change I4db3a5b3 into eclair

* changes:
  fix a javadoc build breakage

14 years agofix a javadoc build breakage
Fred Quintana [Tue, 6 Oct 2009 00:19:03 +0000 (17:19 -0700)]
fix a javadoc build breakage

14 years agoMerge change I34f51342 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 22:58:36 +0000 (18:58 -0400)]
Merge change I34f51342 into eclair

* changes:
  Fix the layoutlib test to run from adt-tests.

14 years agoFix issue #2166755: BroadcastReceiver trying to return result during a non-ordered...
Dianne Hackborn [Mon, 5 Oct 2009 20:58:17 +0000 (13:58 -0700)]
Fix issue #2166755: BroadcastReceiver trying to return result during a non-ordered broadcast

Tell the broadcast receiver whether it is getting an initial sticky value,
so it will be quiet about attempts to do ordered broadcast stuff.

Note that the original bug being reported was not actually a crash, just
an error log.  So all we are doing here is making the log quieter.

Change-Id: Iaf1b718d82093ec1197142410a64feff47eb3859

14 years agoMerge change I8874a405 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 22:37:36 +0000 (18:37 -0400)]
Merge change I8874a405 into eclair

* changes:
  Refactor class/method names used by layoutlib_create.

14 years agoFix the layoutlib test to run from adt-tests.
Xavier Ducrohet [Mon, 5 Oct 2009 22:28:33 +0000 (15:28 -0700)]
Fix the layoutlib test to run from adt-tests.

Change-Id: I34f513429593dce9f781ed8a08c4664a5d6f9aa8

14 years agoMerge change I9b771df3 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 22:28:26 +0000 (18:28 -0400)]
Merge change I9b771df3 into eclair

* changes:
  Make sure AsyncTask sens a null result to onPostExecute() when cancelled.

14 years agoMake sure AsyncTask sens a null result to onPostExecute() when cancelled.
Romain Guy [Mon, 5 Oct 2009 21:48:04 +0000 (14:48 -0700)]
Make sure AsyncTask sens a null result to onPostExecute() when cancelled.

This is in accordance to the documentation. This bug was approved by hackbod.
The change is safe and is a single line of code.

Change-Id: I9b771df3ae2aa4f496d15e6c43b677f3245539ac

14 years agoMerge change I89c40f50 into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 21:23:13 +0000 (17:23 -0400)]
Merge change I89c40f50 into eclair

* changes:
  fix a javadoc build breakage

14 years agofix a javadoc build breakage
Fred Quintana [Mon, 5 Oct 2009 21:21:53 +0000 (14:21 -0700)]
fix a javadoc build breakage

14 years agoRefactor class/method names used by layoutlib_create.
Xavier Ducrohet [Mon, 5 Oct 2009 21:12:04 +0000 (14:12 -0700)]
Refactor class/method names used by layoutlib_create.

Information about classes and methods that are replaced, renamed, removed
into CreateInfo, so that it can be used by the tests.

Change-Id: I8874a40503249416621aa90b2ca02dcaf30ecd57

14 years agoMerge change I8d48149c into eclair
Android (Google) Code Review [Mon, 5 Oct 2009 20:15:14 +0000 (16:15 -0400)]
Merge change I8d48149c into eclair

* changes:
  Don't reinflate search bar when dialog is already showing

14 years agoDon't reinflate search bar when dialog is already showing
Bjorn Bringert [Mon, 5 Oct 2009 20:00:53 +0000 (21:00 +0100)]
Don't reinflate search bar when dialog is already showing

Change https://android-git.corp.google.com/g/27729 started reinflating
the entire search bar every time the search source was changed, to get
around problems with bad state in AutoCompleteTextView
(http://b/issue?id=2132686). This had some side-effects if the
search dialog was already visible, as it is when selecting a
source in "More results" or when presing the search key to go to
QSB from in-app search.

This change changes the reinflation to only happen if the dialog is
not already showing.

Fixes:

http://b/issue?id=2166640
"After selecting More results from suggestions, the search box is no longer visible."

http://b/issue?id=2166675
"Calling QSB with the hardware key does not place focus in the search tab."

http://b/issue?id=2166712
"back key has unexpected behaviour in QSB after selecting "More results" from suggestions."

Change-Id: I8d48149c3e9ad97ec11c49ec7efb356f27dfe4f6

14 years agoFix issue #2161169: onStop not being called.
Dianne Hackborn [Mon, 5 Oct 2009 19:44:13 +0000 (12:44 -0700)]
Fix issue #2161169: onStop not being called.

There was a bug with the starting window where it could be added to
the app window list twice, so the buddy list would end up with one
left over after all was done.  This would result in visibility
changes not being delivered to it correctly, delaying the dispatch
of onStop.

Change-Id: If1993eaf9cfbba1f523ce5aaa478be0239d0c7db

14 years agoaccount manager api review changes
Fred Quintana [Sat, 3 Oct 2009 00:19:31 +0000 (17:19 -0700)]
account manager api review changes

14 years agoAdd PERIOD char to CDMA address sugar list.
Tammo Spalink [Mon, 5 Oct 2009 06:20:06 +0000 (14:20 +0800)]
Add PERIOD char to CDMA address sugar list.

Addresses issue:
http://buganizer/issue?id=2164455

14 years agoMerge change Iaca22686 into eclair
Android (Google) Code Review [Sun, 4 Oct 2009 22:35:24 +0000 (18:35 -0400)]
Merge change Iaca22686 into eclair

* changes:
  Work on issue #2163789: Way too much logging

14 years agoMerge change Iee638412 into eclair
Android (Google) Code Review [Sun, 4 Oct 2009 22:19:29 +0000 (18:19 -0400)]
Merge change Iee638412 into eclair

* changes:
  Fix issue #2161726: Car dock app bypasses setup wizard

14 years agoam e9e1cdd5: decode the search string before putting it into the search control....
Scott Main [Sun, 4 Oct 2009 22:05:43 +0000 (15:05 -0700)]
am e9e1cdd5: decode the search string before putting it into the search control. this fixes a safari-only bug in which encoded chars were inserted into the search string.

Merge commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3' into eclair

* commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3':
  decode the search string before putting it into the search control.

14 years agoWork on issue #2163789: Way too much logging
Dianne Hackborn [Sun, 4 Oct 2009 20:30:50 +0000 (13:30 -0700)]
Work on issue #2163789: Way too much logging

Dr.No from mcleron.

Change-Id: Iaca2268684f83fe8757e64db0b0e047a19755311

14 years agodumpstate: Add backlight information to bugreport output.
Mike Lockwood [Sun, 4 Oct 2009 21:21:05 +0000 (17:21 -0400)]
dumpstate: Add backlight information to bugreport output.

To help diagnose bugs b/2164183 and b/2164647

Change-Id: Ie80c3b205c231c485d8a24e68b0a9c5e025da479
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change I0c4cec7e into eclair
Android (Google) Code Review [Sat, 3 Oct 2009 03:35:12 +0000 (23:35 -0400)]
Merge change I0c4cec7e into eclair

* changes:
  Attempt to fix [2152536] ANR in browser

14 years agoMerge change I7f047786 into eclair
Android (Google) Code Review [Sat, 3 Oct 2009 01:40:07 +0000 (21:40 -0400)]
Merge change I7f047786 into eclair

* changes:
  Update the SimpleMesh API to support new attribute types.  Also spilt add/set commands to avoid permutation explosion.

14 years agoUpdate the SimpleMesh API to support new attribute types. Also spilt add/set command...
Jason Sams [Sat, 3 Oct 2009 01:18:35 +0000 (18:18 -0700)]
Update the SimpleMesh API to support new attribute types.  Also spilt add/set commands to avoid permutation explosion.

14 years agoAttempt to fix [2152536] ANR in browser
Mathias Agopian [Sat, 3 Oct 2009 01:12:30 +0000 (18:12 -0700)]
Attempt to fix [2152536] ANR in browser

The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable.
When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return
immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT.

This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status
in all code paths where a surface is removed from the list.

Additionaly added more information in the logs, should this happen again.

14 years agoMerge change Ic0d82ef1 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 23:17:30 +0000 (19:17 -0400)]
Merge change Ic0d82ef1 into eclair

* changes:
  [Issue 2161366] Changing capitalization of string "Via" to "via"

14 years ago[Issue 2161366] Changing capitalization of string "Via" to "via"
Dmitri Plotnikov [Fri, 2 Oct 2009 23:06:06 +0000 (16:06 -0700)]
[Issue 2161366] Changing capitalization of string "Via" to "via"

Approved by Tim.

Change-Id: Ic0d82ef1c687ecce91edc90a16aeefa17292d565

14 years agoMerge change Iaf686344 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 20:34:02 +0000 (16:34 -0400)]
Merge change Iaf686344 into eclair

* changes:
  dumpstate: Display mtime instead of ctime

14 years agodumpstate: Display mtime instead of ctime
San Mehat [Fri, 2 Oct 2009 20:15:53 +0000 (13:15 -0700)]
dumpstate: Display mtime instead of ctime

Signed-off-by: San Mehat <san@google.com>
14 years agoFix issue #2161726: Car dock app bypasses setup wizard
Dianne Hackborn [Fri, 2 Oct 2009 17:44:41 +0000 (10:44 -0700)]
Fix issue #2161726: Car dock app bypasses setup wizard

We now just don't send out dock broadcasts/launches when the
device is not provisioned.  Good enough for our purposes.

Change-Id: Iee6384121675e0e9854745ec1168245e8a23a241

14 years agobug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can...
Wei Huang [Fri, 2 Oct 2009 17:58:49 +0000 (10:58 -0700)]
bug 2161715: add the .jpg extension to the temp sdcard image file name so MMS can read the JPEG data using a file uri.

Change-Id: I1453950e406f1991e78530795ed28e6b4a7cf8c6

14 years agoMerge change I80ce8833 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 07:51:19 +0000 (03:51 -0400)]
Merge change I80ce8833 into eclair

* changes:
  Icons again

14 years agoRotarySelector widget: add callback for "grabbed" state changes.
David Brown [Fri, 2 Oct 2009 02:25:54 +0000 (19:25 -0700)]
RotarySelector widget: add callback for "grabbed" state changes.

This is the frameworks/base part of the fix for Bug 2158434: add a new
callback to the OnDialTriggerListener interface, so the RotarySelector can
tell the app about state changes between NOTHING_GRABBED and
LEFT_HANDLE_GRABBED and RIGHT_HANDLE_GRABBED.

BUG=2158434
DRNO=timsullivan

TESTED=regular incoming calls, call waiting calls, answering a call,
       rejecting a call.  Also verified I didn't affect the
       lock screen at all.

14 years agoIcons again
Mike Cleron [Fri, 2 Oct 2009 07:27:31 +0000 (00:27 -0700)]
Icons again

14 years agoMerge change I3ca8fb69 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 04:47:08 +0000 (00:47 -0400)]
Merge change I3ca8fb69 into eclair

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoMerge change I5dbd1994 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 02:46:23 +0000 (22:46 -0400)]
Merge change I5dbd1994 into eclair

* changes:
  Fix rfcomm socket connect return code.

14 years agoFix rfcomm socket connect return code.
Jaikumar Ganesh [Fri, 2 Oct 2009 02:10:43 +0000 (19:10 -0700)]
Fix rfcomm socket connect return code.

The phone would say connected even when powered off.
Bug id: 2161890
DrNo: Hiroshi

Change-Id: I5dbd19941a80e86c7462670fb844a29cf4eb0908

14 years agoMerge change I15b0ebb9 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 00:25:45 +0000 (20:25 -0400)]
Merge change I15b0ebb9 into eclair

* changes:
  a simple test app for gralloc

14 years agoa simple test app for gralloc
Mathias Agopian [Thu, 1 Oct 2009 22:45:37 +0000 (15:45 -0700)]
a simple test app for gralloc

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 1 Oct 2009 23:55:20 +0000 (16:55 -0700)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

14 years agoMerge change I9e384ddd into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 23:49:27 +0000 (19:49 -0400)]
Merge change I9e384ddd into eclair

* changes:
  Add a test pattern as rollo's icon

14 years agoAdd a test pattern as rollo's icon
Joe Onorato [Thu, 1 Oct 2009 23:48:44 +0000 (16:48 -0700)]
Add a test pattern as rollo's icon

14 years agodecode the search string before putting it into the search control.
Scott Main [Thu, 1 Oct 2009 21:59:24 +0000 (14:59 -0700)]
decode the search string before putting it into the search control.
this fixes a safari-only bug in which encoded chars were inserted
into the search string.

http://b/issue?id=2031559

Change-Id: Ie60902bafcbb327d488b921f8d3925aaf9ff0566

14 years agoUnhide constant DATA_ACTIVITY_DORMANT.
John Wang [Wed, 30 Sep 2009 22:11:02 +0000 (15:11 -0700)]
Unhide constant DATA_ACTIVITY_DORMANT.

14 years agoClose the cursor before assigning a new one to the same variable.
Marco Nelissen [Wed, 30 Sep 2009 23:39:15 +0000 (16:39 -0700)]
Close the cursor before assigning a new one to the same variable.

14 years agoMerge change I6e01fa52 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 15:01:34 +0000 (11:01 -0400)]
Merge change I6e01fa52 into eclair

* changes:
  Remove unneeded icon.

14 years agoRemove unneeded icon.
Daniel Sandler [Thu, 1 Oct 2009 15:00:24 +0000 (11:00 -0400)]
Remove unneeded icon.

(Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.)

Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848

14 years agoMerge change Ic2a16d4f into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 14:52:01 +0000 (10:52 -0400)]
Merge change Ic2a16d4f into eclair

* changes:
  b/2148252 Fix emulator

14 years agohide setGammaForText, which is only used for calibrating new devices
Mike Reed [Thu, 1 Oct 2009 13:17:47 +0000 (09:17 -0400)]
hide setGammaForText, which is only used for calibrating new devices

14 years agoChange intent flags for launching FastTrack.
Jeff Sharkey [Thu, 1 Oct 2009 05:27:15 +0000 (22:27 -0700)]
Change intent flags for launching FastTrack.

14 years agoMerge change Ia8826d67 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 10:16:25 +0000 (06:16 -0400)]
Merge change Ia8826d67 into eclair

* changes:
  improve boot animation a bit

14 years agoimprove boot animation a bit
Mathias Agopian [Thu, 1 Oct 2009 10:10:14 +0000 (03:10 -0700)]
improve boot animation a bit

14 years agoOn BACK in search, hide just IME if IME is fullscreen
Bjorn Bringert [Thu, 1 Oct 2009 09:30:25 +0000 (10:30 +0100)]
On BACK in search, hide just IME if IME is fullscreen

Since a fullscreen IME covers the entire search dialog, there was
no discoverable way to get back to the search dialog.
Now, on BACK presses when the IME is fullscreen (e.g. in landscape
mode without hard keyboard), we dismiss only the IME.
A second BACK press will dismiss the search dialog.

Fixes http://b/issue?id=2159132

Change-Id: I8e5736d83d7c35936a718929017ea04c6214700b

14 years agoMerge change Ie69a9c0a into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 09:10:15 +0000 (05:10 -0400)]
Merge change Ie69a9c0a into eclair

* changes:
  Remove globalSearch argument from triggerSearch()

14 years agoRemove globalSearch argument from triggerSearch()
Bjorn Bringert [Thu, 1 Oct 2009 08:57:33 +0000 (09:57 +0100)]
Remove globalSearch argument from triggerSearch()

API council says:

"In reviewing the new triggerSearch API, we are concerned that
applications could use the option to perform a global search to spam
the user with frequent searches.  We would like the global search
option to be removed for now (not just hidden, but removed from the
internal IPC API so that nobody can find this and abuse it).  The rest
of the API should be fine as long as it is restricted to local
searches."

Fixes http://b/editIssue?id=2158785

Change-Id: Ie69a9c0ab6373cc4427aab50606885bdede40585

14 years agoMerge change I55c9c7b7 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 08:48:32 +0000 (04:48 -0400)]
Merge change I55c9c7b7 into eclair

* changes:
  New 1x status bar icons

14 years agoNew 1x status bar icons
Mike Cleron [Thu, 1 Oct 2009 08:46:00 +0000 (01:46 -0700)]
New 1x status bar icons

14 years agoMerge change I4fe2a47a into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 08:39:38 +0000 (04:39 -0400)]
Merge change I4fe2a47a into eclair

* changes:
  Fix stopping all vpn daemons before connect and more.

14 years agoPrevents the WindowManager from requesting empty or negative surfaces.
Romain Guy [Thu, 1 Oct 2009 07:58:09 +0000 (00:58 -0700)]
Prevents the WindowManager from requesting empty or negative surfaces.

Windows with a negative Y position can end up in createSurfaceLocked()
with mFrame containing a negative height, causing SurfaceFlinger to go
crazy when asked to create the surface. This change simply guards
against such a situation by instead asking for a 1x1 surface and relying
or later layout operations to resize the window to the appropriate size.

Change-Id: I66f2058f4cd1cf069b12d3d23e6fd340dc76b74e

14 years agoMerge change Ia1baa5ab into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 07:35:27 +0000 (03:35 -0400)]
Merge change Ia1baa5ab into eclair

* changes:
  More icons

14 years agoMore icons
Mike Cleron [Thu, 1 Oct 2009 07:31:34 +0000 (00:31 -0700)]
More icons

14 years agoMerge change I793b4f62 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 07:30:34 +0000 (03:30 -0400)]
Merge change I793b4f62 into eclair

* changes:
  Clean up search and voice search button assets for high res.

14 years agoClean up search and voice search button assets for high res.
Mike LeBeau [Thu, 1 Oct 2009 07:28:40 +0000 (00:28 -0700)]
Clean up search and voice search button assets for high res.

14 years agoFix stopping all vpn daemons before connect and more.
Hung-ying Tyan [Wed, 30 Sep 2009 08:57:51 +0000 (16:57 +0800)]
Fix stopping all vpn daemons before connect and more.

* move DaemonHelper out from VpnService to VpnDaemons for better
  managing native daemons.
* check connectivity and dns less frequently to save battery.

14 years agoMerge change I2919f492 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 06:37:18 +0000 (02:37 -0400)]
Merge change I2919f492 into eclair

* changes:
  remove cert for SampleBrowserPlugin and only check signature for the release build.

14 years agoSemi-workaround for #2027266: app drawer showing up on the side of the screen
Dianne Hackborn [Thu, 1 Oct 2009 04:34:25 +0000 (21:34 -0700)]
Semi-workaround for #2027266: app drawer showing up on the side of the screen

(when booted while docked)

This isn't really a fix, but we now have the activity report the configuration
it actually launched in, so the activity manager will later adjust it if
needed.  Should help us recover from hitting the race in this particular case.

Change-Id: I3bb83a48c2d692b4cb1822d8ae7d924cfa9187b2

14 years agoUpdate from API review.
Dianne Hackborn [Thu, 1 Oct 2009 05:35:40 +0000 (22:35 -0700)]
Update from API review.

Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea

14 years agoAdjust opacity for inactive dimple in rotary widget
Jim Miller [Thu, 1 Oct 2009 05:50:01 +0000 (22:50 -0700)]
Adjust opacity for inactive dimple in rotary widget

14 years agoMerge change I7a39c564 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 05:27:16 +0000 (01:27 -0400)]
Merge change I7a39c564 into eclair

* changes:
  Fix docs error

14 years agoFix docs error
Evan Millar [Thu, 1 Oct 2009 05:24:07 +0000 (22:24 -0700)]
Fix docs error

Change-Id: I7a39c5643cf6351bac47ccafff37fd32a668b9f5

14 years agoMerge change Iaf08eabc into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 05:14:38 +0000 (01:14 -0400)]
Merge change Iaf08eabc into eclair

* changes:
  Reduce the ConnectivityManager logging.

14 years agoMerge change Id60fa26a into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 05:12:35 +0000 (01:12 -0400)]
Merge change Id60fa26a into eclair

* changes:
  Fix issue 2152541 thumbnail images stretched.

14 years agoReduce the ConnectivityManager logging.
Robert Greenwalt [Thu, 1 Oct 2009 04:01:30 +0000 (21:01 -0700)]
Reduce the ConnectivityManager logging.

Same great info, just fewer chars.

14 years agoMerge change Id703d6bb into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 05:06:16 +0000 (01:06 -0400)]
Merge change Id703d6bb into eclair

* changes:
  Black is the new black

14 years agoFix issue 2152541 thumbnail images stretched.
Ray Chen [Wed, 30 Sep 2009 02:38:58 +0000 (19:38 -0700)]
Fix issue 2152541 thumbnail images stretched.

14 years agoBlack is the new black
Mike Cleron [Thu, 1 Oct 2009 05:02:43 +0000 (22:02 -0700)]
Black is the new black

14 years agoremove cert for SampleBrowserPlugin and only check
Grace Kloba [Thu, 1 Oct 2009 04:48:19 +0000 (21:48 -0700)]
remove cert for SampleBrowserPlugin and only check
signature for the release build.

14 years agoUnhide ContactsContract#QuickContact and fix sdk build
Evan Millar [Thu, 1 Oct 2009 04:28:33 +0000 (21:28 -0700)]
Unhide ContactsContract#QuickContact and fix sdk build

Change-Id: I60fdeb6d0625996d76a10f0a623c9f474337758d

14 years agoMerge change I94132420 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:43:51 +0000 (00:43 -0400)]
Merge change I94132420 into eclair

* changes:
  Fix network-feature timeout code.

14 years agoMerge change I07729abd into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:41:21 +0000 (00:41 -0400)]
Merge change I07729abd into eclair

* changes:
  Keep the scrollbar on during TOUCH_MOVE events even when there is no movement.

14 years agoshow events in the UI
Fred Quintana [Thu, 1 Oct 2009 01:17:47 +0000 (18:17 -0700)]
show events in the UI

14 years agoMerge change I55e15bad into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:00:17 +0000 (00:00 -0400)]
Merge change I55e15bad into eclair

* changes:
  Try to reconnect twice when the rfcomm error code is Connection Refused.

14 years agoMerge change I98f2db38 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 04:00:07 +0000 (00:00 -0400)]
Merge change I98f2db38 into eclair

* changes:
  FastTrack->QuickContact

14 years agoMerge change Ibb5626c5 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 03:43:58 +0000 (23:43 -0400)]
Merge change Ibb5626c5 into eclair

* changes:
  Stop bringing the wifi interface up on reset.

14 years agoKeep the scrollbar on during TOUCH_MOVE events even
Grace Kloba [Wed, 30 Sep 2009 17:17:13 +0000 (10:17 -0700)]
Keep the scrollbar on during TOUCH_MOVE events even
when there is no movement.

Fix http://b/issue?id=2151115

14 years agoFastTrack->QuickContact
Evan Millar [Thu, 1 Oct 2009 02:37:36 +0000 (19:37 -0700)]
FastTrack->QuickContact

Change-Id: I98f2db38e6402bdbe47b941d82c8f33863d1863e

14 years agoMerge change Ic88b39e6 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 03:17:17 +0000 (23:17 -0400)]
Merge change Ic88b39e6 into eclair

* changes:
  Add the signature checking for WebView plugins. The first one is for SampleBrowserPlugin. The second one is for Flash.

14 years agoAdd the signature checking for WebView plugins. The
Grace Kloba [Thu, 1 Oct 2009 00:45:46 +0000 (17:45 -0700)]
Add the signature checking for WebView plugins. The
first one is for SampleBrowserPlugin. The second
one is for Flash.

14 years agoMerge change Id93f4c9e into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 03:08:25 +0000 (23:08 -0400)]
Merge change Id93f4c9e into eclair

* changes:
  Turn off the last of the STOPSHIP verbose debugging

14 years agoTurn off the last of the STOPSHIP verbose debugging
Christopher Tate [Thu, 1 Oct 2009 03:06:45 +0000 (20:06 -0700)]
Turn off the last of the STOPSHIP verbose debugging

Change-Id: Id93f4c9e9fb8468a554ae1e5c5c767f72903662c

14 years agoStop bringing the wifi interface up on reset.
Robert Greenwalt [Thu, 1 Oct 2009 03:01:12 +0000 (20:01 -0700)]
Stop bringing the wifi interface up on reset.

The driver will bring up the interface when needed and bring it up
at reset time has caused some problems.

bug: 2144870

14 years agoMerge change I7ed72bf5 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 02:48:02 +0000 (22:48 -0400)]
Merge change I7ed72bf5 into eclair

* changes:
  Add documentation for scene mode. Other parameters may be changed after setting scene mode.

14 years agoAdd documentation for scene mode. Other parameters may be changed after setting scene...
Wu-cheng Li [Thu, 1 Oct 2009 00:08:19 +0000 (17:08 -0700)]
Add documentation for scene mode. Other parameters may be changed after setting scene mode.

14 years agoMerge change I89e74ba1 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 02:30:28 +0000 (22:30 -0400)]
Merge change I89e74ba1 into eclair

* changes:
  Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash.

14 years agoMerge change Ie9ad9a71 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 02:14:24 +0000 (22:14 -0400)]
Merge change Ie9ad9a71 into eclair

* changes:
  Implement screen aligned bitmap drawing support.

14 years agoFix Issue 2158631: AudioService: volume control sometimes not restored after media...
Eric Laurent [Thu, 1 Oct 2009 01:26:36 +0000 (18:26 -0700)]
Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash.

The problem comes from the fact that the AudioSystem callback indicating that the media server is active again is ignored if it is received before the delayed message indicating media server death. This happens if another application or service running in the system server process makes a request to the AudioSystem in the interval between the death of the media server and the reception of the corresponding delayed message.

The fix consists in resetting mMediaServerOk flags immediately when the death callback is received and not when the delayed message is received.

14 years agob/2148252 Fix emulator
Michael Chan [Thu, 1 Oct 2009 00:59:40 +0000 (17:59 -0700)]
b/2148252 Fix emulator

Change-Id: Ic2a16d4fac2a2a12a209c83ad2049829255cb31f

14 years agoMerge change Iec1f8a2e into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 01:06:56 +0000 (21:06 -0400)]
Merge change Iec1f8a2e into eclair

* changes:
  Add Turkish accented letters for G and S on the hard keyboard.

14 years agoAdd Turkish accented letters for G and S on the hard keyboard.
Eric Fischer [Thu, 1 Oct 2009 01:03:47 +0000 (18:03 -0700)]
Add Turkish accented letters for G and S on the hard keyboard.

Bug 2158331