OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge "First pass at the url rendering service."
Patrick Scott [Thu, 28 Jan 2010 16:32:43 +0000 (08:32 -0800)]
Merge "First pass at the url rendering service."

14 years agoMerge "Add streaming method profiling support."
Andy McFadden [Thu, 28 Jan 2010 15:27:32 +0000 (07:27 -0800)]
Merge "Add streaming method profiling support."

14 years agoMerge "Remove destroy asec command when mounting secure container"
San Mehat [Thu, 28 Jan 2010 14:50:18 +0000 (06:50 -0800)]
Merge "Remove destroy asec command when mounting secure container"

14 years agoThere is no ../com directory and the build (find) agrees.
Patrick Scott [Thu, 28 Jan 2010 14:03:14 +0000 (09:03 -0500)]
There is no ../com directory and the build (find) agrees.

14 years agoFirst pass at the url rendering service.
Patrick Scott [Thu, 14 Jan 2010 20:11:42 +0000 (15:11 -0500)]
First pass at the url rendering service.

The service renders a list of urls at the given dimension and invokes the
callback interface for each result. A ParcelFileDescriptor is used to transfer
the large image data to the client. The client must close the file descriptor
is order free the underlying resources.

A more robust api will use UrlRendererRequest and UrlRendererResponse objects
to transfer data.

14 years agoMerge "timestamp field in ApplicationErrorReport was not getting intitialized on...
Jacek Surazski [Thu, 28 Jan 2010 08:09:56 +0000 (00:09 -0800)]
Merge "timestamp field in ApplicationErrorReport was not getting intitialized on ANRs"

14 years agoUnhide YuvImage, which supports compressing a YUV rectangle region to JPEG.
Wei-Ta Chen [Wed, 27 Jan 2010 08:16:17 +0000 (16:16 +0800)]
Unhide YuvImage, which supports compressing a YUV rectangle region to JPEG.

Bug: 2285598

14 years agoRemove destroy asec command when mounting secure container
Suchi Amalapurapu [Thu, 28 Jan 2010 07:46:13 +0000 (23:46 -0800)]
Remove destroy asec command when mounting secure container

14 years agoUpdating Android's API XML files to reflect our new XML APIs!
Jesse Wilson [Wed, 27 Jan 2010 23:11:10 +0000 (15:11 -0800)]
Updating Android's API XML files to reflect our new XML APIs!

The effective change is here: https://android-git.corp.google.com/g/38533
It updates DOM to v3 and adds several javax.xml packages to be compatible
with Java 5.

14 years agoMerge "Added OverScroller and overscroll effects for ScrollView and HorizontalScrollV...
Romain Guy [Thu, 28 Jan 2010 06:00:44 +0000 (22:00 -0800)]
Merge "Added OverScroller and overscroll effects for ScrollView and HorizontalScrollView."

14 years agoAdded OverScroller and overscroll effects for ScrollView and HorizontalScrollView.
Adam Powell [Tue, 26 Jan 2010 02:38:22 +0000 (18:38 -0800)]
Added OverScroller and overscroll effects for ScrollView and HorizontalScrollView.

14 years agoam 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed while...
Fred Quintana [Thu, 28 Jan 2010 02:40:11 +0000 (18:40 -0800)]
am 6f3e1e27: am 9a400fa4: Merge "initialize sync adapters that get installed while the system is running bug b/issue?id=2360782" into eclair

Merge commit '6f3e1e27a697d3e64bf73792c1007135319ff0d5'

* commit '6f3e1e27a697d3e64bf73792c1007135319ff0d5':
  initialize sync adapters that get installed while the system is running

14 years agoam 3c2d3667: am 036e2108: Fix NPE when importing from USIM.
jsh [Thu, 28 Jan 2010 02:39:58 +0000 (18:39 -0800)]
am 3c2d3667: am 036e2108: Fix NPE when importing from USIM.

Merge commit '3c2d3667aa7ae20c95950270ccfa8932d1d3d32d'

* commit '3c2d3667aa7ae20c95950270ccfa8932d1d3d32d':
  Fix NPE when importing from USIM.

14 years agoBite the bullet and add support for multiple device admins.
Dianne Hackborn [Thu, 28 Jan 2010 00:21:20 +0000 (16:21 -0800)]
Bite the bullet and add support for multiple device admins.

