OSDN Git Service

android-x86/frameworks-base.git
14 years agoFix for bug 2427961 android.security.tests.SystemKeyStoreTest:testBasicAccess is...
Oscar Montemayor [Tue, 9 Feb 2010 23:48:03 +0000 (15:48 -0800)]
Fix for bug 2427961 android.security.tests.SystemKeyStoreTest:testBasicAccess is failing.
Fixed issues in test.

14 years agoMerge "Properly notifies listener when an animation is cancelled. Bug: #2428005."
Romain Guy [Tue, 9 Feb 2010 21:21:09 +0000 (13:21 -0800)]
Merge "Properly notifies listener when an animation is cancelled. Bug: #2428005."

14 years agoMerge "change wording in warning msg printed when compiled-sql cache is full"
Vasu Nori [Tue, 9 Feb 2010 20:29:21 +0000 (12:29 -0800)]
Merge "change wording in warning msg printed when compiled-sql cache is full"

14 years agoMerge "A little less verbosity in stagefright and special treatment for the error...
Andreas Huber [Tue, 9 Feb 2010 20:10:31 +0000 (12:10 -0800)]
Merge "A little less verbosity in stagefright and special treatment for the error state while shutting down."

14 years agoMerge "Fix NPE in PackageParser"
Bjorn Bringert [Tue, 9 Feb 2010 20:09:28 +0000 (12:09 -0800)]
Merge "Fix NPE in PackageParser"

14 years agoMerge "Update the mdpi resource with 2.0 style icons"
Eugene Koh [Tue, 9 Feb 2010 20:05:49 +0000 (12:05 -0800)]
Merge "Update the mdpi resource with 2.0 style icons"

14 years agoA little less verbosity in stagefright and special treatment for the error state...
Andreas Huber [Tue, 9 Feb 2010 19:54:33 +0000 (11:54 -0800)]
A little less verbosity in stagefright and special treatment for the error state while shutting down.

14 years agochange wording in warning msg printed when compiled-sql cache is full
Vasu Nori [Tue, 9 Feb 2010 19:49:01 +0000 (11:49 -0800)]
change wording in warning msg printed when compiled-sql cache is full

14 years agoMerge "Take into account the visible title height when scrolling."
Shimeng (Simon) Wang [Tue, 9 Feb 2010 19:39:18 +0000 (11:39 -0800)]
Merge "Take into account the visible title height when scrolling."

14 years agoProperly notifies listener when an animation is cancelled.
Romain Guy [Tue, 9 Feb 2010 19:30:44 +0000 (11:30 -0800)]
Properly notifies listener when an animation is cancelled.
Bug: #2428005.

14 years agoTake into account the visible title height when scrolling.
Shimeng (Simon) Wang [Mon, 8 Feb 2010 23:17:21 +0000 (15:17 -0800)]
Take into account the visible title height when scrolling.

Bug: 2425057
modified:   core/java/android/webkit/WebView.java

14 years agoMerge "Add --auto-add-overlay option to aapt."
Xavier Ducrohet [Tue, 9 Feb 2010 19:29:11 +0000 (11:29 -0800)]
Merge "Add --auto-add-overlay option to aapt."

14 years agoFramework: Clean up / Refactor Mount APIs
San Mehat [Fri, 5 Feb 2010 16:26:50 +0000 (08:26 -0800)]
Framework: Clean up / Refactor Mount APIs

 - Move android.storage.* -> android.os.storage.* and refactor users
 - Refactor generic shares back to explicit ums enable/disable/isEnabled
 - Remove media insert/removed event callbacks (not ready for Froyo)
 - Remove 'label' from volume state change callbacks
 - Add public API functions for enabling/disabling USB mass storage (permissions enforced
   in MountSevice)
 - Remove some stray un-needed import lines
 - Move android.os.IMountService / android.os.IMountServiceListener -> android.os.storage
 - Improve code comments

