OSDN Git Service

android-x86/frameworks-base.git
14 years agoCertTool: avoid using final static array.
Chia-chi Yeh [Fri, 18 Sep 2009 05:55:43 +0000 (13:55 +0800)]
CertTool: avoid using final static array.

14 years agoWebKit: switch to java-based CertTool.
Chia-chi Yeh [Fri, 18 Sep 2009 04:11:20 +0000 (12:11 +0800)]
WebKit: switch to java-based CertTool.

Change-Id: Ica6d491ede2bf2a311cacb7a7d64a249191fbecf

14 years agoAdd a helper class to send out credentials.
Chia-chi Yeh [Fri, 18 Sep 2009 04:00:12 +0000 (12:00 +0800)]
Add a helper class to send out credentials.

Change-Id: I9a550c6edc55d5c2c601223c011922b183cb4d30

14 years agokeystore: add multi-user support.
Chia-chi Yeh [Fri, 18 Sep 2009 02:15:37 +0000 (10:15 +0800)]
keystore: add multi-user support.

Change-Id: I60268261110934a1d60efa341ff530f94415724f

14 years agoFix issue #2093608: Calendar widget takes a few seconds to launch
Dianne Hackborn [Thu, 17 Sep 2009 22:14:12 +0000 (15:14 -0700)]
Fix issue #2093608: Calendar widget takes a few seconds to launch

Avert your eyes!

The key change here is that RemoteViews can now call a Context API to
start its pending intent, which inside of the activity manager we can
use to determine to cancel the timeout delay for external entities
to disrupt the home screen.

Change-Id: If097cf7478cbed7a3c04a304050bd7fd5703d197

14 years agoMerge change 25647 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:43:53 +0000 (20:43 -0400)]
Merge change 25647 into eclair

* changes:
  Some tweaks to the rotary lock widget.

14 years agoMerge change 25629 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:36:24 +0000 (20:36 -0400)]
Merge change 25629 into eclair

* changes:
  Android side of the fix for [2121211] Sholes has stutter during animations

14 years agoSome tweaks to the rotary lock widget.
Karl Rosaen [Fri, 18 Sep 2009 00:21:18 +0000 (17:21 -0700)]
Some tweaks to the rotary lock widget.

- don't show arrows above widget when in resting state
- don't show other icon once you press one (e.g don't show silent mode icon when you are pressing the lock icon)
- wider target for triggering action

14 years agoMerge change 25639 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:20:14 +0000 (20:20 -0400)]
Merge change 25639 into eclair

* changes:
  do not use transactions for calls that just read the DB

14 years agoMerge change 25640 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:14:37 +0000 (20:14 -0400)]
Merge change 25640 into eclair

* changes:
  Make the EditText error popup correctly resize when the view resizes.

14 years agoMerge change 25634 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:12:22 +0000 (20:12 -0400)]
Merge change 25634 into eclair

* changes:
  Report NO_CONNECTIVITY when failover net unavail

14 years agoMerge change 25554 into eclair
Android (Google) Code Review [Fri, 18 Sep 2009 00:07:45 +0000 (20:07 -0400)]
Merge change 25554 into eclair

* changes:
  telephony: Add CdmaCellLocation class to the public API.

14 years agoMake the EditText error popup correctly resize when the view resizes.
Eric Fischer [Fri, 18 Sep 2009 00:01:59 +0000 (17:01 -0700)]
Make the EditText error popup correctly resize when the view resizes.

It was calling PopupWindow.update() with -1 arguments for the width
and height under the impression that that would cause it to use the
new values that had already been set with setWidth() and setHeight().
But in fact this caused it not to change at all.

14 years agodo not use transactions for calls that just read the DB
Fred Quintana [Fri, 18 Sep 2009 00:00:01 +0000 (17:00 -0700)]
do not use transactions for calls that just read the DB

