OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge change 24643 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 02:59:12 +0000 (22:59 -0400)]
Merge change 24643 into eclair

* changes:
  fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore

14 years agoMerge change 24642 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 02:59:02 +0000 (22:59 -0400)]
Merge change 24642 into eclair

* changes:
  make sure conditions will return when the status of a surface is not NO_ERROR

14 years agoam cd419cf8: Merge change 24641 into donut
Scott Main [Fri, 11 Sep 2009 02:51:37 +0000 (19:51 -0700)]
am cd419cf8: Merge change 24641 into donut

Merge commit 'cd419cf89c552479bd382e3e0c554c84375f85f9' into eclair

* commit 'cd419cf89c552479bd382e3e0c554c84375f85f9':
  docs only.

14 years agoMerge change 24641 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 02:46:35 +0000 (22:46 -0400)]
Merge change 24641 into donut

* changes:
  docs only. change the japanese homepage Market link to go to the Market dev site instead of the English market promo site

14 years agodocs only.
Scott Main [Fri, 11 Sep 2009 02:42:39 +0000 (19:42 -0700)]
docs only.
change the japanese homepage Market link
to go to the Market dev site instead of the English market promo site

Change-Id: I81e8675355edee05540f291fdb2654fa44ae1ffa

14 years agofix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
Mathias Agopian [Fri, 11 Sep 2009 02:41:18 +0000 (19:41 -0700)]
fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore

this also fixes part of [2111536] Device is soft rebooted after ending the call through voice dialer

14 years agoam d27b1083: docs only. add Searchable resource information to the Available Resource...
Scott Main [Fri, 11 Sep 2009 02:33:56 +0000 (19:33 -0700)]
am d27b1083: docs only. add Searchable resource information to the Available Resources doc and update some some of the attribute documentation to indicate that the icon label is not recommended. and fixing merge issue...

Merge commit 'd27b10837525f341eee7d46013e2177b0bad3c60' into eclair

* commit 'd27b10837525f341eee7d46013e2177b0bad3c60':
  docs only.

14 years agodocs only.
Scott Main [Fri, 11 Sep 2009 02:22:48 +0000 (19:22 -0700)]
docs only.
add Searchable resource information to the Available Resources doc
and update some some of the attribute documentation to indicate
that the icon label is not recommended.
and fixing merge issue...

Change-Id: I1b1a62aa9804f4a0bf2f93328dde90b9f7aec50a

14 years agoAPI_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.
Nick Pelly [Thu, 10 Sep 2009 17:21:56 +0000 (10:21 -0700)]
API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.

This is a large batch, and covers:

-- Bluetooth Device Discovery --
BluetoothAdapter.ACTION_DISCOVERY_STARTED
BluetoothAdapter.ACTION_DISCOVERY_FINISHED
BluetoothAdapter.startDiscovery()
BluetoothAdapter.cancelDiscovery()
BluetoothAdapter.isDiscovering()

-- Bluetooth bonding (pairing) --
BluetoothAdapter.getBondedDevices()
BluetoothDevice.ACTION_BOND_STATE_CHANGED
BluetoothDevice.EXTRA_BOND_STATE
BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE
BluetoothDevice.BOND_NONE
BluetoothDevice.BOND_BONDING
BluetoothDevice.BOND_BONDED
BluetoothDevice.getBondState()
BluetoothDevice.createBond()
BluetoothDevice.cancelBondProcess()
BluetoothDevice.removeBond()

-- BluetoothClass --
BluetoothDevice.ACTION_CLASS_CHANGED
BluetoothDevice.EXTRA_CLASS
BluetoothDevice.getBluetoothClass()
BluetoothClass.Service.*
BluetoothClass.Device.Major.*
BluetoothClass.Device.*
BluetoothClass.getDeviceClass()
BluetoothClass.getMajorDeviceClass()
BluetoothClass.hasService()

-- Misc BluetoothDevice --
BluetoothDevice.ACTION_ACL_CONNECTED
BluetoothDevice.ACTION_ACL_DISCONNECTED_REQUESTED
BluetoothDevice.ACTION_ACL_DISCONNECTED
BluetoothDevice.ACTION_DISCOVERED
BluetoothDevice.ACTION_NAME_CHANGED
BluetoothDevice.EXTRA_DEVICE
BluetoothDevice.EXTRA_NAME
BluetoothDevice.EXTRA_RSSI