Updated:
  MountService: Add dup state check and move debugging behind a conditional
  UsbStorageActivity: Fix review comments + a TODO
  StorageNotification: Add @Override tags
  StorageManager: Don't use a static Listener list
  MountService: Reduce bloat and fix == where I meant .equals()
  PackageManagerTests: Update for new API

Signed-off-by: San Mehat <san@google.com>
14 years agoNotificationManagerService: Add a listener for storage events
San Mehat [Fri, 5 Feb 2010 04:54:43 +0000 (20:54 -0800)]
NotificationManagerService: Add a listener for storage events

Signed-off-by: San Mehat <san@google.com>
14 years agoStorageNotification: Add general storage notification for UMS/Storage events
San Mehat [Fri, 5 Feb 2010 04:53:48 +0000 (20:53 -0800)]
StorageNotification: Add general storage notification for UMS/Storage events

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge "MountService: Harden for pre-boot usage users"
San Mehat [Tue, 9 Feb 2010 19:02:44 +0000 (11:02 -0800)]
Merge "MountService: Harden for pre-boot usage users"

14 years agoMerge "MountService: Add WARN checks to ASEC calls to catch bad users"
San Mehat [Tue, 9 Feb 2010 19:02:32 +0000 (11:02 -0800)]
Merge "MountService: Add WARN checks to ASEC calls to catch bad users"

14 years agoam 18f75bd4: am e88192b9: Cleanup fixes for ScaleGestureDetector
Adam Powell [Tue, 9 Feb 2010 19:01:24 +0000 (11:01 -0800)]
am 18f75bd4: am e88192b9: Cleanup fixes for ScaleGestureDetector

Merge commit '18f75bd45cdbfaf175364552f2d0d0dc3b2835c0'

* commit '18f75bd45cdbfaf175364552f2d0d0dc3b2835c0':
  Cleanup fixes for ScaleGestureDetector

14 years agoam e88192b9: Cleanup fixes for ScaleGestureDetector
Adam Powell [Tue, 9 Feb 2010 18:55:57 +0000 (10:55 -0800)]
am e88192b9: Cleanup fixes for ScaleGestureDetector

Merge commit 'e88192b9d2a8c364d8545471907c5baa275bb5f6' into eclair-plus-aosp

* commit 'e88192b9d2a8c364d8545471907c5baa275bb5f6':
  Cleanup fixes for ScaleGestureDetector

14 years agoCleanup fixes for ScaleGestureDetector
Adam Powell [Tue, 9 Feb 2010 18:27:48 +0000 (10:27 -0800)]
Cleanup fixes for ScaleGestureDetector

14 years agoMerge "During shutdown, don't loop forever on a state transition to OMX_StateInvalid."
Andreas Huber [Tue, 9 Feb 2010 18:04:57 +0000 (10:04 -0800)]
Merge "During shutdown, don't loop forever on a state transition to OMX_StateInvalid."

14 years agoMerge "NativeDaemonConnector: Improve error reporting and debug formatting"
San Mehat [Tue, 9 Feb 2010 16:59:13 +0000 (08:59 -0800)]
Merge "NativeDaemonConnector: Improve error reporting and debug formatting"

14 years agoMerge changes I1aabef01,I8dbd0f83
San Mehat [Tue, 9 Feb 2010 16:58:23 +0000 (08:58 -0800)]
Merge changes I1aabef01,I8dbd0f83

* changes:
  SystemServer: Move MountService startup before NotificationManagerService
  StorageManager: Check for a null MountService

14 years agoHide resourceDirs from public API
Kenny Root [Fri, 5 Feb 2010 20:59:28 +0000 (12:59 -0800)]
Hide resourceDirs from public API

Change-Id: I070558c0adca43c8650ac740d3cda4334d0f4a50

14 years agoMerge "Handle the Tab key by moving to the next textfield. And ensure there is always...
Leon Scroggins [Tue, 9 Feb 2010 15:53:40 +0000 (07:53 -0800)]
Merge "Handle the Tab key by moving to the next textfield. And ensure there is always a way to get to the next field."

