OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "DOC CHANGE: Fix bug in Testing doc" into gingerbread
Joe Malin [Thu, 14 Oct 2010 19:05:33 +0000 (12:05 -0700)]
Merge "DOC CHANGE: Fix bug in Testing doc" into gingerbread

13 years agoMerge "Make sure EventHub reports added/removed devices immediately." into gingerbread
Jeff Brown [Thu, 14 Oct 2010 18:52:58 +0000 (11:52 -0700)]
Merge "Make sure EventHub reports added/removed devices immediately." into gingerbread

13 years agoMerge "Change storage names to match 10-13 decision" into gingerbread
Roy West [Thu, 14 Oct 2010 18:15:50 +0000 (11:15 -0700)]
Merge "Change storage names to match 10-13 decision" into gingerbread

13 years agoMerge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread
Joe Onorato [Thu, 14 Oct 2010 17:59:37 +0000 (10:59 -0700)]
Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbread

13 years agoMerge "Really leave text selection mode when using the trackball." into gingerbread
Gilles Debunne [Thu, 14 Oct 2010 17:58:59 +0000 (10:58 -0700)]
Merge "Really leave text selection mode when using the trackball." into gingerbread

13 years agoDo not build pbkdf2gen on non-Linux hosts
Kenny Root [Thu, 14 Oct 2010 17:25:25 +0000 (10:25 -0700)]
Do not build pbkdf2gen on non-Linux hosts

Change-Id: I9f575a2ca7d45102a4f67424ea5866cf750adb13

13 years agoChange storage names to match 10-13 decision
Roy West [Thu, 14 Oct 2010 12:23:23 +0000 (05:23 -0700)]
Change storage names to match 10-13 decision

Change-Id: I1dc760846e7031a7cd090436da556533961695e1

13 years agoMake sure EventHub reports added/removed devices immediately.
Jeff Brown [Thu, 14 Oct 2010 09:23:43 +0000 (02:23 -0700)]
Make sure EventHub reports added/removed devices immediately.

Fixed a bug where EventHub would not report changes in devices
until the next event.

Bug: 3096147
Change-Id: Ie4c3e1d14d0ad806cfaa212611ce06034d1b94d4

13 years agoSipService: add wake lock for multiple components.
Hung-ying Tyan [Wed, 13 Oct 2010 15:32:17 +0000 (23:32 +0800)]
SipService: add wake lock for multiple components.

+ Add MyWakeLock to maintain a global wake lock for multiple components.
  + Use a Set to store components that want to hold the lock.
  + When the first component enters the set, we grab the global wake lock.
  + When the set becomes empty, we release the global lock.
  + In places like no account being opened to receive calls, we reset the
    wake lock just to be safe from possible leakage.
+ Make MyExecutor aware of the wake lock. It will grab the wake lock on
  behalf of the task so that tasks don't need to worry about the lock.
  + Connectivity receiver is modified to be executed in MyExecutor.
  + WakeupTimer handler is already protected by AlarmManager's wake lock but
    all the timeout handlers that register themselves to the WakeupTimer are
    to be executed in MyExecutor to be protected by the wake lock.
  + Remove unnecessary code in the Keepalive and registration processes. Since
    both processes are executed in MyExecutor submitted by the WakeupTimer (as
    they are timeout handlers registered to the WakeupTimer), they don't need
    to add themselves to MyExecutor explicitly in their run() callbacks.
+ Make the keepalive process wait for at most 3 seconds instead of forever for
  server response. It could cause the wake lock to be held longer than necessary
  and is a potential cause for ANR.

http://b/issue?id=3081828

Related bug:
http://b/issue?id=3087153

Change-Id: Idee0ddb837e67daa0d5092c012bb242bd7c18431

13 years agoReally leave text selection mode when using the trackball.
Gilles Debunne [Thu, 14 Oct 2010 02:20:53 +0000 (19:20 -0700)]
Really leave text selection mode when using the trackball.

Bug 3086617

Change-Id: I04c7f5b59d41ed294ac10c20588d2ea476f9d7f6

13 years agoMerge "Make SipService listen to WIFI state change events." into gingerbread
Hung-ying Tyan [Thu, 14 Oct 2010 01:36:31 +0000 (18:36 -0700)]
Merge "Make SipService listen to WIFI state change events." into gingerbread