-- Misc BluetoothAdapter --
BluetoothAdapter.ACTION_LOCAL_NAME_CHANGED
BluetoothAdapter.EXTRA_LOCAL_NAME
BluetoothAdapter.checkBluetoothAddress()

I deprecated BluetoothIntent and moved each intent into the class it relates
to.

Change-Id: I877b1280428ab46278b2bc25668bb44cda22dc36

14 years agoMerge change 24630 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:27:20 +0000 (21:27 -0400)]
Merge change 24630 into eclair

* changes:
  resolved conflicts for merge of e0408aa1 to eclair

14 years agoMerge change 24514 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:12:11 +0000 (21:12 -0400)]
Merge change 24514 into eclair

* changes:
  Add smallIcon and accountPreferences references to AuthenticatorDescription. Update after path conflict.

14 years agoMerge change 24588 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 01:10:58 +0000 (21:10 -0400)]
Merge change 24588 into eclair

* changes:
  Fix for multi-apn MMS access.

14 years agoAdd smallIcon and accountPreferences references to AuthenticatorDescription. Update...
Jim Miller [Thu, 10 Sep 2009 05:45:47 +0000 (22:45 -0700)]
Add smallIcon and accountPreferences references to AuthenticatorDescription. Update after path conflict.

Update API for new AuthenticatorDescription preferences.xml

14 years agoresolved conflicts for merge of e0408aa1 to eclair
Scott Main [Fri, 11 Sep 2009 01:08:37 +0000 (18:08 -0700)]
resolved conflicts for merge of e0408aa1 to eclair

14 years agoFix for multi-apn MMS access.
Robert Greenwalt [Thu, 10 Sep 2009 22:06:20 +0000 (15:06 -0700)]
Fix for multi-apn MMS access.

Mark cellular variants with the same availability, regardless of which are currently in use.
Availability just means the radio is enabled and sees the network, but has no guarantees that
we could connect to an APN if requested.

Fix the requestRouteToHost logic to support apn switches without WIFI.

bug:2093841

14 years agoMerge change 24618 into eclair
Android (Google) Code Review [Fri, 11 Sep 2009 00:45:00 +0000 (20:45 -0400)]
Merge change 24618 into eclair

* changes:
  AGL's glCompressedTexImage2D now checks the imageSize parameter.

14 years agoMerge change 24559 into donut
Android (Google) Code Review [Fri, 11 Sep 2009 00:17:52 +0000 (20:17 -0400)]
Merge change 24559 into donut

* changes:
  docs only. add documentation to notify developers about variable camera specifications and add some more links

14 years agoAGL's glCompressedTexImage2D now checks the imageSize parameter.
Jack Palevich [Fri, 11 Sep 2009 00:13:28 +0000 (17:13 -0700)]
AGL's glCompressedTexImage2D now checks the imageSize parameter.

This parameter indicates how many bytes of the image data are valid.

Previously this parameter was ignored.

14 years agomake sure conditions will return when the status of a surface is not NO_ERROR
Mathias Agopian [Thu, 10 Sep 2009 23:55:13 +0000 (16:55 -0700)]
make sure conditions will return when the status of a surface is not NO_ERROR

14 years agoMerge change 24607 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 23:13:52 +0000 (19:13 -0400)]
Merge change 24607 into eclair

* changes:
  Try not to crash the system server because of corrupt restore data

14 years agoTry not to crash the system server because of corrupt restore data
Christopher Tate [Thu, 10 Sep 2009 23:08:47 +0000 (16:08 -0700)]
Try not to crash the system server because of corrupt restore data

When we're about to allocate an array based on the restore data for purposes of
unflattening a signature block, don't automatically assume that it's valid.  If
it's corrupt [and we've seen this in practice] we can wind up trying to allocate
an array with 1.8 million objects, and throw an OutOfMemoryError, bringing down
the system.

This change arbitrarily decides that no package should have more than 20
signatures in its block, and aborts the restore if the metadata is thus revealed
to be corrupt.

14 years agoProcess: Add support for using scheduler policies instead of cgroups.
San Mehat [Wed, 9 Sep 2009 03:28:35 +0000 (20:28 -0700)]
Process: Add support for using scheduler policies instead of cgroups.
Preference is given to cgroups if available.

