57089 Commits

Author SHA1 Message Date
yoonsung.nam
bcfa57ba52 Allow data during voice call if network type is LTE
Change-Id: Ibbf327ed709c8429232eb4e9088fe900a2e87980
Signed-off-by: yoonsung.nam <yoonsung.nam@samsung.com>
2011-08-25 16:24:25 -07:00
John Huang
f60ac6307e Merge "Notify overall state instead of current changed state" 2011-08-25 15:56:55 -07:00
Irfan Sheriff
7b0e5af540 Merge "Fix connection notification for group owner" 2011-08-25 15:56:41 -07:00
Adam Powell
ba5fe92361 Merge "Fix bug 5199326 - ListView's fast scroller is out of sync with contents" 2011-08-25 15:26:36 -07:00
Chris Craik
412be65037 Merge "actually pause webkit thread, remove costly invalidate" 2011-08-25 15:13:39 -07:00
Daniel Sandler
6f7588850b Merge "Scale windowshade gesture parameters for screen density." 2011-08-25 14:41:07 -07:00
Justin Ho
9ebcfcaf96 Merge "Fixes the flickering we witness in crespo by increasing the luminance of the bg hash bug: 5178100" 2011-08-25 14:36:31 -07:00
Daniel Sandler
dc940eaa67 Scale windowshade gesture parameters for screen density.
This has been broken since 2.0 but we didn't really notice
until now. Flinging the windowshade should now feel less
janky (the window's motion once flung will be more
continuous with your finger motion while flinging).

Bug: 5210198
Change-Id: Ieae0cabf5def46004f98a6dcb2337b2648f5e9ab
2011-08-25 14:35:53 -07:00
Chris Craik
58d94af539 actually pause webkit thread, remove costly invalidate
pass isScrolling info to glwebviewstate
pause webkit in a way that doesn't require full inval on resume

depends on change https://android-git.corp.google.com/g/#/c/130210/

bug:5106313
Change-Id: Icbe57e3a163c17c99bd1ea49ab42e40f9d41cc6d
2011-08-25 14:27:44 -07:00
Adam Powell
35948b7ed5 Fix bug 5199326 - ListView's fast scroller is out of sync with contents
Also fix a bug where the fast scroll track was not being properly
invalidated while animating out.

Change-Id: Ie90568a993699d5d061985985e3d93165d1d2219
2011-08-25 14:17:12 -07:00
yoonsung.nam
e6fa120275 Notify overall state instead of current changed state
TelephonyRegistry notifies wrong state thourgh onDataConnectionStateChanged().
As a result, browser works even though there is no data icon in status bar.
The issue is reproducible as following senario:
1. There are two connections.
2. Network type is changed and one of the connections is disconnected
at the same time.
3. TelephonyRegisitry notifies disconnect state to apps which are listening
PhoneStateLinstener.

Change-Id: Iac1e2b14e41715a63ea0d842cb44d232447e814a
Signed-off-by: yoonsung.nam <yoonsung.nam@samsung.com>
2011-08-25 14:12:33 -07:00
Romain Guy
27bf191327 Merge "Optimize display lists" 2011-08-25 14:08:13 -07:00
Peter Ng
44b57ce06e Fixes the flickering we witness in crespo by increasing the luminance of the bg hash
bug: 5178100

Change-Id: Ic0f02d365a0b84f3f60c4444b1a4332e76afd5f4
2011-08-25 14:07:13 -07:00
Romain Guy
04c9d8c2ff Optimize display lists
Remove redundant or useless operations

Change-Id: If989b4eaa9143eef4254c38b39959aeed1f2b9ab
2011-08-25 14:01:48 -07:00
Irfan Sheriff
859e7de235 Fix connection notification for group owner
Bug: 5002384
Change-Id: I099d6907787a0becf9363c3709efd8d4ec2a97af
2011-08-25 13:58:25 -07:00
Peter Ng
1aabd124bc Merge "Quickcontact visual updates Bug: 5076695" 2011-08-25 13:52:28 -07:00
Jamie Gennis
c63764e834 Merge "EGL: move disconnect to surface dtor" 2011-08-25 13:48:25 -07:00
Gilles Debunne
8e7e95f22f Merge "Bug 5166707: NPE fixed in getFocusedRect" 2011-08-25 13:45:11 -07:00
Andreas Huber
463854bead Merge "When encountering a discontinuity, flush(clear) all content enqueued up to that" 2011-08-25 13:40:16 -07:00
Andreas Huber
ced159b1d8 When encountering a discontinuity, flush(clear) all content enqueued up to that
point except previously enqueued discontinuities.

Change-Id: Id04a559dc062fa4a5c80c599ad74bf81a543de01
related-to-bug: 5201378
2011-08-25 13:37:34 -07:00
Dianne Hackborn
7b2a582a27 Merge "Whoops, remove this." 2011-08-25 13:33:50 -07:00
Dianne Hackborn
8795b60dfc Whoops, remove this.
Change-Id: I863d4739e918de1b4177ec8bb17063597f1ff3dc
2011-08-25 13:31:41 -07:00
Dianne Hackborn
123adee398 Merge "Fix issue #5214105 and work on issue #5109947." 2011-08-25 13:26:19 -07:00
Dianne Hackborn
295e3c27e4 Fix issue #5214105 and work on issue #5109947.
Change-Id: Iff2cfec5280a314989d915aa830c16124f921611
5214105: taking a screenshot while "Android is upgrading..." crashes device
5109947: Race condition between retrieving a content provider and updating its oom adj
2011-08-25 13:19:08 -07:00
Peter Ng
133b03ff63 Quickcontact visual updates
Bug: 5076695