13 years agoMerge "OBB: use PBKDF2 for key generation." into gingerbread
Kenny Root [Thu, 14 Oct 2010 01:29:43 +0000 (18:29 -0700)]
Merge "OBB: use PBKDF2 for key generation." into gingerbread

13 years agoOBB: use PBKDF2 for key generation.
Kenny Root [Wed, 13 Oct 2010 22:00:07 +0000 (15:00 -0700)]
OBB: use PBKDF2 for key generation.

Switch to using PBKDF2 for the key generation for OBBs. Any previously
generated OBBs will stop being read correctly. A small pbkdf2gen program
is available to allow generation of appropriate keys with the salts.

Bug: 3059950
Change-Id: If4305c989fd692fd1150eb270dbf751e09c37295

13 years agoMerge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into...
David Brown [Thu, 14 Oct 2010 00:48:05 +0000 (17:48 -0700)]
Merge "Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)" into gingerbread

13 years agoMerge "Updated media transport controls" into gingerbread
Justin Ho [Thu, 14 Oct 2010 00:42:03 +0000 (17:42 -0700)]
Merge "Updated media transport controls" into gingerbread

13 years agoUpdated media transport controls
Justin Ho [Thu, 14 Oct 2010 00:39:24 +0000 (17:39 -0700)]
Updated media transport controls

Change-Id: I928b7fcd0f9bd11d5f642e3c5207b00099fc8b41

13 years agoMerge "Updating popup center asset (v5)" into gingerbread
Justin Ho [Thu, 14 Oct 2010 00:15:00 +0000 (17:15 -0700)]
Merge "Updating popup center asset (v5)" into gingerbread

13 years agoUpdating popup center asset (v5)
Justin Ho [Thu, 14 Oct 2010 00:11:26 +0000 (17:11 -0700)]
Updating popup center asset (v5)

Change-Id: I0acb31925e011ddbd668894f1291bc1ee94e5c97

13 years agoReduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)
David Brown [Tue, 12 Oct 2010 04:01:49 +0000 (21:01 -0700)]
Reduce CallerInfoAsyncQuery logging in user builds (STOPSHIP cleanup)

Bug: 3095005

Change-Id: Ide96756282d17252fac16a27cc184ea314a8b31a

13 years agoMerge "Regenerate preloaded classes for Gingerbread." into gingerbread
Jesse Wilson [Wed, 13 Oct 2010 23:59:12 +0000 (16:59 -0700)]
Merge "Regenerate preloaded classes for Gingerbread." into gingerbread

13 years agoRegenerate preloaded classes for Gingerbread.
Jesse Wilson [Wed, 13 Oct 2010 04:35:56 +0000 (21:35 -0700)]
Regenerate preloaded classes for Gingerbread.

Unlike previous releases where the set of classes-to-be-preloaded
was generated on a first-generation device (G1 and MyTouch 3G), this
round I used a second-generation device, a Nexus One. As a consequence,
class loading is faster (win) and fewer classes hit the 1250ms threshold.
Instead of sharing classes based on load time alone, classes are now shared
based on the number of applications loading them.

Change-Id: I18f7aa3e7e6258818871b3968b515c06314371b3
http://b/2546002

13 years agoMerge "Remove STOPSHIP and reduce log spam." into gingerbread
Jaikumar Ganesh [Wed, 13 Oct 2010 23:52:52 +0000 (16:52 -0700)]
Merge "Remove STOPSHIP and reduce log spam." into gingerbread

13 years agoMerge "bug:3069735 in Download UI app, handle deletes correctly" into gingerbread
Vasu Nori [Wed, 13 Oct 2010 23:50:45 +0000 (16:50 -0700)]
Merge "bug:3069735 in Download UI app, handle deletes correctly" into gingerbread

13 years agoRemove STOPSHIP and reduce log spam.
Jaikumar Ganesh [Wed, 13 Oct 2010 23:48:02 +0000 (16:48 -0700)]
Remove STOPSHIP and reduce log spam.

We still need some logs, as it helped me fix the errant headset bug.

Bug: 3095000
Change-Id: If12601430e6dc30490df1ff86fc3f9d4d455e6d5

