OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge "Doc change: Add ADL 2Q10 slide decks to shareables directory. Remove latest_sa...
Dirk Dougherty [Thu, 27 May 2010 18:46:26 +0000 (11:46 -0700)]
Merge "Doc change: Add ADL 2Q10 slide decks to shareables directory. Remove latest_samples.zip from shareables." into froyo

14 years agoDoc change: Add ADL 2Q10 slide decks to shareables directory. Remove latest_samples...
Dirk Dougherty [Thu, 27 May 2010 16:57:55 +0000 (09:57 -0700)]
Doc change: Add ADL 2Q10 slide decks to shareables directory. Remove latest_samples.zip from shareables.

Change-Id: I5ff67605829b4fc09263d56a76aefe57f40783fd

14 years agoMerge "Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts." into...
Jeff Hamilton [Thu, 27 May 2010 16:39:19 +0000 (09:39 -0700)]
Merge "Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts." into froyo

14 years agoMerge "Fix null pointer exception" into froyo
Irfan Sheriff [Thu, 27 May 2010 04:32:29 +0000 (21:32 -0700)]
Merge "Fix null pointer exception" into froyo

14 years agoMerge "Doc change: Suggest min keysize of 2048 for keys." into froyo
Dirk Dougherty [Thu, 27 May 2010 01:31:38 +0000 (18:31 -0700)]
Merge "Doc change: Suggest min keysize of 2048 for keys." into froyo

14 years agoDoc change: Suggest min keysize of 2048 for keys.
Dirk Dougherty [Wed, 26 May 2010 23:08:02 +0000 (16:08 -0700)]
Doc change: Suggest min keysize of 2048 for keys.

Change-Id: I6dcfe9aa12338e4ad71db2e6812ce387a75c09f0

14 years agoFix null pointer exception
Irfan Sheriff [Thu, 27 May 2010 00:16:47 +0000 (17:16 -0700)]
Fix null pointer exception

Bug: 2718857
Change-Id: I4b04284fd5b3a4881297fe15555e9f1ca91d73cb

14 years agoMerge "Doc change: fix adt download page, misc doc fixes." into froyo
Dirk Dougherty [Wed, 26 May 2010 23:49:46 +0000 (16:49 -0700)]
Merge "Doc change: fix adt download page, misc doc fixes." into froyo

14 years agoDoc change: fix adt download page, misc doc fixes.
Dirk Dougherty [Tue, 25 May 2010 22:41:53 +0000 (15:41 -0700)]
Doc change: fix adt download page, misc doc fixes.

Change-Id: Ifa04ea6f31cf0677bf95263188a137fd8dd721eb

14 years agoMerge "Fix escaping of characters" into froyo
Irfan Sheriff [Wed, 26 May 2010 20:02:06 +0000 (13:02 -0700)]
Merge "Fix escaping of characters" into froyo

14 years agoDon't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.
Jeff Hamilton [Wed, 26 May 2010 03:10:18 +0000 (22:10 -0500)]
Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.

They're designed to handle one time upgrade code, which may
take a significant amount of time. Third party code cannot
receive this broadcast so the timing should be able to be
kept under control.

Bug: 2713849
Change-Id: I3733b6530198bebd9b8c2ba6f9f27a7999336b8d

14 years agoMerge "Added the runtime parameters for the mediarecorder stress test. Set the total...
Yu Shan Emily Lau [Wed, 26 May 2010 00:40:51 +0000 (17:40 -0700)]
Merge "Added the runtime parameters for the mediarecorder stress test. Set the total number of the stress loops of camera preview memory test to 200." into froyo

14 years agoAdded the runtime parameters for the mediarecorder stress test.
Yu Shan Emily Lau [Tue, 25 May 2010 21:13:10 +0000 (14:13 -0700)]
Added the runtime parameters for the mediarecorder stress test.
Set the total number of the stress loops of camera preview memory test to 200.

Change-Id: I5a0278095155afd669ffee9bd599ddfffdcc42bf

14 years agoMake the NTP Cache max-age gservices-settable
Robert Greenwalt [Tue, 25 May 2010 22:54:52 +0000 (15:54 -0700)]
Make the NTP Cache max-age gservices-settable

