summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only build the "full" stagefright (including MediaExtractors and ↵Andreas Huber2009-09-114-11/+33
| | | | MediaPlayer) if BUILD_WITH_FULL_STAGEFRIGHT define is set (to true).
* Move JPEGSource.{cpp,h} into libstagefright.Andreas Huber2009-09-115-6/+3
|
* Fix CDMA SMS delivery status reporting.Tammo Spalink2009-09-112-22/+50
| | | | | | | | | | | | CDMA SMS status reports are messages with bearer data message type DELIVERY_ACK. Identify these messages after parsing during demux, update the deliveryPendingList and generate a RESULT_OK intent in the same manner as GSM. Addresses issue: http://buganizer/issue?id=2047571 Change-Id: Ia38718b0bb169a0f3398f50c27a95e8bce7e4c99
* Merge change 24643 into eclairAndroid (Google) Code Review2009-09-107-36/+77
|\ | | | | | | | | * changes: fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymore
| * fix [2112575] stuck on DequeueCondition for a surface that doesn't exist anymoreMathias Agopian2009-09-107-36/+77
| | | | | | | | this also fixes part of [2111536] Device is soft rebooted after ending the call through voice dialer
* | Merge change 24642 into eclairAndroid (Google) Code Review2009-09-102-5/+29
|\ \ | |/ | | | | | | * changes: make sure conditions will return when the status of a surface is not NO_ERROR
| * make sure conditions will return when the status of a surface is not NO_ERRORMathias Agopian2009-09-102-5/+29
| |
* | am cd419cf8: Merge change 24641 into donutScott Main2009-09-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'cd419cf89c552479bd382e3e0c554c84375f85f9' into eclair * commit 'cd419cf89c552479bd382e3e0c554c84375f85f9': docs only.
| * \ Merge change 24641 into donutAndroid (Google) Code Review2009-09-101-1/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: docs only. change the japanese homepage Market link to go to the Market dev site instead of the English market promo site
| | * | docs only.Scott Main2009-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | change the japanese homepage Market link to go to the Market dev site instead of the English market promo site Change-Id: I81e8675355edee05540f291fdb2654fa44ae1ffa
* | | | am d27b1083: docs only. add Searchable resource information to the Available ↵Scott Main2009-09-103-26/+343
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | docs only.Scott Main2009-09-103-26/+343
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API.Nick Pelly2009-09-1015-525/+1980
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge change 24630 into eclairAndroid (Google) Code Review2009-09-102-13/+51
|\ \ \ | | | | | | | | | | | | | | | | * changes: resolved conflicts for merge of e0408aa1 to eclair
| * \ \ resolved conflicts for merge of e0408aa1 to eclairScott Main2009-09-102-13/+51
| |\ \ \ | | |/ /
| | * | Merge change 24559 into donutAndroid (Google) Code Review2009-09-102-6/+51
| | |\ \ | | | | | | | | | | | | | | | | | | | | * changes: docs only. add documentation to notify developers about variable camera specifications and add some more links
| | | * | docs only.Scott Main2009-09-102-6/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add documentation to notify developers about variable camera specifications and add some more links Change-Id: I46ef9811af17858cbc6547f88e626becb481b043
* | | | | Merge change 24514 into eclairAndroid (Google) Code Review2009-09-106-3/+73
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add smallIcon and accountPreferences references to AuthenticatorDescription. Update after path conflict.
| * | | | | Add smallIcon and accountPreferences references to AuthenticatorDescription. ↵Jim Miller2009-09-106-3/+73
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Update after path conflict. Update API for new AuthenticatorDescription preferences.xml
* | | | | Merge change 24588 into eclairAndroid (Google) Code Review2009-09-103-17/+13
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Fix for multi-apn MMS access.
| * | | | Fix for multi-apn MMS access.Robert Greenwalt2009-09-103-17/+13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge change 24618 into eclairAndroid (Google) Code Review2009-09-101-5/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: AGL's glCompressedTexImage2D now checks the imageSize parameter.
| * | | | AGL's glCompressedTexImage2D now checks the imageSize parameter.Jack Palevich2009-09-101-5/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This parameter indicates how many bytes of the image data are valid. Previously this parameter was ignored.
* | | | | Merge change 24607 into eclairAndroid (Google) Code Review2009-09-101-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Try not to crash the system server because of corrupt restore data
| * | | | | Try not to crash the system server because of corrupt restore dataChristopher Tate2009-09-101-0/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Process: Add support for using scheduler policies instead of cgroups.San Mehat2009-09-102-26/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preference is given to cgroups if available. Signed-off-by: San Mehat <san@google.com>
* | | | | Merge change 24583 into eclairAndroid (Google) Code Review2009-09-1017-106/+377
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.
| * | | | | Media MIME types now have corresponding constants in MediaDefs.h, new codec ↵Andreas Huber2009-09-1017-106/+377
| | | | | | | | | | | | | | | | | | | | | | | | enumeration API.
* | | | | | Allow an alternate eri file.Wink Saville2009-09-102-12/+59
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge change 24567 into eclairAndroid (Google) Code Review2009-09-101-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #1943927: need notification in status bar when adb is active
| * | | | | Fix issue #1943927: need notification in status bar when adb is activeDianne Hackborn2009-09-101-2/+2
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Just a string tweak. Change-Id: I823445a2db80e6101ebb592a5cee05f369dd4d1d
* | | | | Merge change 24581 into eclairAndroid (Google) Code Review2009-09-101-4/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Dialog titles would sometimes use a font too large.
| * | | | Dialog titles would sometimes use a font too large.Romain Guy2009-09-101-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was due to code in DialogTitle.java which would multiply the textSize of the theme twice. Change-Id: Id44e39e729ebd43b08c967a67cde0d33dd8f2efb
* | | | | Wallpapers, animations, pending intent.Dianne Hackborn2009-09-1032-201/+619
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge change 24551 into eclairAndroid (Google) Code Review2009-09-101-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: default dithering to ON (cheap, looks good) officially ignore filtering (expensive, no real improvement)
| * | | | | default dithering to ON (cheap, looks good)Mike Reed2009-09-101-0/+10
| |/ / / / | | | | | | | | | | | | | | | officially ignore filtering (expensive, no real improvement)
* | | | | [Issue 2099206] Encoding phone number prior to sending it to the phone ↵Dmitri Plotnikov2009-09-103-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | lookup filter Change-Id: I80327febe7134ac1bdef958251943a9777879d53
* | | | | am c2d3fc2c: Merge change 22323 into donutScott Main2009-09-106-0/+198
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | Merge commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9' into eclair * commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9': docs only.
| * | | Merge change 22323 into donutAndroid (Google) Code Review2009-09-106-0/+198
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: docs only. add the 1.6 platform highlights
| | * | | docs only.Scott Main2009-09-096-0/+198
| | | |/ | | |/| | | | | | | | | | | | | | | | | add the 1.6 platform highlights Change-Id: I231f17025b3eb436fd73c228d499e27562f1883f
* | | | Merge change 24464 into eclairAndroid (Google) Code Review2009-09-101-0/+8
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * changes: Fix for bug # 2023074: settings db updater broken at version 34.
| * | | Fix for bug # 2023074: settings db updater broken at version 34.Jim Miller2009-09-091-0/+8
| | | |
* | | | Merge change 24530 into eclairAndroid (Google) Code Review2009-09-101-5/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Add component name to informational logging in OMXCodec.cpp
| * | | | Add component name to informational logging in OMXCodec.cppAndreas Huber2009-09-101-5/+6
| | | | |
* | | | | Add timestamp support for call history vcardLixin Yue2009-09-102-0/+34
|/ / / /
* | | | Merge change 24450 into eclairAndroid (Google) Code Review2009-09-102-22/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.
| * | | | Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.Andreas Huber2009-09-092-22/+70
| | | | |
* | | | | Merge change 24448 into eclairAndroid (Google) Code Review2009-09-101-1/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Support for amr-wb tracks in MPEG4Extractor.
| * | | | | Support for amr-wb tracks in MPEG4Extractor.Andreas Huber2009-09-091-1/+14
| |/ / / /
* | | | | Merge change 24447 into eclairAndroid (Google) Code Review2009-09-101-1/+85
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added some more verbose output for AMR formats. Properly fill out the output format.