OSDN Git Service

android-x86/frameworks-base.git
14 years agoUpdate 4.xml to the most recent APIs.
Dianne Hackborn [Wed, 2 Sep 2009 02:14:55 +0000 (19:14 -0700)]
Update 4.xml to the most recent APIs.

14 years agoMerge change 23345 into donut
Android (Google) Code Review [Tue, 1 Sep 2009 18:16:25 +0000 (11:16 -0700)]
Merge change 23345 into donut

* changes:
  Fix an emoji-measuring bug that caused an exception when editing a contact.

14 years agoFix an emoji-measuring bug that caused an exception when editing a contact.
Eric Fischer [Mon, 31 Aug 2009 22:14:35 +0000 (15:14 -0700)]
Fix an emoji-measuring bug that caused an exception when editing a contact.

It was measuring the text to try to determine the size that it needed to
scale the emoji character to.  Unfortunately it was accidentally trying
to measure the character under the cursor instead of the emoji character
itself, which is wrong, but more seriously doesn't work at all when the
cursor is at the end of the line.

This was already fixed before in change 144474, but that change never got
merged over to donut.  So this merges it now.

Bug 2087915

Change-Id: Ib4804d330a029a966207b3b07271f84e6b2652c0

14 years agodocs only.
Scott Main [Tue, 1 Sep 2009 01:04:52 +0000 (18:04 -0700)]
docs only.
revise samples link for offline docs to point to the current version

14 years agoMerge change 23242 into donut
Android (Google) Code Review [Mon, 31 Aug 2009 22:00:36 +0000 (15:00 -0700)]
Merge change 23242 into donut

* changes:
  docs only. add uses-feature "name" attribute

14 years agodocs only.
Scott Main [Sat, 29 Aug 2009 21:41:57 +0000 (14:41 -0700)]
docs only.
add uses-feature "name" attribute

14 years agoMerge snapshot version of donut back into the main tree
Jean-Baptiste Queru [Mon, 31 Aug 2009 16:32:01 +0000 (09:32 -0700)]
Merge snapshot version of donut back into the main tree

14 years agodonut snapshot
Jean-Baptiste Queru [Mon, 31 Aug 2009 16:17:57 +0000 (09:17 -0700)]
donut snapshot

14 years agoMerge change 23241 into donut
Android (Google) Code Review [Sat, 29 Aug 2009 20:38:17 +0000 (13:38 -0700)]
Merge change 23241 into donut

* changes:
  add searchable dictionary to html docs and dev guide nav and add screenshots.

14 years agoadd searchable dictionary to html docs and dev guide nav
Scott Main [Sat, 29 Aug 2009 20:17:53 +0000 (13:17 -0700)]
add searchable dictionary to html docs and dev guide nav
and add screenshots.

14 years agoMerge change 23198 into donut
Android (Google) Code Review [Fri, 28 Aug 2009 23:14:21 +0000 (16:14 -0700)]
Merge change 23198 into donut

* changes:
  Update SearchManager documentation to reflect latest behavior.

14 years agoUpdate SearchManager documentation to reflect latest behavior.
Mike LeBeau [Fri, 28 Aug 2009 22:03:02 +0000 (15:03 -0700)]
Update SearchManager documentation to reflect latest behavior.

14 years agoMerge change 23173 into donut
Android (Google) Code Review [Fri, 28 Aug 2009 20:48:09 +0000 (13:48 -0700)]
Merge change 23173 into donut

* changes:
  Remove flaky test LifecycleTest.testDialog from large continuous suite.

14 years agoRemove flaky test LifecycleTest.testDialog from large continuous suite.
Brett Chabot [Fri, 28 Aug 2009 20:42:10 +0000 (13:42 -0700)]
Remove flaky test LifecycleTest.testDialog from large continuous suite.

BUG 1866891

Change-Id: Ifef98426cf3879fc9f17aa5a0891578fefa54ce3

14 years agoMerge change 23043 into donut
Android (Google) Code Review [Fri, 28 Aug 2009 01:32:27 +0000 (18:32 -0700)]
Merge change 23043 into donut

* changes:
  Revert "Remove third party support for Quick Search Box (aka global search)."