14 years agoUse bswap_16 instead of swap16, because swap16 is not available in glibc
Marco Nelissen [Tue, 9 Feb 2010 15:40:10 +0000 (07:40 -0800)]
Use bswap_16 instead of swap16, because swap16 is not available in glibc

14 years agoHandle the Tab key by moving to the next textfield. And ensure
Leon Scroggins [Mon, 8 Feb 2010 18:07:41 +0000 (13:07 -0500)]
Handle the Tab key by moving to the next textfield. And ensure
there is always a way to get to the next field.

http://b/issue?id=2414236 and http://b/issue?id=2414229

14 years agoFix NPE in PackageParser
Bjorn Bringert [Tue, 9 Feb 2010 13:56:08 +0000 (13:56 +0000)]
Fix NPE in PackageParser

Before, PackageParser threw NPE when reading <path-permission>
android:writePermission set.

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

Change-Id: I4c69f0210ab362a649ff239c5f9e927d93c2f241

14 years agoresolved conflicts for merge of 37a00a36 to master
Suchi Amalapurapu [Tue, 9 Feb 2010 07:55:56 +0000 (23:55 -0800)]
resolved conflicts for merge of 37a00a36 to master

14 years agoMerge "Fixes to DeviceAdmin & DevicePolicyManager Javadoc"
Andy Stadler [Tue, 9 Feb 2010 07:06:31 +0000 (23:06 -0800)]
Merge "Fixes to DeviceAdmin & DevicePolicyManager Javadoc"

14 years agoFixes to DeviceAdmin & DevicePolicyManager Javadoc
Andrew Stadler [Tue, 9 Feb 2010 06:59:36 +0000 (22:59 -0800)]
Fixes to DeviceAdmin & DevicePolicyManager Javadoc

1.  Fix build break caused by renaming of sample app files
2.  Rewrote JavaDoc for setMaximumFailedPasswords()

14 years agoFix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView
Jim Miller [Sat, 6 Feb 2010 02:51:59 +0000 (18:51 -0800)]
Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView

- Added new PasswordEntryKeyboardView to internal/widgets.  Widget supports:
- alpha mode with symbols (latin-1 only).
- a numeric keyboard
- IME emulation that applies keyboard input to arbitrary top-level view widget.
- Added new transparent assets to framework resources.
- Modified Keyguard and Keyguard layouts to use new PasswordEntryKeyboardView.

14 years agoNetwork Location unbundling:
Mike Lockwood [Tue, 26 Jan 2010 03:46:13 +0000 (22:46 -0500)]
Network Location unbundling:

The network location and geocode provider services are now started on demand
and their interfaces are now retrieved via bindService().

Remove obsolete LocationManager installLocationProvider() and installGeocodeProvider() methods.

Add abstract class android.location.provider.GeocodeProvider to provide a public wrapper to
the IGeocodeProvider Binder interface. Replaces the LocationManager.GeocodeProvider interface.

Rename LocationProviderImpl to android.location.provider.LocationProvider.

Move LocationManager.reportLocation() to android.location.provider.LocationProvider,
so all methods related to external location providers are now all in one class.

Avoid calling from the Location Manager Service into providers that are disabled so we
do not start the network location service unnecessarily.

Change-Id: If3ed2d5d62b83ba508006711d575cad09f4a0007
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMountService: Harden for pre-boot usage users
San Mehat [Fri, 5 Feb 2010 04:46:54 +0000 (20:46 -0800)]
MountService: Harden for pre-boot usage users

- Connection to native daemon now happens on creation instead of ON_BOOT
- Don't emit share change broadcasts before system is booted
- Protect against public API usage before we're ready

Signed-off-by: San Mehat <san@google.com>
14 years agoMountService: Add WARN checks to ASEC calls to catch bad users
San Mehat [Thu, 4 Feb 2010 23:10:38 +0000 (15:10 -0800)]
MountService: Add WARN checks to ASEC calls to catch bad users