Trying to make Throttle polling more energy efficient.

bug:2708119
Change-Id: I2b75639e202dcbcee11047c43407a22de04ce350

14 years agoFix bug 2710825 - Prevent ExpandableListView from scrolling too far when expanding...
Adam Powell [Mon, 24 May 2010 22:13:41 +0000 (15:13 -0700)]
Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expanding children.

Change-Id: I21b37647c5ad16e4f57fdda433e3b3ee2c7c83ad

14 years agoFix escaping of characters
Irfan Sheriff [Mon, 24 May 2010 21:55:42 +0000 (14:55 -0700)]
Fix escaping of characters

\ and " in SSID and password cause issues
with netd parsing. Fix it.

Bug: 2708960
Change-Id: I278ca21c0bbfd9dc430a2f9ae02828274a0d2376

14 years agoDoc change: Fix incorrect adt version reference etc.
Dirk Dougherty [Mon, 24 May 2010 16:07:14 +0000 (09:07 -0700)]
Doc change: Fix incorrect adt version reference etc.

Change-Id: I79b3f43c64f3c0cd98b245dac001fca4a1008bda

14 years agoMerge "Better handling of codec initialization failure in the player and thumbnail...
Andreas Huber [Thu, 20 May 2010 18:11:39 +0000 (11:11 -0700)]
Merge "Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize." into froyo

14 years agoBetter handling of codec initialization failure in the player and thumbnail extractor...
Andreas Huber [Thu, 20 May 2010 17:37:06 +0000 (10:37 -0700)]
Better handling of codec initialization failure in the player and thumbnail extractor. Return a runtime error instead of asserting if the software MPEG4/H.263 decoder fails to initialize.

Change-Id: I5cba02ee85a41e43c2623053de40f26e2cf2efe4
related-to-bug: 2699505

14 years agoIf the network SSID is a string, it should be enclosed in double quotation marks.
Xia Wang [Thu, 20 May 2010 17:22:59 +0000 (10:22 -0700)]
If the network SSID is a string, it should be enclosed in double quotation marks.

bug id: 2701058

Change-Id: I40e10ba096053710d4974b005d0d2e7c309ccffe

14 years agoDoc change: Add new tv to carousel.
Dirk Dougherty [Wed, 19 May 2010 05:11:07 +0000 (22:11 -0700)]
Doc change: Add new tv to carousel.

Change-Id: Ibd36247bbab26d8d4a8e8c15a1d852a2f9cb0269

14 years agoMerge "docs: add youtube video to highlights" into froyo
Scott Main [Thu, 20 May 2010 03:24:18 +0000 (20:24 -0700)]
Merge "docs: add youtube video to highlights" into froyo

14 years agodocs: add youtube video to highlights
Scott Main [Thu, 20 May 2010 02:45:34 +0000 (19:45 -0700)]
docs: add youtube video to highlights

Change-Id: Ib498ab7e18d6e54df35009b4255fce96f11bcb39

14 years agoMerge "doc: add developing and testing info to backup guide" into froyo
Scott Main [Thu, 20 May 2010 02:29:19 +0000 (19:29 -0700)]
Merge "doc: add developing and testing info to backup guide" into froyo

14 years agodoc: add developing and testing info to backup guide
Scott Main [Thu, 20 May 2010 02:17:47 +0000 (19:17 -0700)]
doc: add developing and testing info to backup guide

Change-Id: I1e9c9f412033ecf517ea566ce70686f42e7c568e

14 years agoDoc change: Move framework api change info higher in platform notes documents.
Dirk Dougherty [Tue, 18 May 2010 23:53:06 +0000 (16:53 -0700)]
Doc change: Move framework api change info higher in platform notes documents.
Small adjustment to compatibility doc.

Change-Id: I2af896292b00323d7f4eb2c828c8dea36b9e94ad

14 years agodocs: add 2.2 platform highlights
Scott Main [Fri, 14 May 2010 17:16:40 +0000 (10:16 -0700)]
docs: add 2.2 platform highlights

Change-Id: I43bcdad9dbea11bfcc30eadac1ef91a2e5982df8

14 years agoMerge "docs: revise platform intro" into froyo
Scott Main [Wed, 19 May 2010 19:05:52 +0000 (12:05 -0700)]
Merge "docs: revise platform intro" into froyo