14 years agoam 47f1d4d5: am b1780474: Merge "Instead of caputre the memory footprint before and...
Yu Shan Emily Lau [Thu, 28 Jan 2010 01:27:41 +0000 (17:27 -0800)]
am 47f1d4d5: am b1780474: Merge "Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair

Merge commit '47f1d4d509b271ddb2f158c761e572413f39f1a8'

* commit '47f1d4d509b271ddb2f158c761e572413f39f1a8':
  Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player.

14 years agoam ad0e5363: am 50adb167: Pull in "emergency calls only" translations.
Eric Fischer [Thu, 28 Jan 2010 01:27:23 +0000 (17:27 -0800)]
am ad0e5363: am 50adb167: Pull in "emergency calls only" translations.

Merge commit 'ad0e53635571066e7928e30a4a669067fff6a382'

* commit 'ad0e53635571066e7928e30a4a669067fff6a382':
  Pull in "emergency calls only" translations.

14 years agoam 97fdd0ab: am 7f70998d: Merge "Add Emergency Calls Only String." into eclair
John Wang [Thu, 28 Jan 2010 01:26:40 +0000 (17:26 -0800)]
am 97fdd0ab: am 7f70998d: Merge "Add Emergency Calls Only String." into eclair

Merge commit '97fdd0aba93f7c609c1194edf636805ff70e4918'

* commit '97fdd0aba93f7c609c1194edf636805ff70e4918':
  Add Emergency Calls Only String.

14 years agoUnhide camera api for set display orientation.
Chih-Chung Chang [Wed, 27 Jan 2010 18:24:42 +0000 (10:24 -0800)]
Unhide camera api for set display orientation.

14 years agotimestamp field in ApplicationErrorReport was not getting intitialized on ANRs
Jacek Surazski [Thu, 28 Jan 2010 00:37:21 +0000 (16:37 -0800)]
timestamp field in ApplicationErrorReport was not getting intitialized on ANRs

14 years agoam 29bc7270: am 495bae67: Merge "fix bug 2264186: clean up the outstanding async...
Wei Huang [Thu, 28 Jan 2010 00:29:10 +0000 (16:29 -0800)]
am 29bc7270: am 495bae67: Merge "fix bug 2264186: clean up the outstanding async queries in ContactHeaderWidget." into eclair

Merge commit '29bc7270ec2fd54707326eeee556be2fd4d86ca3'

* commit '29bc7270ec2fd54707326eeee556be2fd4d86ca3':
  fix bug 2264186: clean up the outstanding async queries in ContactHeaderWidget.

14 years agoMerge "Fix http streaming for shoutcast servers that do not support http ranges."
Andreas Huber [Thu, 28 Jan 2010 00:25:05 +0000 (16:25 -0800)]
Merge "Fix http streaming for shoutcast servers that do not support http ranges."

14 years agoFix http streaming for shoutcast servers that do not support http ranges.
Andreas Huber [Thu, 28 Jan 2010 00:02:10 +0000 (16:02 -0800)]
Fix http streaming for shoutcast servers that do not support http ranges.

related-to-bug: 2295438

14 years agoresolved conflicts for merge of 176a88ff to master
Romain Guy [Thu, 28 Jan 2010 00:20:49 +0000 (16:20 -0800)]
resolved conflicts for merge of 176a88ff to master

14 years agoMerge "New View.dispatchDisplayHint() API. Bug #2399147"
Romain Guy [Wed, 27 Jan 2010 23:54:06 +0000 (15:54 -0800)]
Merge "New View.dispatchDisplayHint() API. Bug #2399147"

14 years agoNew View.dispatchDisplayHint() API.
Romain Guy [Wed, 27 Jan 2010 21:53:55 +0000 (13:53 -0800)]
New View.dispatchDisplayHint() API.
Bug #2399147

This new API will be used by scrollable containers to tell children that they
are/are not displayed. This will allow lists to hide their filter popup window
for instance.

14 years agoam 6efe03b1: am 6f9e2c64: Merge "Find layout classes in all "layout-*" dirs." into...
Ying Wang [Wed, 27 Jan 2010 23:53:20 +0000 (15:53 -0800)]
am 6efe03b1: am 6f9e2c64: Merge "Find layout classes in all "layout-*" dirs." into eclair

Merge commit '6efe03b19e0734361b262f9a0be4d225088d7f9e'