13 years agoMerge "Work around for errant headsets." into gingerbread
Jaikumar Ganesh [Wed, 13 Oct 2010 23:44:17 +0000 (16:44 -0700)]
Merge "Work around for errant headsets." into gingerbread

13 years agoWork around for errant headsets.
Jaikumar Ganesh [Wed, 13 Oct 2010 22:54:30 +0000 (15:54 -0700)]
Work around for errant headsets.

1. Some headsets send an AVCTP connection before an AVDTP connection
When that AVCTP connection fails, we get stuck in IncomingA2DP state
because we don't handle AVCTP signals for now.
We need to handle the signals and fix it better.

2. Also when ACL gets disconnected, reset state i.e
when the low level connection disconnected reset our state.
This is like a fail safe in case we get stuck.

Bug: 3051490
Change-Id: Ibcf188103999ffb1e08c36c2554504c639fb7f50

13 years agoMerge "Never show overscroll if the page scrolls at all." into gingerbread
Mindy Pereira [Wed, 13 Oct 2010 23:31:18 +0000 (16:31 -0700)]
Merge "Never show overscroll if the page scrolls at all." into gingerbread

13 years agoMerge "Reduce the time it takes to decay the glow after a pull." into gingerbread
Mindy Pereira [Wed, 13 Oct 2010 23:23:15 +0000 (16:23 -0700)]
Merge "Reduce the time it takes to decay the glow after a pull." into gingerbread

13 years agoNever show overscroll if the page scrolls at all.
Mindy Pereira [Wed, 13 Oct 2010 22:23:41 +0000 (15:23 -0700)]
Never show overscroll if the page scrolls at all.

Fixes b/3092852  Tune overscroll in web views that can scroll both horizontally and vertically

Change-Id: I92cb6d1fa7d2034837654f2d2ddb7c3c997ce893

13 years agobug:3069735 in Download UI app, handle deletes correctly
Vasu Nori [Wed, 13 Oct 2010 06:08:13 +0000 (23:08 -0700)]
bug:3069735 in Download UI app, handle deletes correctly

gingerbread.
(for more detailed comments, please see the dependent CL
Change-Id: Ib90eb9e647f543312c865d3bbf9a06fb867a648b )

2 changes in this CL.
1. add 2 new columns to downloads table in downloads.db:
    mediaprovider_uri = downloaded file's content_uri in mediaprovider db
    deleted = flag is set to true if a file is to be deleted
2. download UI app shows only those files whose 'deleted' flag is not set

Change-Id: I47c5f72b0a0b354fac3abe3a97752130b8189794

13 years agoReduce the time it takes to decay the glow after a pull.
Mindy Pereira [Wed, 13 Oct 2010 22:39:26 +0000 (15:39 -0700)]
Reduce the time it takes to decay the glow after a pull.

The decay is now in line for the decay for absorb glows.
Fixes b/3094064  Overscroll fade timeout is too long

Change-Id: Ida987c8f6193fcb15f743d72c590a5c1daef056d

13 years agoMerge "implement part of [3094280] New animation for screen on and screen off add...
Mathias Agopian [Wed, 13 Oct 2010 22:55:57 +0000 (15:55 -0700)]
Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread

13 years agoMerge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies...
Andreas Huber [Wed, 13 Oct 2010 22:46:18 +0000 (15:46 -0700)]
Merge "Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that." into gingerbread

13 years agoMerge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify...
Dan Morrill [Wed, 13 Oct 2010 22:20:34 +0000 (15:20 -0700)]
Merge "Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify filtering based on support for OpenGL ES texture and texture compression formats." into gingerbread

13 years agoMetadata.cpp and Metadata.java had drifted out of sync. This change remedies that.
Andreas Huber [Wed, 13 Oct 2010 22:12:08 +0000 (15:12 -0700)]
Metadata.cpp and Metadata.java had drifted out of sync. This change remedies that.

Change-Id: I48175666857ab0fb1519777bdb6f7f0b6b5cc599
related-to-bug: 3073955

13 years agoMerge "Handle native library deletion in scanPackage" into gingerbread
Kenny Root [Wed, 13 Oct 2010 21:50:29 +0000 (14:50 -0700)]
Merge "Handle native library deletion in scanPackage" into gingerbread