14 years agoRevert "Remove third party support for Quick Search Box (aka global search)."
Karl Rosaen [Fri, 28 Aug 2009 00:42:48 +0000 (17:42 -0700)]
Revert "Remove third party support for Quick Search Box (aka global search)."

This reverts commit a647b7f29d65a7792cede74284e714b591337992.

14 years agoMerge change 22939 into donut
Android (Google) Code Review [Thu, 27 Aug 2009 19:57:09 +0000 (12:57 -0700)]
Merge change 22939 into donut

* changes:
  Final Donut API list.

14 years agoFinal Donut API list.
Dianne Hackborn [Thu, 27 Aug 2009 19:11:10 +0000 (12:11 -0700)]
Final Donut API list.

14 years agoMerge change 22883 into donut
Android (Google) Code Review [Thu, 27 Aug 2009 08:14:00 +0000 (01:14 -0700)]
Merge change 22883 into donut

* changes:
  Various tweaks to try to improve low memory behavior.

14 years agoVarious tweaks to try to improve low memory behavior.
Dianne Hackborn [Thu, 27 Aug 2009 07:44:33 +0000 (00:44 -0700)]
Various tweaks to try to improve low memory behavior.

- Reduce the amount that we ask processes to GC after a significant
  operation occurs, but introducing a minimum time between GCs and
  using this in various ways to schedule them.

- Don't spam all of the processes with onLowMemory().  Now deliver
  these using the same gc facility, so we do the processes one at a
  time, and don't allow the same process to get this call more than
  once a minute.

- Increase the time a service must run before we will reset its
  restart delay to 30 minutes (from 10).

- Increase the restart delay multiplication factor from 2 to 4.

- Ensure that we don't restart more than one service every 10 seconds
  (unless some external event causes a service's process to be started
  for some other reason of course).

- Increase the amount of time that a service must run before we
  decide to lower it to a background process.

And some other things:

- Catch IllegalArgumentException in ViewRoot like we do for no
  resources to avoid the system process crashing.

- Fix a number of places where we were missing breaks between the
  activity manager's message dispatch func(!!).

- Fix reason printed for processes in the background.

- Print the list of processing waiting to GC.

14 years agoLocationManager: Fix problem replacing GPS and network providers with a mock provider.
Mike Lockwood [Tue, 25 Aug 2009 17:05:18 +0000 (10:05 -0700)]
LocationManager: Fix problem replacing GPS and network providers with a mock provider.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 22090 into donut
Android (Google) Code Review [Wed, 26 Aug 2009 19:55:54 +0000 (12:55 -0700)]
Merge change 22090 into donut

* changes:
      docs only.     add new documentation for installing the new winusb driver.     also add a link to the HTC support site for ADP flashing     and remove references to the G1 and generalize to "consumer devices"

14 years ago docs only.
Scott Main [Wed, 26 Aug 2009 18:56:57 +0000 (11:56 -0700)]
docs only.
    add new documentation for installing the new winusb driver.
    also add a link to the HTC support site for ADP flashing
    and remove references to the G1 and generalize to "consumer devices"

14 years agoClose suggestion cursors that arrive after adapter is closed
Bjorn Bringert [Wed, 26 Aug 2009 12:18:40 +0000 (13:18 +0100)]
Close suggestion cursors that arrive after adapter is closed

Before, after using the Browser, memory-hungry apps could
become very sluggish. This was because the search dialog in the
system process had the BrowserProvider open, which in turn had
EnhancedGoogleSearch open. Since EhancedGoogleSearch runs in acore,
the system would keep both the Browser process and acore to stay
around forever.

The cause (or at least one common cause) for this was that
if the user types quickly, and clicks on a suggestion before
the displayed suggestions have caught up, some suggestion cursors
are not be closed.

This change solves this problem by adding a close() method to
SuggestionsAdapter. SuggestionsAdapter now closes any cursors
that are passed to it after close() is called.

Fixes http://b/issue?id=2078226
"global search holding reference to browser: system -> browser -> acore = :("

14 years agoRevert " modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional...
Yu Shan Emily Lau [Tue, 25 Aug 2009 17:21:31 +0000 (10:21 -0700)]
Revert " modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java"

This reverts commit 051d8d6692a4f8d852f6336d1e31a3a907913ac7.