* commit '6efe03b19e0734361b262f9a0be4d225088d7f9e':
  Find layout classes in all "layout-*" dirs.

14 years agoMerge "Revert I3fdda2588a7c612d7c9cfb4f25d9aedd1d609162 which open two functions...
Owen Lin [Wed, 27 Jan 2010 23:48:26 +0000 (15:48 -0800)]
Merge "Revert I3fdda2588a7c612d7c9cfb4f25d9aedd1d609162 which open two functions in preference manager."

14 years agoMerge "Add asec permission to DefaultContainerService"
Suchi Amalapurapu [Wed, 27 Jan 2010 23:46:32 +0000 (15:46 -0800)]
Merge "Add asec permission  to DefaultContainerService"

14 years agoMerge "Phase 2 of test file cleanup: relocating test files from FrameworkTest closer...
Neal Nguyen [Wed, 27 Jan 2010 23:33:31 +0000 (15:33 -0800)]
Merge "Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core."

14 years agoMerge "Report tombstone (native crash) data to the dropbox."
Dan Egnor [Wed, 27 Jan 2010 23:06:06 +0000 (15:06 -0800)]
Merge "Report tombstone (native crash) data to the dropbox."

14 years agoAdd asec permission to DefaultContainerService
Suchi Amalapurapu [Wed, 27 Jan 2010 23:02:41 +0000 (15:02 -0800)]
Add asec permission  to DefaultContainerService

14 years agoReport tombstone (native crash) data to the dropbox.
Dan Egnor [Wed, 27 Jan 2010 22:52:57 +0000 (14:52 -0800)]
Report tombstone (native crash) data to the dropbox.

Also uses a shared_prefs file to keep track of which files have been
logged, instead of polluting Settings.Secure with this data.

14 years agoAdd streaming method profiling support.
Andy McFadden [Fri, 22 Jan 2010 20:20:41 +0000 (12:20 -0800)]
Add streaming method profiling support.

This adds a new (hidden) startMethodTracingDdms call.  It's like the
normal method tracing calls, but you don't specify an output file.
Instead, when tracing stops, the data is sent directly to DDMS.

This also adds handlers for the MPSS/MPSE requests that DDMS sends.

14 years agoMerge "Fix some minor bugs with GL state setup that were exposed by Droids driver."
Jason Sams [Wed, 27 Jan 2010 22:48:29 +0000 (14:48 -0800)]
Merge "Fix some minor bugs with GL state setup that were exposed by Droids driver."

14 years agoFix some minor bugs with GL state setup that were exposed by Droids driver.
Jason Sams [Wed, 27 Jan 2010 22:41:43 +0000 (14:41 -0800)]
Fix some minor bugs with GL state setup that were exposed by Droids driver.

14 years agoMerge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync"
Eric Laurent [Wed, 27 Jan 2010 22:21:20 +0000 (14:21 -0800)]
Merge "Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync"

14 years agoPhase 2 of test file cleanup: relocating test files from FrameworkTest closer to...
Neal Nguyen [Tue, 12 Jan 2010 21:26:10 +0000 (13:26 -0800)]
Phase 2 of test file cleanup: relocating test files from FrameworkTest closer to their sources in core.

In addition to the file moves, the package names of the tests have been updated and adjusted to match their new locations.

14 years agoMerge "Moving framework core tests closer to their source files."
Neal Nguyen [Wed, 27 Jan 2010 22:03:34 +0000 (14:03 -0800)]
Merge "Moving framework core tests closer to their source files."

14 years agoMore work on device admins:
Dianne Hackborn [Wed, 27 Jan 2010 02:01:04 +0000 (18:01 -0800)]
More work on device admins:

- You can now show a dynamic message to the user when asking to
  have your DeviceAdmin added.
- A DeviceAdmin can now provide a warning message that is displayed
  before a user disables it.
- Better ordering (and text) of the policy warnings.
- New API to set the maximum failed password attempts before the device
  wipes itself.
- We now store the number of failed unlock attempts in persistent
  storage.
- New managed dialog APIs that will be used by the settings app.

Also a little bit of cleanup as I was working on this - removed the
long unused MailboxNotAvailableException, fixed a java doc in Messenger.