Signed-off-by: San Mehat <san@google.com>
14 years agoMerge change 24583 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 22:08:08 +0000 (18:08 -0400)]
Merge change 24583 into eclair

* changes:
  Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.

14 years agodocs only.
Scott Main [Thu, 10 Sep 2009 19:22:07 +0000 (12:22 -0700)]
docs only.
add documentation to notify developers about variable
camera specifications and add some more links

Change-Id: I46ef9811af17858cbc6547f88e626becb481b043

14 years agoAllow an alternate eri file.
Wink Saville [Thu, 10 Sep 2009 16:34:44 +0000 (09:34 -0700)]
Allow an alternate eri file.

For testing purposes it is deseriable to allow
vendors to provide an alternate eri file. This
fixes Part A of bug 2108379.

Bug:2108379
Change-Id: I51703c9ac211ced053418e28e277dfab68deea21

14 years agoMedia MIME types now have corresponding constants in MediaDefs.h, new codec enumerati...
Andreas Huber [Thu, 10 Sep 2009 21:13:30 +0000 (14:13 -0700)]
Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.

14 years agoMerge change 24567 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 21:28:57 +0000 (17:28 -0400)]
Merge change 24567 into eclair

* changes:
  Fix issue #1943927: need notification in status bar when adb is active

14 years agoFix issue #1943927: need notification in status bar when adb is active
Dianne Hackborn [Thu, 10 Sep 2009 20:28:12 +0000 (13:28 -0700)]
Fix issue #1943927: need notification in status bar when adb is active

Just a string tweak.

Change-Id: I823445a2db80e6101ebb592a5cee05f369dd4d1d

14 years agoMerge change 24581 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 21:26:05 +0000 (17:26 -0400)]
Merge change 24581 into eclair

* changes:
  Dialog titles would sometimes use a font too large.

14 years agoDialog titles would sometimes use a font too large.
Romain Guy [Thu, 10 Sep 2009 21:11:20 +0000 (14:11 -0700)]
Dialog titles would sometimes use a font too large.

This was due to code in DialogTitle.java which would multiply the textSize of
the theme twice.

Change-Id: Id44e39e729ebd43b08c967a67cde0d33dd8f2efb

14 years agoWallpapers, animations, pending intent.
Dianne Hackborn [Thu, 10 Sep 2009 17:54:46 +0000 (10:54 -0700)]
Wallpapers, animations, pending intent.

Some more tweaks and fixes to wallpapers.  Make sure wallpapers are
told they are not visible when the screen is off.  Add some new animations
for transitions across tasks, and fiddle with many of the existing
animations.  Clean up the relationship between translucent activities
and animations.  Add new API to start a PendingIntent from an
activity.

Change-Id: Ie0bf45fe44081bb6982c75361257a55d9cd9d863

14 years agoMerge change 24551 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 18:53:26 +0000 (14:53 -0400)]
Merge change 24551 into eclair

* changes:
  default dithering to ON (cheap, looks good) officially ignore filtering (expensive, no real improvement)

14 years ago[Issue 2099206] Encoding phone number prior to sending it to the phone lookup filter
Dmitri Plotnikov [Thu, 10 Sep 2009 02:35:55 +0000 (19:35 -0700)]
[Issue 2099206] Encoding phone number prior to sending it to the phone lookup filter

Change-Id: I80327febe7134ac1bdef958251943a9777879d53

14 years agodefault dithering to ON (cheap, looks good)
Mike Reed [Thu, 10 Sep 2009 18:46:41 +0000 (14:46 -0400)]
default dithering to ON (cheap, looks good)
officially ignore filtering (expensive, no real improvement)

14 years agoam c2d3fc2c: Merge change 22323 into donut
Scott Main [Thu, 10 Sep 2009 18:40:01 +0000 (11:40 -0700)]
am c2d3fc2c: Merge change 22323 into donut

Merge commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9' into eclair

* commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9':
  docs only.

14 years agoMerge change 22323 into donut
Android (Google) Code Review [Thu, 10 Sep 2009 18:29:59 +0000 (14:29 -0400)]
Merge change 22323 into donut

* changes:
  docs only. add the 1.6 platform highlights

14 years agoMerge change 24464 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 18:09:54 +0000 (14:09 -0400)]
Merge change 24464 into eclair