Signed-off-by: San Mehat <san@google.com>
14 years agoNativeDaemonConnector: Improve error reporting and debug formatting
San Mehat [Thu, 4 Feb 2010 23:09:02 +0000 (15:09 -0800)]
NativeDaemonConnector: Improve error reporting and debug formatting

Updated:
  NativeDaemonConnector: Put debugging behind a conditional

Signed-off-by: San Mehat <san@google.com>
14 years agoSystemServer: Move MountService startup before NotificationManagerService
San Mehat [Wed, 3 Feb 2010 22:43:09 +0000 (14:43 -0800)]
SystemServer: Move MountService startup before NotificationManagerService

Signed-off-by: San Mehat <san@google.com>
14 years agoStorageManager: Check for a null MountService
San Mehat [Wed, 3 Feb 2010 22:39:20 +0000 (14:39 -0800)]
StorageManager: Check for a null MountService

Signed-off-by: San Mehat <san@google.com>
14 years agoam 08be55b8: Add null checks when scanning a package. Delete packages whose code...
Suchi Amalapurapu [Tue, 9 Feb 2010 01:27:33 +0000 (17:27 -0800)]
am 08be55b8: Add null checks when scanning a package. Delete packages whose code and resource paths haven\'t been set correctly.

Merge commit '08be55b8ea917a5273c135a7bdc73e41c8524c05' into eclair-plus-aosp

* commit '08be55b8ea917a5273c135a7bdc73e41c8524c05':
  Add null checks when scanning a package.

14 years agoAdd null checks when scanning a package.
Suchi Amalapurapu [Tue, 9 Feb 2010 00:30:06 +0000 (16:30 -0800)]
Add null checks when scanning a package.
Delete packages whose code and resource paths haven't been set
correctly.

14 years ago- change the SyncManager to retry MANUAL syncs that encounter a soft error
Fred Quintana [Fri, 5 Feb 2010 23:28:12 +0000 (15:28 -0800)]
- change the SyncManager to retry MANUAL syncs that encounter a soft error
- make the sync dump handle the case where there are no accounts
- fix a bug that caused the SyncManager to burn up CPU in the system process

The following was implemented:

scheduler offers:
 - settings to disable sync
 - retries of certain errors
 - backoffs

want a way to control these when scheduling a sync
 - "ignore_settings"
 - "ignore initial backoff"
 - "manual" : ignore settings, ignore initial backoff
 - "do not retry"

- need to change the default behavior of not retrying manual syncs to retry regardless

14 years agoID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when extracti...
Andreas Huber [Mon, 8 Feb 2010 19:04:56 +0000 (11:04 -0800)]
ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when extracting metadata.

related-to-bug: 2399408

14 years agoMerge "Properly implement asynchronous preparation of media playback."
Andreas Huber [Tue, 9 Feb 2010 00:39:24 +0000 (16:39 -0800)]
Merge "Properly implement asynchronous preparation of media playback."

14 years agoMerge "Fix fountain and put the demos back in the optional build."
Jason Sams [Tue, 9 Feb 2010 00:34:04 +0000 (16:34 -0800)]
Merge "Fix fountain and put the demos back in the optional build."

14 years agoFix fountain and put the demos back in the optional build.
Jason Sams [Tue, 9 Feb 2010 00:31:39 +0000 (16:31 -0800)]
Fix fountain and put the demos back in the optional build.

14 years agoMerge "Remember which apps have available restore info in the ancestral dataset"
Chris Tate [Tue, 9 Feb 2010 00:30:35 +0000 (16:30 -0800)]
Merge "Remember which apps have available restore info in the ancestral dataset"

14 years agoMerge "Skip the endianness marker when converting UCS-2 to UTF-8, since it ends up...
Marco Nelissen [Tue, 9 Feb 2010 00:30:14 +0000 (16:30 -0800)]
Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it ends up in the UTF-8 string otherwise."

14 years agoRemember which apps have available restore info in the ancestral dataset
Christopher Tate [Tue, 9 Feb 2010 00:22:24 +0000 (16:22 -0800)]
Remember which apps have available restore info in the ancestral dataset

