OSDN Git Service

android-x86/frameworks-base.git
13 years agoUsing widevine:// to stream adaptive bitrate wvm content no longer
Andreas Huber [Thu, 21 Apr 2011 17:06:43 +0000 (10:06 -0700)]
Using widevine:// to stream adaptive bitrate wvm content no longer

uses stagefright's http cache but defers caching to the WVMExtractor, which
now has the responsibility of reporting buffer status/duration.

Change-Id: Ieec64a20203977fd0a61d0c6834da124de78bfa2
related-to-bug: 4390283

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb-mr2
Eric Fischer [Tue, 10 May 2011 19:18:21 +0000 (12:18 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb-mr2

13 years agoMerge "Move / copy some framework and systemui resources from xlarge to large. The...
Joe Onorato [Tue, 10 May 2011 18:59:42 +0000 (11:59 -0700)]
Merge "Move / copy some framework and systemui resources from xlarge to large.  The status bar now comes up on large tablets." into honeycomb-mr2

13 years agoMove / copy some framework and systemui resources from xlarge to large. The status...
Joe Onorato [Tue, 10 May 2011 18:58:22 +0000 (11:58 -0700)]
Move / copy some framework and systemui resources from xlarge to large.  The status bar now comes up
on large tablets.

Change-Id: I42d810a5b8e61b2959e30abef91477152495d39f

13 years agoMerge "Fix scaling of batched motion events." into honeycomb-mr2
Dianne Hackborn [Tue, 10 May 2011 17:58:44 +0000 (10:58 -0700)]
Merge "Fix scaling of batched motion events." into honeycomb-mr2

13 years agoam 5f8f0a0d: Merge "Doc change: add Android 3.1 highlights and version notes." into...
Dirk Dougherty [Tue, 10 May 2011 07:34:09 +0000 (00:34 -0700)]
am 5f8f0a0d: Merge "Doc change: add Android 3.1 highlights and version notes." into honeycomb-mr1

* commit '5f8f0a0d40675bc4d373121ffdd22730f3701662':
  Doc change: add Android 3.1 highlights and version notes.

13 years agoam 7f3cf449: Merge "docs: update screen support doc to de-emphasize support for 1...
Scott Main [Tue, 10 May 2011 07:34:06 +0000 (00:34 -0700)]
am 7f3cf449: Merge "docs: update screen support doc to de-emphasize support for 1.5 this includes a variety of other revisions to reorganize some of the content in the main document and also add separate documents for how to enable screen filtering and add screen supp

* commit '7f3cf449fe1b90b902a37ddc3c05ec7aa236e584':
  docs: update screen support doc to de-emphasize support for 1.5 this includes a variety of other revisions to reorganize some of the content in the main document and also add separate documents for how to enable screen filtering and add screen support on 1.5

13 years agoMerge "Doc change: add Android 3.1 highlights and version notes." into honeycomb-mr1
Dirk Dougherty [Tue, 10 May 2011 05:58:37 +0000 (22:58 -0700)]
Merge "Doc change: add Android 3.1 highlights and version notes." into honeycomb-mr1

13 years agoDoc change: add Android 3.1 highlights and version notes.
Dirk Dougherty [Fri, 25 Mar 2011 18:54:46 +0000 (11:54 -0700)]
Doc change: add Android 3.1 highlights and version notes.

Change-Id: Ifbc7df004d8aca9073d6397fad282a57ad4f1b74

13 years agoFix scaling of batched motion events.
Dianne Hackborn [Tue, 10 May 2011 04:19:26 +0000 (21:19 -0700)]
Fix scaling of batched motion events.

Change-Id: I1e070c936f7b2e8f1bb7ebae62b1df0aa6998b82

13 years agoMerge "docs: update screen support doc to de-emphasize support for 1.5 this includes...
Scott Main [Tue, 10 May 2011 01:32:10 +0000 (18:32 -0700)]
Merge "docs: update screen support doc to de-emphasize support for 1.5 this includes a variety of other revisions to reorganize some of the content in the main document and also add separate documents for how to enable screen filtering and add screen support on 1.5" into honeycomb-mr1

13 years agoMerge "Better compat mode part one: start scaling windows." into honeycomb-mr2
Dianne Hackborn [Tue, 10 May 2011 00:06:24 +0000 (17:06 -0700)]
Merge "Better compat mode part one: start scaling windows." into honeycomb-mr2

13 years agoBetter compat mode part one: start scaling windows.
Dianne Hackborn [Wed, 27 Apr 2011 22:52:56 +0000 (18:52 -0400)]
Better compat mode part one: start scaling windows.

First step of improving app screen size compatibility mode.  When
running in compat mode, an application's windows are scaled up on
the screen rather than being small with 1:1 pixels.

Currently we scale the application to fill the entire screen, so
don't use an even pixel scaling.  Though this may have some
negative impact on the appearance (it looks okay to me), it has a
big benefit of allowing us to now treat these apps as normal
full-screens apps and do the normal transition animations as you
move in and out and around in them.

This introduces fun stuff in the input system to take care of
modifying pointer coordinates to account for the app window
surface scaling.  The input dispatcher is told about the scale
that is being applied to each window and, when there is one,
adjusts pointer events appropriately as they are being sent
to the transport.

Also modified is CompatibilityInfo, which has been greatly
simplified to not be so insane and incomprehendible.  It is
now simple -- when constructed it determines if the given app
is compatible with the current screen size and density, and
that is that.

There are new APIs on ActivityManagerService to put applications
that we would traditionally consider compatible with larger screens
in compatibility mode.  This is the start of a facility to have
a UI affordance for a user to switch apps in and out of
compatibility.

To test switching of modes, there is a new variation of the "am"
command to do this: am screen-compat [on|off] [package]

This mode switching has the fundamentals of restarting activities
when it is changed, though the state still needs to be persisted
and the overall mode switch cleaned up.

For the few small apps I have tested, things mostly seem to be
working well.  I know of one problem with the text selection
handles being drawn at the wrong position because at some point
the window offset is being scaled incorrectly.  There are
probably other similar issues around the interaction between
two windows because the different window coordinate spaces are
done in a hacky way instead of being formally integrated into
the window manager layout process.

Change-Id: Ie038e3746b448135117bd860859d74e360938557

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 9 May 2011 23:51:24 +0000 (16:51 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I017caa112d687f53c1c3e65bb4bac71c25bf3b6f

13 years agoam c3038308: Merge "Doc change: adding ADK doc. still need to add the adk pkg downloa...
Robert Ly [Mon, 9 May 2011 21:41:00 +0000 (14:41 -0700)]
am c3038308: Merge "Doc change: adding ADK doc. still need to add the adk pkg download link when we get the package" into honeycomb-mr1

* commit 'c3038308a765de2826997b65c175bf752b45bc70':
  Doc change: adding ADK doc. still need to add the adk pkg download link when we get the package

13 years agoMerge "Doc change: adding ADK doc. still need to add the adk pkg download link when...
Robert Ly [Mon, 9 May 2011 21:25:53 +0000 (14:25 -0700)]
Merge "Doc change: adding ADK doc. still need to add the adk pkg download link when we get the package" into honeycomb-mr1

13 years agoDoc change: adding ADK doc. still need to add the adk pkg download link when we get...
Robert Ly [Tue, 3 May 2011 08:47:09 +0000 (01:47 -0700)]
Doc change: adding ADK doc. still need to add the adk pkg download link when we get the package

Change-Id: I941e708a70b48dba2da4aa3d186824c89ebfb22f

13 years agoMerge remote branch 'goog/honeycomb-mr1' into honeycomb-mr2
The Android Automerger [Mon, 9 May 2011 05:11:52 +0000 (22:11 -0700)]
Merge remote branch 'goog/honeycomb-mr1' into honeycomb-mr2

13 years agodocs: update screen support doc to de-emphasize support for 1.5
Scott Main [Wed, 9 Mar 2011 22:26:58 +0000 (14:26 -0800)]
docs: update screen support doc to de-emphasize support for 1.5
this includes a variety of other revisions to reorganize some of the content in the main document
and also add separate documents for how to enable screen filtering and add screen support on 1.5

For more change history, also see Change-Id: Iadebc9ca3f2f5a0e7490466811f0d741fe2b2b8c

Change-Id: I78825116f5f7825da42120e840e5bc6d8d1e359c

13 years agodocs: update sdk tools sums and sizes
Scott Main [Sat, 7 May 2011 00:17:17 +0000 (17:17 -0700)]
docs: update sdk tools sums and sizes
based on candidate 5

Change-Id: I10929c0dfd889c919d70a4aaa4854ce1fecbc51d

13 years agodocs: update screens dashboard and add opengl dashboard
Scott Main [Fri, 6 May 2011 21:29:59 +0000 (14:29 -0700)]
docs: update screens dashboard and add opengl dashboard

Change-Id: Ic810bc9bb2a917ef1489f3d5f6c30b1bb75cb2e1

13 years agoDO NOT MERGE Handle GET_POWER failures
Irfan Sheriff [Wed, 4 May 2011 21:16:44 +0000 (14:16 -0700)]
DO NOT MERGE Handle GET_POWER failures

Return a failure when GET_POWER returns a non-conforming
format

Bug: 4380317
Change-Id: Ie723c424ab07774f2be2594aa5deeaa5cd5ac280

13 years agodocs: de-new the dev guide toc
Scott Main [Fri, 6 May 2011 16:53:29 +0000 (09:53 -0700)]
docs: de-new the dev guide toc

Change-Id: I11ab2fcb8472876aa0776383490390d502475e39

13 years agoMerge "docs: add package description for mtp and a little more info to MtpDevice...
Scott Main [Fri, 6 May 2011 15:31:40 +0000 (08:31 -0700)]
Merge "docs: add package description for mtp and a little more info to MtpDevice" into honeycomb-mr1

13 years agoMerge "docs: version notes for tools 11" into honeycomb-mr1
Scott Main [Fri, 6 May 2011 01:32:42 +0000 (18:32 -0700)]
Merge "docs: version notes for tools 11" into honeycomb-mr1

13 years agodocs: version notes for tools 11
Scott Main [Fri, 6 May 2011 01:27:49 +0000 (18:27 -0700)]
docs: version notes for tools 11

Change-Id: Id33ba830b550d8d99b23f012501023b4675ba3eb

13 years agoMerge "docs: add package description for RTP" into honeycomb-mr1
Scott Main [Fri, 6 May 2011 00:59:24 +0000 (17:59 -0700)]
Merge "docs: add package description for RTP" into honeycomb-mr1

13 years agodocs: cherrypick Change-Id: I3d871d494cf1f626df701efaa43058b66893259e
Scott Main [Thu, 14 Apr 2011 22:45:08 +0000 (15:45 -0700)]
docs: cherrypick Change-Id: I3d871d494cf1f626df701efaa43058b66893259e
docs: add info about customizing the density of an AVD from command line;
and a few editorial things like fix the TOCs

Change-Id: I4e301fe005d8fb4d04550b7db5afe2b63fe66802

13 years agodocs: add package description for RTP
Scott Main [Thu, 5 May 2011 23:17:40 +0000 (16:17 -0700)]
docs: add package description for RTP

Change-Id: I02c181a48101be288fb4aabf497f573f00038f90

13 years agodocs: add package description for mtp and a little more info to MtpDevice
Scott Main [Thu, 5 May 2011 22:53:44 +0000 (15:53 -0700)]
docs: add package description for mtp and a little more info to MtpDevice

Change-Id: I44b3926c4a286f624de525a7f0cc896879582bf5

13 years agoCherry pick from Honeycomb Change ID I8d57d12828afab700d76f9b19195817a0adfe080
Bill Gruber [Wed, 27 Apr 2011 18:20:54 +0000 (11:20 -0700)]
Cherry pick from Honeycomb Change ID I8d57d12828afab700d76f9b19195817a0adfe080
IAB docs: adds best practices for pending transaction UI

Change-Id: I9e27f3421e57b20c5b5961fc680fe89e3d5e865b

13 years agoupdate platform version number for docs
Scott Main [Thu, 5 May 2011 21:49:47 +0000 (14:49 -0700)]
update platform version number for docs

Change-Id: If0866ab1544ce0f5e70bbbe93d30ed27c4403406

13 years agoDO NOT MERGE: Don't send pause again when coming back from full screen
Teng-Hui Zhu [Fri, 8 Apr 2011 00:13:18 +0000 (17:13 -0700)]
DO NOT MERGE: Don't send pause again when coming back from full screen

When we enter full screen, the inline video has been paused.
When we re-play in the inline mode, we don't need to paused the previous video,
which is the full screen one.

bug:4259109
Change-Id: I577edf43563116b0d1a9266d741e6a8aabbca779

13 years agoMerge "docs: update homepage to announce 3.1" into honeycomb-mr1
Scott Main [Thu, 5 May 2011 15:33:03 +0000 (08:33 -0700)]
Merge "docs: update homepage to announce 3.1" into honeycomb-mr1

13 years agoMerge "doc change: a misplaced link removed" into honeycomb-mr1
Robert Ly [Wed, 4 May 2011 23:55:59 +0000 (16:55 -0700)]
Merge "doc change: a misplaced link removed" into honeycomb-mr1

13 years agodoc change: a misplaced link removed
Robert Ly [Wed, 4 May 2011 23:41:40 +0000 (16:41 -0700)]
doc change: a misplaced link removed

Change-Id: If8b12e5409b44a095593b126a18fa6c0d572cc59

13 years agoCherry pick from honeycomb. Change-Id: I542fc39ef017346694cd0b376421bfec03ebe340
Katie McCormick [Fri, 29 Apr 2011 00:05:17 +0000 (17:05 -0700)]
Cherry pick from honeycomb. Change-Id: I542fc39ef017346694cd0b376421bfec03ebe340

Change-Id: I9633f380f701bfa63453c9e969eeb0236a37894e

13 years agocherrypick from honeycomb cl 742100b0ff66bb2a6fec706931e9cfeee8035ad3
Scott Main [Mon, 2 May 2011 16:54:12 +0000 (09:54 -0700)]
cherrypick from honeycomb cl 742100b0ff66bb2a6fec706931e9cfeee8035ad3
docs: update dashboard for platform versions

Change-Id: I21ddf27d0ad5bba817f6995ae716c6dc1029c0a5

13 years agodocs: typo in menu doc
Scott Main [Wed, 4 May 2011 21:36:56 +0000 (14:36 -0700)]
docs: typo in menu doc

Change-Id: Ic67cce880406a7daeb98d37312dd34c6a681a7af

13 years agodocs: fix issue 4383086
Scott Main [Wed, 4 May 2011 21:33:46 +0000 (14:33 -0700)]
docs: fix issue 4383086

Change-Id: I43fa88645b6b81102452d4a977ce5579275a2235

13 years agodocs: update homepage to announce 3.1
Scott Main [Mon, 2 May 2011 18:03:24 +0000 (11:03 -0700)]
docs: update homepage to announce 3.1

Change-Id: Ide4175f48b765484f0a1bbb5be3bc56e79e97612

13 years agoMerge "adding the usb apis to the resources browser" into honeycomb-mr1
Robert Ly [Wed, 4 May 2011 20:10:54 +0000 (13:10 -0700)]
Merge "adding the usb apis to the resources browser" into honeycomb-mr1

13 years agoMerge "Doc change: adding usb docs and removed ADK doc. ADK doc will be in another...
Robert Ly [Wed, 4 May 2011 19:18:09 +0000 (12:18 -0700)]
Merge "Doc change: adding usb docs and removed ADK doc. ADK doc will be in another CL" into honeycomb-mr1

13 years agoDO NOT MERGE MediaScanner: Add special casing of WMP album art files to isNoMediaPath()
Mike Lockwood [Mon, 2 May 2011 22:51:11 +0000 (18:51 -0400)]
DO NOT MERGE MediaScanner: Add special casing of WMP album art files to isNoMediaPath()

This will prevent MediaProvider from adding these files to the images table

Change-Id: Ibc4128762f221b370a00e331aca633aafae0ad70
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MediaScanner: Fix bug in "no media" handling logic
Mike Lockwood [Mon, 2 May 2011 21:01:47 +0000 (17:01 -0400)]
DO NOT MERGE MediaScanner: Fix bug in "no media" handling logic

Don't let the "no media" status of one directory leak to the remaining files
and directories in the same parent.

Bug: 4364077

Change-Id: Ie756ccd06b1962b06143fc02a1a3927c3aba143a
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MTP: Implement GetThumb command
Mike Lockwood [Mon, 25 Apr 2011 01:40:17 +0000 (18:40 -0700)]
DO NOT MERGE MTP: Implement GetThumb command

This allows the PC to access thumbnails in JPEG files over MTP/PTP

Bug: 3219495

Change-Id: Id61f353ba70e896fae9a47338bf7871c0f185d3e
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MTP: Fix file descriptor leak in file editing extensions
Mike Lockwood [Mon, 25 Apr 2011 19:56:21 +0000 (12:56 -0700)]
DO NOT MERGE MTP: Fix file descriptor leak in file editing extensions

Change-Id: Ie0b979b5cfd9b5f9e9196c5f8c8ecccef6ed84c3
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MTP: Add extended operations to support in-place editing of files
Mike Lockwood [Fri, 22 Apr 2011 00:05:55 +0000 (17:05 -0700)]
DO NOT MERGE MTP: Add extended operations to support in-place editing of files

MTP does not support partial writes of files (the entire file must be transferred at once).
This makes it impossible to implement a FUSE file system for MTP
with acceptable performance.
To fix this problem, this change adds extended MTP operations to allow
partial writes to files:

SendPartialObject - allows writing a subset of a file, or appending to the end of a file

TruncateObject - allows changing the size of a file

BeginEditObject - must be called before using SendPartialObject and TruncateObject

EndEditObject - commits changes to a file after it has been edited with SendPartialObject or TruncateObject

We also add GetPartialObject64, which is the same as GetPartialObject
but has a 64 bit offset rather than 32.

Change-Id: Id5365e1c4dc55a2d819c16c9db0a3ac2260f9309
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding files from...
Mike Lockwood [Sun, 24 Apr 2011 18:15:09 +0000 (11:15 -0700)]
DO NOT MERGE MediaScanner: reimplement the ".nomedia" feature for hiding files from the media provider

Previously we ignored any files and directories that had name started with '.'
and ignored any directories that contained a ".nomedia" file.
Now to support transferring any file via MTP, we now add these previously ignored files
to the media database, but will not mark them as audio, video, image or playlist files.
That way they will be included in the files table but will be hidden from the
audio, video, images and playlist views that are used by apps like Music and Gallery.

Bug: 3405327

Change-Id: Ibb37bb2856a0684ce9f685ed565ad35347622834
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE Fix media scanner uri handling.
Marco Nelissen [Tue, 29 Mar 2011 20:29:42 +0000 (13:29 -0700)]
DO NOT MERGE Fix media scanner uri handling.

If a file was originally considered a video file (because it had
a .mp4 extension, for example), but was then discovered to have
only an audio track, it would update the type, but not the URI
for insertion into the media provider.

Change-Id: I25652a031b98d2ec2433263dd6f344ba90d2d112
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE Revert "Remove permission android.permission.WRITE_MEDIA_STORAGE"
Mike Lockwood [Fri, 22 Apr 2011 14:05:21 +0000 (07:05 -0700)]
DO NOT MERGE Revert "Remove permission android.permission.WRITE_MEDIA_STORAGE"

We need this to allow MTP to access secondary external storage devices

This reverts commit 35a2ea2fbf156a503d1b0bc6ca7784e51e2462f4.

Conflicts:

data/etc/platform.xml

Change-Id: I0b139a0f3b369c1080831a5b3a48f5d9a330b1bb
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MTP and media provider support for multiple storage devices:
Mike Lockwood [Tue, 5 Apr 2011 14:21:27 +0000 (10:21 -0400)]
DO NOT MERGE MTP and media provider support for multiple storage devices:

- MTP support for multiple storage units

- Add storage_id column to media database for MTP storage ID

- Add framework resource for defining mount points and user visible descriptions
for multiple volumes

- Clean up locking in MtpServer JNI code

Change-Id: Ide6d47bd9aa1698ed2a13d695613e03f2a9b29e3
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MountService: Fix running media scanner at boot.
Mike Lockwood [Tue, 5 Apr 2011 14:21:51 +0000 (10:21 -0400)]
DO NOT MERGE MountService: Fix running media scanner at boot.

Change-Id: I67ff2ccde7e03143167b8c59726ffb741c96e028
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE Fix deadlock in MountService
Mike Lockwood [Tue, 5 Apr 2011 14:05:47 +0000 (10:05 -0400)]
DO NOT MERGE Fix deadlock in MountService

It is not safe to call into vold with a lock held on mVolumeStates
since we will receive events back from vold on a different thread.
So in the boot completed handler we make a copy of the volume list and
then call vold to mount volumes after releasing the lock

Change-Id: Ic9836c2e1e8a5677d0c4e33476a72081f69823a0
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE StorageManager: Add getVolumeList() and getVolumeState() methods
Mike Lockwood [Thu, 24 Mar 2011 15:12:30 +0000 (08:12 -0700)]
DO NOT MERGE StorageManager: Add getVolumeList() and getVolumeState() methods

Change-Id: I43d5c1730b340f1288b58012234b38f801001b71
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDO NOT MERGE MountService: Add support for multiple volumes
Mike Lockwood [Wed, 23 Mar 2011 18:52:34 +0000 (14:52 -0400)]
DO NOT MERGE MountService: Add support for multiple volumes

Change-Id: I45ee0e5735a6d72c635f6d22320e8b13bccc3847
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Doc change: fixing minor bug for xml resources bug 4376713" into honeycomb-mr1
Robert Ly [Tue, 3 May 2011 23:54:21 +0000 (16:54 -0700)]
Merge "Doc change: fixing minor bug for xml resources bug 4376713" into honeycomb-mr1

13 years agoDoc change: fixing minor bug for xml resources
Robert Ly [Tue, 3 May 2011 23:47:21 +0000 (16:47 -0700)]
Doc change: fixing minor bug for xml resources
bug 4376713

Change-Id: I4c969810eaaf053f8326721b71fbe494b542082d

13 years agoMerge "Account for race condition when attaching HDMI." into honeycomb-mr1
Glenn Kasten [Tue, 3 May 2011 23:46:12 +0000 (16:46 -0700)]
Merge "Account for race condition when attaching HDMI." into honeycomb-mr1

13 years agoDoc change: adding usb docs and removed ADK doc. ADK doc will be in another CL
Robert Ly [Mon, 18 Apr 2011 17:18:30 +0000 (10:18 -0700)]
Doc change: adding usb docs and removed ADK doc. ADK doc will be in another CL

Change-Id: Ib6a5c3a958a77f5ef9322fb79b2da19763ec364d

13 years agoadding the usb apis to the resources browser
Robert Ly [Tue, 3 May 2011 00:49:05 +0000 (17:49 -0700)]
adding the usb apis to the resources browser

Change-Id: I79e9f93ebfa3aaf03e4f4deeb70d6c5a7a4ad07f

13 years agoBackporting I57c58c4083bd59f45095c184d6ca5a302f79ff6e to HC-MR1. New change
Dan Morrill [Mon, 2 May 2011 20:16:06 +0000 (13:16 -0700)]
Backporting I57c58c4083bd59f45095c184d6ca5a302f79ff6e to HC-MR1. New change
since file was renamed, making cherry-pick impossible.

Change-Id: Idc802af57fb9926a69ed52d4e776ef57d8b647c6

13 years agoam 1462813a: Merge "docs: more documentation for ProgressBar" into honeycomb
Scott Main [Fri, 29 Apr 2011 21:55:43 +0000 (14:55 -0700)]
am 1462813a: Merge "docs: more documentation for ProgressBar" into honeycomb

* commit '1462813a28270d4255f9542b666960182e274a6e':
  docs: more documentation for ProgressBar

13 years agoMerge "docs: more documentation for ProgressBar" into honeycomb
Scott Main [Fri, 29 Apr 2011 21:52:20 +0000 (14:52 -0700)]
Merge "docs: more documentation for ProgressBar" into honeycomb

13 years agodocs: more documentation for ProgressBar
Scott Main [Fri, 29 Apr 2011 17:31:10 +0000 (10:31 -0700)]
docs: more documentation for ProgressBar

Change-Id: Ief415c0b22da3e7d4ea318e321edc7d215603f0f

13 years agoam c7eb47fa: docs: tweak table headers for config qualifiers
Scott Main [Fri, 29 Apr 2011 21:42:55 +0000 (14:42 -0700)]
am c7eb47fa: docs: tweak table headers for config qualifiers

* commit 'c7eb47fad4fe39bd85c6205e38426c1867b9ed92':
  docs: tweak table headers for config qualifiers

13 years agodocs: tweak table headers for config qualifiers
Scott Main [Fri, 29 Apr 2011 21:12:24 +0000 (14:12 -0700)]
docs: tweak table headers for config qualifiers

Change-Id: Idc8d48f1db9b6b87372a49095b034edff9baecfa

13 years agoAdd avg bandwidth estimate every 2 seconds - do not merge.
James Dong [Thu, 28 Apr 2011 18:15:01 +0000 (11:15 -0700)]
Add avg bandwidth estimate every 2 seconds - do not merge.

This patch is meant for testing only.
We will remove this patch once we tracked down all those spinning issues.

related-to-bug: 4339075

Change-Id: I4cf1927f1067d4f7dbc589ceb3c47407eaf40ae7

13 years agoam c59e80c4: Merge "docs: fix for Misdirected link in topic Declaring Layout bug...
Scott Main [Thu, 28 Apr 2011 21:21:46 +0000 (14:21 -0700)]
am c59e80c4: Merge "docs: fix for Misdirected link in topic Declaring Layout bug 4257430" into honeycomb

* commit 'c59e80c4eb60a0ba665571fee2f9561aa6e936ff':
  docs: fix for Misdirected link in topic Declaring Layout bug 4257430

13 years agoMerge "docs: fix for Misdirected link in topic Declaring Layout bug 4257430" into...
Scott Main [Thu, 28 Apr 2011 21:08:57 +0000 (14:08 -0700)]
Merge "docs: fix for Misdirected link in topic Declaring Layout bug 4257430" into honeycomb

13 years agoMerge "Check setName() for null string + fix rsRand()." into honeycomb-mr1
Stephen Hines [Thu, 28 Apr 2011 00:32:40 +0000 (17:32 -0700)]
Merge "Check setName() for null string + fix rsRand()." into honeycomb-mr1

13 years agoCheck setName() for null string + fix rsRand().
Alex Sakhartchouk [Wed, 20 Apr 2011 01:22:28 +0000 (18:22 -0700)]
Check setName() for null string + fix rsRand().

Change-Id: I5e0042930209861e2eb9acc91380e9473dac0997

13 years agoAdd heartbeat error codes into MediaErrors.h
Gloria Wang [Wed, 27 Apr 2011 00:09:28 +0000 (17:09 -0700)]
Add heartbeat error codes into MediaErrors.h

related-to-bug: 4322415

Change-Id: I78137c61e3a8ce9afcb9fb38cb77a83561b9b72d

13 years agodocs: fix for Misdirected link in topic Declaring Layout
Joe Fernandez [Tue, 26 Apr 2011 22:47:39 +0000 (15:47 -0700)]
docs: fix for Misdirected link in topic Declaring Layout
bug 4257430

Change-Id: Id4711c712e99eea1dd537ee2343aedc5014df536

13 years agoAccount for race condition when attaching HDMI.
Daniel Sandler [Tue, 26 Apr 2011 17:54:37 +0000 (13:54 -0400)]
Account for race condition when attaching HDMI.

The status bar figures out how tall it needs to be by
subtracting 720 (for 720p HDMI output) from the display
height. However, if the display is in the process of
rotating to portrait when HDMI is attached (or for whatever
other reason dispatches the HDMI_PLUGGED_STATE before the
display has been rotated to landscape) this computation will
be wrong.

The quick fix is to compute the status bar height as
shortSide - 720 rather than height - 720.

Bug: 4284690
Change-Id: I3715264a9e32af1299777ccdbdc22ca60926cc79

13 years agoam 97fee855: docs: update a couple usb driver URLs bug: 4339758
Scott Main [Tue, 26 Apr 2011 07:45:35 +0000 (00:45 -0700)]
am 97fee855: docs: update a couple usb driver URLs bug: 4339758

* commit '97fee8554d40a8c093ef16934284d9292e4cf7a4':
  docs: update a couple usb driver URLs bug: 4339758

13 years agodocs: update a couple usb driver URLs
Scott Main [Mon, 25 Apr 2011 21:52:46 +0000 (14:52 -0700)]
docs: update a couple usb driver URLs
bug: 4339758

Change-Id: I39357a0061312b189f50c296105cefe3862fc733

13 years agoFix issue 4335692: HDMI media volume
Eric Laurent [Mon, 25 Apr 2011 20:34:51 +0000 (13:34 -0700)]
Fix issue 4335692: HDMI media volume

Forced music stream volume to max when not muted and output device is HDMI.

Change-Id: Ibd287cea8ae1d3f36fea6651a113bd5cf2dbad13

13 years agoam a29e2cca: docs: Fixing Issue with code for Adding Tabs topic bug 4293013
Joe Fernandez [Fri, 22 Apr 2011 23:36:33 +0000 (16:36 -0700)]
am a29e2cca: docs: Fixing Issue with code for Adding Tabs topic bug 4293013

* commit 'a29e2cca5d0e3ff222c09165fd69ca8f4d0f634e':
  docs: Fixing Issue with code for Adding Tabs topic bug 4293013

13 years agodocs: Fixing Issue with code for Adding Tabs topic
Joe Fernandez [Fri, 22 Apr 2011 23:06:37 +0000 (16:06 -0700)]
docs: Fixing Issue with code for Adding Tabs topic
bug 4293013

Change-Id: Ia08fe8ae0112af5157607e4fcd07773a945473f3

13 years agoam 48c187f9: docs: fix typo in 3.0 notes
Scott Main [Fri, 22 Apr 2011 00:36:40 +0000 (17:36 -0700)]
am 48c187f9: docs: fix typo in 3.0 notes

* commit '48c187f9cf2bcb51f446a5a62346f9ef5920c7f3':
  docs: fix typo in 3.0 notes

13 years agodocs: fix typo in 3.0 notes
Scott Main [Fri, 22 Apr 2011 00:22:54 +0000 (17:22 -0700)]
docs: fix typo in 3.0 notes

Change-Id: I0925a21b5eb53811736cfe04498917371c8bb67c

13 years agoam b8a57841: Merge "docs: add a little info to Configuration class description" into...
Scott Main [Thu, 21 Apr 2011 17:53:08 +0000 (10:53 -0700)]
am b8a57841: Merge "docs: add a little info to Configuration class description" into honeycomb

* commit 'b8a57841316171d6db4311a65914720213516153':
  docs: add a little info to Configuration class description

13 years agoMerge "docs: add a little info to Configuration class description" into honeycomb
Scott Main [Thu, 21 Apr 2011 17:51:14 +0000 (10:51 -0700)]
Merge "docs: add a little info to Configuration class description" into honeycomb

13 years agoam d155e1a2: docs: change ZTE usb driver link
Scott Main [Thu, 21 Apr 2011 17:08:20 +0000 (10:08 -0700)]
am d155e1a2: docs: change ZTE usb driver link

* commit 'd155e1a2d8768e383824c565a5b4f5a7546960ea':
  docs: change ZTE usb driver link

13 years agodocs: change ZTE usb driver link
Scott Main [Thu, 21 Apr 2011 16:57:55 +0000 (09:57 -0700)]
docs: change ZTE usb driver link

Change-Id: I8a7528094a565f846ceca456787de81c81ee39c9

13 years agodocs: add a little info to Configuration class description
Scott Main [Thu, 21 Apr 2011 05:20:46 +0000 (22:20 -0700)]
docs: add a little info to Configuration class description

Change-Id: I3278759bd1c323330c1143ef71d0644872caa085

13 years agoam 6669f251: docs: fix snippet errors in web doc
Scott Main [Sat, 16 Apr 2011 01:03:14 +0000 (18:03 -0700)]
am 6669f251: docs: fix snippet errors in web doc

* commit '6669f251391d7e61a6ea55e2538c941f82514dd9':
  docs: fix snippet errors in web doc

13 years agodocs: fix snippet errors in web doc
Scott Main [Sat, 16 Apr 2011 00:55:33 +0000 (17:55 -0700)]
docs: fix snippet errors in web doc

Change-Id: I65648136c2df4bde5fa3bc3495f5166c4c87fe8a

13 years agoMerge "Fix issue #4291805: Tap Fish crashes on launch" into honeycomb-mr1
Dianne Hackborn [Thu, 14 Apr 2011 22:10:31 +0000 (15:10 -0700)]
Merge "Fix issue #4291805: Tap Fish crashes on launch" into honeycomb-mr1

13 years agoam d284a867: (-s ours) Merge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Thu, 14 Apr 2011 21:21:57 +0000 (14:21 -0700)]
am d284a867: (-s ours) Merge "Import revised translations.  DO NOT MERGE" into honeycomb

* commit 'd284a8676e002a72b66d321402ec7f4ed61c7915':
  Import revised translations.  DO NOT MERGE

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Thu, 14 Apr 2011 21:14:46 +0000 (14:14 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 14 Apr 2011 20:59:43 +0000 (13:59 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I796dc2ad1556201f3b443b8185f5280cc8e1e213

13 years agoam d08debcb: docs: bring back the SDK EULA wall for downloading archived SDKs
Scott Main [Thu, 14 Apr 2011 20:55:16 +0000 (13:55 -0700)]
am d08debcb: docs: bring back the SDK EULA wall for downloading archived SDKs

* commit 'd08debcb211ec2e369c8c88ce15e4aaadd54a8d4':
  docs: bring back the SDK EULA wall for downloading archived SDKs

13 years agoFix issue #4291805: Tap Fish crashes on launch
Dianne Hackborn [Thu, 14 Apr 2011 20:09:32 +0000 (13:09 -0700)]
Fix issue #4291805: Tap Fish crashes on launch

The activity manager got a little too aggressive about argument validation.

Change-Id: I3cca0cd3135b98e5c50d26db778ec4ec28a47ec1

13 years agodocs: bring back the SDK EULA wall for downloading archived SDKs
Scott Main [Tue, 12 Apr 2011 21:38:54 +0000 (14:38 -0700)]
docs: bring back the SDK EULA wall for downloading archived SDKs

Change-Id: Ieccd0d03ca49a68d7d4956aa4991d8a73ffff674

13 years agoMerge "Fix access point parsing: reset static link property after parsing static...
Xia Wang [Wed, 13 Apr 2011 22:13:10 +0000 (15:13 -0700)]
Merge "Fix access point parsing: reset static link property after parsing static ip setting Fix removeConfiguredNetwork: add sleep between remove configured network and disable wifi" into honeycomb-mr1

13 years agoBug 4167061 remove debugging code
Glenn Kasten [Wed, 13 Apr 2011 18:16:49 +0000 (11:16 -0700)]
Bug 4167061 remove debugging code

Change-Id: I1cb46a7bbf885c72e75d32f3f7675d90ab611e85

13 years agoam f42937a8: docs: fix doc typo
Scott Main [Tue, 12 Apr 2011 21:44:02 +0000 (14:44 -0700)]
am f42937a8: docs: fix doc typo

* commit 'f42937a8aa0af6b22d8a2a43a9bfc07c38aeffb5':
  docs: fix doc typo

13 years agodocs: fix doc typo
Scott Main [Tue, 12 Apr 2011 21:38:54 +0000 (14:38 -0700)]
docs: fix doc typo

Change-Id: Ia5c32723489a045d865307dbad41edb29b2cfb29