14 years agodocs: revise platform intro
Scott Main [Wed, 19 May 2010 18:53:33 +0000 (11:53 -0700)]
docs: revise platform intro

Change-Id: Ie1ff802179b3a2614bee78ca321db8dd064dbc7c

14 years agoMerge "Uncomment a test that was marked as STOPSHIP Add MediumTest tag" into froyo
Suchi Amalapurapu [Tue, 18 May 2010 21:51:55 +0000 (14:51 -0700)]
Merge "Uncomment a test that was marked as STOPSHIP Add MediumTest tag" into froyo

14 years agoMerge "Removing STOPSHIP logs." into froyo
Jaikumar Ganesh [Tue, 18 May 2010 21:48:05 +0000 (14:48 -0700)]
Merge "Removing STOPSHIP logs." into froyo

14 years agoUncomment a test that was marked as STOPSHIP
Suchi Amalapurapu [Tue, 18 May 2010 21:38:18 +0000 (14:38 -0700)]
Uncomment a test that was marked as STOPSHIP
Add MediumTest tag

Change-Id: I0699d168d7ec70c076f4713e0e405c0779a290c6

14 years agoRemoving STOPSHIP logs.
Jaikumar Ganesh [Tue, 18 May 2010 21:36:48 +0000 (14:36 -0700)]
Removing STOPSHIP logs.

Bug: 2694602
Change-Id: Id56e1ddcf5ea76de32238cd6761f2caf053f1fa1

14 years agoFix 2641875
Suchi Amalapurapu [Tue, 18 May 2010 18:06:53 +0000 (11:06 -0700)]
Fix 2641875
Initialize the cache path only if the container exists.
This did exist before but was somehow removed.
Fix a known test failure as well.

Change-Id: I63219369b0e7abca4919fbde2a04035a0fea9e35

14 years agoMerge "docs: fix markup error" into froyo
Scott Main [Tue, 18 May 2010 15:59:03 +0000 (08:59 -0700)]
Merge "docs: fix markup error" into froyo

14 years agodocs: fix markup error
Scott Main [Tue, 18 May 2010 15:41:36 +0000 (08:41 -0700)]
docs: fix markup error

Change-Id: I59a42f47483d76b6a3220b1d88e9d6bd96f83daf

14 years agoMerge "docs: revise webview description and add info for targeting screen densities...
Scott Main [Tue, 18 May 2010 00:59:37 +0000 (17:59 -0700)]
Merge "docs: revise webview description and add info for targeting screen densities" into froyo

14 years agodocs: revise webview description and add info for targeting screen densities
Scott Main [Fri, 14 May 2010 21:12:43 +0000 (14:12 -0700)]
docs: revise webview description and add info for targeting screen densities

Change-Id: Ib0293b497adef23330ee3f5f71904ad78a55a3a3

14 years agoDoc change: add link to source.android.com
Dirk Dougherty [Tue, 18 May 2010 00:09:41 +0000 (17:09 -0700)]
Doc change: add link to source.android.com

Change-Id: Ia15c621ddf9ab380d7d2dcf3d8c92d527e6a69f0

14 years agoDoc change: cherry pick from eclair ->docs: add dashboard for screens
Dirk Dougherty [Mon, 17 May 2010 22:01:58 +0000 (15:01 -0700)]
Doc change: cherry pick from eclair ->docs: add dashboard for screens
update platform dashboard

Conflicts:

docs/html/resources/dashboard/platform-versions.jd

Change-Id: I6d812085c96eb61e4f6d6e76af714292fa0d38b1

14 years agoResurrect flashlight support in obsolete IHardwareService Binder API.
Mike Lockwood [Mon, 17 May 2010 21:27:30 +0000 (17:27 -0400)]
Resurrect flashlight support in obsolete IHardwareService Binder API.

This is to avoid flashlight apps that had been using reflection to access
this API after this class was removed after eclair.

Change-Id: I26ed929abad93345468eb33d4a15977a31ebea7e
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoImport revised translations
Kenny Root [Mon, 17 May 2010 18:18:04 +0000 (11:18 -0700)]
Import revised translations