Change-Id: I1a71b61ab7438cb8b575f8decd6daf7b0c1ca96f
2011-08-25 11:57:47 -07:00
Gilles Debunne
fd419b051a Bug 5166707: NPE fixed in getFocusedRect
Change-Id: I1e59ac739f1258c0047a667443f80b2c09ffa12c
2011-08-25 11:53:26 -07:00
Irfan Sheriff
df7332aad5 Merge "Update p2p state machine and API" 2011-08-25 11:50:42 -07:00
Adam Powell
2eba19d6e9 Merge "Fix bug 5091886 - action bar measurement" 2011-08-25 11:49:13 -07:00
Romain Guy
8d8533a9f0 Merge "Implement saveLayer*() correctly" 2011-08-25 11:46:25 -07:00
Romain Guy
189887e0ae Implement saveLayer*() correctly
When the Rect parameter is null, the layer's bounds must match the
clip rect.

Change-Id: Idbb3973af039bf319e840d1095b7037bf1015f35
2011-08-25 11:45:13 -07:00
Scott Main
89b921e96b Merge "docs: add links to new adt doc from the adt release notes doc" 2011-08-25 11:45:02 -07:00
Scott Main
22d392618a docs: add links to new adt doc from the adt release notes doc
Change-Id: I487299f01bfc210b96046911dbf5cb0cf03343e6
2011-08-25 11:38:50 -07:00
Gilles Debunne
01d4755faf Merge "Remove spell log that exposes typed text in the logs" 2011-08-25 11:34:51 -07:00
Gilles Debunne
616b20c0de Remove spell log that exposes typed text in the logs
Change-Id: I88a31f7e1fb93f0550d1cd5eb86afacbc19afd29
2011-08-25 11:33:06 -07:00
Adam Powell
aa8e509ba2 Fix bug 5091886 - action bar measurement
Change the measurement order of elements in the action bar. Custom
views are now deemed more important and may truncate title/subtitle.

Change-Id: I150862f8e48b36bcbd892f49d78c2962c5001ab1
2011-08-25 11:23:44 -07:00
Daniel Lehmann
0d8627be88 Merge "Add Contact ID to StreamItem-Fields" 2011-08-25 11:23:08 -07:00
Erik Gilling
b524d3419a Merge "systemui: enable GL rendering of launch background" 2011-08-25 11:19:49 -07:00
Jeff Sharkey
ed191e1fae Merge "Data usage buckets active time, parsing ISE." 2011-08-25 11:13:38 -07:00
Jeff Sharkey
235c47ff3e Merge "Register for kernel global data usage alerts." 2011-08-25 11:13:32 -07:00
Justin Ho
53ad53a4a3 Merge "Fix 5213837" 2011-08-25 11:08:35 -07:00
Irfan Sheriff
ea5b16ac57 Update p2p state machine and API
- Simplify the API with minimal needed functionality
- Fix responses for all async messages from the framework
- Fix state machine handling of connection setup and supplicant communication

Change-Id: I2724c83760b2aaa2068f9cd81ca0754753f83220
2011-08-25 11:02:25 -07:00
Erik Gilling
881fb2092b systemui: enable GL rendering of launch background
Only affect high end devices

Change-Id: I5fa2b646c2c4d4350fb4fc1042741c981ebb30bb
Signed-off-by: Erik Gilling <konkers@android.com>
2011-08-25 10:57:51 -07:00
Gloria Wang
5837dfaf65 Merge "Set mSeekNotificationSent as false for RTSP seeking. Fix for bug 5208736." 2011-08-25 10:28:50 -07:00
Gloria Wang
051f8908a3 Set mSeekNotificationSent as false for RTSP seeking.
Fix for bug 5208736.

Change-Id: Ib1d74608ec289509082d8dcad080769f48098853
2011-08-25 10:09:34 -07:00
Daniel Sandler
a4f2f3e614 Fix 5213837
Change-Id: I55d9bde628f501947821d96c25a463a6c642607e
2011-08-25 09:55:09 -07:00
Svetoslav Ganov
12bde60b39 Merge "Intra-process view hierarchy interrogation does not work." 2011-08-25 08:54:29 -07:00
Justin Ho
8799b4bf67 Merge "Updated alarm clock notification icon, adding xhdpi Bug: 5076695" 2011-08-25 08:52:27 -07:00
Justin Ho
a32b9af718 Updated alarm clock notification icon, adding xhdpi
Bug: 5076695

Change-Id: I772ae48a95e1b5b6388aaf7bfdfcc8f13e8ef4b5
2011-08-25 08:43:43 -07:00
James Dong
b335a5a4e0 Merge "When Camera is launched by media recording framework, stagefright controls the stop and release." 2011-08-25 08:12:11 -07:00
Daniel Sandler
a81fe3bbcc Merge "Only show wifi indicator when wifi is connected." 2011-08-25 07:57:06 -07:00