14 years agoReport NO_CONNECTIVITY when failover net unavail
Robert Greenwalt [Thu, 17 Sep 2009 21:58:16 +0000 (14:58 -0700)]
Report NO_CONNECTIVITY when failover net unavail

Fix ConnectivityService so that it reports connection status correctly.

bug: 2128595

14 years agoMerge change 25626 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 23:32:34 +0000 (19:32 -0400)]
Merge change 25626 into eclair

* changes:
  Check if rename of current settings file was successful before persisting new changes to settings.

14 years agoCheck if rename of current settings file was successful before persisting
Suchi Amalapurapu [Thu, 17 Sep 2009 22:38:20 +0000 (15:38 -0700)]
Check if rename of current settings file was successful before persisting
new changes to settings.

14 years agotelephony: Add CdmaCellLocation class to the public API.
Mike Lockwood [Thu, 17 Sep 2009 20:42:09 +0000 (16:42 -0400)]
telephony: Add CdmaCellLocation class to the public API.

Its twin sister GsmCellLocation is public, so this really should be in the SDK too.

Change-Id: If6f5899047546a7398f1e4191c67acf15555c21b
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoAndroid side of the fix for [2121211] Sholes has stutter during animations
Mathias Agopian [Thu, 17 Sep 2009 23:18:16 +0000 (16:18 -0700)]
Android side of the fix for [2121211] Sholes has stutter during animations

a new method, compostionComplete() is added to the framebuffer hal, it is used by surfaceflinger to signal the driver that the composition is complete, BEFORE it releases its client. This gives a chance to the driver to

14 years agoMerge change 25550 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 23:07:05 +0000 (19:07 -0400)]
Merge change 25550 into eclair

* changes:
  add system property to disable gzip, to help with debugging.

14 years agoMerge change 25601 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 22:49:51 +0000 (18:49 -0400)]
Merge change 25601 into eclair

* changes:
  Fix possible race condition when switching keyboards while there are pending messages.

14 years ago- Make the AccountManagerService delete accounts that
Fred Quintana [Thu, 17 Sep 2009 19:42:35 +0000 (12:42 -0700)]
- Make the AccountManagerService delete accounts that
  have no Authenticator, both when the package is removed
  and when the phone is booted.
- add the ability to register with the RegisteredServicesCache
  to be notified when the set of Authenticators changes.

14 years agoadd system property to disable gzip, to help with debugging.
Debajit Ghosh [Thu, 17 Sep 2009 20:33:54 +0000 (13:33 -0700)]
add system property to disable gzip, to help with debugging.

14 years agoFix possible race condition when switching keyboards while there are pending messages.
Amith Yamasani [Thu, 17 Sep 2009 18:27:14 +0000 (11:27 -0700)]
Fix possible race condition when switching keyboards while there are pending messages.

14 years agoMerge change 25571 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 22:03:26 +0000 (18:03 -0400)]
Merge change 25571 into eclair

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoMerge change 25561 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 21:56:31 +0000 (17:56 -0400)]
Merge change 25561 into eclair

* changes:
  Add Gservices settings required for carrier billing.

14 years agoMerge change 25567 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 21:54:11 +0000 (17:54 -0400)]
Merge change 25567 into eclair

* changes:
  The starting progress for WebView should be 100 as it is not in the loading state.

