summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge "Bug 4364249 Play position is 0 after flushing AudioTrack"Jean-Michel Trivi2011-08-252-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Bug 4364249 Play position is 0 after flushing AudioTrackJean-Michel Trivi2011-08-252-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Merge "add a way for the sync adapter to specify the activity that should be ↵Fred Quintana2011-08-255-3/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | invoked to reach a settings screen for that sync adapter"
| * | | | | | | | | | | | | add a way for the sync adapter to specify the activity that shouldFred Quintana2011-08-255-3/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be invoked to reach a settings screen for that sync adapter Bug: 5204776 Change-Id: I4641067c1f0710c51f2633241a8c87bc4d568af2
* | | | | | | | | | | | | | Merge "put the watchdog values back to what they should be"Mathias Agopian2011-08-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | put the watchdog values back to what they should beMathias Agopian2011-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4f394248c2f4c514f74b66fde3cb69bbed9ec796
* | | | | | | | | | | | | | Merge "Use ELAPSE_REALTIME alarm for tick event"Paul Westbrook2011-08-251-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use ELAPSE_REALTIME alarm for tick eventPaul Westbrook2011-08-251-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change to use a real item alarm for scheduling ACTION_TIME_TICK intents for the case where time goes backwards after the tick intent is schedule, and where the time change is not noticed from the call to waitForAlarm(). Bug: 5166877 Change-Id: I46b9a1c80146d27becedc341c4af977fcdf47352
* | | | | | | | | | | | | | | Merge changes I083c4133,If904634eMathias Agopian2011-08-254-11/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | / / / / / / / / / | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: make sure to re-initialize SurfaceTexture to its default state on disconnect Fix screenshots
| * | | | | | | | | | | | | make sure to re-initialize SurfaceTexture to its default state on disconnectMathias Agopian2011-08-253-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this caused problems where the NavigationBar would disapear or be drawn in the wrong orientation. Change-Id: I083c41338db83a4afd14f427caec2f31c180d734
| * | | | | | | | | | | | | Fix screenshotsMathias Agopian2011-08-251-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If904634e64b154bbe336d5789dd1209b8ae871fb
* | | | | | | | | | | | | | Merge "Fix crash with OpenGL wallpaper Bug #5216751"Romain Guy2011-08-251-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix crash with OpenGL wallpaperRomain Guy2011-08-251-6/+13
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5216751 Change-Id: Ieb2c0e3b29a0673a5127692c9740ba59c879a3c2
* | | | | | | | | | | | | | Merge "Windowshade visual cleanups."Daniel Sandler2011-08-252-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Windowshade visual cleanups.Daniel Sandler2011-08-252-4/+5
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5175050 Change-Id: Ia6ac4f6692823a17eb4f0ce0c4b9e1eb3fd16fcf
* | | | | | | | | | | | | | Merge "Bug 4972534 - System dialog updates for ICS"Adam Powell2011-08-251-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Bug 4972534 - System dialog updates for ICSAdam Powell2011-08-251-6/+6
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update grant_credentials_permission layout to match ICS UX guidelines Change-Id: I4382beb8672bd9f30c55686005cfaabef943d6de
* | | | | | | | | | | | | | Merge "Browser generic buttons now fix btn_default 9patch optimization and ↵Peter Ng2011-08-2518-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | combobox is now holo style"
| * | | | | | | | | | | | | | Browser generic buttons now fix btn_default 9patch optimization and combobox ↵Peter Ng2011-08-2518-0/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is now holo style Bug: 5121825 Change-Id: I244bc780b6481493e32825765a4164ece9c9d481
* | | | | | | | | | | | | | Merge "b/5076132 Font drop from Christian"Justin Ho2011-08-253-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | b/5076132 Font drop from ChristianRoboErik2011-08-253-0/+0
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0aaf2be55736a4eaed64cf030534939b35040f8e
* | | | | | | | | | | | | | Merge "Prevent dup network adding - b/5200491"Irfan Sheriff2011-08-251-14/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Prevent dup network adding - b/5200491Isaac Levy2011-08-251-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8260cf73c4261e8efb696bb8557a39e02754190e
* | | | | | | | | | | | | | | Merge "Allow data during voice call if network type is LTE"John Huang2011-08-251-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Allow data during voice call if network type is LTEyoonsung.nam2011-08-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibbf327ed709c8429232eb4e9088fe900a2e87980 Signed-off-by: yoonsung.nam <yoonsung.nam@samsung.com>
* | | | | | | | | | | | | | | | Merge "Move Messaging app values from system to app config file"Tom Taylor2011-08-251-15/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move Messaging app values from system to app config fileTom Taylor2011-08-251-15/+0
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three values in config.xml only apply to the Messaging app. Move those values out of config.xml into the Messaging app's mms_config.xml. Bug 5212269 Change-Id: I0a708509feca0ae764671773e77405a706a27460
* | | | | | | | | | | | | | | | Merge "Fix preferences padding for single-pane screens."Amith Yamasani2011-08-258-164/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix preferences padding for single-pane screens.Amith Yamasani2011-08-258-164/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the side margins for xlarge screens. Bug: 5186006 Remove top/bottom margins for preference panel Bug: 5053975 Change-Id: Iff3a82fd15acc7ec58461a1ca7a57e8b489d2a9f
* | | | | | | | | | | | | | | | Merge "Notify overall state instead of current changed state"John Huang2011-08-251-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Notify overall state instead of current changed stateyoonsung.nam2011-08-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | | | | | | | Merge "Fix connection notification for group owner"Irfan Sheriff2011-08-251-11/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix connection notification for group ownerIrfan Sheriff2011-08-251-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5002384 Change-Id: I099d6907787a0becf9363c3709efd8d4ec2a97af
* | | | | | | | | | | | | | | | | | Merge "Fix bug 5199326 - ListView's fast scroller is out of sync with contents"Adam Powell2011-08-251-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix bug 5199326 - ListView's fast scroller is out of sync with contentsAdam Powell2011-08-251-2/+4
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a bug where the fast scroll track was not being properly invalidated while animating out. Change-Id: Ie90568a993699d5d061985985e3d93165d1d2219
* | | | | | | | | | | | | | | | | | Merge "actually pause webkit thread, remove costly invalidate"Chris Craik2011-08-252-8/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | actually pause webkit thread, remove costly invalidateChris Craik2011-08-252-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | Merge "Scale windowshade gesture parameters for screen density."Daniel Sandler2011-08-252-14/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Scale windowshade gesture parameters for screen density.Daniel Sandler2011-08-252-14/+73
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | Merge "Fixes the flickering we witness in crespo by increasing the luminance ↵Justin Ho2011-08-253-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the bg hash bug: 5178100"
| * | | | | | | | | | | | | | | | | | Fixes the flickering we witness in crespo by increasing the luminance of the ↵Peter Ng2011-08-253-0/+0
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bg hash bug: 5178100 Change-Id: Ic0f02d365a0b84f3f60c4444b1a4332e76afd5f4
* | | | | | | | | | | | | | | | | | Merge "Optimize display lists"Romain Guy2011-08-254-7/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Optimize display listsRomain Guy2011-08-254-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant or useless operations Change-Id: If989b4eaa9143eef4254c38b39959aeed1f2b9ab
* | | | | | | | | | | | | | | | | | Merge "Quickcontact visual updates Bug: 5076695"Peter Ng2011-08-2512-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Quickcontact visual updatesPeter Ng2011-08-2512-0/+0
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5076695 Change-Id: I1a71b61ab7438cb8b575f8decd6daf7b0c1ca96f
* | | | | | | | | | | | | | | | | | Merge "EGL: move disconnect to surface dtor"Jamie Gennis2011-08-252-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | EGL: move disconnect to surface dtorJamie Gennis2011-08-242-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change moves the call to native_window_api_disconnect from eglDestroySurface to the egl_surface_t destructor. The egl_surface_t can outlive the external EGLSurface if eglDestroySurface is called while the surface is made current on a thread. Change-Id: I0df6117a5633c2a19935fe356579abdd76fc471f
* | | | | | | | | | | | | | | | | | | Merge "Bug 5166707: NPE fixed in getFocusedRect"Gilles Debunne2011-08-251-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Bug 5166707: NPE fixed in getFocusedRectGilles Debunne2011-08-251-2/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1e59ac739f1258c0047a667443f80b2c09ffa12c
* | | | | | | | | | | | | | | | | | | Merge "When encountering a discontinuity, flush(clear) all content enqueued ↵Andreas Huber2011-08-252-24/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | up to that"