14 years agoMerge "Add request header support for the Browser/WebView. QSB can use this instead...
Grace Kloba [Wed, 27 Jan 2010 21:41:39 +0000 (13:41 -0800)]
Merge "Add request header support for the Browser/WebView. QSB can use this instead of POST to send the location data. After QSB makes the switch, we should also remove the POST_DATA intent which is hidden."

14 years agoMoving framework core tests closer to their source files.
Neal Nguyen [Thu, 7 Jan 2010 18:14:05 +0000 (10:14 -0800)]
Moving framework core tests closer to their source files.

Phase 2 of test case cleanup; distributing CoreTests files closer to their respective sources under frameworks.

14 years agoMerge "Attempt to fix the build ... again."
Andreas Huber [Wed, 27 Jan 2010 21:31:36 +0000 (13:31 -0800)]
Merge "Attempt to fix the build ... again."

14 years agoAttempt to fix the build ... again.
Andreas Huber [Wed, 27 Jan 2010 21:28:08 +0000 (13:28 -0800)]
Attempt to fix the build ... again.

14 years agoMerge "Remove about-to-be-renamed class from preload list."
Elliott Hughes [Wed, 27 Jan 2010 21:23:45 +0000 (13:23 -0800)]
Merge "Remove about-to-be-renamed class from preload list."

14 years agoMerge "Do not hold onto the master lock while reading data from the datasource. This...
Andreas Huber [Wed, 27 Jan 2010 21:12:58 +0000 (13:12 -0800)]
Merge "Do not hold onto the master lock while reading data from the datasource. This would prevent consumers from reading cached data immediately if it is available."

14 years agoMerge "Fix ExtendedProperties EntityIterator."
Ken Shirriff [Wed, 27 Jan 2010 21:08:01 +0000 (13:08 -0800)]
Merge "Fix ExtendedProperties EntityIterator."

14 years agoMerge "Move Search dialog out of system process into current activity."
Amith Yamasani [Wed, 27 Jan 2010 20:45:23 +0000 (12:45 -0800)]
Merge "Move Search dialog out of system process into current activity."

14 years agoFixing the build. Why is this suddenly necessary and didn't break the build before???
Andreas Huber [Wed, 27 Jan 2010 20:39:39 +0000 (12:39 -0800)]
Fixing the build. Why is this suddenly necessary and didn't break the build before???

14 years agoFix ExtendedProperties EntityIterator.
Ken Shirriff [Wed, 27 Jan 2010 20:27:28 +0000 (12:27 -0800)]
Fix ExtendedProperties EntityIterator.

The iterator was using the wrong cursor.

bug 2399618

14 years agoAdd request header support for the Browser/WebView.
Grace Kloba [Wed, 27 Jan 2010 02:08:28 +0000 (18:08 -0800)]
Add request header support for the Browser/WebView.
QSB can use this instead of POST to send the location
data. After QSB makes the switch, we should also
remove the POST_DATA intent which is hidden.

Add loadUrl(String url, HashMap extraHeaders) to
WebView so that the caller can send the extra http
headers.

Remove "inline:" as no one is using it and it is a
hidden feature.

Part 1 of 3-project checkin.

14 years agoRemove about-to-be-renamed class from preload list.
Elliott Hughes [Wed, 27 Jan 2010 20:22:16 +0000 (12:22 -0800)]
Remove about-to-be-renamed class from preload list.

(Safer than tracking the rename here, since the class is in the dalvik/libcore
repo.)

14 years agoMove Search dialog out of system process into current activity.
Amith Yamasani [Mon, 25 Jan 2010 17:15:50 +0000 (09:15 -0800)]
Move Search dialog out of system process into current activity.

SearchManager now manages the SearchDialog, in-process.
Nuked SearchDialogWrapper
SearchManagerService now just holds the Searchables information.
Hitting Search when in the local Search dialog will launch the QSB.

14 years agoMerge "dont use sqlite_stmt_journals dir"
Vasu Nori [Wed, 27 Jan 2010 20:10:56 +0000 (12:10 -0800)]
Merge "dont use sqlite_stmt_journals dir"

14 years agodont use sqlite_stmt_journals dir
Vasu Nori [Wed, 27 Jan 2010 06:27:56 +0000 (22:27 -0800)]
dont use sqlite_stmt_journals dir

14 years agoDo not hold onto the master lock while reading data from the datasource. This would...
Andreas Huber [Wed, 27 Jan 2010 20:08:25 +0000 (12:08 -0800)]
Do not hold onto the master lock while reading data from the datasource. This would prevent consumers from reading cached data immediately if it is available.