14 years agoAdd Gservices settings required for carrier billing.
Sanjay Jeyakumar [Thu, 17 Sep 2009 20:50:30 +0000 (13:50 -0700)]
Add Gservices settings required for carrier billing.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:28:06 +0000 (14:28 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoThe starting progress for WebView should be 100 as it is
Grace Kloba [Thu, 17 Sep 2009 21:20:28 +0000 (14:20 -0700)]
The starting progress for WebView should be 100 as it is
not in the loading state.

14 years agoAdded API for triggering FastTrack.
Jeff Sharkey [Thu, 17 Sep 2009 04:41:51 +0000 (21:41 -0700)]
Added API for triggering FastTrack.

I added a new API to help us move away from launching
FastTrack through SHOW_OR_CREATE.  For now it's going to
still pass through as an Intent with extras, but in the
future this could be used to launch a Window from a system
service.

Partially fixes http://b/2087222

14 years agoDon't scroll the title bar off screen while loading.
Leon Scroggins [Thu, 17 Sep 2009 18:19:49 +0000 (14:19 -0400)]
Don't scroll the title bar off screen while loading.

Though the user can still manually scroll the title bar
off screen, we do not want it to happen automatically.
When we load a new page, its scroll position can be
set to (0,0).  Make sure that we simply set it to the
top without adding in the title bar's height.  Also,
prevent javascript which attempts to scroll the page
to (0,0) or (0,1) from removing the title bar.

Fixes http://b/issue?id=2113398 and http://b/issue?id=2123079

Change-Id: Ida64d8c94be6744c7b0b4d60af1c229b2cc83673

14 years agoMerge change 25338 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 19:25:52 +0000 (15:25 -0400)]
Merge change 25338 into eclair

* changes:
  Remove the network connection logic from RequestQueue.

14 years agoMerge change 25526 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 19:11:22 +0000 (15:11 -0400)]
Merge change 25526 into eclair

* changes:
  Add API to retrieve memory used by running processes.

14 years agoRemove the network connection logic from RequestQueue.
Patrick Scott [Wed, 16 Sep 2009 13:59:12 +0000 (09:59 -0400)]
Remove the network connection logic from RequestQueue.

This doesn't always work right and is causing some problems if the network comes
back up without sending the broadcast.

14 years agoMerge change 25534 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 19:03:27 +0000 (15:03 -0400)]
Merge change 25534 into eclair

* changes:
  Message Reject notification shouldn't be shown in Emergency Calling Mode

14 years agoMerge change 25524 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 19:02:16 +0000 (15:02 -0400)]
Merge change 25524 into eclair

* changes:
  Fix the zoom center. Now there is a titlebar, the zoom center needs to be adjusted for it as the user really cares the spot in the document. We need to pin zoom around that spot.

14 years agoMessage Reject notification shouldn't be shown in Emergency Calling Mode
Satish Roddom [Wed, 16 Sep 2009 10:52:58 +0000 (05:52 -0500)]
Message Reject notification shouldn't be shown in Emergency Calling Mode

Issue: While in emergency mode, if we receive a message, there is a notification
being shown as "Text Message rejected".

Fix: In CdmaSMSDispatcher.java, send RESULT_OK response instead of RESULT_SMS_GENERIC_ERROR
for messages during Emergency mode. So, that SMS_REJECTED action is not broadcasted.

If the result is RESULT_OK from CdmaSMSDispatcher, the function notifyAndAcknowledgeLastIncomingSms()
is not called from SMSDispatcher.java and hence SMS_REJECTED_ACTION intent is not broadcast.
Consequently SMSRejectReceiver.java will not receive the broadcast and will not show reject
notification.

Change-Id: I2aa8f239393b3e6eeac6b0c2bb69799018e9ae9d

14 years agoFix the zoom center. Now there is a titlebar, the zoom center
Grace Kloba [Thu, 17 Sep 2009 18:01:44 +0000 (11:01 -0700)]
Fix the zoom center. Now there is a titlebar, the zoom center
needs to be adjusted for it as the user really cares the spot
in the document. We need to pin zoom around that spot.

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

14 years agoMerge change 25535 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 18:53:45 +0000 (14:53 -0400)]
Merge change 25535 into eclair

* changes:
  CDMA Check for network duplicate sms

14 years agoMerge change 25528 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 18:46:45 +0000 (14:46 -0400)]
Merge change 25528 into eclair

* changes:
  Another stagefright test-case and ignore end-of-stream notifications while we're flushing.

14 years agoMerge change 25490 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 18:39:43 +0000 (14:39 -0400)]
Merge change 25490 into eclair

* changes:
  Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."