When we perform a full-system restore, remember the set of applications which
have data available in our ancestral dataset.  This is a key filter for not
having to do a round trip to the [remote] storage backend at app-install time
unless it is likely to be fruitful.

Change-Id: I7c77b490c560c581888d84f02f258b2e2d73bc69

14 years agoProperly implement asynchronous preparation of media playback.
Andreas Huber [Mon, 8 Feb 2010 22:40:30 +0000 (14:40 -0800)]
Properly implement asynchronous preparation of media playback.

related-to-bug: 2413002

14 years agoSkip the endianness marker when converting UCS-2 to UTF-8, since it
Marco Nelissen [Mon, 8 Feb 2010 23:04:23 +0000 (15:04 -0800)]
Skip the endianness marker when converting UCS-2 to UTF-8, since it
ends up in the UTF-8 string otherwise.

14 years agoFix to enable having a primary index that's not the closest match.
Amith Yamasani [Mon, 8 Feb 2010 23:24:57 +0000 (15:24 -0800)]
Fix to enable having a primary index that's not the closest match.

Needed for predictive hit target correction in LatinIME.

14 years agoMerge "Use Tremor for sim-eng, and Tremolo for other targets."
Gloria Wang [Mon, 8 Feb 2010 23:16:07 +0000 (15:16 -0800)]
Merge "Use Tremor for sim-eng, and Tremolo for other targets."

14 years agoMerge "Add support for the TPOS/TPA (disc number) id3 tag."
Marco Nelissen [Mon, 8 Feb 2010 22:59:31 +0000 (14:59 -0800)]
Merge "Add support for the TPOS/TPA (disc number) id3 tag."

14 years agoMerge "Always remember the last touch mode state when touch mode changes."
Romain Guy [Mon, 8 Feb 2010 22:59:03 +0000 (14:59 -0800)]
Merge "Always remember the last touch mode state when touch mode changes."

14 years agoAlways remember the last touch mode state when touch mode changes.
Romain Guy [Mon, 8 Feb 2010 22:58:01 +0000 (14:58 -0800)]
Always remember the last touch mode state when touch mode changes.

Do not just rely on getting an onWindowFocusChanged() event. There are cases
where we might not get it (view removed from the window for instance.)

14 years agoMerge "Rename media resource broadcasts Add checks for fwdlocked and updated system...
Suchi Amalapurapu [Mon, 8 Feb 2010 22:51:38 +0000 (14:51 -0800)]
Merge "Rename media resource broadcasts Add checks for fwdlocked and updated system apps add more tests remove duplicate adds"

14 years agoRename media resource broadcasts
Suchi Amalapurapu [Fri, 5 Feb 2010 06:51:07 +0000 (22:51 -0800)]
Rename media resource broadcasts
Add checks for fwdlocked and updated system apps
add more tests
remove duplicate adds

14 years agoAdd support for the TPOS/TPA (disc number) id3 tag.
Marco Nelissen [Mon, 8 Feb 2010 22:50:19 +0000 (14:50 -0800)]
Add support for the TPOS/TPA (disc number) id3 tag.

14 years agoMerge "Fixing a race condition in the TextToSpeech service that could be triggered...
Charles Chen [Mon, 8 Feb 2010 22:44:44 +0000 (14:44 -0800)]
Merge "Fixing a race condition in the TextToSpeech service that could be triggered if many long utterances are started and interrupted in rapid succession."

14 years agoUse Tremor for sim-eng, and Tremolo for other targets.
Gloria Wang [Mon, 8 Feb 2010 22:37:41 +0000 (14:37 -0800)]
Use Tremor for sim-eng, and Tremolo for other targets.

14 years agoanimated the return to normal of mr-stretchy
Mike Reed [Mon, 8 Feb 2010 21:49:58 +0000 (16:49 -0500)]
animated the return to normal of mr-stretchy

