Robert Greenwalt
e325392c25
Add Java hookup to netd interface notifications.
2010-02-18 09:23:25 -08:00
San Mehat
2db939bde9
Merge "MountService: Add API call for getting a list of pids currently using the specified mountpoint"
2010-02-16 18:07:31 -08:00
Mathias Agopian
8ff97b5869
Merge "get rid off the YUV formats at the libui layer"
2010-02-16 18:00:13 -08:00
Mathias Agopian
8f2423e8f3
get rid off the YUV formats at the libui layer
2010-02-16 17:33:37 -08:00
Chris Tate
8eb5a141b3
Merge "Fix the build (mucked up an API change / commit / upload sequence)"
2010-02-16 17:21:39 -08:00
Christopher Tate
9f790c309b
Fix the build (mucked up an API change / commit / upload sequence)
...
Change-Id: I0eade23e5ccd4a45dbb77f76bd3cd180ddda7107
2010-02-16 17:20:32 -08:00
San Mehat
c1b4ce93be
MountService: Add API call for getting a list of pids currently using the specified mountpoint
...
Signed-off-by: San Mehat <san@google.com>
2010-02-16 17:13:03 -08:00
Robert Greenwalt
6a6ce74e59
Merge "Update Tethering."
2010-02-16 17:11:10 -08:00
Chris Tate
cff1ae56e8
Merge "API CHANGE: expose backup/restore to the SDK"
2010-02-16 16:58:17 -08:00
Robert Greenwalt
2a091d7aa0
Update Tethering.
...
Adds telephony support, async model, multiple tethered iface suport,
better notifications, device config.
bug:2413855
2010-02-16 16:56:09 -08:00
Dave Sparks
675ee6ac36
Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531."
2010-02-16 16:41:19 -08:00
Christopher Tate
e28290e21f
API CHANGE: expose backup/restore to the SDK
...
The core backup/restore classes [BackupManager, BackupAgent, RestoreSession, and
RestoreObserver] are now published for 3rd party developers, as well as the suite
of helper classes that exist so far to aid authorship of backup/restore agents.
In conjunction with the API change, the restore-time automatic data wipe has now
been removed: applications are responsible for managing the logic of wipe vs
merge themselves. If the app's agent onRestore() callback throws, the data
is presumed to be incoherent and a wipe is issued via the Activity Manager;
otherwise, no automatic action is ever taken.
Change-Id: I0b3418b829d4689b58b88be3d9c4ace37a8583a9
2010-02-16 16:23:55 -08:00
Dave Sparks
f992cbb9aa
Add SoundPool API to pause and resume all active streams. Bug 2426531.
2010-02-16 16:19:32 -08:00
Mike LeBeau
4b71fc0fa8
Merge "Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE, and use it from SearchDialog."
2010-02-16 16:10:09 -08:00
Suchi Amalapurapu
044a401292
Merge "Move mount service wrapper calls to PackageHelper"
2010-02-16 16:08:00 -08:00
Suchi Amalapurapu
679bba339e
Move mount service wrapper calls to PackageHelper
...
Fix bug related to forward locked apps.
2010-02-16 15:11:04 -08:00
Kenny Root
bb9a51768d
Add API to access ICU's East Asian Width
...
Currently there is no way for an application built against the API to
access East Asian Width data from ICU. This adds an API for applications
to use to access it for correct drawing of international characters.
Change-Id: Iab50698ee555ae2ca8ab4b242cc14aa6e0dc3b48
2010-02-16 15:05:02 -08:00
Daisuke Miyakawa
4a2d3b15ec
Merge "Fixing the use of entities in VCardExporter."
2010-02-16 14:55:08 -08:00
Jean-Baptiste Queru
a466f86201
Merge "fix build"
2010-02-16 14:49:44 -08:00
Jean-Baptiste Queru
e3460d7a01
fix build
...
Change-Id: I08b7d09408530e8c107e2821af7a769fba1c7bd7
2010-02-16 14:49:01 -08:00
Eric Fischer
01c0e997d4
Merge "Keep Rfc822Tokenizer from crashing when the string ends with a backslash."
2010-02-16 14:47:23 -08:00
Andreas Huber
9f56485823
Merge "If we never triggered a range request but know the content length make sure to not read more data than there could be, otherwise we'd block indefinitely if the server doesn't close the connection."
2010-02-16 14:41:14 -08:00
Dmitri Plotnikov
989edfde74
Fixing the use of entities in VCardExporter.
...
Bug: 2377678
Change-Id: I05768fd2ce28406b1fc32005343fa1eeaaecdd24
2010-02-16 14:40:46 -08:00
Andreas Huber
67e8dfb257
Merge "Don't hold the prefetcher mutex while prefetching a single source, the lock protects the list of sources and does not guard access to the individual sources."
2010-02-16 14:36:45 -08:00
Eric Fischer
a877c03442
Keep Rfc822Tokenizer from crashing when the string ends with a backslash.
...
Bug 2442537
2010-02-16 14:34:32 -08:00
Andreas Huber
2ae13a9c48
Don't hold the prefetcher mutex while prefetching a single source, the lock protects the list of sources and does not guard access to the individual sources.
...
related-to- bug: 2413024
2010-02-16 14:24:05 -08:00
Dan Egnor
9d4b575453
Add getInsecure() that returns a persistently insecure SSLSocketFactory,
...
which Email needs for unbundling.
Bug: 2353593
2010-02-16 14:18:24 -08:00
Patrick Scott
fa4039e4fc
Do not include the fragement identifier in the path.
...
Bug: 2435741
2010-02-16 17:09:03 -05:00
Jean-Baptiste Queru
e5dbbde590
Merge "Expose more Download Manager APIs."
2010-02-16 14:02:31 -08:00
Andreas Huber
57f790f96d
If we never triggered a range request but know the content length make sure to not read more data than there could be, otherwise we'd block indefinitely if the server doesn't close the connection.
...
related-to-bug: 2442307
2010-02-16 14:00:36 -08:00
Costin Manolache
63cfebf2db
Switch from REMOTE_INTENT to the new push messaging, add the required permission.
2010-02-16 13:57:52 -08:00
Jean-Baptiste Queru
3af80dc6d9
Expose more Download Manager APIs.
...
This will allow apps to track download progress.
Change-Id: Id6b77c0fc01b4838fca45e2fe241b1ea08e65038
2010-02-16 13:55:19 -08:00
Mathias Agopian
be16be13c6
Merge "minor cleanup."
2010-02-16 12:56:56 -08:00
Kenny Root
206ce622fc
Merge "Fix off-by-one in parse3339 timezone check"
2010-02-16 12:56:29 -08:00
Adam Powell
e421195d75
Merge "Fix for [Horizontal]ScrollView scroll range reporting"
2010-02-16 12:36:29 -08:00
Adam Powell
a2f9101684
Fix for [Horizontal]ScrollView scroll range reporting
2010-02-16 12:26:33 -08:00
Kenny Root
412dc7de6e
Fix off-by-one in parse3339 timezone check
...
parse3339 could read past the end of a string if the timezone was
truncated by one character causing intermittent failures in unit
tests.
Change-Id: I7e1724c6a7b464fdcb5e2b37469eb128303a51f1
2010-02-16 12:16:48 -08:00
Andreas Huber
cf06dd0a8a
Merge "The AMRSource failed to properly release a media buffer in case of error."
2010-02-16 11:48:33 -08:00
Bjorn Bringert
bb50863c07
Merge "Remove flaky and broken search tests from continous"
2010-02-16 11:43:23 -08:00
Bjorn Bringert
052e88bb60
Remove flaky and broken search tests from continous
...
See: http://b/issue?id=2403672
Change-Id: Ie901a746b28a08f0cd6306c515c5fb5cddae4c41
2010-02-16 19:40:11 +00:00
Kenny Root
3619b9abd8
Fix dumpsys activity service <name>
...
Refactoring of the dumpsys framework introduced a comparison that
always made the action dump all the services.
Change-Id: I1f3ac2bd903e39e2a6e8632e8cbb23a982dfe0c6
2010-02-16 11:06:38 -08:00
James Dong
62ed7a6d4a
Merge "Support decoder queries from media profiles xml configuration file"
2010-02-16 10:59:13 -08:00
Dianne Hackborn
8afd7c1c94
Merge "Small oom_adj tweaks."
2010-02-16 10:55:30 -08:00
Dianne Hackborn
5ce7d28a07
Small oom_adj tweaks.
...
Include a proper name for processes that are in the background
with running services that have been running for a long time (instead
of showing them as bg-empty).
Batch together multiple processes into the same background bin when
there are significantly more processes than bins. Arguably this
should be smarter and base the binning on the number of background/empty
processes instead of the total count, but this should be good
enough for now.
2010-02-16 10:54:49 -08:00
Shimeng (Simon) Wang
e8cb5ab7c0
Merge "Enhance URL regular expression to match more Unicode chars."
2010-02-16 10:49:37 -08:00
Andreas Huber
bc8342721d
The AMRSource failed to properly release a media buffer in case of error.
...
related-to-bug: 2441307
2010-02-16 10:46:02 -08:00
Adam Powell
3d0ff09e35
Merge "VelocityTracker now uses pointer id instead of index when referring to multiple pointers. VelocityTracker now correctly handles multitouch. Addresses http://b/issue?id=2439030 "
2010-02-16 10:14:05 -08:00
Adam Powell
70bc217703
Merge "Added proper overscrolling scroll bar behavior to GridView"
2010-02-16 10:13:52 -08:00
Paul Westbrook
cdb77d0f95
Merge "Download Manager API to support Gmail"
2010-02-16 09:52:08 -08:00
Doug Zongker
146c4a53b5
Merge "remove Base64 from android-common"
2010-02-16 09:28:03 -08:00