13 years agoMerge "OBB: Change documentation to reflect reality" into gingerbread
Kenny Root [Wed, 13 Oct 2010 21:49:41 +0000 (14:49 -0700)]
Merge "OBB: Change documentation to reflect reality" into gingerbread

13 years agoAdding a new <uses-gl-texture/> tag, to be used to enable apps to specify
Dan Morrill [Wed, 13 Oct 2010 21:33:43 +0000 (14:33 -0700)]
Adding a new <uses-gl-texture/> tag, to be used to enable apps to specify
filtering based on support for OpenGL ES texture and texture compression
formats.

Change-Id: I993209a673579b296007ae2ba830d0275770dd11

13 years agoimplement part of [3094280] New animation for screen on and screen off
Mathias Agopian [Tue, 12 Oct 2010 23:05:48 +0000 (16:05 -0700)]
implement part of [3094280] New animation for screen on and screen off
add support for screen on animation

Change-Id: If50cf52ae04b95b42da7d74cf7fa96d5cb54d238

13 years agoMerge "Attempt to derive the avg. bitrate of the entire stream from metadata." into...
Andreas Huber [Wed, 13 Oct 2010 21:25:32 +0000 (14:25 -0700)]
Merge "Attempt to derive the avg. bitrate of the entire stream from metadata." into gingerbread

13 years agoMerge "Some webcams output rtp streams but never send any rtcp data in violation...
Andreas Huber [Wed, 13 Oct 2010 20:45:57 +0000 (13:45 -0700)]
Merge "Some webcams output rtp streams but never send any rtcp data in violation of the specs. Attempt to use fake timestamps to be able to play these..." into gingerbread

13 years agoMerge "Add shutdown assurance" into gingerbread
Kenny Root [Wed, 13 Oct 2010 20:19:25 +0000 (13:19 -0700)]
Merge "Add shutdown assurance" into gingerbread

13 years agoOBB: Change documentation to reflect reality
Kenny Root [Wed, 13 Oct 2010 19:37:18 +0000 (12:37 -0700)]
OBB: Change documentation to reflect reality

We can't reliably detect when the key for an OBB is incorrect, so just
remove the mention in the documentation. It still returns an error, but
just not the most specific error.

Bug: 3091064
Change-Id: I70e506822f2178a0ac5e4617fe545b23ce0026f4

13 years agoMerge "Fix NPE caused by Change I4df27119." into gingerbread
Wink Saville [Wed, 13 Oct 2010 19:17:05 +0000 (12:17 -0700)]
Merge "Fix NPE caused by Change I4df27119." into gingerbread

13 years agoSome webcams output rtp streams but never send any rtcp data in violation of
Andreas Huber [Wed, 13 Oct 2010 19:15:03 +0000 (12:15 -0700)]
Some webcams output rtp streams but never send any rtcp data in violation of
the specs. Attempt to use fake timestamps to be able to play these...

Change-Id: Ia7a926616fb764e972955df4acdb59d85cdd93df
related-to-bug: 3087310

13 years agoam 5249ad03: docs: add "boot completed" broadcast to list of DO NOTs for installing...
Scott Main [Wed, 13 Oct 2010 19:08:02 +0000 (12:08 -0700)]
am 5249ad03: docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage bug: 3088494

Merge commit '5249ad03454301744374d04e04b38aaad3b01530' into gingerbread

* commit '5249ad03454301744374d04e04b38aaad3b01530':
  docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage

13 years agoAdd shutdown assurance
Kenny Root [Wed, 22 Sep 2010 17:36:48 +0000 (10:36 -0700)]
Add shutdown assurance

If something kills system_server before it completes its shutdown
action, the runtime will just restart giving the illusion that a reboot
for an OTA or something else has happened.

To prevent this, write a system property containing the reboot reason
before initiating the shutdown with all the services. If the
system_server is killed before it completes, the next time the main
thread of system_server starts up, it will immediately execute the
shutdown action.

Bug: 3022556
Change-Id: I81723bac333430f04205e7a7b799914d96f170eb

13 years agoFix NPE caused by Change I4df27119.
Wink Saville [Wed, 13 Oct 2010 18:40:10 +0000 (11:40 -0700)]
Fix NPE caused by Change I4df27119.

This change caused Music APP to throw an NPE the fix
is to test that scheme is not null before using it.

