summaryrefslogtreecommitdiffstats
path: root/core/java/android
Commit message (Collapse)AuthorAgeFilesLines
* Add support for arcs.Romain Guy2011-01-231-1/+7
| | | | Change-Id: I96c057ff4eb1b464b03f132da0b85333777bee4f
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-6/+11
| | | | Change-Id: I1292e241386763c82e6622c8f7ed90b0f5b7bd4f
* Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.Dianne Hackborn2011-01-222-9/+17
| | | | | | | | | | | | | The activity manager was not performing the layout pass on the new window, because its app token was still hidden, because the activity manager / window manager were still waiting for it to be ready to show. Just ignore whether the app token is hidden for this case. Also fixes some problems with animations, and tweaks the ViewConfiguration values for xlarge screens. Change-Id: Icbe9c77ba8127d1e02df2d6f27b8e86ec842e50a
* Merge "Whoops, actually exclude pre-HC apps." into honeycombDianne Hackborn2011-01-221-2/+2
|\
| * Whoops, actually exclude pre-HC apps.Dianne Hackborn2011-01-221-2/+2
| | | | | | | | Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365
* | Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into ↵Dianne Hackborn2011-01-226-1/+90
|\ \ | |/ | | | | honeycomb
| * Fix issue #3377999: Activities need to be stopped when sleepingDianne Hackborn2011-01-216-1/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a band-aid over the existing kludgy stopping mechanism where the semantics of stop are different in the activity manager than in the clients. This change is intended to be as unobtrusive as possible, only impacting the sleep case. I have a different change that completely reworks how we stop activities to simply this all a lot by unifying the semantics between the server and client. However, it is too late in HC for such an extensive change. Later I'll revert this one and put in the better solution. Change-Id: Id77f2db1ec83469cdd888acb8fbc4679daa7766e
* | Merge "Connect other profiles when priority is auto connect." into honeycombJaikumar Ganesh2011-01-211-3/+7
|\ \
| * | Connect other profiles when priority is auto connect.Jaikumar Ganesh2011-01-211-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ACL auto connection was removed so other profiles won't auto connect when priority was auto connect. Reduced connect other profiles time delay. Bug: 3281016 Change-Id: I8d98fd0d9bace193d619d7f241fff22f07e3e935
* | | Merge "Correctly invalidate views that transition from opaque to non-opaque. ↵Romain Guy2011-01-212-4/+11
|\ \ \ | | | | | | | | | | | | Bug #3337037" into honeycomb
| * | | Correctly invalidate views that transition from opaque to non-opaque.Romain Guy2011-01-212-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | Bug #3337037 Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d
* | | | Merge "b/3377597 Improve zooming performance." into honeycombBart Sears2011-01-211-80/+91
|\ \ \ \
| * | | | b/3377597 Improve zooming performance.Huahui Wu2011-01-211-80/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Once WebKit claimed it doesn't want to consume the multi-touch events, we remember that and handle the events in WebView directly. Change-Id: Idfc99c16b3f4d7f4719791c64fb2355ff66aba5e
* | | | | Merge "Fixing a couple StackView bugs:" into honeycombAdam Cohen2011-01-212-2/+8
|\ \ \ \ \
| * | | | | Fixing a couple StackView bugs:Adam Cohen2011-01-212-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Making sure to update visuals every time adapter count changes -> Fixing a clipping issue seen on some devices Change-Id: I489395b5caaa06eb7187b2dac679b793bf54d7e1
* | | | | | Merge "Fix some error messages, turn off logging." into honeycombDianne Hackborn2011-01-212-4/+4
|\ \ \ \ \ \
| * | | | | | Fix some error messages, turn off logging.Dianne Hackborn2011-01-212-4/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600
* | | | | | Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" ↵Fabrice Di Meglio2011-01-211-11/+109
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into honeycomb
| * | | | | | Fix bug #3338957 (Account Picker and Account type picker need love)Fabrice Di Meglio2011-01-211-11/+109
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update UI to match design requirements Change-Id: Idb5dbea876eb7170a8c1f077a99cfe168d41f1e1
* | | | | | Merge "Fix bug 3362680 - calendar crash while tabbing among views" into ↵Adam Powell2011-01-211-1/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | honeycomb
| * | | | | | Fix bug 3362680 - calendar crash while tabbing among viewsAdam Powell2011-01-211-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove pending click callbacks when a view is detached from its window. Change-Id: I51de184b8e95dbd594675ea6849647586a7c4ba2
* | | | | | | Merge "Temporary Changes for certification of SCO." into honeycombJaikumar Ganesh2011-01-212-0/+22
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Temporary Changes for certification of SCO.Jaikumar Ganesh2011-01-212-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3349475 Change-Id: I555b127a1d9218494cd05c07c9e9f29628f3bc74
* | | | | | | Merge "Tapping inside an EditText should always pop up the IME." into honeycombGilles Debunne2011-01-211-17/+42
|\ \ \ \ \ \ \
| * | | | | | | Tapping inside an EditText should always pop up the IME.Gilles Debunne2011-01-211-17/+42
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 3374062 When the tap in slightly off the EditText, it receives focus from its parent layout which dispatches the event. However, the touch event is (correctly) not propagated in that case. onFocusChanged should hence do actions similar to what is done on touch up events. Change-Id: Ia5c04546674fc6239aa4d0b8d051f4951ca91352
* | | | | | | Merge "Set the default state of NOTIFICATIONS_USE_RING_VOLUME." into honeycombAmith Yamasani2011-01-211-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Set the default state of NOTIFICATIONS_USE_RING_VOLUME.Amith Yamasani2011-01-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3365600 This doesn't affect upgrades, only new installs. Don't backup/restore NOTIFICATIONS_USE_RING_VOLUME anymore as it doesn't work well across device types and can wedge the device into a state where you can never hear notification sounds. Change-Id: I703e1db539eb4ac45b273f46ada0b4bbf3b981bb
* | | | | | | | Merge "Add public API for on screen zoom controls" into honeycombMichael Kolb2011-01-211-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Add public API for on screen zoom controlsMichael Kolb2011-01-211-2/+0
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=3378224 This is a simple unhide. Allow the use of WebView pinch-to-zoom gestures without the on screen zoom controls. Currently, enabling pinch to zoom with the public API also shows the on screen zoom buttons. If the zoom buttons are not wanted, a custom implementation of pinch to zoom is required, which can't be done correctly at this point. Change-Id: I3f94080471c3a4b498b11c91603fff9994dc3c2c
* | | | | | | | Merge "Restart input when the webpage changes the text." into honeycombLeon Scroggins2011-01-211-1/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Restart input when the webpage changes the text.Leon Scroggins2011-01-211-1/+7
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3375518 Change-Id: I0a18d0ca764ce428d86bd5f6d13f8764668acea6
* | | | | | | Merge "Don't set a Toast's view to null when enqueued several times. Bug ↵Romain Guy2011-01-211-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | #3374386" into honeycomb
| * | | | | Don't set a Toast's view to null when enqueued several times.Romain Guy2011-01-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #3374386 Change-Id: I0fc6f96b37c8866ad1e890813054dafbaf2cc13e
* | | | | | Do a better job of lining up text with page text.Leon Scroggins2011-01-214-44/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3085564 Bug:3196224 Bug:3321608 Remove Touch.getMaxScrollX(), which is incorrect for my purpose, and is not used anywhere else. Instead use the layout to determine the maximum horizontal scroll of a textfield. Now that textareas use layers, scroll the layer's picture in the UI thread for vertical movement. When passing a click to webcore, also pass a message to scroll the actual textarea so the click will be in the correct place. Lastly, do not override bringPointIntoView, which allows moving the insertion handler beyond the edge of a field to scroll it. Instead, override requestRectangleOnScreen to do nothing, since my actual goal is to prevent the TextView from changing the scroll of the WebView, which is done by webkit. Requires a change to external/webkit. Change-Id: Ib91907599b792287c373d3678cb04e0cb5e34471
* | | | | | Merge "Paste popup window is displayed on the side when it would be clipped ↵Gilles Debunne2011-01-211-30/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | on top of screen." into honeycomb
| * | | | | | Paste popup window is displayed on the side when it would be clipped on top ↵Gilles Debunne2011-01-211-30/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of screen. Bug 3259774 Change-Id: I6ea20452a3a235e264c91c112f52da7230657708
* | | | | | | Merge "Keep min/max zoom scale in proportion when zoom density changes." ↵Shimeng (Simon) Wang2011-01-211-3/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | into honeycomb
| * | | | | | Keep min/max zoom scale in proportion when zoom density changes.Shimeng (Simon) Wang2011-01-201-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue: 3341610 Change-Id: Ibf87ab499e28fddab81d4e354ec7d88f5eb86261
* | | | | | | Merge "Update class doc for InputMethodSubtype" into honeycombKen Wakasa2011-01-201-7/+4
|\ \ \ \ \ \ \
| * | | | | | | Update class doc for InputMethodSubtypeKen Wakasa2011-01-211-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 3370290 Change-Id: Ib86f81c1a5f6c9acca34b586d810c6e94db1b552
* | | | | | | | Merge "StrictMode: set sIsIdlerRegistered to false, and don't register if no ↵Brad Fitzpatrick2011-01-201-5/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | penalties" into honeycomb
| * | | | | | | StrictMode: set sIsIdlerRegistered to false, and don't register if no penaltiesBrad Fitzpatrick2011-01-201-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1b2531b66d09c850519af17918aed8be9853ef3b
* | | | | | | | Merge "Show ime switch icon when there is a hard keyboard" into honeycombsatok2011-01-201-3/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Show ime switch icon when there is a hard keyboardsatok2011-01-211-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ife3a8733b1a1bf43b195ecf4b8c5082b6538d0a0
* | | | | | | | | Merge "Cleaning up some StackView bad behavior" into honeycombAdam Cohen2011-01-202-85/+51
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Cleaning up some StackView bad behaviorAdam Cohen2011-01-202-85/+51
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> Issue: 3363564, 3320865 Change-Id: I32215478006a689f543532af4ce2267ccbb7fa56
* | | | | | | Merge "Add support for drawBitmapMesh()." into honeycombRomain Guy2011-01-201-1/+24
|\ \ \ \ \ \ \
| * | | | | | | Add support for drawBitmapMesh().Romain Guy2011-01-201-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic77f9c534bb90dc7b9458299544bd50b8b6ae6a5
* | | | | | | | Merge "Fix 3374446: Allow multiple shift keys in Keyboard." into honeycombJim Miller2011-01-201-9/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix 3374446: Allow multiple shift keys in Keyboard.Jim Miller2011-01-201-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug introduced in 3c6dd8f9 because we now have two shift keys. The code now tracks a global state and looks for up to two shift keys. Update after review and added code to handle extra invalidate required by additional shift key. Change-Id: Ic1728dd0ceec089089cd1beca1b0b30565d6e658