14 years agoAdd more code samples to the online docs.
Scott Main [Mon, 24 Aug 2009 21:45:00 +0000 (14:45 -0700)]
Add more code samples to the online docs.
Add build rules to include the development samples in the droiddoc build process.
Add all the sample screenshots to a new samples/images/ directory
Revise the samples homepage to include links to new samples

14 years agoMerge change 22379 into donut
Android (Google) Code Review [Mon, 24 Aug 2009 17:11:00 +0000 (10:11 -0700)]
Merge change 22379 into donut

* changes:
   modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java         Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.

14 years ago modified: MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPl...
Yu Shan Emily Lau [Sat, 22 Aug 2009 02:06:18 +0000 (19:06 -0700)]
modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java
        Fixed the passing incorrect media names and add the localH263AMRprepareAsync test.

modified:   MediaFrameworkTest/src/com/android/mediaframeworktest/functional/MediaPlayerApiTest.java

14 years agoMerge change 22322 into donut
Android (Google) Code Review [Fri, 21 Aug 2009 21:47:41 +0000 (14:47 -0700)]
Merge change 22322 into donut

* changes:
  Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.

14 years agoAdd FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.
Eric Fischer [Fri, 21 Aug 2009 20:31:54 +0000 (13:31 -0700)]
Add FLAG_ACTIVITY_NEW_TASK flag when adding a word to the dictionary.

Without this, the runtime would restart when you tried to add a word
from the search widget.

Bug 2069689

14 years agoRemove third party support for Quick Search Box (aka global search).
Anonymous Coward [Fri, 21 Aug 2009 00:53:27 +0000 (17:53 -0700)]
Remove third party support for Quick Search Box (aka global search).

- @hides relevant APIs
- removes relevant javadoc
- enforces that only system apps can participate

note: general support is still there, will be easy to reenable when we are ready.

14 years agoUpdated Browser and MCS to use shared default trust manager instead of initializing...
Bob Lee [Fri, 21 Aug 2009 00:36:11 +0000 (17:36 -0700)]
Updated Browser and MCS to use shared default trust manager instead of initializing their own copies.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 21:07:18 +0000 (14:07 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoMerge change 21977 into donut
Android (Google) Code Review [Thu, 20 Aug 2009 18:19:08 +0000 (11:19 -0700)]
Merge change 21977 into donut

* changes:
  docs only. add reference information for new <path-permission> element

14 years agodocs only.
Scott Main [Wed, 19 Aug 2009 21:52:09 +0000 (14:52 -0700)]
docs only.
add reference information for new <path-permission> element

14 years agoinvoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerSe...
Suchi Amalapurapu [Tue, 18 Aug 2009 23:57:41 +0000 (16:57 -0700)]
invoke sendMessage instead of dispatchMessage to avoid deadlocks in ActivityManagerService

14 years agoMerge change 21772 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 20:39:50 +0000 (13:39 -0700)]
Merge change 21772 into donut

* changes:
  Fix Resources#opeRawResource(int, TypedValue) in layoutlib.

14 years agoFix Resources#opeRawResource(int, TypedValue) in layoutlib.
Xavier Ducrohet [Tue, 18 Aug 2009 20:35:55 +0000 (13:35 -0700)]
Fix Resources#opeRawResource(int, TypedValue) in layoutlib.

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 18:19:17 +0000 (11:19 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoMerge change 21652 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 01:38:53 +0000 (18:38 -0700)]
Merge change 21652 into donut

* changes:
  Make ZoomButtonsController public.

14 years agoMake ZoomButtonsController public.
Jack Palevich [Tue, 18 Aug 2009 01:29:52 +0000 (18:29 -0700)]
Make ZoomButtonsController public.

14 years agoMerge change 21178 into donut
Android (Google) Code Review [Tue, 18 Aug 2009 00:58:05 +0000 (17:58 -0700)]
Merge change 21178 into donut

* changes:
  Simplified algorithm used to generate the preloaded-classes list. Generated a new preloaded-classes file.

14 years agoRemove dead locks in system process when installing packages
Suchi Amalapurapu [Mon, 17 Aug 2009 23:57:03 +0000 (16:57 -0700)]
Remove dead locks in system process when installing packages

