Android (Google) Code Review
f3f7200319
Merge change 24588 into eclair
...
* changes:
Fix for multi-apn MMS access.
2009-09-10 21:10:58 -04:00
Robert Greenwalt
8206ff30c2
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
2009-09-10 18:01:01 -07:00
Android (Google) Code Review
ebebf9c36c
Merge change 24618 into eclair
...
* changes:
AGL's glCompressedTexImage2D now checks the imageSize parameter.
2009-09-10 20:45:00 -04:00
Jack Palevich
fb5ea2e579
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.
2009-09-10 17:13:28 -07:00
Android (Google) Code Review
68f591b175
Merge change 24607 into eclair
...
* changes:
Try not to crash the system server because of corrupt restore data
2009-09-10 19:13:52 -04:00
Christopher Tate
5a8a1151e2
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.
2009-09-10 16:08:47 -07:00
San Mehat
181b31a0d8
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>
2009-09-10 15:09:38 -07:00
Android (Google) Code Review
c06307ccde
Merge change 24583 into eclair
...
* changes:
Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.
2009-09-10 18:08:08 -04:00
Wink Saville
88e3f827e6
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
2009-09-10 14:51:09 -07:00
Andreas Huber
e6c409632f
Media MIME types now have corresponding constants in MediaDefs.h, new codec enumeration API.
2009-09-10 14:43:36 -07:00
Android (Google) Code Review
e8f0603eb6
Merge change 24567 into eclair
...
* changes:
Fix issue #1943927 : need notification in status bar when adb is active
2009-09-10 17:28:57 -04:00
Dianne Hackborn
477e3be424
Fix issue #1943927 : need notification in status bar when adb is active
...
Just a string tweak.
Change-Id: I823445a2db80e6101ebb592a5cee05f369dd4d1d
2009-09-10 14:28:04 -07:00
Android (Google) Code Review
5b61bea7ab
Merge change 24581 into eclair
...
* changes:
Dialog titles would sometimes use a font too large.
2009-09-10 17:26:05 -04:00
Romain Guy
4bdf17c697
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
2009-09-10 14:11:20 -07:00
Dianne Hackborn
bcbcaa7edd
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
2009-09-10 12:08:50 -07:00
Android (Google) Code Review
e1fd02400d
Merge change 24551 into eclair
...
* changes:
default dithering to ON (cheap, looks good) officially ignore filtering (expensive, no real improvement)
2009-09-10 14:53:26 -04:00
Dmitri Plotnikov
84b4d37dd1
[Issue 2099206] Encoding phone number prior to sending it to the phone lookup filter
...
Change-Id: I80327febe7134ac1bdef958251943a9777879d53
2009-09-10 11:47:10 -07:00
Mike Reed
d9512a30d8
default dithering to ON (cheap, looks good)
...
officially ignore filtering (expensive, no real improvement)
2009-09-10 14:46:41 -04:00
Scott Main
e02f4f1274
am c2d3fc2c: Merge change 22323 into donut
...
Merge commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9' into eclair
* commit 'c2d3fc2cc1db63e7bb9421878f2959a3936325a9':
docs only.
2009-09-10 11:40:01 -07:00
Android (Google) Code Review
c2d3fc2cc1
Merge change 22323 into donut
...
* changes:
docs only. add the 1.6 platform highlights
2009-09-10 14:29:59 -04:00
Android (Google) Code Review
dc9555fb64
Merge change 24464 into eclair
...
* changes:
Fix for bug # 2023074: settings db updater broken at version 34.
2009-09-10 14:09:54 -04:00
Android (Google) Code Review
d9ca6a79c6
Merge change 24530 into eclair
...
* changes:
Add component name to informational logging in OMXCodec.cpp
2009-09-10 13:27:50 -04:00
Andreas Huber
e087373d0b
Add component name to informational logging in OMXCodec.cpp
2009-09-10 10:27:14 -07:00
Lixin Yue
2d3f9c5593
Add timestamp support for call history vcard
2009-09-10 10:13:14 -07:00
Android (Google) Code Review
466dbbfd45
Merge change 24450 into eclair
...
* changes:
Minor API change in MPEG4Writer, support for amr output into MPEG4 containers.
2009-09-10 12:39:26 -04:00
Android (Google) Code Review
546f3cd579
Merge change 24448 into eclair
...
* changes:
Support for amr-wb tracks in MPEG4Extractor.
2009-09-10 12:39:16 -04:00
Android (Google) Code Review
18ed7601d2
Merge change 24447 into eclair
...
* changes:
Added some more verbose output for AMR formats. Properly fill out the output format.
2009-09-10 12:39:08 -04:00
Android (Google) Code Review
68f6f01cf6
Merge change 24527 into eclair
...
* changes:
MountService: Use correct icon for SD card notifications.
2009-09-10 12:20:49 -04:00
Android (Google) Code Review
6573671856
Merge change 24283 into eclair
...
* changes:
CameraService change for OVERLAY_FORMAT_DEFAULT
2009-09-10 11:28:20 -04:00
Mike Lockwood
a7ef2698a6
MountService: Use correct icon for SD card notifications.
...
Change-Id: Ia15847c48fce7957f1a376e173d39137b661d51c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-09-10 11:19:57 -04:00
Android (Google) Code Review
f63e3f3cc8
Merge change 24512 into eclair
...
* changes:
Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.
2009-09-10 11:12:03 -04:00
Android (Google) Code Review
df4edc807c
Merge change 24499 into eclair
...
* changes:
Modify android.syncml.pim so that no one is going to use.
2009-09-10 04:22:09 -04:00
Android (Google) Code Review
57fc41143d
Merge change 24132 into eclair
...
* changes:
Add two CertTool helper classes.
2009-09-10 04:16:56 -04:00
Eric Laurent
dc1d17a1db
Fix issue android.permission.cts.NoAudioPermissionTest:testRouting is failing.
...
Add audio permission checks in setSpeakerphoneOn() and setBluetoothScoOn() methods.
2009-09-10 00:48:21 -07:00
Android (Google) Code Review
a8cdbc85c0
Merge change 24501 into eclair
...
* changes:
Make Phone.updateServiceLocation acquire a one-shot wake lock.
2009-09-10 03:40:54 -04:00
Tammo Spalink
7a043b351b
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
2009-09-10 15:38:01 +08:00
Daisuke Miyakawa
f5269c14f9
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
2009-09-10 15:17:24 +09:00
Jeff Sharkey
6ba23c59f2
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.
2009-09-09 23:05:34 -07:00
Hung-ying Tyan
9249cc69b8
Add two CertTool helper classes.
...
Also add the unlock action string to Keystore.
2009-09-10 12:51:07 +08:00
Mathias Agopian
24d237db94
add a debug property to disable h/w composition. debug.sf.hw, when set to 0 will disable h/w composition
2009-09-09 19:20:10 -07:00
Android (Google) Code Review
bbe14a1758
Merge change 24473 into eclair
...
* changes:
fix [2074427] SurfaceView doesn't disappear on GONE
2009-09-09 22:17:45 -04:00
Jim Miller
f186055a53
Fix for bug # 2023074: settings db updater broken at version 34.
2009-09-09 19:10:57 -07:00
Android (Google) Code Review
0d134509f4
Merge change 24468 into eclair
...
* changes:
Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.
2009-09-09 22:06:48 -04:00
Android (Google) Code Review
d0f02a4da1
Merge change 24138 into eclair
...
* changes:
Do not die when printing empty prefs.
2009-09-09 21:36:48 -04:00
Mathias Agopian
6b7f1a62b5
fix [2074427] SurfaceView doesn't disappear on GONE
2009-09-09 18:32:34 -07:00
Android (Google) Code Review
67af9f5bf1
Merge change 24471 into eclair
...
* changes:
Fixed the fastscroll thumb asset in hdpi.
2009-09-09 21:31:07 -04:00
Amith Yamasani
da256fabed
Fixed the fastscroll thumb asset in hdpi.
...
Asset was 1 pixel taller than necessary and was causing scaling artifacts.
2009-09-09 18:28:44 -07:00
Android (Google) Code Review
9ca7d0c2ef
Merge change 24460 into eclair
...
* changes:
The empty path and no path mean default path. So "a=d" should replace "a=c".
2009-09-09 21:23:46 -04:00
Grace Kloba
d0990d4a78
The empty path and no path mean default path. So "a=d" should replace "a=c".
2009-09-09 18:22:44 -07:00
Dmitri Plotnikov
b43b58d349
Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size.
2009-09-09 18:10:42 -07:00