14 years agoDon't change the zoom filter during the zoom animation.
Grace Kloba [Thu, 17 Sep 2009 14:56:48 +0000 (07:56 -0700)]
Don't change the zoom filter during the zoom animation.
Call another invalidate() to draw with the final filters.
This fixed the problem where the end of the zoom animation
is slow and jagged.

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

14 years agoAnother stagefright test-case and ignore end-of-stream notifications while we're...
Andreas Huber [Thu, 17 Sep 2009 18:16:52 +0000 (11:16 -0700)]
Another stagefright test-case and ignore end-of-stream notifications while we're flushing.

14 years agoAdd API to retrieve memory used by running processes.
Dianne Hackborn [Thu, 17 Sep 2009 17:24:05 +0000 (10:24 -0700)]
Add API to retrieve memory used by running processes.

Change-Id: I9c1935c2ef3c78bd67ec4dfd811a1caaab4514c3

14 years agoMerge change 25523 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 18:02:06 +0000 (14:02 -0400)]
Merge change 25523 into eclair

* changes:
  Add additional error checking, exit early if errors occur.

14 years agoAdd additional error checking, exit early if errors occur.
Jack Palevich [Thu, 17 Sep 2009 17:59:23 +0000 (10:59 -0700)]
Add additional error checking, exit early if errors occur.

14 years agoMerge change 25519 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:58:20 +0000 (13:58 -0400)]
Merge change 25519 into eclair

* changes:
  LocationManagerService: Take fix accuracy into account in proximity zone logic.

14 years agoLocationManagerService: Take fix accuracy into account in proximity zone logic.
Yusuf T. Mobile [Tue, 14 Jul 2009 22:46:26 +0000 (15:46 -0700)]
LocationManagerService: Take fix accuracy into account in proximity zone logic.

Fixes http://code.google.com/p/android/issues/detail?id=2002

Change-Id: If2b0665c556269279c5813f2254f9624a556bd92
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 25414 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:53:37 +0000 (13:53 -0400)]
Merge change 25414 into eclair

* changes:
  refactor copy-and-paste email address filtering code. add a column to Calendar.Events contract class.

14 years agoCDMA Check for network duplicate sms
Christian Gustafsson [Wed, 16 Sep 2009 00:09:13 +0000 (19:09 -0500)]
CDMA Check for network duplicate sms

In some cases a sms acknowledgement might be lost. The network will then resend
the same sms. These duplicate sms should be acknowledged but not shown to the
user.

C.S0015-B  4.3.1.6 Unique Message Identification.

The fields used to identify a message are:
* Message Identifier,
* Originating Address,
* Originating Subaddress, and
* Message Center Time Stamp.

Since some of the fields are optional, the Teleservice Layer shall use as
many of the fields as are present in the SMS message to determine message
uniqueness. Mobile stations should discard repeated messages.

1. Add a fingerprint function to SmsMessage.java. This returns a byte array
   to be used as a unique identifier. Parts that make up the identifier are
   the originating address, teleservice id and the bearerdata. Using all of
   the bearerdata saves parsing time. There are no random bits allowed in
   the standard. This makes binary comparison possible. Using all of the
   bearerdata accounts for the message id, smsc timestamp and "... shall
   use as many of the fields as are present in the SMS message".
2. Have CdmaSMSDispatcher.dispatchMessage() pull a fingerprint and check if
   it matches the last acknowledged fingerprint. When it matches return and
   signal that message was handled.
3. Have CdmaSMSDispatcher.acknowledgeLastIncomingSms() take the last
   dispatched fingerprint move it to the last acknowledged fingerprint.
   Only do this if processing of the sms was successful.

Change-Id: If79f8fe40896cd290940b7ccd5a17531ab937b60

14 years agoMerge change 25502 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:17:55 +0000 (13:17 -0400)]
Merge change 25502 into eclair

* changes:
  Fix typo

14 years agoMerge change 25503 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 17:07:04 +0000 (13:07 -0400)]
Merge change 25503 into eclair