14 years agoSimplified algorithm used to generate the preloaded-classes list. Generated a new...
Bob Lee [Thu, 13 Aug 2009 21:41:54 +0000 (14:41 -0700)]
Simplified algorithm used to generate the preloaded-classes list. Generated a new preloaded-classes file.

14 years agoMerge change 21408 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 21:22:24 +0000 (14:22 -0700)]
Merge change 21408 into donut

* changes:
  Improved drawing/matrix support in layoutlib

14 years agoMerge change 21572 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 21:19:42 +0000 (14:19 -0700)]
Merge change 21572 into donut

* changes:
  Add constants to adjust Vending input and output buffer sizes.

14 years agoImproved drawing/matrix support in layoutlib
Xavier Ducrohet [Sat, 15 Aug 2009 03:47:50 +0000 (20:47 -0700)]
Improved drawing/matrix support in layoutlib

- Make the custom Canvas actually replace the original one so that it's used
  even by parts of the framework that allocate their own temp Canvas object.
- Better support for Matrix: added support for mapPoint() and mapRect(), and invert()
- Implemented drawBitmap() with a Matrix, and made the paint object not NPE when null.

14 years agoMerge change 21549 into donut
Android (Google) Code Review [Mon, 17 Aug 2009 20:42:24 +0000 (13:42 -0700)]
Merge change 21549 into donut

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoAdd constants to adjust Vending input and output buffer sizes.
Jasperln [Mon, 17 Aug 2009 20:29:11 +0000 (13:29 -0700)]
Add constants to adjust Vending input and output buffer sizes.

- Needed for Bug: 2058060

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 17 Aug 2009 20:13:44 +0000 (13:13 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoFix issue #2056585: applications can put phone in inconsistent state wrt airplane...
Dianne Hackborn [Mon, 17 Aug 2009 19:51:17 +0000 (12:51 -0700)]
Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode

14 years agoCorrect comments for startSearch in Activity and SearchManager to explain
Mike LeBeau [Mon, 17 Aug 2009 17:56:02 +0000 (10:56 -0700)]
Correct comments for startSearch in Activity and SearchManager to explain
Donut behavior correctly.

14 years agoMerge change 21358 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 23:28:12 +0000 (16:28 -0700)]
Merge change 21358 into donut

* changes:
  Unhide the broadcast intent that signals completion of the TTS language files. This is required for bug 2022435. Correct the javadoc where two intents were mislabelled as broadcast, but were activity actions.

14 years agoUnhide the broadcast intent that signals completion of the TTS language
Jean-Michel Trivi [Fri, 14 Aug 2009 22:44:31 +0000 (15:44 -0700)]
Unhide the broadcast intent that signals completion of the TTS language
files. This is required for bug 2022435.
Correct the javadoc where two intents were mislabelled as broadcast,
but were activity actions.

14 years agoAdd maxSdkVersion information in dump badging option
Suchi Amalapurapu [Fri, 14 Aug 2009 22:13:09 +0000 (15:13 -0700)]
Add maxSdkVersion information in dump badging option

14 years agoMerge change 21241 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 17:57:25 +0000 (10:57 -0700)]
Merge change 21241 into donut

* changes:
  Layoutlib now uses the dimen status_bar_height instead of hard-coded value

14 years agoMerge change 21226 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 17:24:07 +0000 (10:24 -0700)]
Merge change 21226 into donut

* changes:
  Fix bug 2046705 where the output of the speech synthesizer is too low. The language files for the SVOX Pico engine result in the output of the synthesizer to be too soft, and barely audible on a phone speaker. The change implements a low shelf filter on the output of the synthesis and a drastic amplification. This works as intended because the synthesized data contains too much energy in the lower frequencies that is wasted on a phone speaker. Once filtered out, they leave room for amplication to address the volume issue.

14 years agoFix bug 2046705 where the output of the speech synthesizer is too low.
Jean-Michel Trivi [Fri, 14 Aug 2009 02:05:45 +0000 (19:05 -0700)]
Fix bug 2046705 where the output of the speech synthesizer is too low.
The language files for the SVOX Pico engine result in the output of
the synthesizer to be too soft, and barely audible on a phone speaker.
The change implements a low shelf filter on the output of the synthesis
and a drastic amplification. This works as intended because the
synthesized data contains too much energy in the lower frequencies that
is wasted on a phone speaker. Once filtered out, they leave room for
amplication to address the volume issue.