Change-Id: Id6bd3011874ff8544a030473cc994f9a0201c97d

14 years agoMerge "Make the SSID field of WifiConfiguration consistent with API description....
Chung-yih Wang [Sat, 15 May 2010 06:15:04 +0000 (23:15 -0700)]
Merge "Make the SSID field of WifiConfiguration consistent with API description." into froyo

14 years agoFix issue #2686193: Can't move apps to SD card
Dianne Hackborn [Sat, 15 May 2010 05:33:54 +0000 (22:33 -0700)]
Fix issue #2686193: Can't move apps to SD card

Change-Id: Icd84d8080d33fb8ce5103a0e726d50f0ec70092e

14 years agoMake the SSID field of WifiConfiguration consistent with API description.
Chung-yih Wang [Sat, 15 May 2010 03:03:30 +0000 (11:03 +0800)]
Make the SSID field of WifiConfiguration consistent with API description.

Bug id http://b/issue?id=2684571

Change-Id: I809478991ba606252d69ef007339754ab2856416

14 years agoDoc change: add sizes/sums for sdk/ndk/adt packages.
Dirk Dougherty [Sat, 15 May 2010 01:14:42 +0000 (18:14 -0700)]
Doc change: add sizes/sums for sdk/ndk/adt packages.

Change-Id: I9385c5b90a8f366764337adf4221fba4d7448568

14 years agoFix sampleTable instantiation, this makes sure that the sample table refers to the...
Andreas Huber [Fri, 14 May 2010 22:28:51 +0000 (15:28 -0700)]
Fix sampleTable instantiation, this makes sure that the sample table refers to the custom datasource that caches the metadata to prevent needless seeking.

Change-Id: I576178144ffd753b809e1c4ae269ffc3aa34b511
related-to-bug: 2686604
QA-Impact: well, ..., everything related to streaming mpeg4/aac content over http

14 years agodocs: fix broken link, reduce API info about backup and point to dev guide
Scott Main [Fri, 14 May 2010 21:17:04 +0000 (14:17 -0700)]
docs: fix broken link, reduce API info about backup and point to dev guide

Change-Id: If6470f1753917819e2f73fbba8947f082a26f720

14 years agoMerge "Doc change: adjust compatibility doc." into froyo
Dirk Dougherty [Fri, 14 May 2010 20:58:12 +0000 (13:58 -0700)]
Merge "Doc change: adjust compatibility doc." into froyo

14 years agoDoc change: adjust compatibility doc.
Dirk Dougherty [Fri, 14 May 2010 20:52:30 +0000 (13:52 -0700)]
Doc change: adjust compatibility doc.

Change-Id: I74f9fba81de4d358ecccfe1ef0c69f0e83e1a7c5

14 years agoMerge "Doc change: adjustments to the api changes description" into froyo
Dirk Dougherty [Fri, 14 May 2010 20:46:42 +0000 (13:46 -0700)]
Merge "Doc change: adjustments to the api changes description" into froyo

14 years agoDoc change: adjustments to the api changes description
Dirk Dougherty [Fri, 14 May 2010 05:05:56 +0000 (22:05 -0700)]
Doc change: adjustments to the api changes description

Change-Id: I9373b424ae008face124e38a163c980608c2e4df

14 years agoMerge "Doc change: add note about future instruction set support." into froyo
Dirk Dougherty [Fri, 14 May 2010 20:43:19 +0000 (13:43 -0700)]
Merge "Doc change: add note about future instruction set support." into froyo

14 years agoMerge "Doc change: documentation for library projects in sdk." into froyo
Dirk Dougherty [Fri, 14 May 2010 20:38:20 +0000 (13:38 -0700)]
Merge "Doc change: documentation for library projects in sdk." into froyo

14 years agoDoc change: add note about future instruction set support.
Dirk Dougherty [Fri, 14 May 2010 05:19:10 +0000 (22:19 -0700)]
Doc change: add note about future instruction set support.

Change-Id: If954c1020301f5935c8d9328a531afdddbdad8db

14 years agoDoc change: documentation for library projects in sdk.
Dirk Dougherty [Wed, 12 May 2010 02:09:53 +0000 (19:09 -0700)]
Doc change: documentation for library projects in sdk.