* changes:
  Don't crash if the cursor is null.

14 years agoMerge change 25493 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 16:52:59 +0000 (12:52 -0400)]
Merge change 25493 into eclair

* changes:
  Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate

14 years agoDon't crash if the cursor is null.
Jeff Hamilton [Thu, 17 Sep 2009 16:51:32 +0000 (11:51 -0500)]
Don't crash if the cursor is null.

Change-Id: Ibbacc97f781c1485599a5e11217527930d97fe2d

14 years agoFix typo
Marco Nelissen [Thu, 17 Sep 2009 16:44:43 +0000 (09:44 -0700)]
Fix typo

14 years agoWire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate
Andrei Popescu [Thu, 17 Sep 2009 14:55:24 +0000 (15:55 +0100)]
Wire the rest of MediaPlayer to our implementation of WebCore::MediaPlayerPrivate

14 years agoRevert "Don't activate keyguard if screen is turned off while proximity sensor is...
Mike Lockwood [Thu, 17 Sep 2009 15:47:56 +0000 (11:47 -0400)]
Revert "Don't activate keyguard if screen is turned off while proximity sensor is active."

This reverts commit ddfe879b783ad72603308e28e8f683454464684e.

14 years agoDo not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.
Nick Pelly [Wed, 16 Sep 2009 23:50:11 +0000 (16:50 -0700)]
Do not @hide Parcelable implementations in BluetoothClass and BluetoothDevice.

Change-Id: I92389c53a9b99c9507f78898329ff87b631c7aa3

14 years agoMerge change 25401 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 15:23:48 +0000 (11:23 -0400)]
Merge change 25401 into eclair

* changes:
  Add a null checking to avoid crash.

14 years agoMerge change 25366 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 15:21:47 +0000 (11:21 -0400)]
Merge change 25366 into eclair

* changes:
  do not merge.  Revert "do not merge.  Remove voicesearch-specific functionality from framework."

14 years agoMerge change 25477 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 13:51:08 +0000 (09:51 -0400)]
Merge change 25477 into eclair

* changes:
  Make ACTV use all available space if height is FILL_PARENT.

14 years agoMake ACTV use all available space if height is FILL_PARENT.
Bryan Mawhinney [Thu, 17 Sep 2009 12:54:23 +0000 (13:54 +0100)]
Make ACTV use all available space if height is FILL_PARENT.

This prevents the drop down from resizing when the keyboard is shown / hidden, and thus fixes the issue where the 4th item in the list could not be selected when in landscape mode.

Bug: 2096394
Change-Id: Id0e687c897a724379073dcfa82de7ce89ae12035

14 years agoMerge change 25098 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 11:04:40 +0000 (07:04 -0400)]
Merge change 25098 into eclair

* changes:
  Poster support on the Java side

14 years agoMerge change 25319 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 10:59:49 +0000 (06:59 -0400)]
Merge change 25319 into eclair

* changes:
  Only move to the next test in DRT after the test has completed AND the page has finished loading.

14 years agoOnly move to the next test in DRT after the test has completed AND the page has finis...
Ben Murdoch [Wed, 16 Sep 2009 19:13:07 +0000 (20:13 +0100)]
Only move to the next test in DRT after the test has completed AND the page has finished loading.

Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed

14 years agoPoster support on the Java side
Andrei Popescu [Tue, 15 Sep 2009 19:34:18 +0000 (20:34 +0100)]
Poster support on the Java side

14 years agoMerge change 25463 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 09:59:41 +0000 (05:59 -0400)]
Merge change 25463 into eclair

* changes:
  First pass at pattern lock screen that includes date / time and carrier info (framework portion).