14 years agoMerge change 21124 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 16:04:59 +0000 (09:04 -0700)]
Merge change 21124 into donut

* changes:
  Add license-related files

14 years agoLayoutlib now uses the dimen status_bar_height instead of hard-coded value
Xavier Ducrohet [Fri, 14 Aug 2009 04:48:03 +0000 (21:48 -0700)]
Layoutlib now uses the dimen status_bar_height instead of hard-coded value

BUG: 2053956

14 years agoMerge change 21149 into donut
Android (Google) Code Review [Fri, 14 Aug 2009 00:33:03 +0000 (17:33 -0700)]
Merge change 21149 into donut

* changes:
  DOCS ONLY. add manifest documentation for uses-feature and supports-screens elements. also update the navigation and manifest home page, update the uses-sdk element to include new maxSdk and targeSdk attributes, and add some sample code to DisplayMetrics to query the device for screen info.

14 years agoDOCS ONLY.
Scott Main [Thu, 13 Aug 2009 19:45:31 +0000 (12:45 -0700)]
DOCS ONLY.
add manifest documentation for uses-feature and supports-screens elements.
also update the navigation and manifest home page,
update the uses-sdk element to include new maxSdk and targeSdk attributes,
and add some sample code to DisplayMetrics to query the device for screen info.

14 years agoMerge change 21100 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 19:36:22 +0000 (12:36 -0700)]
Merge change 21100 into donut

* changes:
  Use dataRoaming in dataConnectionTracker.

14 years agoMerge change 21063 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 18:31:07 +0000 (11:31 -0700)]
Merge change 21063 into donut

* changes:
  Fix handling of reference XML file in layout files

14 years agoFix handling of reference XML file in layout files
Xavier Ducrohet [Thu, 13 Aug 2009 04:47:11 +0000 (21:47 -0700)]
Fix handling of reference XML file in layout files

This allows layout that references animation to properly load
in the layout editor in ADT

14 years agoMerge change 21033 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 18:13:46 +0000 (11:13 -0700)]
Merge change 21033 into donut

* changes:
  Mock ServiceManager and AccesibilityManager to make the view renders in ADT

14 years agoAdd license-related files
Jean-Baptiste Queru [Thu, 13 Aug 2009 17:58:11 +0000 (10:58 -0700)]
Add license-related files

BUG=1573996

14 years agoUse dataRoaming in dataConnectionTracker.
John Wang [Thu, 13 Aug 2009 12:32:17 +0000 (05:32 -0700)]
Use dataRoaming in dataConnectionTracker.

Seperate dataRoaming from gsmRoaming. dataRoaming is based on +CGREG returns in GSM while gsmRoaming is based on +CREG returns. Previously, the status of dataRoaming is always treated the same as gsmRoaming. However there is a situation where +CREG returns 0 and +CGREG returns 5, i.e., gsmRoaming is off and dataRoaming is on. In such situation, the phone should setup data connection if the phone enables data service when roaming (for example, data only card). The phone shouldn't setup data connection if the phone disable data service when roaming (to prevent roaming data charge). So gsmDataConnectionTracker should use dataRoaming instead of gsmRoaming to decide if data service allowed.

modified:   GsmDataConnectionTracker.java
modified:   GsmServiceStateTracker.java

14 years agoMerge change 21055 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 04:36:22 +0000 (21:36 -0700)]
Merge change 21055 into donut

* changes:
  Lock in final resource identifiers.

14 years agoLock in final resource identifiers.
Dianne Hackborn [Thu, 13 Aug 2009 03:55:20 +0000 (20:55 -0700)]
Lock in final resource identifiers.

14 years agoMerge change 21045 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 01:40:22 +0000 (18:40 -0700)]
Merge change 21045 into donut

* changes:
  Last minute change: Replace default app icon with a prettier one - droid on a software box sort of thing. :)

14 years agoLast minute change: Replace default app icon with a prettier one - droid on a softwar...
Mike LeBeau [Thu, 13 Aug 2009 01:37:35 +0000 (18:37 -0700)]
Last minute change: Replace default app icon with a prettier one - droid on a software box sort of thing. :)

