Wu-cheng Li
3fd5fa4ca9
Fix the runtime restart due to name change.
...
bug:3001395
bug:3001399
Change-Id: I73fd1a63fea0807531b01ae2a754b32efffd41b1
2010-09-15 16:08:57 -07:00
Erik
a8cc20e5fb
Merge "b/3004029 Fixed content resolver loss" into gingerbread
2010-09-15 15:51:53 -07:00
Erik
344d96635e
Merge "Close tz query cursor when done." into gingerbread
2010-09-15 15:51:37 -07:00
Erik
09bd4bf85e
b/3004029 Fixed content resolver loss
...
We were creating a static AsyncQueryHandler which only held a
weak reference to the content resolver. This caused db updates
to be dropped once the original context had been gc'd. This
fix creates a new handler for each update to ensure we have a
valid resolver.
Change-Id: I049d8390ac0215e12e63d57b0bae4d3f6df64b6a
2010-09-15 15:45:19 -07:00
Chet Haase
8f385affaf
Merge "Add new/changed drawable assets from design team" into gingerbread
2010-09-15 15:33:31 -07:00
Chet Haase
0183e3bd5d
Add new/changed drawable assets from design team
...
Change-Id: I8b2274357e41093e120bee42272026446e94872d
2010-09-15 15:27:25 -07:00
Wu-cheng Li
a6f4149596
Merge "Update camera API and javadoc for API review comments." into gingerbread
2010-09-15 14:57:59 -07:00
James Dong
82a39f4aab
Merge "Add some explicit error log messages" into gingerbread
2010-09-15 14:51:57 -07:00
James Dong
9f882c0b10
Merge "Fix audio input sample timestamp when audio driver loses audio samples" into gingerbread
2010-09-15 14:51:49 -07:00
Wu-cheng Li
7836660f5e
Update camera API and javadoc for API review comments.
...
bug:3001395
bug:3001399
Change-Id: I7030c4eff94ab11f44b862e8c206fb69a4e5c428
2010-09-15 14:47:37 -07:00
Erik
5ba5de93c7
Close tz query cursor when done.
...
Change-Id: I9cb30539b12121f01e093985985e3c802f7a9e8c
2010-09-15 13:37:19 -07:00
Hung-ying Tyan
968735e580
Merge "Fixing the NPE in SipPhone bug id: http://b/2987816 " into gingerbread
2010-09-15 13:02:46 -07:00
Hung-ying Tyan
698ddb0cd6
Merge "Fix links in SIP API javadoc." into gingerbread
2010-09-15 12:56:36 -07:00
Hung-ying Tyan
286bb5a00b
Fix links in SIP API javadoc.
...
Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
2010-09-16 03:52:10 +08:00
Mathias Agopian
f182e8a8c2
fix a typo where the eventtags code were wrong
...
Change-Id: I517112a1475c10b71009a0aa9c3894c76a1f270f
2010-09-15 12:46:59 -07:00
Andreas Huber
9909b948ac
Merge "Various fixes to improve resilience of the rtsp stack against spurious errors instead of asserting." into gingerbread
2010-09-15 11:25:40 -07:00
Andreas Huber
f3d2bdf73c
Various fixes to improve resilience of the rtsp stack against spurious errors instead of asserting.
...
Change-Id: Idbec5996ed0675c70e911b9c0514961fea099fb4
2010-09-15 11:18:13 -07:00
David Brown
8626d1a336
Merge "Mark MODIFY_PHONE_STATE permission as signatureOrSystem" into gingerbread
2010-09-15 11:11:18 -07:00
Chung-yih Wang
94e498332a
Fixing the NPE in SipPhone
...
bug id: http://b/2987816
Change-Id: Iee252eee0a5243b70ff0b6f287279f92235b5b2d
2010-09-15 19:39:01 +08:00
Hung-ying Tyan
5306e0a85d
Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbread
2010-09-14 23:10:03 -07:00
Hung-ying Tyan
096df8197b
Merge "SipService: send SERVER_ERROR if server doesn't provide nonce" into gingerbread
2010-09-14 23:09:26 -07:00
Hung-ying Tyan
ae076d3981
SIP: add PEER_NOT_REACHABLE error feedback.
...
http://b/issue?id=3002033
Change-Id: Ib64b08919d214acbab89945ac19dc113a68e62ad
2010-09-15 11:30:45 +08:00
Kenny Root
cee0b97eed
Merge "Free AssetManager weak refs before unmounting" into gingerbread
2010-09-14 18:02:39 -07:00
Steve Howard
536ee090ef
Merge "Fix name shadowing bug with revoking URI permissions." into gingerbread
2010-09-14 17:46:22 -07:00
Chris Palmer
5bade703fd
Merge "DO NOT MERGE Correct the PackageManager.checkSignatures documentation." into gingerbread
2010-09-14 17:43:31 -07:00
Steve Howard
0de8ddb0cf
Fix name shadowing bug with revoking URI permissions.
...
Change-Id: Ibfcb0dc73c6b1a111dbb8d56e6f0b78084f5e4e6
2010-09-14 16:29:26 -07:00
John Wang
6457a28be8
Merge "Complete event registration in CallManager." into gingerbread
2010-09-14 16:26:14 -07:00
David Brown
f4ece2086f
Mark MODIFY_PHONE_STATE permission as signatureOrSystem
...
This permission isn't needed right now, since there aren't actually any
public APIs that require it. (There are a few calls in the ITelephony
interface that do, but they're all hidden.)
Since there's no good reason for 3rd party apps to declare it, let's
mark it signatureOrSystem for now. We can bring it back -- and probably
split it apart into multiple finer-grained permissions -- once we
finally expose full telephony APIs to 3rd party apps (see bug 1043005).
Bug: 2989096
Change-Id: Idf898d5e12d648a959f622cd815e75597195aa82
2010-09-14 16:19:31 -07:00
Erik
426ee7f22e
Fixes some bugs in TimeZoneUtils
...
TimeZoneUtils was updating the db and modifying the selection. This
creates a static selection for each update type and creates new
values for each update. Also adds a method for apps to force the
local tz cache to refresh if they think another app has modified
the db.
Change-Id: Iaaade635ac8ff11bb116005a0f6b44efcd4c4056
2010-09-14 16:08:55 -07:00
John Wang
59f9bae81d
Complete event registration in CallManager.
...
1. Originally CallManager registers for all phone events provided by registerFor interface,
which will cause error msg such as "registerForXXX() in PhoneBase should not be called, CDMAPhone inactive."
for CDMA only events. Register for those events only if phone is CDMA phone.
2. Add registerForPostDialCharacter().
Note, we can't use notifyRegistrants() in handler since we need send
the character that is being processed in msg.arg1.
Change-Id: I48037c8a8e225bb82e203836a041f81f2445f4d8
2010-09-14 16:01:50 -07:00
Jeff Brown
09340a4bb9
Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread
2010-09-14 15:27:33 -07:00
Mathias Agopian
b3ffc78f34
Merge "Add logging of various important graphics events" into gingerbread
2010-09-14 15:11:33 -07:00
jsh
17fe229fe8
Merge "Unhide GsmCellLocation.getPsc()." into gingerbread
2010-09-14 15:02:46 -07:00
Kenny Root
aa48540222
Free AssetManager weak refs before unmounting
...
AssetManagers are kept in WeakReference pools so there's a change
another thread in the system_server has opened a file on the external
card. Attempt to force a garbage collection to free these references
each time we're about to unmount a volume on the external storage.
Change-Id: I6e816e8c67b179887e488dc6758b43bcdd5914fb
2010-09-14 14:49:41 -07:00
James Dong
b5024daa6c
Add some explicit error log messages
...
Change-Id: I8a69157b75a67f0d3c19f05775a8cb0629232299
2010-09-14 14:39:32 -07:00
James Dong
7589ebfbfd
Fix audio input sample timestamp when audio driver loses audio samples
...
Change-Id: Ic0f1489f710929af50e7714867ae5153b3242dd8
2010-09-14 13:21:08 -07:00
Eric Laurent
eea35ce87f
Merge "Added intents for audio effects control application" into gingerbread
2010-09-14 13:02:18 -07:00
Dianne Hackborn
1188f5e76c
Merge "Fix problem where power manager was calling battery stats with bad wl type." into gingerbread
2010-09-14 12:28:08 -07:00
Erik
b92788aa04
Merge "Adds time zone functionality into fw as a hidden api" into gingerbread
2010-09-14 12:21:53 -07:00
Hung-ying Tyan
88203cb111
SipService: send SERVER_ERROR if server doesn't provide nonce
...
in authentication response.
Change-Id: I93e8c0d6754399ca2f382033085e40fc4c6ccb19
2010-09-15 03:00:19 +08:00
Dianne Hackborn
934516e101
Merge "Fix issue #2999795 : Runtime restart on Crespo" into gingerbread
2010-09-14 11:50:51 -07:00
Dianne Hackborn
83770289f8
Fix issue #2999795 : Runtime restart on Crespo
...
Change-Id: I7138b031298a234f3f35aec4a003d25cf86a57ff
2010-09-14 11:45:44 -07:00
Brad Fitzpatrick
96d6c3454c
Merge "Unify some duplicate StrictMode-enabling code." into gingerbread
2010-09-14 11:37:13 -07:00
Brad Fitzpatrick
fb85bc66c4
Merge "Add missing wallpaper service lock." into gingerbread
2010-09-14 11:37:05 -07:00
Romain Guy
52e19d5917
Merge "Change the keep alive time for excess idle threads." into gingerbread
2010-09-14 11:34:01 -07:00
Brad Fitzpatrick
194b19a4b3
Add missing wallpaper service lock.
...
Unimportant, but found while reading the code for other reasons.
Change-Id: I9f2fad3ff5d081aef7a35e5f33ec5de7dc92195e
2010-09-14 11:30:29 -07:00
Romain Guy
6b424f4770
Change the keep alive time for excess idle threads.
...
Change-Id: Ie076544df5ee8df185f0824333fdc62203a565c2
2010-09-14 11:30:27 -07:00
Brian Carlstrom
405d4db50b
Rename internal SSLParameters to SSLParametersImpl to avoid collision with new javax.net.ssl.SSLParameters
...
Bug: 2672817
Change-Id: Ibe20830f024f76232f3628cfca922d49a5a06bef
2010-09-14 11:24:13 -07:00
Erik
71ad58c751
Adds time zone functionality into fw as a hidden api
...
This is the start of work towards pushing api that is needed for
Calendar to become unbundled into frameworks. This adds functions
for getting and setting time zones for the Calendar app. The new
methods are currently hidden.
Change-Id: I1b4265b23630c46d9730a179ec02da8d6c0e03ea
2010-09-14 11:16:08 -07:00
Brian Carlstrom
9412623842
Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread
2010-09-14 11:15:01 -07:00