Change-Id: I615d24a046ba2858676e985072563cc90a906551

14 years agodocs: add dev guide for backup
Scott Main [Thu, 29 Apr 2010 20:26:53 +0000 (13:26 -0700)]
docs: add dev guide for backup

Change-Id: I168f6b15d3441c9cbea2cd9699612476c7244530

14 years agoMerge "Doc change: adjustments for ndk feature description" into froyo
Dirk Dougherty [Fri, 14 May 2010 04:31:10 +0000 (21:31 -0700)]
Merge "Doc change: adjustments for ndk feature description" into froyo

14 years agoDoc change: adjustments for ndk feature description
Dirk Dougherty [Fri, 14 May 2010 04:28:45 +0000 (21:28 -0700)]
Doc change: adjustments for ndk feature description

Change-Id: I3eb35c3d5ad756b7fa71c256b531f262e7940d90

14 years agoDoc change: Add compatibility article.
Dirk Dougherty [Fri, 7 May 2010 22:14:56 +0000 (15:14 -0700)]
Doc change: Add compatibility article.

Change-Id: Ie6671813eb88bc8cb92575726f8fcf69eb558d08

14 years agoMerge "Fix 2672155 Check the code path when enabling disabling packages." into froyo
Suchi Amalapurapu [Thu, 13 May 2010 23:02:20 +0000 (16:02 -0700)]
Merge "Fix 2672155 Check the code path when enabling disabling packages." into froyo

14 years agoFix 2672155
Suchi Amalapurapu [Thu, 13 May 2010 19:05:53 +0000 (12:05 -0700)]
Fix 2672155
Check the code path when enabling disabling packages.

Add unit test

Change-Id: I0f0f482a3735234eab3f63ba1f6462574b70144e

14 years agoUse SystemClock.elapsedRealtime in ShutdownThread timeout logic
Mike Lockwood [Thu, 13 May 2010 20:29:49 +0000 (16:29 -0400)]
Use SystemClock.elapsedRealtime in ShutdownThread timeout logic

This avoids problems if the time is reset while shutting down.

Change-Id: I54c7c787e55648ebf5a68e79056f92fbac0081ae
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoReturn a runtime error instead of asserting if the AACDecoder is passed an unsupporte...
Andreas Huber [Thu, 13 May 2010 16:15:21 +0000 (09:15 -0700)]
Return a runtime error instead of asserting if the AACDecoder is passed an unsupported config.

Change-Id: Ie084ed4df5a5d286abd36d9149c2138f8e7ed08a
related-to-bug: 2682221
QA-impact: none

14 years agoMerge "Bug 2680071: Rename the Cloud to Device" into froyo
Costin Manolache [Thu, 13 May 2010 02:04:27 +0000 (19:04 -0700)]
Merge "Bug 2680071: Rename the Cloud to Device" into froyo

14 years agoBug 2680071: Rename the Cloud to Device
Costin Manolache [Wed, 12 May 2010 23:04:10 +0000 (16:04 -0700)]
Bug 2680071: Rename the Cloud to Device

Change-Id: I12ab32de393e44a499e3f9e3a0b38f4682156ff5

14 years agoMerge "docs: add missing path-permissions document" into froyo
Scott Main [Wed, 12 May 2010 22:01:30 +0000 (15:01 -0700)]
Merge "docs: add missing path-permissions document" into froyo

14 years agoMerge "docs: fix broken links" into froyo
Scott Main [Wed, 12 May 2010 21:53:35 +0000 (14:53 -0700)]
Merge "docs: fix broken links" into froyo

14 years agodocs: fix broken links
Scott Main [Wed, 12 May 2010 21:49:38 +0000 (14:49 -0700)]
docs: fix broken links

Change-Id: I2720ce4fe30b1e6ff35b91f48a98ead8999ed1ab

14 years agoThe default AlertDialog allows cancel. But the default
Grace Kloba [Wed, 12 May 2010 21:28:07 +0000 (14:28 -0700)]
The default AlertDialog allows cancel. But the default
JSConfim doesn't have a cancel listener. So when
user cancel the dialog, we do not wake up the WebCoreThread.
The same code is already done for JSPrompt dialog correctly.

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