Addresses http://b/2000048

14 years agoMerge change 21038 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 01:05:50 +0000 (18:05 -0700)]
Merge change 21038 into donut

* changes:
  Propagate info about whether a "call" command was issued in RecognitionResult.

14 years agoPropagate info about whether a "call" command was issued in RecognitionResult.
Mike LeBeau [Thu, 13 Aug 2009 01:03:31 +0000 (18:03 -0700)]
Propagate info about whether a "call" command was issued in RecognitionResult.

This is needed for the fix of http://b/2018041.

14 years agoMerge change 21025 into donut
Android (Google) Code Review [Thu, 13 Aug 2009 01:00:16 +0000 (18:00 -0700)]
Merge change 21025 into donut

* changes:
  The DONUT constant also needs to be updated to the official SDK version.

14 years agoThe DONUT constant also needs to be updated to the official SDK version.
Dianne Hackborn [Wed, 12 Aug 2009 23:53:56 +0000 (16:53 -0700)]
The DONUT constant also needs to be updated to the official SDK version.

Also remove all of the resource value padding.

14 years agoMock ServiceManager and AccesibilityManager to make the view renders in ADT
Xavier Ducrohet [Thu, 13 Aug 2009 00:20:18 +0000 (17:20 -0700)]
Mock ServiceManager and AccesibilityManager to make the view renders in ADT

BUG: 2049348

14 years agoMerge change 20960 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 18:29:59 +0000 (11:29 -0700)]
Merge change 20960 into donut

* changes:
  Fix issue #2049588: App widget can crash causing system to be unable to boot

14 years agoFix issue #2049588: App widget can crash causing system to be unable to boot
Dianne Hackborn [Wed, 12 Aug 2009 18:13:26 +0000 (11:13 -0700)]
Fix issue #2049588: App widget can crash causing system to be unable to boot

14 years agoMerge change 20859 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 17:21:36 +0000 (10:21 -0700)]
Merge change 20859 into donut

* changes:
  Fix for sending 16-bit SMS message with header.

14 years agoMerge change 20869 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 16:24:05 +0000 (09:24 -0700)]
Merge change 20869 into donut

* changes:
  If no interpolator is specified for a progress bar in the theme, default to a LinearInterpolator.

14 years agoIf no interpolator is specified for a progress bar in the theme, default to a LinearI...
Karl Rosaen [Wed, 12 Aug 2009 00:57:50 +0000 (17:57 -0700)]
If no interpolator is specified for a progress bar in the theme, default to a LinearInterpolator.

Fixes bug 2031844.

14 years agoMerge change 20878 into donut
Android (Google) Code Review [Wed, 12 Aug 2009 02:58:36 +0000 (19:58 -0700)]
Merge change 20878 into donut

* changes:
  Fix issue #2048263: More debugging information

14 years agoFix issue #2048263: More debugging information
Dianne Hackborn [Wed, 12 Aug 2009 01:56:41 +0000 (18:56 -0700)]
Fix issue #2048263: More debugging information

We now hopefully do better about generating the anr reports, and include
information about the malloc loaded assets in meminfo.

14 years agoDO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.
Chia-chi Yeh [Wed, 5 Aug 2009 18:28:24 +0000 (02:28 +0800)]
DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.

It seems that libdrm1 was the only user of libaes.
Now libaes is no longer required and removing it saves 36 kilobytes.

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix for sending 16-bit SMS message with header.
jsh [Wed, 12 Aug 2009 00:25:37 +0000 (17:25 -0700)]
Fix for sending 16-bit SMS message with header.

Header length was missing from the PDU.  This addresses http://b/issue?id=2040561

14 years agoMerge change 20673 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 22:18:29 +0000 (15:18 -0700)]
Merge change 20673 into donut

* changes:
  Fix bug 2043140. A race condition is encountered when an application invokes shutdown() on its TextToSpeech object while is has speak() requests still running. Since the TTS service destructor releases the synthesizer resources and sets the corresponding synth reference to null, an NPE was observed. The fix consists in catching NPEs whenever the sNativeSynth object is accessed, and return the matching error for the call. This change is a "low risk" version of the fix for bug 2025765i (same issue) which was reverted because it was higher risk than this CL: it affected the logic of each call to sNativeSynth. This CL only sets an error code when an NPE is fired because sNativeSynth is null.