14 years agoFixing a race condition in the TextToSpeech service that could be
Charles Chen [Sat, 6 Feb 2010 05:36:07 +0000 (21:36 -0800)]
Fixing a race condition in the TextToSpeech service that could be
triggered if many long utterances are started and interrupted in
rapid succession.

14 years agoFix the build. That was an API change.
Joe Onorato [Mon, 8 Feb 2010 21:41:00 +0000 (13:41 -0800)]
Fix the build.  That was an API change.

14 years agoMerge "Make ComponentName cloneable."
Joe Onorato [Mon, 8 Feb 2010 21:10:46 +0000 (13:10 -0800)]
Merge "Make ComponentName cloneable."

14 years agoMerge "Prevent crash in KeyboardView when the view is 0x0."
Romain Guy [Mon, 8 Feb 2010 21:06:17 +0000 (13:06 -0800)]
Merge "Prevent crash in KeyboardView when the view is 0x0."

14 years agoDuring shutdown, don't loop forever on a state transition to OMX_StateInvalid.
Andreas Huber [Mon, 8 Feb 2010 20:54:40 +0000 (12:54 -0800)]
During shutdown, don't loop forever on a state transition to OMX_StateInvalid.

related-to-bug: 2420917

14 years agoMake ComponentName cloneable.
Joe Onorato [Mon, 8 Feb 2010 20:40:45 +0000 (12:40 -0800)]
Make ComponentName cloneable.

14 years agoremove android.os.Base64Utils
Doug Zongker [Mon, 8 Feb 2010 19:14:58 +0000 (11:14 -0800)]
remove android.os.Base64Utils

There are no more users of this code.

Change-Id: Ie0109ece2ea329aeb9607e9193eaf0808955eab9

14 years agoPrevent crash in KeyboardView when the view is 0x0.
Romain Guy [Mon, 8 Feb 2010 19:57:55 +0000 (11:57 -0800)]
Prevent crash in KeyboardView when the view is 0x0.

See http://code.google.com/p/android/issues/detail?id=6374

14 years agoMerge "add explicit Base64.DEFAULT flag to request default behavior"
Doug Zongker [Mon, 8 Feb 2010 19:16:59 +0000 (11:16 -0800)]
Merge "add explicit Base64.DEFAULT flag to request default behavior"

14 years agoadd explicit Base64.DEFAULT flag to request default behavior
Doug Zongker [Mon, 8 Feb 2010 17:06:41 +0000 (09:06 -0800)]
add explicit Base64.DEFAULT flag to request default behavior

Also fix some grammar problems in the javadoc, and prevent the class
from being instantiated.

Change-Id: I4d83184236566a1e77d5f5cce1c4dd3776bcfca3

14 years agochanges after review by API council
Vasu Nori [Sat, 6 Feb 2010 06:35:47 +0000 (22:35 -0800)]
changes after review by API council

please refer to http://b/issue?id=2420299

14 years agoMerge "use sqlite 3.6.22 to print and profile the sql statetements"
Vasu Nori [Mon, 8 Feb 2010 18:59:38 +0000 (10:59 -0800)]
Merge "use sqlite 3.6.22 to print and profile the sql statetements"

14 years agouse sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori [Fri, 5 Feb 2010 22:49:04 +0000 (14:49 -0800)]
use sqlite 3.6.22 to print and profile the sql statetements

instead of rolling our own trace/profile code in java, lets use
sqlite 3.6.22 features. turns out sqlite does a good job of
printing the sql statements - including the ones from the triggers.

14 years agoMerge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first."
Gloria Wang [Mon, 8 Feb 2010 18:46:36 +0000 (10:46 -0800)]
Merge "Fix for 2224736. Sometimes mSeeking is reset without calling setSeekTo first."

14 years agoam ad9bcb22: merge from open-source master
The Android Open Source Project [Mon, 8 Feb 2010 17:17:10 +0000 (09:17 -0800)]
am ad9bcb22: merge from open-source master

Merge commit 'ad9bcb22d05fbf130ac64254abd51a137e9a3d3f'