related-to-bug: 2295438

14 years agoRemove another scheduled-for-deletion class from the preload list.
Elliott Hughes [Wed, 27 Jan 2010 19:17:19 +0000 (11:17 -0800)]
Remove another scheduled-for-deletion class from the preload list.

14 years agoMerge "AppsOnSd feature - Add default container"
Suchi Amalapurapu [Wed, 27 Jan 2010 18:40:26 +0000 (10:40 -0800)]
Merge "AppsOnSd feature - Add default container"

14 years agoMerge "Add the new golden thumbnail image as the PV and stagefright implementations...
Yu Shan Emily Lau [Wed, 27 Jan 2010 18:28:51 +0000 (10:28 -0800)]
Merge "Add the new golden thumbnail image as the PV and stagefright implementations in capturing thumbnail is different."

14 years agoAppsOnSd feature - Add default container
Suchi Amalapurapu [Mon, 25 Jan 2010 20:19:12 +0000 (12:19 -0800)]
AppsOnSd feature - Add default container

Add new remote interface to do temporary copies. The new
remote stub handling is done on mHandler thread and doesn't need locking
for now.
Add new InstallArgs class and subclasses to isolate cases for installation.
Move resource deletion for failed installs/upgrades to later on in installation
cycle.
Fix code path for forward locked apps when using scanPackageLI

TODO's
Fix installation paths to completely use InstallArgs based design later on.
Get rid of using flags in various install/uninstall code paths.
Ideally InstallArgs should be created using these flags and used in the
rest of the code.
Function renames.
Revisit mount api's.

14 years agoMerge "update javadoc for Settings.Secure.ANDROID_ID"
Doug Zongker [Wed, 27 Jan 2010 17:40:23 +0000 (09:40 -0800)]
Merge "update javadoc for Settings.Secure.ANDROID_ID"

14 years agoupdate javadoc for Settings.Secure.ANDROID_ID
Doug Zongker [Tue, 26 Jan 2010 20:29:44 +0000 (12:29 -0800)]
update javadoc for Settings.Secure.ANDROID_ID

Remove reference to GoogleLoginService, explain what this value is now.

Change-Id: I2359bd21d9c250245c01e26d660b133f4e469759

14 years agoMerge "b/2383073 Add fine-grained status codes for failed downloads."
Evan Millar [Wed, 27 Jan 2010 17:26:24 +0000 (09:26 -0800)]
Merge "b/2383073 Add fine-grained status codes for failed downloads."

14 years agoMerge "Better support for HTTP streaming media content, fixes to the way HTTPDataSour...
Andreas Huber [Wed, 27 Jan 2010 17:24:43 +0000 (09:24 -0800)]
Merge "Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation."

14 years agoMerge "Add support for setting camera display orientation."
Chih-Chung Chang [Wed, 27 Jan 2010 17:20:19 +0000 (09:20 -0800)]
Merge "Add support for setting camera display orientation."

14 years agoMountService: Introduce new @hide permissions to protect secure containers.
San Mehat [Tue, 26 Jan 2010 23:18:08 +0000 (15:18 -0800)]
MountService: Introduce new @hide permissions to protect secure containers.

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge "Add a Java API that converts yuv data to a jpeg."
Wei-Ta Chen [Wed, 27 Jan 2010 04:23:22 +0000 (20:23 -0800)]
Merge "Add a Java API that converts yuv data to a jpeg."

14 years agoMerge changes Iea11654e,I2242da5a,I66c40e73
Dan Egnor [Wed, 27 Jan 2010 04:05:20 +0000 (20:05 -0800)]
Merge changes Iea11654e,I2242da5a,I66c40e73