14 years agoFirst pass at pattern lock screen that includes date / time and carrier info (framewo...
Karl Rosaen [Thu, 17 Sep 2009 09:56:57 +0000 (02:56 -0700)]
First pass at pattern lock screen that includes date / time and carrier info (framework portion).

- layout's tweaked to squeeze carrier, time and date into pattern layout (landscape and portrait)

14 years agoadd basic time stats for surfaces lock time
Mathias Agopian [Thu, 17 Sep 2009 08:35:28 +0000 (01:35 -0700)]
add basic time stats for surfaces lock time

14 years agoMerge change 25362 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 06:47:01 +0000 (02:47 -0400)]
Merge change 25362 into eclair

* changes:
  Handle BACK key with focus in search ACTV correctly

14 years agoMerge change 25440 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 06:05:21 +0000 (02:05 -0400)]
Merge change 25440 into eclair

* changes:
  Fix a minor bug in is_alnum_string()...

14 years agoMerge change 25406 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 05:07:31 +0000 (01:07 -0400)]
Merge change 25406 into eclair

* changes:
  remove the signin required notification as when the signin is successful

14 years agoFix a minor bug in is_alnum_string()...
Hung-ying Tyan [Wed, 16 Sep 2009 07:43:15 +0000 (15:43 +0800)]
Fix a minor bug in is_alnum_string()...

and remove some verbose logging

14 years agorefactor copy-and-paste email address filtering code.
Debajit Ghosh [Thu, 17 Sep 2009 00:54:20 +0000 (17:54 -0700)]
refactor copy-and-paste email address filtering code.
add a column to Calendar.Events contract class.

14 years agoOverlay could not set position or rotation immediately after created, it should be...
Benny Wong [Wed, 16 Sep 2009 19:48:52 +0000 (14:48 -0500)]
Overlay could not set position or rotation immediately after created, it should be triggered by signalEvent().
Originally from: https://partner.source.android.com/g/#change,1074

14 years agoMerge change 25435 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 03:16:18 +0000 (23:16 -0400)]
Merge change 25435 into eclair

* changes:
  disable backbuffer preservation when possible, which may improve performance a bit

14 years agodisable backbuffer preservation when possible, which may improve performance a bit
Mathias Agopian [Thu, 17 Sep 2009 03:15:42 +0000 (20:15 -0700)]
disable backbuffer preservation when possible, which may improve performance a bit

14 years agoMerge change 25431 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 02:56:57 +0000 (22:56 -0400)]
Merge change 25431 into eclair

* changes:
  Add "MMS" to common phone number types.

14 years agoAdd "MMS" to common phone number types.
Jeff Sharkey [Thu, 17 Sep 2009 02:54:29 +0000 (19:54 -0700)]
Add "MMS" to common phone number types.

Partially fixes http://b/2092744

14 years agoMerge change 25228 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 02:16:58 +0000 (22:16 -0400)]
Merge change 25228 into eclair

* changes:
   modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaRecorderStressTest.java Added the error callback to handle the media server crash.

14 years agoAdd a new flag for IMEs to disable suggestions for certain fields.
Amith Yamasani [Thu, 17 Sep 2009 00:31:12 +0000 (17:31 -0700)]
Add a new flag for IMEs to disable suggestions for certain fields.

14 years agoMerge change 25423 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 01:27:54 +0000 (21:27 -0400)]
Merge change 25423 into eclair

* changes:
  fix [2119400] sholes: artifacting when switching orientation

14 years agofix [2119400] sholes: artifacting when switching orientation
Mathias Agopian [Thu, 17 Sep 2009 01:27:24 +0000 (18:27 -0700)]
fix [2119400] sholes: artifacting when switching orientation

14 years agoBe sure to include shared lib path info when dealing with agents
Christopher Tate [Wed, 16 Sep 2009 17:57:21 +0000 (10:57 -0700)]
Be sure to include shared lib path info when dealing with agents

In particular, this ensures that on the client side the full classpath is known
and used by the class loader during execution of the agent.

14 years agodo not merge. Revert "do not merge. Remove voicesearch-specific functionality from...
Alex Gruenstein [Tue, 15 Sep 2009 18:19:58 +0000 (11:19 -0700)]
do not merge.  Revert "do not merge.  Remove voicesearch-specific functionality from framework."