* commit 'ad9bcb22d05fbf130ac64254abd51a137e9a3d3f':
  Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method
  Fixed Android animation framework, for using interpolators that do not start at 0.0f
  Fix for GPS engines without separate session and engine status events.
  Be tolerant of GPS session and engine on status messages arriving out of order.
  GpsLocationProvider: Do not release wakelock until the GPS engine is fully off

14 years agoMerge "Fixing a bug when installing VoiceSearch cause error"
Bjorn Bringert [Mon, 8 Feb 2010 14:20:08 +0000 (06:20 -0800)]
Merge "Fixing a bug when installing VoiceSearch cause error"

14 years agoFixing a bug when installing VoiceSearch cause error
Valentin Kravtsov [Fri, 5 Feb 2010 16:26:04 +0000 (16:26 +0000)]
Fixing a bug when installing VoiceSearch cause error

Reinstalling VoiceIME created a problem because RecognitionService expected the first command to be setListener, in this version, such command is added
if the connection is broken.

Change-Id: Ia102fc1843053e2bdd330b380c2685a1227081b2

14 years agoUpdate the mdpi resource with 2.0 style icons
Bai Tao [Mon, 8 Feb 2010 07:48:37 +0000 (15:48 +0800)]
Update the mdpi resource with 2.0 style icons

14 years agoMerge "fix a warning message that is confusing people."
Vasu Nori [Sat, 6 Feb 2010 05:37:42 +0000 (21:37 -0800)]
Merge "fix a warning message that is confusing people."

14 years agoMerge "Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor...
Gloria Wang [Sat, 6 Feb 2010 03:06:38 +0000 (19:06 -0800)]
Merge "Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)""

14 years agoRevert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library...
Gloria Wang [Sat, 6 Feb 2010 02:50:17 +0000 (18:50 -0800)]
Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"

This reverts commit 2f46c062b05254671aec96a98b431f91ae7b270c.

14 years agoMerge "KeyStore: minor improvements."
Chia-chi Yeh [Sat, 6 Feb 2010 02:46:58 +0000 (18:46 -0800)]
Merge "KeyStore: minor improvements."

14 years agoKeyStore: minor improvements.
Chia-chi Yeh [Sat, 6 Feb 2010 02:43:22 +0000 (10:43 +0800)]
KeyStore: minor improvements.

Make constants final.
Only converts ArrayLists to arrays when necessary.

14 years agoMerge "fix [2189862] Race condition in eglIntialize and eglDestroy"
Mathias Agopian [Sat, 6 Feb 2010 02:37:17 +0000 (18:37 -0800)]
Merge "fix [2189862] Race condition in eglIntialize and eglDestroy"

14 years agoMerge "ListView updates. Fixed several overscrolling bugs. Added programmatic scrolli...
Adam Powell [Sat, 6 Feb 2010 02:01:45 +0000 (18:01 -0800)]
Merge "ListView updates. Fixed several overscrolling bugs. Added programmatic scrolling to ListView. Added auto-scrolling to show expanded content for ExpandableListView. Fixed an AbsListView recycler bug where offscreen views would stick around in the view hierarchy."

14 years agoListView updates. Fixed several overscrolling bugs. Added programmatic
Adam Powell [Mon, 25 Jan 2010 23:10:44 +0000 (15:10 -0800)]
ListView updates. Fixed several overscrolling bugs. Added programmatic
scrolling to ListView. Added auto-scrolling to show expanded content
for ExpandableListView. Fixed an AbsListView recycler bug where
offscreen views would stick around in the view hierarchy.

Addresses bugs 1161597 and 1119429.

14 years agoMerge "Fixing a bug with the TextToSpeech speech queue processing. The queue processo...
Charles Chen [Sat, 6 Feb 2010 01:23:44 +0000 (17:23 -0800)]
Merge "Fixing a bug with the TextToSpeech speech queue processing. The queue processor should not be called for the next item until synthesis has actually happened for the current item; before it was being incorrectly called regardless of whether or not the synthesizer had processed the current item."