* changes:
  Use six dashes instead of five.
  Include more verbose device information with kernel dumps (hardware, bootloader, etc.), and separate the device info headers from the actual dump with a blank line.
  Add package information to dropbox reports for ANR, crash, etc. (Notably including package version codes, to help when we're shipping out-of-cycle unbundled app updates.)

14 years agoAdd a Java API that converts yuv data to a jpeg.
Wei-Ta Chen [Mon, 30 Nov 2009 09:52:05 +0000 (17:52 +0800)]
Add a Java API that converts yuv data to a jpeg.

The compression is done in the native layer via calling libjpeg.

Bug: 2285598

14 years agoFix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync
Eric Laurent [Wed, 20 Jan 2010 01:37:09 +0000 (17:37 -0800)]
Fix issue 2285561: New AudioFlinger and audio driver API needed for A/V sync

Added getRenderPosition() API to IAudioFlinger to retreive number of audio frames
written by AudioFlinger to audio HAL and by DSP to DAC.

Added getRenderPosition() API to AudioHardwareInterface to retreive number of audio frames
written by DSP to DAC.

Exposed AudioTrack::getPosition() to AudioSink() to make it available to media player.

Removed excessive log in AudioHardwareGeneric.

14 years agoMerge "Track removal of a class."
Elliott Hughes [Wed, 27 Jan 2010 01:46:16 +0000 (17:46 -0800)]
Merge "Track removal of a class."

14 years agoTrack removal of a class.
Elliott Hughes [Wed, 27 Jan 2010 01:17:26 +0000 (17:17 -0800)]
Track removal of a class.

14 years agoFix the build.
Romain Guy [Wed, 27 Jan 2010 01:05:11 +0000 (17:05 -0800)]
Fix the build.

14 years agoUse six dashes instead of five.
Dan Egnor [Wed, 27 Jan 2010 01:04:26 +0000 (17:04 -0800)]
Use six dashes instead of five.

14 years agoInclude more verbose device information with kernel dumps
Dan Egnor [Wed, 27 Jan 2010 01:00:36 +0000 (17:00 -0800)]
Include more verbose device information with kernel dumps
(hardware, bootloader, etc.), and separate the device info
headers from the actual dump with a blank line.

14 years agoMerge "MountService: Don't update the storage status when we're unmounted"
San Mehat [Wed, 27 Jan 2010 00:52:49 +0000 (16:52 -0800)]
Merge "MountService: Don't update the storage status when we're unmounted"

14 years agoMountService: Don't update the storage status when we're unmounted
San Mehat [Wed, 27 Jan 2010 00:51:35 +0000 (16:51 -0800)]
MountService: Don't update the storage status when we're unmounted

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge "Modify the interface of HanziToPinyin class to make it generic and add test...
Eugene Koh [Wed, 27 Jan 2010 00:48:52 +0000 (16:48 -0800)]
Merge "Modify the interface of HanziToPinyin class to make it generic and add test class"

14 years agoAdd package information to dropbox reports for ANR, crash, etc.
Dan Egnor [Wed, 27 Jan 2010 00:23:11 +0000 (16:23 -0800)]
Add package information to dropbox reports for ANR, crash, etc.
(Notably including package version codes, to help when we're shipping
out-of-cycle unbundled app updates.)

14 years agoBetter support for HTTP streaming media content, fixes to the way HTTPDataSource...
Andreas Huber [Wed, 27 Jan 2010 00:20:10 +0000 (16:20 -0800)]
Better support for HTTP streaming media content, fixes to the way HTTPDataSource streams the data, prefetcher implementation.

related-to-bug: 2295438

14 years agoMerge "remove @deprecated from dropDownHeight and dropDownWidth"
Scott Main [Tue, 26 Jan 2010 23:42:15 +0000 (15:42 -0800)]
Merge "remove @deprecated from dropDownHeight and dropDownWidth"

14 years agoremove @deprecated from dropDownHeight and dropDownWidth
Scott Main [Tue, 26 Jan 2010 23:34:02 +0000 (15:34 -0800)]
remove @deprecated from dropDownHeight and dropDownWidth

14 years agoMerge "remove @deprecated tag from "fill_parent" because it bubbles up and declares...
Scott Main [Tue, 26 Jan 2010 23:32:02 +0000 (15:32 -0800)]
Merge "remove @deprecated tag from "fill_parent" because it bubbles up and declares the entire attribute as deprecated."

14 years agoremove @deprecated tag from "fill_parent" because it bubbles up
Scott Main [Tue, 26 Jan 2010 23:27:54 +0000 (15:27 -0800)]
remove @deprecated tag from "fill_parent" because it bubbles up
and declares the entire attribute as deprecated.

14 years agob/2383073 Add fine-grained status codes for failed downloads.
Attila Bodis [Tue, 26 Jan 2010 22:52:32 +0000 (14:52 -0800)]
b/2383073 Add fine-grained status codes for failed downloads.

Introduces new download status codes (STATUS_DEVICE_NOT_FOUND_ERROR and
STATUS_INSUFFICIENT_SPACE_ERROR) to allow apps to show more accurate and
informative error messages upon failed downloads.

14 years agoMerge "MountService: Explicitly query volume state on startup"
San Mehat [Tue, 26 Jan 2010 22:18:47 +0000 (14:18 -0800)]
Merge "MountService: Explicitly query volume state on startup"

14 years agoMerge "NativeDaemonConnector: fix doListCommand() to return *all* list elements"
San Mehat [Tue, 26 Jan 2010 21:38:41 +0000 (13:38 -0800)]
Merge "NativeDaemonConnector: fix doListCommand() to return *all* list elements"

14 years agoMountService: Explicitly query volume state on startup
San Mehat [Tue, 26 Jan 2010 21:28:50 +0000 (13:28 -0800)]
MountService: Explicitly query volume state on startup

Signed-off-by: San Mehat <san@google.com>
14 years agoNativeDaemonConnector: fix doListCommand() to return *all* list elements
San Mehat [Tue, 26 Jan 2010 20:48:39 +0000 (12:48 -0800)]
NativeDaemonConnector: fix doListCommand() to return *all* list elements

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge "Move towards a formal public API for backup and restore"
Chris Tate [Tue, 26 Jan 2010 20:29:13 +0000 (12:29 -0800)]
Merge "Move towards a formal public API for backup and restore"

14 years agoMore device admin work: description, policy control.
Dianne Hackborn [Fri, 22 Jan 2010 19:31:30 +0000 (11:31 -0800)]
More device admin work: description, policy control.

There is now a description attribute associated with all components,
that can supply user-visible information about what the component does.
We use this to show such information about device admins, and wallpapers
are also updated to be able to show this in addition to the existing
description in their meta-data.

This also defines security control for admins, requiring that they
declare the policies they will touch, and enforcing that they do
so to be able to use various APIs.

14 years agoMerge "add API to change default config on image decoders."
Mike Reed [Tue, 26 Jan 2010 20:20:43 +0000 (12:20 -0800)]
Merge "add API to change default config on image decoders."

14 years agoUnhide brightness constants to help unbundle Camera.
Chih-Chung Chang [Sat, 23 Jan 2010 02:10:53 +0000 (18:10 -0800)]
Unhide brightness constants to help unbundle Camera.

14 years agoMerge "Unhide the secure setting for LocationProviderEnabled"
Mike Lockwood [Tue, 26 Jan 2010 19:36:41 +0000 (11:36 -0800)]
Merge "Unhide the secure setting for LocationProviderEnabled"

14 years agoMerge "Turn the debugging back on."
Jason Sams [Tue, 26 Jan 2010 19:34:48 +0000 (11:34 -0800)]
Merge "Turn the debugging back on."

14 years agoTurn the debugging back on.
Jason Sams [Tue, 26 Jan 2010 19:34:09 +0000 (11:34 -0800)]
Turn the debugging back on.

14 years agoMerge "Make PackageManager unpack gdbserver binaries at installation time."
David Turner [Tue, 26 Jan 2010 19:24:47 +0000 (11:24 -0800)]
Merge "Make PackageManager unpack gdbserver binaries at installation time."

14 years agoAdd support for setting camera display orientation.
Chih-Chung Chang [Sat, 23 Jan 2010 01:49:48 +0000 (17:49 -0800)]
Add support for setting camera display orientation.

14 years agoMerge "Fix memory leak with layers. This fix bug http://b/2394813 This is a two-parts...
Nicolas Roard [Tue, 26 Jan 2010 18:38:42 +0000 (10:38 -0800)]
Merge "Fix memory leak with layers. This fix bug b/2394813 This is a two-parts CL (needs C++ modifs)"

14 years agoFix memory leak with layers.
Nicolas Roard [Tue, 19 Jan 2010 21:08:49 +0000 (21:08 +0000)]
Fix memory leak with layers.
This fix bug http://b/2394813
This is a two-parts CL (needs C++ modifs)

14 years agoMerge "Revert "Fix failure to open AVRCP input device due to EPERM.""
Nick Pelly [Tue, 26 Jan 2010 18:36:44 +0000 (10:36 -0800)]
Merge "Revert "Fix failure to open AVRCP input device due to EPERM.""