14 years agoFix bug 2043140.
Jean-Michel Trivi [Mon, 10 Aug 2009 23:13:18 +0000 (16:13 -0700)]
Fix bug 2043140.
A race condition is encountered when an application invokes shutdown()
on its TextToSpeech object while is has speak() requests still running.
Since the TTS service destructor releases the synthesizer resources and
sets the corresponding synth reference to null, an NPE was observed.
The fix consists in catching NPEs whenever the sNativeSynth object is
accessed, and return the matching error for the call.
This change is a "low risk" version of the fix for bug 2025765i (same
issue) which was reverted because it was higher risk than this CL:
it affected the logic of each call to sNativeSynth. This CL only sets
an error code when an NPE is fired because sNativeSynth is null.

14 years agoMerge change 20806 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 21:45:08 +0000 (14:45 -0700)]
Merge change 20806 into donut

* changes:
  Remove flaky auto complete tests from continuous.

14 years agoRemove flaky auto complete tests from continuous.
Brett Chabot [Tue, 11 Aug 2009 21:31:30 +0000 (14:31 -0700)]
Remove flaky auto complete tests from continuous.

BUG 2036517

14 years agoMerge change 20768 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 20:58:59 +0000 (13:58 -0700)]
Merge change 20768 into donut

* changes:
  Docs only change: finish documentation of Android Quick Search Box related information in SearchManager.

14 years agoDocs only change: finish documentation of Android Quick Search Box related informatio...
Karl Rosaen [Tue, 11 Aug 2009 18:35:07 +0000 (11:35 -0700)]
Docs only change: finish documentation of Android Quick Search Box related information in SearchManager.

Includes:
- an overview section on including search suggestions in quick search box
- additional table of searchable metadata attributes related to quick search box
- additional column descriptions that we've added for quick search box.
- description of how to expose your content provider's search suggestions to
the search infrastructure if you have permissions guarding your content provider.

14 years agoMerge snapshot version of donut back into main tree
Jean-Baptiste Queru [Tue, 11 Aug 2009 20:32:23 +0000 (13:32 -0700)]
Merge snapshot version of donut back into main tree

14 years agodonut snapshot
Jean-Baptiste Queru [Tue, 11 Aug 2009 20:12:34 +0000 (13:12 -0700)]
donut snapshot

14 years agoMerge change 20713 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 19:48:36 +0000 (12:48 -0700)]
Merge change 20713 into donut

* changes:
  Updated preloaded-classes file.

14 years agoMerge change 20779 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 19:47:36 +0000 (12:47 -0700)]
Merge change 20779 into donut

* changes:
  DO NOT MERGE. This is merged from master. Fix couple of bugs in the meminfo report.  . added the new "/data/dalvik-cache/" to dalvik heap  . shortened the starting line's length from 40 to 30 to handle the case where there is no name  . fixed the pri/shared for others. It was swapped.

14 years agoDO NOT MERGE. This is merged from master.
Grace Kloba [Tue, 11 Aug 2009 19:43:08 +0000 (12:43 -0700)]
DO NOT MERGE. This is merged from master.
Fix couple of bugs in the meminfo report.
 . added the new "/data/dalvik-cache/" to dalvik heap
 . shortened the starting line's length from 40 to 30 to handle the case where there is no name
 . fixed the pri/shared for others. It was swapped.

14 years agoUpdated preloaded-classes file.
Bob Lee [Tue, 11 Aug 2009 08:16:03 +0000 (01:16 -0700)]
Updated preloaded-classes file.

14 years agoMerge change 20738 into donut
Android (Google) Code Review [Tue, 11 Aug 2009 17:01:18 +0000 (10:01 -0700)]
Merge change 20738 into donut

* changes:
  Fix a bug in getSocketError() in VpnService.

14 years agoFix a bug in getSocketError() in VpnService.
Hung-ying Tyan [Tue, 11 Aug 2009 16:53:36 +0000 (00:53 +0800)]
Fix a bug in getSocketError() in VpnService.