Bug: 3092886
Change-Id: Ib29f944cbd9a9ff628462bdd6f4b68a308468536

13 years agoAttempt to derive the avg. bitrate of the entire stream from metadata.
Andreas Huber [Tue, 12 Oct 2010 23:55:11 +0000 (16:55 -0700)]
Attempt to derive the avg. bitrate of the entire stream from metadata.

related-to-bug: 3093224
Change-Id: I4726b023373e04468cc12fd64f7fe6ee923add95

13 years agoMerge "Add missing native methods to fix boot." into gingerbread
Nick Pelly [Wed, 13 Oct 2010 17:16:49 +0000 (10:16 -0700)]
Merge "Add missing native methods to fix boot." into gingerbread

13 years agoAdd missing native methods to fix boot.
Nick Pelly [Wed, 13 Oct 2010 17:10:47 +0000 (10:10 -0700)]
Add missing native methods to fix boot.

Change-Id: I02e158d7c287c886e218b7a57edd708f9e570695

13 years agoMerge "Support for writing to MPEG2 transport stream files." into gingerbread
Andreas Huber [Wed, 13 Oct 2010 16:14:40 +0000 (09:14 -0700)]
Merge "Support for writing to MPEG2 transport stream files." into gingerbread

13 years agoMerge "HTTP Live content that are tagged as complete are now seekable." into gingerbread
Andreas Huber [Wed, 13 Oct 2010 16:14:13 +0000 (09:14 -0700)]
Merge "HTTP Live content that are tagged as complete are now seekable." into gingerbread

13 years agoHandle native library deletion in scanPackage
Kenny Root [Tue, 12 Oct 2010 15:59:10 +0000 (08:59 -0700)]
Handle native library deletion in scanPackage

The deletion of native libraries was initially added to
FileInstallArgs.cleanUpResourcesLI() as a way to get rid of old native
libraries during an upgrade, but it runs well after scanPackage unpacks
the new native libraries. scanPackage now removes old libraries before
unpacking the new ones, so we don't need this code anymore.

Bug: 3087739
Change-Id: I54aca830ec34d6440ba22f117d55aa3107bf5b75

13 years agoLine up WebTextView text with the page.
Leon Scroggins [Tue, 12 Oct 2010 17:40:23 +0000 (13:40 -0400)]
Line up WebTextView text with the page.

Bug:3085564

Requires a change to external/webkit:
https://android-git.corp.google.com/g/#change,73568

Change-Id: I4c3fa1314bdac39cc071f583a418c433ea897de8

13 years agoMerge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState...
Mike Lockwood [Wed, 13 Oct 2010 12:46:15 +0000 (05:46 -0700)]
Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkState glue" into gingerbread

13 years agoMake SipService listen to WIFI state change events.
Hung-ying Tyan [Wed, 13 Oct 2010 09:05:59 +0000 (17:05 +0800)]
Make SipService listen to WIFI state change events.

+ Grab a WIFI lock if any account is opened to receive calls and WIFI is enabled
+ Release the WIFI lock if no account is opened to receive calls or WIFI is
  disabled
+ Remove screen on/off event receiver

http://b/issue?id=3077454

Change-Id: Ifdf60a850bcf4106c75ec1e7563b26d8b33d7e92

13 years agoMerge "Updated popup_ 9 patches and removing text_select_handle (hdpi)" into gingerbread
Justin Ho [Wed, 13 Oct 2010 03:30:36 +0000 (20:30 -0700)]
Merge "Updated popup_ 9 patches and removing text_select_handle (hdpi)" into gingerbread

13 years agoUpdated lockscreen asset (Hiroshi), new menu background
Justin Ho [Wed, 13 Oct 2010 03:19:14 +0000 (20:19 -0700)]
Updated lockscreen asset (Hiroshi), new menu background

Change-Id: Ibe8c535bcdd35668c7aae87b6e8c1ef622f3e148

13 years agoMerge "SipService: mScreenOn is flipped to wrong value." into gingerbread
Hung-ying Tyan [Wed, 13 Oct 2010 02:44:17 +0000 (19:44 -0700)]
Merge "SipService: mScreenOn is flipped to wrong value." into gingerbread

