57330 Commits

Author SHA1 Message Date
Jean-Michel Trivi
22cb204cbb Bug 4364249 Play position is 0 after flushing AudioTrack
AudioTrack::stop() is not synchronous, so a stop() followed
 by flush(), which is synchronous, will not always report
 a playhead position of 0 after being called.
This CL adds a flag to mark a track as flushed, and report the
 correct playhead position in this state.
Bug 5217011 has been created to address the real issue in the
 future, where flush could be made synchronous, to properly
 address bug 4364249.

Change-Id: Icf989d41a6bcd5985bb87764c287f3edb7e26d12
2011-08-25 17:33:49 -07:00
Fred Quintana
d912ec64d2 Merge "add a way for the sync adapter to specify the activity that should be invoked to reach a settings screen for that sync adapter" 2011-08-25 17:30:03 -07:00
Fred Quintana
e6d60ecdf6 add a way for the sync adapter to specify the activity that should
be invoked to reach a settings screen for that sync adapter

Bug: 5204776
Change-Id: I4641067c1f0710c51f2633241a8c87bc4d568af2
2011-08-25 17:23:42 -07:00
Mathias Agopian
97c46181c7 Merge "put the watchdog values back to what they should be" 2011-08-25 17:13:59 -07:00
Mathias Agopian
cf2317ef13 put the watchdog values back to what they should be
Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
2011-08-25 17:12:37 -07:00
Paul Westbrook
6683eb2d8d Merge "Use ELAPSE_REALTIME alarm for tick event" 2011-08-25 17:07:06 -07:00
Mathias Agopian
8228e68bec Merge changes I083c4133,If904634e
* changes:
  make sure to re-initialize SurfaceTexture to its default state on disconnect
  Fix screenshots
2011-08-25 17:05:33 -07:00
Mathias Agopian
2370d0a14f make sure to re-initialize SurfaceTexture to its default state on disconnect
this caused problems where the NavigationBar would disapear or be
drawn in the wrong orientation.

Change-Id: I083c41338db83a4afd14f427caec2f31c180d734
2011-08-25 17:03:30 -07:00
Romain Guy
359ef79853 Merge "Fix crash with OpenGL wallpaper Bug #5216751" 2011-08-25 17:01:24 -07:00
Romain Guy
f929629e74 Fix crash with OpenGL wallpaper
Bug #5216751

Change-Id: Ieb2c0e3b29a0673a5127692c9740ba59c879a3c2
2011-08-25 17:00:39 -07:00
Daniel Sandler
bf446c2a2b Merge "Windowshade visual cleanups." 2011-08-25 16:54:25 -07:00
Adam Powell
d85ffac59f Merge "Bug 4972534 - System dialog updates for ICS" 2011-08-25 16:54:09 -07:00
Peter Ng
04a0974e1e Merge "Browser generic buttons now fix btn_default 9patch optimization and combobox is now holo style" 2011-08-25 16:50:21 -07:00
Justin Ho
37e2abf9f2 Merge "b/5076132 Font drop from Christian" 2011-08-25 16:42:18 -07:00
Irfan Sheriff
b6dbd69fa9 Merge "Prevent dup network adding - b/5200491" 2011-08-25 16:34:47 -07:00
RoboErik
f65de15336 b/5076132 Font drop from Christian
Change-Id: I0aaf2be55736a4eaed64cf030534939b35040f8e
2011-08-25 16:32:44 -07:00
John Huang
faafad7684 Merge "Allow data during voice call if network type is LTE" 2011-08-25 16:30:31 -07:00
Andreas Huber
e688257456 Support for posting messages and synchronously waiting for a response.
Change-Id: Id6c7a08c34fd5cb6c4632f78ece9e7898b29e52c
2011-08-25 16:28:18 -07:00
Tom Taylor
b5f819a2c8 Merge "Move Messaging app values from system to app config file" 2011-08-25 16:26:45 -07:00
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
Brandon Keely
ef6d5e1969 Massaging framework window transitions.
Change-Id: Iab54836165cf615e84f6f197e215989ff13575ac
2011-08-25 16:22:41 -07:00
Peter Ng
cf677f6a3b Browser generic buttons now fix btn_default 9patch optimization and combobox is now holo style
Bug: 5121825
Change-Id: I244bc780b6481493e32825765a4164ece9c9d481
2011-08-25 16:03:33 -07:00
Gilles Debunne
74361f3786 Text selection handle animations made faster.
Created a fast_fade_in/out for this.

Change-Id: I9f8d6d6a8dd34657dc75946e4ab6663e0fb48beb
2011-08-25 16:02:53 -07:00
Amith Yamasani
8922d7744b Merge "Fix preferences padding for single-pane screens." 2011-08-25 16:02:04 -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
1d71ef6fd6 Bug 4972534 - System dialog updates for ICS
Update grant_credentials_permission layout to match ICS UX guidelines

Change-Id: I4382beb8672bd9f30c55686005cfaabef943d6de
2011-08-25 15:54:49 -07:00
John Reck
fb2b9b2695 After calling loadData invalidate the content
Bug: 5205296

Change-Id: I7470faf0b71a769926c007b964987e8bc7a61efb
2011-08-25 15:38:33 -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
Isaac Levy
8fd4a3d0f7 Prevent dup network adding - b/5200491
Change-Id: I8260cf73c4261e8efb696bb8557a39e02754190e
2011-08-25 15:19:07 -07:00
Chris Craik
412be65037 Merge "actually pause webkit thread, remove costly invalidate" 2011-08-25 15:13:39 -07:00
Daniel Sandler
a3dba34dd2 Windowshade visual cleanups.
Bug: 5175050
Change-Id: Ia6ac4f6692823a17eb4f0ce0c4b9e1eb3fd16fcf
2011-08-25 15:12:20 -07:00
Gilles Debunne
d7bcc884a7 Changed PreferenceCategory left padding.
For a reason I didn't have time to investigate further, the
old 5sp value was not used in a standard PreferenceCategory,
the left and right padding being set to 8dip for these.

For other users of this style, this change sets the right
padding value of 8dip.

Change-Id: Ia8a7b6ffc9e1dc99b98415dcc141eb7277f6da28
2011-08-25 15:03:17 -07:00
Daniel Sandler
6f7588850b Merge "Scale windowshade gesture parameters for screen density." 2011-08-25 14:41:07 -07:00
Mathias Agopian
ec49d89701 Fix screenshots
Change-Id: If904634e64b154bbe336d5789dd1209b8ae871fb
2011-08-25 14:36:43 -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
Justin Ho
46c61832cb Updated sysbar icons
Bug: 5076695

Change-Id: Iafeec01311ebed5409afae207c61f27410a6b244
2011-08-25 14:24:24 -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
Amith Yamasani
96313a9eb3 Fix preferences padding for single-pane screens.
Also fix the side margins for xlarge screens.

Bug: 5186006

Remove top/bottom margins for preference panel
Bug: 5053975

Change-Id: Iff3a82fd15acc7ec58461a1ca7a57e8b489d2a9f
2011-08-25 14:15:36 -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
Peter Ng
165ff3c3b5 Textfield search items updated thickness on vertical bars
Bug: 5076695

Change-Id: I84b33ba9e2dcc91143d162d588b9708783178bba
2011-08-25 13:42:30 -07:00