This reverts commit f1b64f64ab088a3e8cd32ec31f61c958c61d19e5.

It also updates RecognitionResult.java with changes made while it was in the voicesearch branch.

Change-Id: Ibffbe25397628a01ec49393a23c1825cef116501

14 years agoMerge change 25382 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:37:08 +0000 (20:37 -0400)]
Merge change 25382 into eclair

* changes:
  Fix async calls with Connect And Disconnect Sink.

14 years agoMerge change 25398 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:34:56 +0000 (20:34 -0400)]
Merge change 25398 into eclair

* changes:
  Reintroduce wifi RssiApprox, reducing driver calls

14 years agoremove the signin required notification as when the signin is successful
Fred Quintana [Thu, 17 Sep 2009 00:32:42 +0000 (17:32 -0700)]
remove the signin required notification as when the signin is successful

14 years agoMerge change 25323 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:32:41 +0000 (20:32 -0400)]
Merge change 25323 into eclair

* changes:
  Change handling of remoteUuids.

14 years agoAdd a null checking to avoid crash.
Grace Kloba [Thu, 17 Sep 2009 00:28:24 +0000 (17:28 -0700)]
Add a null checking to avoid crash.

Fix http://b/viewIssue?id=2125276

14 years agoFix async calls with Connect And Disconnect Sink.
Jaikumar Ganesh [Wed, 16 Sep 2009 22:15:21 +0000 (15:15 -0700)]
Fix async calls with Connect And Disconnect Sink.

Change-Id: I814c7fdf40ec0d6aefeb410b1a1b1572ab4a8d88

14 years agoReintroduce wifi RssiApprox, reducing driver calls
Robert Greenwalt [Thu, 17 Sep 2009 00:17:16 +0000 (17:17 -0700)]
Reintroduce wifi RssiApprox, reducing driver calls

Only do the full signal strength calc when we need to, otherwise use
an approximate value.

This change was introduced a while back but was lost in some merge.

bug: 2125543

14 years agoMerge change 25325 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:06:06 +0000 (20:06 -0400)]
Merge change 25325 into eclair

* changes:
  Add a parcelable version of UUID file.

14 years agoChange handling of remoteUuids.
Jaikumar Ganesh [Wed, 16 Sep 2009 19:30:02 +0000 (12:30 -0700)]
Change handling of remoteUuids.

Use the ParcelUuid instead of UUID

Change-Id:Ie05d65a62e8a4df8182a4c737d46c14142bfec43

14 years agoAdd a parcelable version of UUID file.
Jaikumar Ganesh [Tue, 15 Sep 2009 23:27:38 +0000 (16:27 -0700)]
Add a parcelable version of UUID file.

Change-Id:I2582e1c9893292ba35bb5cac90ccd2bd18041d8c

14 years agoMerge change 25394 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:02:14 +0000 (20:02 -0400)]
Merge change 25394 into eclair

* changes:
  Add StateListDrawable's dither flag to the constant state.

14 years agoAdd StateListDrawable's dither flag to the constant state.
Romain Guy [Thu, 17 Sep 2009 00:01:06 +0000 (17:01 -0700)]
Add StateListDrawable's dither flag to the constant state.

Change-Id: Ie377bfe3dfb83c33df3c0cc5a02810332a60a322

14 years agoMerge change 25393 into eclair
Android (Google) Code Review [Thu, 17 Sep 2009 00:00:57 +0000 (20:00 -0400)]
Merge change 25393 into eclair

* changes:
  fix again [2102410] Home Screen is not displayed in the background in Landscape Mode

14 years agofix again [2102410] Home Screen is not displayed in the background in Landscape Mode
Mathias Agopian [Thu, 17 Sep 2009 00:00:19 +0000 (17:00 -0700)]
fix again [2102410] Home Screen is not displayed in the background in Landscape Mode