13 years agoSipService: mScreenOn is flipped to wrong value.
Hung-ying Tyan [Wed, 13 Oct 2010 01:43:35 +0000 (09:43 +0800)]
SipService: mScreenOn is flipped to wrong value.

http://b/issue?id=3077454

Change-Id: I23b6f70730074689b939e449c2c202ce8ffb586f

13 years agoMerge "Fix build." into gingerbread
Nick Pelly [Wed, 13 Oct 2010 02:23:13 +0000 (19:23 -0700)]
Merge "Fix build." into gingerbread

13 years agoFix build.
Nick Pelly [Wed, 13 Oct 2010 02:21:07 +0000 (19:21 -0700)]
Fix build.

I removed these by mistake, and incremental build failed to pick the failure.

Change-Id: I19496d62a1eb1dc738a3a0b88d22ca1d5dddba96

13 years agoUpdated popup_ 9 patches and removing text_select_handle (hdpi)
Justin Ho [Wed, 13 Oct 2010 02:14:10 +0000 (19:14 -0700)]
Updated popup_ 9 patches and removing text_select_handle (hdpi)

Change-Id: I101a4ad12e7e88621073f860e39dcb16730d7722

13 years agoMerge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into gingerbread
Dianne Hackborn [Wed, 13 Oct 2010 02:06:37 +0000 (19:06 -0700)]
Merge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into gingerbread

13 years agoMerge "Bluez doesn't handle disconnect while connecting well. Defer the message....
Jaikumar Ganesh [Wed, 13 Oct 2010 02:02:46 +0000 (19:02 -0700)]
Merge "Bluez doesn't handle disconnect while connecting well. Defer the message." into gingerbread

13 years agoFix issue #3089800: adb shell am -W causes ActivityManager crash
Dianne Hackborn [Wed, 13 Oct 2010 02:01:46 +0000 (19:01 -0700)]
Fix issue #3089800: adb shell am -W causes ActivityManager crash

Change-Id: I5508afeb523d84e552117f94c8b70e2bae2c33fa

13 years agoNFC API revision round 2.
Nick Pelly [Tue, 12 Oct 2010 20:00:50 +0000 (13:00 -0700)]
NFC API revision round 2.

- Add the second half of the new NFC API: NfcAdapter, Tag, NdefTag,
  RawTagConnection, NdefTagConnection.
- Add implementations for all of the new NFC API.

Change-Id: I8da9fd1d2971ed2c8b76f2a93f207fa9e305b0f6
Signed-off-by: Nick Pelly <npelly@google.com>
13 years agoMerge "Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused...
Justin Ho [Wed, 13 Oct 2010 00:38:44 +0000 (17:38 -0700)]
Merge "Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_select_handle.png (mdpi)" into gingerbread

13 years agoMerge "Fix SipSessionGroup from throwing ConcurrentModificationException" into ginger...
Hung-ying Tyan [Wed, 13 Oct 2010 00:33:27 +0000 (17:33 -0700)]
Merge "Fix SipSessionGroup from throwing ConcurrentModificationException" into gingerbread

13 years agoUpdated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_sele...
Justin Ho [Wed, 13 Oct 2010 00:29:06 +0000 (17:29 -0700)]
Updated GPS on (hdpi and mdpi), text select handles (mdpi), removing unused text_select_handle.png (mdpi)

Change-Id: Ic7089d0277582506b745cfa73d1a7bb311c600a7

13 years agodocs: add "boot completed" broadcast to list of DO NOTs for installing on external...
Scott Main [Wed, 13 Oct 2010 00:08:23 +0000 (17:08 -0700)]
docs: add "boot completed" broadcast to list of DO NOTs for installing on external storage
bug: 3088494

Change-Id: I9da318efb3d05d52eb8c2677e96da1bcf1cd542a

13 years agoMerge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into ginge...
Adam Powell [Wed, 13 Oct 2010 00:08:43 +0000 (17:08 -0700)]
Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread

13 years agoBluez doesn't handle disconnect while connecting well.
Jaikumar Ganesh [Tue, 12 Oct 2010 23:58:06 +0000 (16:58 -0700)]
Bluez doesn't handle disconnect while connecting well.
Defer the message.

Bug: 3076404
Change-Id: Id62e1008346f492a85e714240a832a061def1786

