Fred Quintana
957d85ec04
revert an API change that conflicted witha previous SDK version
...
Change-Id: I71ef6bd135296846021c0e7ee465cac9181b5473
2010-12-09 16:26:18 -08:00
John Wang
f7a55fca64
Add config_sms_capable.
...
For bug 3250029.
Change-Id: I299a9ab81dd9533f7687593ace0d70dc711bff75
2010-12-09 16:02:08 -08:00
James Dong
08800f3fdc
First step towards renabling Timelapse video recording
...
Change-Id: I93836b066fb69d5152d3774546a9935057a1f12f
2010-12-09 15:37:04 -08:00
Chet Haase
37f74cad46
Add ability to reuse bitmaps when loading new content
...
Change-Id: Ic5f5f40ee39787403977fb372b335dc21cf07243
2010-12-09 15:07:39 -08:00
Svetoslav Ganov
792be60c86
Merge "3205857 java.lang.ExceptionInInitializerError at java.lang.Class.newInstanceImpl(Native Method)"
2010-12-09 14:47:22 -08:00
Fred Quintana
0c4d04ac2e
allow sync adapter authors to control more policies
...
- let the SyncManager know that the SyncAdapter can handle
parallel syncs even within sync adapter types
- allow indicating that the sync adapter should be auto
initialized without requiring the sync adapter to run first.
When this setting is used then setIsSyncable(1) is automatically
called for the sync adapter.
Change-Id: Ib40eba95c2556eaee4bb0fe715f379af1b72b84a
2010-12-09 14:24:34 -08:00
Alon Albert
6a843d03c7
Merge "Listen for SyncAdapter death to cancel a sync"
2010-12-09 14:08:27 -08:00
Wink Saville
41cb9d10de
am a7404130: am d0ffef4b: am 19b23afa: Merge "Fix for phone app crash in Icc Card."
...
* commit 'a740413022baca3d2bc365ade40f73a1fee46654':
Fix for phone app crash in Icc Card.
2010-12-09 14:06:35 -08:00
Alon Albert
eca7511f61
Listen for SyncAdapter death to cancel a sync
...
Change-Id: Icbb439c56b89fea1726723d7061c347867834dc8
2010-12-09 14:06:04 -08:00
Wink Saville
a740413022
am d0ffef4b: am 19b23afa: Merge "Fix for phone app crash in Icc Card."
...
* commit 'd0ffef4b43594e540cb867da18d4403b4f583622':
Fix for phone app crash in Icc Card.
2010-12-09 14:02:09 -08:00
Wink Saville
d0ffef4b43
am 19b23afa: Merge "Fix for phone app crash in Icc Card."
...
* commit '19b23afadf1053a8e06cb3444d9cdae3405ad9a1':
Fix for phone app crash in Icc Card.
2010-12-09 13:58:26 -08:00
Wink Saville
19b23afadf
Merge "Fix for phone app crash in Icc Card."
2010-12-09 13:50:28 -08:00
Mike Lockwood
ed6f095a83
Merge "CameraBrowser: Give it ACCESS_USB permission, which is now required for PTP"
2010-12-09 13:45:34 -08:00
Eric Laurent
2308fef4b2
Merge "libstagefright: Compile MP3 & AAC decoders in 32bit ARM Mode"
2010-12-09 13:30:07 -08:00
Justin Ho
9ff63ce58f
Merge "Adding updated HDPI chat stat_notify icon"
2010-12-09 13:29:16 -08:00
Dianne Hackborn
bca1c4ffad
Merge "Fix issue #3271486 : SetupWizward NullPointerException in"
2010-12-09 13:16:49 -08:00
Dianne Hackborn
fb3806d68d
Fix issue #3271486 : SetupWizward NullPointerException in
...
andriod.app.ActivityThread.performStopActivityInner
Change-Id: Ifce73b7fc48fedb4767d759f70c98fcdee510f36
2010-12-09 13:14:12 -08:00
Christopher Tate
a58fd15a5b
Merge "Add a couple of transport-descriptive methods to IBackupManager"
2010-12-09 13:06:46 -08:00
Christopher Tate
f5e1c29637
Add a couple of transport-descriptive methods to IBackupManager
...
Privileged callers can now ask the transport for a string describing
its current state, and for an Intent that can be passed to startActivity()
in order to bring up its exported configuration UI. These will be used
in Settings in order to e.g. show the user the currently active account
being used for backup, and allow the user to choose an account.
The data being funnelled through IBackupManager here are the ones
already exposed by the transports in their implementation of the
IBackupTransport interface.
Bug: 2753632
Change-Id: I2227a2b111d8d0ddf221d63020e20c1316fff55b
2010-12-09 12:58:24 -08:00
John Wang
488a0d5ece
Merge "Add iDEN to getNetworkTypeName."
2010-12-09 12:53:01 -08:00
Jason Sams
3eb3106137
Merge "Fix a severe cleanup bug where teardown of the GL driver could occur on the wrong thread."
2010-12-09 12:21:19 -08:00
Jason Sams
546f01b6d5
Fix a severe cleanup bug where teardown of the GL
...
driver could occur on the wrong thread.
Change-Id: Icd56182ccbd1371124a247695bf3ebd3085df450
2010-12-09 12:19:46 -08:00
Ben Murdoch
0fa484ac37
Add a "Web Search" option to the WebView select text ActionBar
...
This change allows selected text in a web view to be used as a search
query.
Bug: 3132422
Change-Id: I9ed2a5913641b37732586f8d8aa8a80c3486b606
2010-12-09 20:02:44 +00:00
James Wylder
d285415e8a
libstagefright: Compile MP3 & AAC decoders in 32bit ARM Mode
...
Speeds up the decoding leaving more time for cpuidle (lp2),
thus lowering overall current drain.
Change-Id: Ia4e0636b1813810072fe0a4f94f6921adf2eab31
Signed-off-by: James Wylder <james.wylder@motorola.com>
2010-12-09 12:00:58 -08:00
Ben Murdoch
e627f55bf8
Merge "Make audio tag cope with live streams"
2010-12-09 11:54:24 -08:00
Svetoslav Ganov
383742c16d
3205857 java.lang.ExceptionInInitializerError at java.lang.Class.newInstanceImpl(Native Method)
...
Change-Id: I72ab33da2f5cc0bbaa89f3b996ff4ac48deadf73
2010-12-09 11:52:47 -08:00
Mike Lockwood
485059de22
CameraBrowser: Give it ACCESS_USB permission, which is now required for PTP
...
Change-Id: Ic5c7810ff4b7e25ba5f49a1107f5121391943108
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-09 11:45:44 -08:00
Amith Yamasani
d4de05eae3
Merge "Remove the OnItemClick listener when the fragment is destroyed."
2010-12-09 11:45:32 -08:00
Megha Joshi
cc0c9daa91
Integrating webinar hosting with developer.android.com
...
Change-Id: I320378560bbb09efade14f583dbcf2d66f34a9d8
2010-12-09 11:42:12 -08:00
Amith Yamasani
74402cfe4e
Remove the OnItemClick listener when the fragment is destroyed.
...
Bug: 3228510
This probably fixes a lot of other monkey bugs in Settings.
2010-12-09 11:22:15 -08:00
Leon Scroggins
6b82c26607
Merge "Dismiss IME when pressing Next or Previous."
2010-12-09 11:04:06 -08:00
Mindy Pereira
596913ba04
Merge "Make sure bottom overscroll feedback takes scrollY into account."
2010-12-09 10:55:39 -08:00
Leon Scroggins
261f42d64d
Dismiss IME when pressing Next or Previous.
...
Bug:3267230
Change-Id: If4ea2f589c42f7346685a7ce754298dd8e5a00b5
2010-12-09 13:50:00 -05:00
Jean-Baptiste Queru
6a9e0360d8
am 1bec55bd: am d9c17cc1: merge from gingerbread
...
* commit '1bec55bd244f72c65fa254118a72ad3ed10aa845':
Add more checks for bad values to protect from corrupt files.
Grant ACCESS_ALL_DOWNLOADS to DefaultContainerService
2010-12-09 10:48:54 -08:00
Jean-Baptiste Queru
1bec55bd24
am d9c17cc1: merge from gingerbread
...
* commit 'd9c17cc1178bc09d30eead05bf5be7ec5a05cbe7':
Add more checks for bad values to protect from corrupt files.
Grant ACCESS_ALL_DOWNLOADS to DefaultContainerService
2010-12-09 10:45:29 -08:00
Mindy Pereira
e1be66cdbc
Make sure bottom overscroll feedback takes scrollY into account.
...
This fixes an issue where the overscroll feedback was rendering
several pixels above the bottom of the list on a flick.
Change-Id: I66160d1b72c04f0273f063910eff995e2b2569f0
2010-12-09 10:23:59 -08:00
Jean-Baptiste Queru
a218e01437
reconcile with open-source gingerbread
...
Change-Id: I11029c58c7bcfa194dde5584ea1e3ba048fb817b
2010-12-09 10:18:23 -08:00
Andy Stadler
e9362fa157
Merge "API CHANGE - Add hasGrantedPolicy() API"
2010-12-09 10:05:27 -08:00
Dianne Hackborn
fe0b5a5260
Merge "Fix not saving state when restarting an activity."
2010-12-09 09:28:26 -08:00
Dianne Hackborn
e2b0480f5e
Fix not saving state when restarting an activity.
...
Change-Id: I4c9e93e9523c9c62e3a15e6e4587ffad06280545
2010-12-09 09:24:55 -08:00
Andy Stadler
c25f70a440
API CHANGE - Add hasGrantedPolicy() API
...
* Allows an app to detect that it needs to have additional policies granted
* Add "refreshing" parameter to setActiveAdmin() to handle this case
* Minor cleanups to eliminate warnings (mostly for unused things)
Bug: 3253179
Change-Id: I4bf639bf560557130bf98e8cfb75f996fac416f1
2010-12-09 09:22:06 -08:00
Jean-Baptiste Queru
d9c17cc117
merge from gingerbread
...
Change-Id: I12d6ef65986db41e658bf8d476a8e18c4dd89917
2010-12-09 09:11:06 -08:00
Mike Lockwood
ffec4385a3
Merge "Rehide the PTP content provider interface from the public API."
2010-12-09 08:42:56 -08:00
Mike Lockwood
97b2488a14
Rehide the PTP content provider interface from the public API.
...
Change-Id: I472175d79a999038f2f2eef185a2f936109c2526
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-12-09 08:39:59 -08:00
Ben Murdoch
9059f44fee
Make audio tag cope with live streams
...
Live streams seem to take a little while to initialize, so it's feasible
that we might get a play request before transitioned to the PREPARED
state. In that case track that we should start playing when onPrepare
completes.
Change-Id: I66ed0ef3a0905a1c5d4206fb2e7bbcc05a593fc7
2010-12-09 16:20:26 +00:00
satok
8dc9f07630
Merge "Change the initial visibility of IME switch button"
2010-12-09 08:10:53 -08:00
satok
3616fb6ddc
Change the initial visibility of IME switch button
...
Change-Id: I407d49997355a286a13c94a2d6b48a6dbcdaa2d1
2010-12-10 01:09:22 +09:00
Dianne Hackborn
e59e0309a1
Add more checks for bad values to protect from corrupt files.
...
Change-Id: I5e282099e7c6fcc8756146fc7282eec31937af1f
2010-12-09 07:49:05 -08:00
Kenny Root
63be7a732e
Grant ACCESS_ALL_DOWNLOADS to DefaultContainerService
...
Be compatible with the old DownloadProvider behavior of being able to
operate on content URIs returned from .insert()
Bug: 3242328
Change-Id: Ibd2ed553c87ea694d4b09a8265c7131fae588719
2010-12-09 07:48:55 -08:00
Kristian Monsen
3f98f7bd53
Merge "Make CookieManager.removeSessionCookies async"
2010-12-09 07:26:01 -08:00