Dianne Hackborn
71acc203ed
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
336da25dda
Merge "Adds time zone functionality into fw as a hidden api" into gingerbread
2010-09-14 12:21:53 -07:00
Dianne Hackborn
a667ca867a
Merge "Fix issue #2999795 : Runtime restart on Crespo" into gingerbread
2010-09-14 11:50:51 -07:00
Brad Fitzpatrick
52b649f02a
Merge "Unify some duplicate StrictMode-enabling code." into gingerbread
2010-09-14 11:37:13 -07:00
Brad Fitzpatrick
e10c4c56e7
Merge "Add missing wallpaper service lock." into gingerbread
2010-09-14 11:37:05 -07:00
Romain Guy
8f8715a1e3
Merge "Change the keep alive time for excess idle threads." into gingerbread
2010-09-14 11:34:01 -07:00
Brian Carlstrom
e565df9d96
Merge "Remove SSLContextImpl.engineInit(..) that takes persistent cache arguments" into gingerbread
2010-09-14 11:15:01 -07:00
John Wang
db608bd7d0
Merge "Return immutable copies of private callList." into gingerbread
2010-09-14 10:28:33 -07:00
Leon Scroggins III
efe02e796b
am ca8f3d04: Merge "Add an option to hide the Voice Search icon." into froyo
...
Merge commit 'ca8f3d04284a26477257a0c2b34d83c86d15efe9' into gingerbread
* commit 'ca8f3d04284a26477257a0c2b34d83c86d15efe9':
Add an option to hide the Voice Search icon.
2010-09-14 10:23:35 -07:00
Leon Scroggins III
b0d30a12a0
Merge "Add an option to hide the Voice Search icon." into froyo
2010-09-14 10:21:25 -07:00
Hung-ying Tyan
946dc2946e
Merge "SipService: ignore connect event for non-active networks." into gingerbread
2010-09-14 09:57:47 -07:00
Dirk Dougherty
473273b821
am 4b4af990: Doc change: update ADT 0.9.8 checksum and size.
...
Merge commit '4b4af990af527c79073d546ead1850278caa7a8e' into gingerbread
* commit '4b4af990af527c79073d546ead1850278caa7a8e':
Doc change: update ADT 0.9.8 checksum and size.
2010-09-14 09:39:59 -07:00
Kenny Root
cc16981410
Merge "Dedupe timestamp in PackageSettings" into gingerbread
2010-09-14 09:29:48 -07:00
Jeff Brown
59abe7e090
Replace epoll() with poll() and rename PollLoop to Looper.
...
As part of this change, consolidated and cleaned up the Looper API so
that there are fewer distinctions between the NDK and non-NDK declarations
(no need for two callback types, etc.).
Removed the dependence on specific constants from sys/poll.h such as
POLLIN. Instead looper.h defines events like LOOPER_EVENT_INPUT for
the events that it supports. That should help make any future
under-the-hood implementation changes easier.
Fixed a couple of compiler warnings along the way.
Change-Id: I449a7ec780bf061bdd325452f823673e2b39b6ae
2010-09-14 01:59:45 -07:00
Chung-yih Wang
9ee8b4325f
Merge "Fix the bug of authentication in an outgoing call." into gingerbread
2010-09-13 23:31:18 -07:00
Mathias Agopian
35b48d10bc
Add logging of various important graphics events
...
There are 16 events logged in the event log:
SF_APP_DEQUEUE_BEFORE
SF_APP_DEQUEUE_AFTER
SF_APP_LOCK_BEFORE
SF_APP_LOCK_AFTER
SF_APP_QUEUE
SF_REPAINT
SF_COMPOSITION_COMPLETE
SF_UNLOCK_CLIENTS
SF_SWAP_BUFFERS
SF_REPAINT_DONE
SF_FB_POST_BEFORE
SF_FB_POST_AFTER
SF_FB_DEQUEUE_BEFORE
SF_FB_DEQUEUE_AFTER
SF_FB_LOCK_BEFORE
SF_FB_LOCK_AFTER
all events log the buffer conserned and a timestamp in microseconds.
by default the logging is not enabled, to turn it on:
adb shell service call SurfaceFlinger 1006 i31 1
adb shell setprop debug.graphic_log 1
The effect is immediate in SurfaceFlinger, but applications need to be
restarted.
Change-Id: Ifc2e31f7aed072d9a7dede20ff2ce59231edbec1
2010-09-13 23:16:58 -07:00
Hung-ying Tyan
b408acba18
Merge "SipService: deliver connectivity change to all sessions." into gingerbread
2010-09-13 19:53:58 -07:00
Dianne Hackborn
ac306f576b
Merge "Fix potential crash in sync." into gingerbread
2010-09-13 17:21:04 -07:00
Dianne Hackborn
fe460cc23a
Merge "Work on issue #2991868 : A toast pops up informing users..." into gingerbread
2010-09-13 17:14:00 -07:00
Adam Powell
5828da75c4
Merge "DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue" into gingerbread
2010-09-13 16:09:51 -07:00
Irfan Sheriff
6eedaf78bb
Merge "Fix statusbar display of wifi signalstrength" into gingerbread
2010-09-13 16:05:06 -07:00
Shimeng (Simon) Wang
0e152daec3
Merge "DO NOT MERGE" into gingerbread
2010-09-13 11:00:16 -07:00
Eric Laurent
d17ae82cf5
Merge "Fix volume problems with insert revert" into gingerbread
2010-09-13 09:14:39 -07:00
Jeff Brown
37163248ad
Merge "Fix PointerLocationView when pointer ids are not zero-based." into gingerbread
2010-09-12 20:45:31 -07:00
Jeff Brown
77b34573ee
Merge "Don't play a sound if a volume key press is canceled." into gingerbread
2010-09-12 18:11:42 -07:00
Jeff Brown
fa89eab3e4
Merge "Undo API patch due to field pulled up to superclass." into gingerbread
2010-09-12 18:11:05 -07:00
Kenny Root
4744fabc25
Merge changes Ie3648509,I53db73c3 into gingerbread
...
* changes:
Move native library removal function to helper
Initialize native library path in PackageSetting
2010-09-12 17:59:41 -07:00
Jeff Brown
a665ca805c
Input dispatcher ANR handling enhancements.
...
This change is essentially a rewrite of the main input dispatcher loop
with the target identification folded in. Since the input dispatcher now
has all of the window state, it can make better decisions about
when to ANR.
Added a .5 second deadline for processing app switch keys. This behavior
predates Gingerbread but had not previously been ported.
Fixed some timing inaccuracies in the ANR accounting that could cause
applications to ANR sooner than they should have.
Added a mechanism for tracking key and motion events that have been
dispatched to a window so that appropriate cancelation events can be
synthesized when recovering from ANR. This change helps to keep
applications in sync so they don't end up with stuck buttons upon
recovery from ANRs.
Added more comments to describe the tricky parts of PollLoop.
Change-Id: I13dffca27acb436fc383980db536abc4d8b9e6f1
2010-09-12 16:52:03 -07:00
Adam Powell
f76fc380f5
Merge "Allow two finger pan and scale on touchscreens with FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT." into gingerbread
2010-09-12 10:25:55 -07:00
Jaikumar Ganesh
8dd3d8442f
Merge "Register ServiceStateChanged to CallManager." into gingerbread
2010-09-10 15:54:19 -07:00
Gilles Debunne
6f4a9a5cc0
Merge "Changed menu and expandedMenu background color to dark." into gingerbread
2010-09-10 14:16:29 -07:00
Brad Fitzpatrick
70b429291e
Merge "Enable strictmode logging in system_server & add a lock." into gingerbread
2010-09-10 14:05:57 -07:00
Jesse Wilson
b19eac8c26
Merge "Delete AWT from frameworks/base." into gingerbread
2010-09-10 14:04:01 -07:00
Eric Fischer
fcc41ded9e
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-09-10 13:18:37 -07:00
Joe Onorato
1fb9730c03
Merge "Make @deprecated without a comment an error DO NOT MERGE" into gingerbread
2010-09-10 12:45:18 -07:00
Joe Onorato
feec77f426
Merge "Fix the last remaining @deprecated tag without comment warning." into gingerbread
2010-09-10 12:44:36 -07:00
Scott Main
76107392f7
am 51c18989: docs: update platform dashboard
...
Merge commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068' into gingerbread
* commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068':
docs: update platform dashboard
2010-09-10 12:34:06 -07:00
Wink Saville
401a1c673e
Merge "Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE." into gingerbread
2010-09-10 11:30:15 -07:00
James Dong
425981524a
Merge "Fixed a copy and paste error" into gingerbread
2010-09-10 11:21:42 -07:00
Eric Laurent
215af644b3
Merge "LVM release 1.09 delivery" into gingerbread
2010-09-10 10:24:02 -07:00
Robert Greenwalt
64c9bb57d9
Merge "add ART for inet connection condition" into gingerbread
2010-09-10 09:58:05 -07:00
Joseph Wen
2e6dedaa6d
Merge "Fix bug in JNI BitmapFactory" into gingerbread
2010-09-10 02:32:05 -07:00
Hung-ying Tyan
0d93a6efbc
Merge "SIP: add SipErrorCode for error feedback." into gingerbread
2010-09-10 02:19:22 -07:00
Dianne Hackborn
f1481181ed
Merge "DO NOT MERGE. I like'd ctate's change so much I'm doin it myself!" into gingerbread
2010-09-09 23:12:24 -07:00
Dianne Hackborn
9c82c48d52
Always set the scheduling group when starting a new thread.
...
Change-Id: Ia33acf13fc3752707f3819928c36315e223fa1bd
2010-09-09 22:12:25 -07:00
Dianne Hackborn
ad70b5ab4b
Merge "Add toast when an app intercepts the launch of another app." into gingerbread
2010-09-09 21:31:34 -07:00
Dianne Hackborn
a632141971
Merge "Fix doc of fullScreenIntent." into gingerbread
2010-09-09 21:31:08 -07:00
Dianne Hackborn
faa2348d30
Merge "Small fixes to battery stats." into gingerbread
2010-09-09 21:30:52 -07:00
Dirk Dougherty
3a58916ce2
am 74a74d3c: Doc change: Fixes for toggle image and adt release date.
...
Merge commit '74a74d3c355ec4bfa09bf32d6dd877233af09d48' into gingerbread
* commit '74a74d3c355ec4bfa09bf32d6dd877233af09d48':
Doc change: Fixes for toggle image and adt release date.
2010-09-09 18:53:36 -07:00
Rich Cannings
a13697f701
Merge "Remove the use of FileInputStream.available()" into gingerbread
2010-09-09 16:41:29 -07:00