14 years agodocs: add missing path-permissions document
Scott Main [Wed, 12 May 2010 18:31:03 +0000 (11:31 -0700)]
docs: add missing path-permissions document

Change-Id: I926f6ead8babbb66ead386890c143e1bc3ddf229

14 years agoMerge "Doc change: remove Google I/O 09 from carousel." into froyo
Dirk Dougherty [Wed, 12 May 2010 18:05:03 +0000 (11:05 -0700)]
Merge "Doc change: remove Google I/O 09 from carousel." into froyo

14 years agoDoc change: remove Google I/O 09 from carousel.
Dirk Dougherty [Wed, 12 May 2010 17:48:31 +0000 (10:48 -0700)]
Doc change: remove Google I/O 09 from carousel.

Change-Id: I5b97ceef5316930266d1b4581217afad74129372

14 years agoMerge "docs: fix broken anchor names" into froyo
Scott Main [Wed, 12 May 2010 03:13:26 +0000 (20:13 -0700)]
Merge "docs: fix broken anchor names" into froyo

14 years agoDoc change: updates for new tools, platform, adt versions. Misc other fixes updates...
Dirk Dougherty [Thu, 8 Apr 2010 00:05:16 +0000 (17:05 -0700)]
Doc change: updates for new tools, platform, adt versions. Misc other fixes updates in doc files.

Change-Id: I7abf541316f2796079cf646a3294db535fcaaa8a

14 years agoMerge "Doc change: update diff report 7-> 8" into froyo
Dirk Dougherty [Wed, 12 May 2010 02:53:04 +0000 (19:53 -0700)]
Merge "Doc change: update diff report 7-> 8" into froyo

14 years agoDoc change: update diff report 7-> 8
Dirk Dougherty [Wed, 12 May 2010 02:35:15 +0000 (19:35 -0700)]
Doc change: update diff report 7-> 8

Change-Id: I376622ae9afff8effc1153129eb68a8f53436ad4

14 years agodocs: fix broken anchor names
Scott Main [Wed, 12 May 2010 02:28:31 +0000 (19:28 -0700)]
docs: fix broken anchor names

Change-Id: I9eafcddf55c56a95ac3ee631ae9216ff544759fc

14 years agoMerge "docs: remove the dashboard from the sidenav for the offline docs" into froyo
Scott Main [Wed, 12 May 2010 02:25:19 +0000 (19:25 -0700)]
Merge "docs: remove the dashboard from the sidenav for the offline docs" into froyo

14 years agoMerge "Fix imf tests." into froyo
Brett Chabot [Wed, 12 May 2010 02:17:04 +0000 (19:17 -0700)]
Merge "Fix imf tests." into froyo

14 years agodocs: remove the dashboard from the sidenav for the offline docs
Scott Main [Wed, 12 May 2010 02:05:04 +0000 (19:05 -0700)]
docs: remove the dashboard from the sidenav for the offline docs

Change-Id: I65c9d8897d6eef9ee8e09daab239b20ed7551cd7

14 years agoFix imf tests.
Brett Chabot [Wed, 12 May 2010 01:51:16 +0000 (18:51 -0700)]
Fix imf tests.

- fix hard keyboard detection logic
- use FLAG_ACTIVITY_MULTIPLE_TASK to force test activities to start with IME

Bugs 26773202677355

Change-Id: I1b943ee17fddcae5087faefa9fa5603dd3f18ec1

14 years agodocs: make Notifying the User an expandable list
Scott Main [Wed, 12 May 2010 01:00:44 +0000 (18:00 -0700)]
docs: make Notifying the User an expandable list

Change-Id: I287a7e15a4461defa96903c7e922b8640c0bb257

14 years agodocs: add quickview box with "see also" links for some articles
Scott Main [Wed, 12 May 2010 00:43:43 +0000 (17:43 -0700)]
docs: add quickview box with "see also" links for some articles

Change-Id: I2d5e83e691e61731b30b4741d02e096d5ef76fc2

14 years agoMerge "docs: remove allowBackup attribute from documentation" into froyo
Scott Main [Tue, 11 May 2010 22:25:38 +0000 (15:25 -0700)]
Merge "docs: remove allowBackup attribute from documentation" into froyo