13 years agoMerge "Fix auto connection priority handling." into gingerbread
Jaikumar Ganesh [Tue, 12 Oct 2010 23:46:50 +0000 (16:46 -0700)]
Merge "Fix auto connection priority handling." into gingerbread

13 years agoFix auto connection priority handling.
Jaikumar Ganesh [Tue, 12 Oct 2010 22:15:55 +0000 (15:15 -0700)]
Fix auto connection priority handling.

Bug: 3027023
1. user is connected to a headset. Headset is turned off.
2. User connects to another device. The priority of the first
   headset must be set to ON. We only have 1 device set at AUTO_CONNECT
   priority.

1. A remote headset sends an incoming connection. Don't set
   AUTO_CONNECT till its gets connected.
2. For outgoing connections, set it to AUTO_CONNECT in Connecting state
   since the user initated this connection.

Change-Id: Iaa211bf22b1fd99850875f7eda686c47142173ba

13 years agoMerge "Add text selection handles to preloaded drawables." into gingerbread
Jeff Brown [Tue, 12 Oct 2010 23:08:59 +0000 (16:08 -0700)]
Merge "Add text selection handles to preloaded drawables." into gingerbread

13 years agoSupport for writing to MPEG2 transport stream files.
Andreas Huber [Tue, 12 Oct 2010 21:17:45 +0000 (14:17 -0700)]
Support for writing to MPEG2 transport stream files.

Change-Id: If3b7a807bc224a4b1cb2236537c3ebdc5aee0d97

13 years agoFix bug 3083631 - Links no longer get tapped during scale gestures
Adam Powell [Tue, 12 Oct 2010 22:56:31 +0000 (15:56 -0700)]
Fix bug 3083631 - Links no longer get tapped during scale gestures

Change-Id: I57bf740c5063f30d763fc720a3ad77edff20f867

13 years agoAdd text selection handles to preloaded drawables.
Jeff Brown [Tue, 12 Oct 2010 22:22:13 +0000 (15:22 -0700)]
Add text selection handles to preloaded drawables.

Change-Id: Iad48388ada7a555681290998f4cb6f8390aa05d4

13 years agoAdd versionCode and versionName to dumpsys packages
Andy Stadler [Tue, 12 Oct 2010 22:00:43 +0000 (15:00 -0700)]
Add versionCode and versionName to dumpsys packages

bug: 3090491
Change-Id: If116baaeb83bd282c5c5534fde6248f19830a71c

13 years agoMerge "Fix bug 3064135 - do not allow text handles on TextViews in sub windows."...
Adam Powell [Tue, 12 Oct 2010 22:00:30 +0000 (15:00 -0700)]
Merge "Fix bug 3064135 - do not allow text handles on TextViews in sub windows." into gingerbread

13 years agoMerge "fix start driver for corner cases DO NOT MERGE" into gingerbread
Irfan Sheriff [Tue, 12 Oct 2010 21:55:52 +0000 (14:55 -0700)]
Merge "fix start driver for corner cases DO NOT MERGE" into gingerbread

13 years agoFix bug 3064135 - do not allow text handles on TextViews in sub windows.
Adam Powell [Tue, 12 Oct 2010 21:45:12 +0000 (14:45 -0700)]
Fix bug 3064135 - do not allow text handles on TextViews in sub windows.

Change-Id: I35db64d0a5c92c8ad184b36d243e45c91d4ac46e

13 years agoMerge changes I76513387,I335fb671 into gingerbread
Joe Onorato [Tue, 12 Oct 2010 21:43:24 +0000 (14:43 -0700)]
Merge changes I76513387,I335fb671 into gingerbread

* changes:
  Remove dead code, and make the animation a setting.
  turn off the electron beam

13 years agoDOC CHANGE: Fix bug in Testing doc
Joe Malin [Tue, 12 Oct 2010 21:36:59 +0000 (14:36 -0700)]
DOC CHANGE: Fix bug in Testing doc

Change-Id: Id432a40adfb6aef05a3e7c19425de54cb8a5f610

13 years agoHTTP Live content that are tagged as complete are now seekable.
Andreas Huber [Tue, 12 Oct 2010 18:34:37 +0000 (11:34 -0700)]
HTTP Live content that are tagged as complete are now seekable.

Change-Id: I9d0d2f009f883e5baf3e9de8c5c0aa05760e4bde
related-to-bug: 2368598