14 years agoFixing a bug with the TextToSpeech speech queue processing.
Charles Chen [Sat, 6 Feb 2010 00:00:17 +0000 (16:00 -0800)]
Fixing a bug with the TextToSpeech speech queue processing.
The queue processor should not be called for the next item
until synthesis has actually happened for the current item;
before it was being incorrectly called regardless of
whether or not the synthesizer had processed the current item.

14 years agoGroundwork for new lock icon in the status bar.
Daniel Sandler [Fri, 5 Feb 2010 21:09:16 +0000 (13:09 -0800)]
Groundwork for new lock icon in the status bar.

Will be shown when the screen is on and the secure
lockscreen is engaged (i.e. shown, or active but behind a
FLAG_SHOW_WHEN_LOCKED activity).

Change-Id: I03475c8ba4abfe87c7e4a4c6b833e12c71d6dbc0

14 years agoRemove reference to unused static library.
Jeff Hamilton [Sat, 6 Feb 2010 00:27:08 +0000 (18:27 -0600)]
Remove reference to unused static library.

Change-Id: I5ad76658129b003fb96fc1e960a12f6e672da108

14 years agofix [2189862] Race condition in eglIntialize and eglDestroy
Mathias Agopian [Sat, 6 Feb 2010 00:17:01 +0000 (16:17 -0800)]
fix [2189862] Race condition in eglIntialize and eglDestroy

there is now a lock protext a perticular display. it's held during
initialization and destruction.

14 years agoMerge "Do not let negative margins reduce the size of the LinearLayout."
Romain Guy [Fri, 5 Feb 2010 23:35:10 +0000 (15:35 -0800)]
Merge "Do not let negative margins reduce the size of the LinearLayout."

14 years agoDo not let negative margins reduce the size of the LinearLayout.
Romain Guy [Fri, 5 Feb 2010 23:34:33 +0000 (15:34 -0800)]
Do not let negative margins reduce the size of the LinearLayout.

14 years agoMerge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library...
Gloria Wang [Fri, 5 Feb 2010 23:18:37 +0000 (15:18 -0800)]
Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"

14 years agoadd sync polling
Fred Quintana [Wed, 27 Jan 2010 20:17:49 +0000 (12:17 -0800)]
add sync polling

- added the ability to specify that a sync (of account/authority/extras)
  should occur at a given frequency
- the existing daily poll code was replaced with seeding each
  account/authority with a 24 hour periodic sync
- enhanced the "adb shell dumpsys content" output to show the
  periodic syncs and when they will next run

14 years agofix a warning message that is confusing people.
Vasu Nori [Fri, 5 Feb 2010 23:14:32 +0000 (15:14 -0800)]
fix a warning message that is confusing people.

warning message printed when the compiled-sql statament cache is emptied out is
not making sense to people. hope this version is better.

14 years agoam 0af04493: am 31bfdf69: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:23:32 +0000 (14:23 -0800)]
am 0af04493: am 31bfdf69: reconcile main tree with open-source eclair

Merge commit '0af0449301e72a52beeed8f26021e5460004d67a'

* commit '0af0449301e72a52beeed8f26021e5460004d67a':
  android-2.1_r1 snapshot
  Use 128p map tiles for high dpi devices.
  Throttle nitz updates as the are too numerous on cdma.
  don't request a sync when temp providers are created
  Increase light sensor delay from one to two seconds.
  Revert jparks code from IPCThreadState.
  Add a warning when we leave threads in the binder thread pool in the background scheduling group.
  PowerManagerService: Ensure that recent changes do not effect the hardware ALS case.

14 years agomerge from open-source master
The Android Open Source Project [Fri, 5 Feb 2010 21:55:16 +0000 (13:55 -0800)]
merge from open-source master

14 years agoMerge "Add support for direct EGLImageKHR use with pushbuffer API"
Mathias Agopian [Fri, 5 Feb 2010 21:44:01 +0000 (13:44 -0800)]
Merge "Add support for direct EGLImageKHR use with pushbuffer API"