* changes:
  Fix for bug # 2023074: settings db updater broken at version 34.

14 years agoMerge change 24530 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 17:27:50 +0000 (13:27 -0400)]
Merge change 24530 into eclair

* changes:
  Add component name to informational logging in OMXCodec.cpp

14 years agoAdd component name to informational logging in OMXCodec.cpp
Andreas Huber [Thu, 10 Sep 2009 16:57:53 +0000 (09:57 -0700)]
Add component name to informational logging in OMXCodec.cpp

14 years agoAdd timestamp support for call history vcard
Lixin Yue [Wed, 9 Sep 2009 08:27:21 +0000 (16:27 +0800)]
Add timestamp support for call history vcard

14 years agoMerge change 24450 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 16:39:26 +0000 (12:39 -0400)]
Merge change 24450 into eclair

* changes:
  Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.

14 years agoMerge change 24448 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 16:39:16 +0000 (12:39 -0400)]
Merge change 24448 into eclair

* changes:
  Support for amr-wb tracks in MPEG4Extractor.

14 years agoMerge change 24447 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 16:39:08 +0000 (12:39 -0400)]
Merge change 24447 into eclair

* changes:
  Added some more verbose output for AMR formats. Properly fill out the output format.

14 years agoMerge change 24527 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 16:20:49 +0000 (12:20 -0400)]
Merge change 24527 into eclair

* changes:
  MountService: Use correct icon for SD card notifications.

14 years agoMerge change 24283 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 15:28:20 +0000 (11:28 -0400)]
Merge change 24283 into eclair

* changes:
  CameraService change for OVERLAY_FORMAT_DEFAULT

14 years agoMountService: Use correct icon for SD card notifications.
Mike Lockwood [Thu, 10 Sep 2009 15:15:26 +0000 (11:15 -0400)]
MountService: Use correct icon for SD card notifications.

Change-Id: Ia15847c48fce7957f1a376e173d39137b661d51c
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoMerge change 24512 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 15:12:03 +0000 (11:12 -0400)]
Merge change 24512 into eclair

* changes:
  Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.

14 years agoMerge change 24499 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 08:22:09 +0000 (04:22 -0400)]
Merge change 24499 into eclair

* changes:
  Modify android.syncml.pim so that no one is going to use.

14 years agoMerge change 24132 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 08:16:56 +0000 (04:16 -0400)]
Merge change 24132 into eclair

* changes:
  Add two CertTool helper classes.

14 years agoFix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.
Eric Laurent [Thu, 10 Sep 2009 07:48:21 +0000 (00:48 -0700)]
Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.

Add audio permission checks in setSpeakerphoneOn() and setBluetoothScoOn() methods.

14 years agoMerge change 24501 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 07:40:54 +0000 (03:40 -0400)]
Merge change 24501 into eclair

* changes:
  Make Phone.updateServiceLocation acquire a one-shot wake lock.

14 years agoMake Phone.updateServiceLocation acquire a one-shot wake lock.
Tammo Spalink [Tue, 25 Aug 2009 08:15:50 +0000 (16:15 +0800)]
Make Phone.updateServiceLocation acquire a one-shot wake lock.

Phone.updateServiceLocation() is the internal routine triggered by
external calls to CellLocation.requestLocationUpdate().

addresses bug http://b/issue?id=1724246

Change-Id: Id3d5cab1a77df12d3e94373a58ae94688a8630c6

14 years agoModify android.syncml.pim so that no one is going to use.
Daisuke Miyakawa [Thu, 10 Sep 2009 06:13:57 +0000 (15:13 +0900)]
Modify android.syncml.pim so that no one is going to use.

- Remove android.syncml.pim.vcalendar since no one is using it.
-- We have android.pim.ICalendar.java, so handling vCalendar (== ICalendar) is possble without android.syncml.pim
- Mark android.syncml.pim.vcard and related code as obsolete.
-- Refactored version is in android.pim.vcard, which supports new Contacts database schema.

Related issue: 2110530

14 years agoHandle cases where TYPE can be undefined, such as EAS.
Jeff Sharkey [Thu, 10 Sep 2009 05:57:39 +0000 (22:57 -0700)]
Handle cases where TYPE can be undefined, such as EAS.

When TYPE not provided, assume a default value and check
that label isn't empty when CUSTOM is used.