14 years agoMerge "Hide two audio focus methods." into froyo
Xavier Ducrohet [Tue, 11 May 2010 21:48:48 +0000 (14:48 -0700)]
Merge "Hide two audio focus methods." into froyo

14 years agoMerge "Don't clear the _data column in the audio_meta table, since it isn't needed...
Marco Nelissen [Tue, 11 May 2010 21:36:16 +0000 (14:36 -0700)]
Merge "Don't clear the _data column in the audio_meta table, since it isn't needed, and causes a sqlite constraint exception. Bug 2671792." into froyo

14 years agoHide two audio focus methods.
Xavier Ducrohet [Tue, 11 May 2010 21:19:40 +0000 (14:19 -0700)]
Hide two audio focus methods.

Change-Id: I53ddf736892cde8edfaffa7d69dd9c234df52efa

14 years agoMerge "Fix issue #2676378: Activity Manager Crash on FRF40" into froyo
Dianne Hackborn [Tue, 11 May 2010 21:26:43 +0000 (14:26 -0700)]
Merge "Fix issue #2676378: Activity Manager Crash on FRF40" into froyo

14 years agodocs: add document about app install location
Scott Main [Tue, 11 May 2010 21:21:53 +0000 (14:21 -0700)]
docs: add document about app install location

Change-Id: Ife7d79ce8374f3435f4850cbf97d163e69bf8d26

14 years agoFix issue #2676378: Activity Manager Crash on FRF40
Dianne Hackborn [Tue, 11 May 2010 21:20:52 +0000 (14:20 -0700)]
Fix issue #2676378: Activity Manager Crash on FRF40

D'oh!

Change-Id: If1b43ff5f230f9bf0de0887deb1b25dcf6aa6e66

14 years agoMerge "Doc Change: Docs for NDK r4." into froyo
Dirk Dougherty [Tue, 11 May 2010 21:20:24 +0000 (14:20 -0700)]
Merge "Doc Change: Docs for NDK r4." into froyo

14 years agoMerge "docs: announce froyo and update IO message" into froyo
Scott Main [Tue, 11 May 2010 21:04:49 +0000 (14:04 -0700)]
Merge "docs: announce froyo and update IO message" into froyo

14 years agoDoc Change: Docs for NDK r4.
Dirk Dougherty [Tue, 4 May 2010 23:28:48 +0000 (16:28 -0700)]
Doc Change: Docs for NDK r4.

Change-Id: Ib535324eb884d4be2c7bbba2d74cc9043acc3475

14 years agoMerge "LocationManagerService: Call updateNetworkState on providers that are disabled...
Mike Lockwood [Tue, 11 May 2010 20:26:25 +0000 (13:26 -0700)]
Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo

14 years agoDon't clear the _data column in the audio_meta table, since it isn't
Marco Nelissen [Tue, 11 May 2010 20:09:06 +0000 (13:09 -0700)]
Don't clear the _data column in the audio_meta table, since it isn't
needed, and causes a sqlite constraint exception.
Bug 2671792.

Change-Id: Ie6e5d0369c3750739fa155e651be4d87c016a41f

14 years agoLocationManagerService: Call updateNetworkState on providers that are disabled.
Mike Lockwood [Tue, 11 May 2010 19:35:09 +0000 (15:35 -0400)]
LocationManagerService: Call updateNetworkState on providers that are disabled.

Fixes a problem with Network Location not working after SetupWizard until the
network state changes.

Change-Id: Ief81b76beb5cc90b2ca7d8aa2d4c99221898f01d
BUG: 2671347

Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge "Support for customizable socket-read timeouts through the HTTP response."...
Andreas Huber [Tue, 11 May 2010 19:21:14 +0000 (12:21 -0700)]
Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo

14 years agoMerge "Better seek handling and proper reset of the vorbis decoder after a discontinu...
Andreas Huber [Tue, 11 May 2010 19:20:55 +0000 (12:20 -0700)]
Merge "Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek)" into froyo

14 years agoMerge "Bug 2673557: rename datamessaging" into froyo
Costin Manolache [Tue, 11 May 2010 18:42:58 +0000 (11:42 -0700)]
Merge "Bug 2673557: rename datamessaging" into froyo