13 years agoMerge "Remove some PII." into gingerbread
Wink Saville [Tue, 12 Oct 2010 21:17:00 +0000 (14:17 -0700)]
Merge "Remove some PII." into gingerbread

13 years agoRemove dead code, and make the animation a setting.
Joe Onorato [Tue, 12 Oct 2010 02:28:58 +0000 (19:28 -0700)]
Remove dead code, and make the animation a setting.

When we don't do the brightness fade, turn off the electron beam instead.

Change-Id: I76513387c4fb420a67e59e005f6e8c3bc72f7f08

13 years agoturn off the electron beam
Mathias Agopian [Mon, 11 Oct 2010 19:37:43 +0000 (12:37 -0700)]
turn off the electron beam

Change-Id: I335fb6719f1d5a3f1c6f37a046fd1c2c4ed2bbc6

13 years agoMerge "Doc change: cherrypick testing changes from master. Squashed commit of the...
Dirk Dougherty [Tue, 12 Oct 2010 21:16:05 +0000 (14:16 -0700)]
Merge "Doc change: cherrypick testing changes from  Squashed commit of the following:" into gingerbread

13 years agoRemove some PII.
Wink Saville [Tue, 12 Oct 2010 19:36:38 +0000 (12:36 -0700)]
Remove some PII.

Change-Id: I4df27119b6bbd28bf950516fd6f44676a8e04f06

13 years agoTurn off additional debug.
John Wang [Tue, 12 Oct 2010 18:32:24 +0000 (11:32 -0700)]
Turn off additional debug.

Bug:3038245
Change-Id: If3c894511b4bbfd0d3e95b51aeca299edbbcf55d

13 years agofix start driver for corner cases DO NOT MERGE
Irfan Sheriff [Tue, 12 Oct 2010 17:50:07 +0000 (10:50 -0700)]
fix start driver for corner cases DO NOT MERGE

- Force a start when in RUN_STATE_STOPPING since there
could have a stop driver in that state
- When a driver started event is received is received
from the supplicant, force a reconnect since we could
have out of an intermediate stop event that would have
forced the run state to STOPPED

Bug: 3087621
Change-Id: I3652747a267a3da8349a9fd5c4065d3837a0c545

13 years agoMerge "Allow TextView to do its thing." into gingerbread
Leon Scroggins [Tue, 12 Oct 2010 17:24:48 +0000 (10:24 -0700)]
Merge "Allow TextView to do its thing." into gingerbread

13 years agoMerge "StrictMode: link to designing for responsiveness ANR docs" into gingerbread
Brad Fitzpatrick [Tue, 12 Oct 2010 15:09:55 +0000 (08:09 -0700)]
Merge "StrictMode: link to designing for responsiveness ANR docs" into gingerbread

13 years agoAllow TextView to do its thing.
Leon Scroggins [Tue, 12 Oct 2010 13:05:40 +0000 (09:05 -0400)]
Allow TextView to do its thing.

Bug:3085639

Call super.onTouchEvent for ACTION_UP and ACTION_CANCEL.
This removes the old selection as appropriate.

Bug:3085587

Make the cursor visible so that the insertion handle
appears when tapping on the field.

Change-Id: If5ea6219de9ca351667021743b2e63edc6c47250

13 years agoMerge "Improve the input policy handling a bit." into gingerbread
Jeff Brown [Tue, 12 Oct 2010 08:01:14 +0000 (01:01 -0700)]
Merge "Improve the input policy handling a bit." into gingerbread

13 years agoFix SipSessionGroup from throwing ConcurrentModificationException
Hung-ying Tyan [Tue, 12 Oct 2010 07:40:24 +0000 (15:40 +0800)]
Fix SipSessionGroup from throwing ConcurrentModificationException

http://b/issue?id=3087256

Change-Id: I67df64105db7c1295649f1f3ce77f99025ce3d44

13 years agoImprove the input policy handling a bit.
Jeff Brown [Tue, 12 Oct 2010 06:32:49 +0000 (23:32 -0700)]
Improve the input policy handling a bit.

Fixed some issues with Monkeys turning off their own screens.  Ook ook!
Added some more comments to explain what's going on.

Change-Id: Id2bc0466161a642a73ef7ef97725d1c81e984b12