14 years agoAdd two CertTool helper classes.
Hung-ying Tyan [Tue, 8 Sep 2009 08:47:51 +0000 (16:47 +0800)]
Add two CertTool helper classes.

Also add the unlock action string to Keystore.

14 years agoadd a debug property to disable h/w composition. debug.sf.hw, when set to 0 will...
Mathias Agopian [Sat, 5 Sep 2009 01:49:03 +0000 (18:49 -0700)]
add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition

14 years agoMerge change 24473 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 02:17:45 +0000 (22:17 -0400)]
Merge change 24473 into eclair

* changes:
  fix [2074427] SurfaceView doesn't disappear on GONE

14 years agoFix for bug # 2023074: settings db updater broken at version 34.
Jim Miller [Thu, 10 Sep 2009 00:46:35 +0000 (17:46 -0700)]
Fix for bug # 2023074: settings db updater broken at version 34.

14 years agoMerge change 24468 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 02:06:48 +0000 (22:06 -0400)]
Merge change 24468 into eclair

* changes:
  Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.

14 years agoMerge change 24138 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 01:36:48 +0000 (21:36 -0400)]
Merge change 24138 into eclair

* changes:
  Do not die when printing empty prefs.

14 years agofix [2074427] SurfaceView doesn't disappear on GONE
Mathias Agopian [Thu, 10 Sep 2009 01:32:34 +0000 (18:32 -0700)]
fix [2074427] SurfaceView doesn't disappear on GONE

14 years agoMerge change 24471 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 01:31:07 +0000 (21:31 -0400)]
Merge change 24471 into eclair

* changes:
  Fixed the fastscroll thumb asset in hdpi.

14 years agoFixed the fastscroll thumb asset in hdpi.
Amith Yamasani [Thu, 10 Sep 2009 01:28:44 +0000 (18:28 -0700)]
Fixed the fastscroll thumb asset in hdpi.

Asset was 1 pixel taller than necessary and was causing scaling artifacts.

14 years agoMerge change 24460 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 01:23:46 +0000 (21:23 -0400)]
Merge change 24460 into eclair

* changes:
  The empty path and no path mean default path. So "a=d" should replace "a=c".

14 years agoThe empty path and no path mean default path. So "a=d" should replace "a=c".
Grace Kloba [Thu, 10 Sep 2009 00:17:02 +0000 (17:17 -0700)]
The empty path and no path mean default path. So "a=d" should replace "a=c".

14 years agoIncreasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction...
Dmitri Plotnikov [Thu, 10 Sep 2009 01:10:42 +0000 (18:10 -0700)]
Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.

14 years agoMerge change 24465 into eclair
Android (Google) Code Review [Thu, 10 Sep 2009 00:52:03 +0000 (20:52 -0400)]
Merge change 24465 into eclair

* changes:
  fix [2102410] Home Screen is not displayed in the background in Landscape Mode

14 years agofix [2102410] Home Screen is not displayed in the background in Landscape Mode
Mathias Agopian [Thu, 10 Sep 2009 00:47:15 +0000 (17:47 -0700)]
fix [2102410] Home Screen is not displayed in the background in Landscape Mode

the blurring code now handles NPOT textures.

14 years agoam aa4511cf: docs only. revise ADC2 announcement
Scott Main [Thu, 10 Sep 2009 00:46:50 +0000 (17:46 -0700)]
am aa4511cf: docs only. revise ADC2 announcement

Merge commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369' into eclair

* commit 'aa4511cfcde8edfb3e63fd6127ad6f3102c69369':
  docs only.

14 years agoAPI to combine LOOKUP_KEY and Contacts._ID together.
Jeff Sharkey [Wed, 9 Sep 2009 20:17:44 +0000 (13:17 -0700)]
API to combine LOOKUP_KEY and Contacts._ID together.

14 years agodocs only.
Scott Main [Thu, 10 Sep 2009 00:36:09 +0000 (17:36 -0700)]
docs only.
revise ADC2 announcement

Change-Id: Ia2130b8c334053e8e27a4ab680f3bcf57de9504b

14 years agoMinor API change in MPEG4Writer, support for amr output into MPEG4 containers.
Andreas Huber [Wed, 9 Sep 2009 23:36:12 +0000 (16:36 -0700)]
Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.

14 years agoSupport for amr-wb tracks in MPEG4Extractor.
Andreas Huber [Wed, 9 Sep 2009 23:32:59 +0000 (16:32 -0700)]
Support for amr-wb tracks in MPEG4Extractor.

14 years agoAdded some more verbose output for AMR formats. Properly fill out the output format.
Andreas Huber [Wed, 9 Sep 2009 23:29:47 +0000 (16:29 -0700)]
Added some more verbose output for AMR formats. Properly fill out the output format.

14 years agodocs only.
Scott Main [Wed, 9 Sep 2009 18:18:05 +0000 (11:18 -0700)]
docs only.
add the 1.6 platform highlights

Change-Id: I231f17025b3eb436fd73c228d499e27562f1883f

14 years agoMerge change 24391 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 21:42:32 +0000 (17:42 -0400)]
Merge change 24391 into eclair

* changes:
  RIO-7461: Update media scanner to scan AAC files. (Change in frameworks/base git)

14 years agoMerge change 24395 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 21:24:51 +0000 (17:24 -0400)]
Merge change 24395 into eclair

* changes:
  Make NumberPicker subclassable

14 years agoMerge change 24426 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 21:04:44 +0000 (17:04 -0400)]
Merge change 24426 into eclair

* changes:
  keystore: remove "#include <openssl/engine.h>".

14 years agoAvoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScale) ...
Grace Kloba [Wed, 9 Sep 2009 20:30:15 +0000 (13:30 -0700)]
Avoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScale) * mActualScale) not necessary to be viewWidth, we special case when the content exactly fit in the view case.

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

14 years agoMerge change 24398 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 20:22:16 +0000 (16:22 -0400)]
Merge change 24398 into eclair

* changes:
  Adjust the WebTextView's text size according to density.

14 years agoMerge change 24413 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 20:11:30 +0000 (16:11 -0400)]
Merge change 24413 into eclair

* changes:
  Remove the FallRS demo, now promoted as a wallpaper.

14 years agoRemove the FallRS demo, now promoted as a wallpaper.
Romain Guy [Wed, 9 Sep 2009 20:10:56 +0000 (13:10 -0700)]
Remove the FallRS demo, now promoted as a wallpaper.

Change-Id: I0e40f2aa4b51f9e9cdbe14d178491b3667662023

14 years agokeystore: remove "#include <openssl/engine.h>".
Chia-chi Yeh [Wed, 9 Sep 2009 19:55:33 +0000 (03:55 +0800)]
keystore: remove "#include <openssl/engine.h>".

14 years agoAdjust the WebTextView's text size according to density.
Leon Scroggins [Wed, 9 Sep 2009 18:50:23 +0000 (14:50 -0400)]
Adjust the WebTextView's text size according to density.

Fix for http://b/issue?id=2063143 .  Use TypedValue's
types to set the text size properly for the screen's
density.

Change-Id: I3772035157e2a9a8a2dba00ebddbf967c42bfa99

14 years agoMake NumberPicker subclassable
Tom Taylor [Wed, 9 Sep 2009 18:37:58 +0000 (11:37 -0700)]
Make NumberPicker subclassable

Make a few methods and member variables protected so behavior can be
overridden. In this case, Messaging app uses the control and doesn't
want wrap-around behavior.

Change-Id: Iceb34743b7d17e933400750a5de56b9ecfe8f146

14 years agoMerge change 24274 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:34:44 +0000 (14:34 -0400)]
Merge change 24274 into eclair

* changes:
  API_CHANGE

14 years agoMerge change 24202 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 18:30:15 +0000 (14:30 -0400)]
Merge change 24202 into eclair

* changes:
  API_CHANGE

14 years agoCalculate proper output buffer size for some more 16-bit RGB color spaces.
Andreas Huber [Tue, 8 Sep 2009 21:01:44 +0000 (14:01 -0700)]
Calculate proper output buffer size for some more 16-bit RGB color spaces.

14 years agoRIO-7461: Update media scanner to scan AAC files.
James Stokebrand [Wed, 9 Sep 2009 16:06:20 +0000 (11:06 -0500)]
RIO-7461: Update media scanner to scan AAC files.
(Change in frameworks/base git)

14 years agoAdded a .amr file extractor (for AMR-NB and AMR-WB content).
Andreas Huber [Tue, 8 Sep 2009 23:07:15 +0000 (16:07 -0700)]
Added a .amr file extractor (for AMR-NB and AMR-WB content).

14 years agoMerge change 24179 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 17:55:48 +0000 (13:55 -0400)]
Merge change 24179 into eclair

* changes:
  Support encoding amr-wb content in stagefright.

14 years agoAPI_CHANGE
Nick Pelly [Wed, 9 Sep 2009 00:40:43 +0000 (17:40 -0700)]
API_CHANGE

Deprecate BluetoothError.java.

I spent a lot of time experimenting with a class BluetoothError to enumerate
the many error codes returned by the Bluetooth API. But at the end of the day
they were never used. The vast majority of method calls only really need a
true/false error value, and often not even that.

Methods which do need more detailed error enumeration (for example, bonding
failures) can have there own enumerated error codes. But there is no need
for a common set of error codes.

Also change the IPC failed warnings in BluetoothA2dp to Log.e. These indicate
a very serious error.

Introduce BluetoothAdapter.ERROR and BluetoothDevice.ERROR as helper sentinel
values.

14 years agoAPI_CHANGE
Nick Pelly [Tue, 8 Sep 2009 20:15:33 +0000 (13:15 -0700)]
API_CHANGE

Another round of Bluetooth API clean up, javadoc'ing and unhide'ing.

-- Symbols for getting/setting bluetooth state --
BluetoothAdapter.ACTION_STATE_CHANGED
BluetoothAdapter.EXTRA_STATE
BluetoothAdapter.EXTRA_PREVIOUS_STATE
BluetoothAdapter.STATE_OFF
BluetoothAdapter.STATE_TURNING_ON
BluetoothAdapter.STATE_ON
BluetoothAdapter.STATE_TURNING_OFF
BluetoothAdapter.isEnabled()
BluetoothAdapter.getState()
BluetoothAdapter.enable()
BluetoothAdapter.disable()

-- Symbols for getting/setting scan mode --
BluetoothAdapter.ACTION_SCAN_MODE_CHANGED
BluetoothAdapter.EXTRA_SCAN_MODE
BluetoothAdapter.EXTRA_PREVIOUS_SCAN_MODE
BluetoothAdapter.SCAN_MODE_NONE
BluetoothAdapter.SCAN_MODE_CONNECTABLE
BluetoothAdapter.SCAN_MODE_DISCOVERABLE
BluetoothAdapter.getScanMode()
BluetoothAdapter.setScanMode()

-- Symbols for getting address/names --
BluetoothAdapter.getAddress()
BluetoothAdapter.getName()
BluetoothAdapter.setName()

14 years agoMerge change 24376 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 17:47:27 +0000 (13:47 -0400)]
Merge change 24376 into eclair

* changes:
  Query for all properties if a property change is received and cache is empty.

14 years agoRemove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInt...
Andrei Popescu [Wed, 9 Sep 2009 16:39:18 +0000 (17:39 +0100)]
Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash.

14 years agoMerge change 24288 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 15:55:03 +0000 (11:55 -0400)]
Merge change 24288 into eclair

* changes:
  Do not cache POST response as Cache is indexed with url.

14 years agoFix sim-eng build.
Andy McFadden [Wed, 9 Sep 2009 15:00:09 +0000 (08:00 -0700)]
Fix sim-eng build.

Appears to have been broken by:

commit 9779b221e999583ff89e0dfc40e56398737adbb3
Author: Mathias Agopian <mathias@google.com>
Date:   Mon Sep 7 16:32:45 2009 -0700

    fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly

For some reason we don't like to have "-lpthread" globally -- it's a no-op
on device builds, but required for many host tools and all sim binaries --
so adding the use of pthread calls requires adding the library explicitly.

14 years agoMerge change 24335 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 10:29:19 +0000 (03:29 -0700)]
Merge change 24335 into eclair

* changes:
  use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for

14 years agoMerge change 24334 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 10:29:08 +0000 (03:29 -0700)]
Merge change 24334 into eclair

* changes:
  fix [2037525] Fail to start camera after adb sync new Camera

14 years agoMerge change 24333 into eclair
Android (Google) Code Review [Wed, 9 Sep 2009 10:28:47 +0000 (03:28 -0700)]
Merge change 24333 into eclair

* changes:
  rename Mutexes to make the code easier to follow