summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: update the honeycomb preview version notesScott Main2011-01-212-153/+232
| | | | Change-Id: I5364ef351095a23914f75ae109d21cb4d9c09e01
* 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 3374792 - Default holo dark activity background is badly ↵Adam Powell2011-01-21140-23/+222
|\ \ | | | | | | | | | dithered at full size" into honeycomb
| * | Fix bug 3374792 - Default holo dark activity background is badlyAdam Powell2011-01-21140-23/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dithered at full size Fix bug 3357191 - Need holo star assets Fix bug 3357255 - Need expandable list item arrow assets Fix bug 3373538 - Holo button padding settings difficult to work with - remove hard padding from holo button styles. This also adds explicit 'small button' holo assets. Fix bug 3362311 - PopupMenu with just one item has broken borders - fix 9-patches. Fix bug 3357195 - Need holo toggle button assets Change-Id: I9aad9487960dc9f7e7671431ff753a6dde10908a
* | | Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" ↵Fabrice Di Meglio2011-01-215-12/+188
|\ \ \ | | | | | | | | | | | | into honeycomb
| * | | Fix bug #3338957 (Account Picker and Account type picker need love)Fabrice Di Meglio2011-01-215-12/+188
| | |/ | |/| | | | | | | | | | | | | - update UI to match design requirements Change-Id: Idb5dbea876eb7170a8c1f077a99cfe168d41f1e1
* | | Merge "Doc change: fixing links and code indents" into honeycombScott Main2011-01-211-78/+67
|\ \ \
| * | | Doc change: fixing links and code indentsRobert Ly2011-01-211-78/+67
| | | | | | | | | | | | | | | | Change-Id: I1fecaee28858c9b619ea41357c5313a7c39d6e13
* | | | Merge "Remove dead code referencing an obsolete interface." into honeycombCarl Shapiro2011-01-211-17/+0
|\ \ \ \
| * | | | Remove dead code referencing an obsolete interface.Carl Shapiro2011-01-211-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3378919 Change-Id: I780d98492ea7996187e3d97fcae7748f7ee68e91
* | | | | 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 "Optimize call to drawBitmap during screen rotation." into honeycombJeff Brown2011-01-211-2/+6
|\ \ \ \ \ \
| * | | | | | Optimize call to drawBitmap during screen rotation.Jeff Brown2011-01-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using SRC mode reduces drawBitmap time from 50ms to 15ms. Change-Id: Ibde82f358d92bd330b8c78c9db1ded6a0b4ba135
* | | | | | | Merge "Reduce number of calls to updateInputWindows by 60%." into honeycombJeff Brown2011-01-211-34/+78
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Reduce number of calls to updateInputWindows by 60%.Jeff Brown2011-01-211-34/+78
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ida9069dd58be2070f3c9d312aa9d868bd98eb8e2
* | | | | | Merge "Perform orthogonal rotations without using a Skia canvas." into honeycombCarl Shapiro2011-01-211-17/+72
|\ \ \ \ \ \
| * | | | | | Perform orthogonal rotations without using a Skia canvas.Carl Shapiro2011-01-211-17/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3371653 Change-Id: I315f671c0016f61417ff7c2a98d2c96f6b243bdf
* | | | | | | Merge "Revert "Make AwesomePlayer's reset process more verbose to track down ↵Carl Shapiro2011-01-211-13/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ANRs."" into honeycomb
| * | | | | | | Revert "Make AwesomePlayer's reset process more verbose to track down ANRs."Carl Shapiro2011-01-211-13/+0
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 90c656574175bd54ed8d258f406f158177e5e91c. Bug: 3378444 Change-Id: Id845bc0bc213f18c73fec12e6a2084cb2075c2d9
* | | | | | | 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-213-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Set the default state of NOTIFICATIONS_USE_RING_VOLUME.Amith Yamasani2011-01-203-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-212-2/+24
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add public API for on screen zoom controlsMichael Kolb2011-01-212-2/+24
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Properly rotate video that's marked as such and decoded to a ↵Andreas Huber2011-01-212-0/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | surface." into honeycomb
| * | | | | | | Properly rotate video that's marked as such and decoded to a surface.Andreas Huber2011-01-212-0/+34
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1e9144db3447e58c99aac3f47702ad471678789c related-to-bug: 3378148
* | | | | | | 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 "fix bug 3375251 Copying arrays of objects would generate an exception ↵Jason Sams2011-01-211-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | due to excessive internal type checking." into honeycomb
| * | | | | | | | fix bug 3375251Jason Sams2011-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copying arrays of objects would generate an exception due to excessive internal type checking. Change-Id: Ic89c24962408f1a95dc0385b74618a70d6ff5859
* | | | | | | | | Merge "Change the default ssid from GoogleGuest to the opennet for the power ↵Yu Shan Emily Lau2011-01-211-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | test." into honeycomb
| * | | | | | | | Change the default ssid from GoogleGuest to the opennet for the power test.Yu Shan Emily Lau2011-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I63bae360d283dc5224790aaccbd879015402187d
* | | | | | | | | 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
* | | | | | | | | Merge "Some tweaks to HTTP live / nuplayer behaviour" into honeycombAndreas Huber2011-01-215-20/+100
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Some tweaks to HTTP live / nuplayer behaviourAndreas Huber2011-01-215-20/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - play audio-only streams again - workaround for malformed streams that switch PIDs across bandwidths - attempt to pick a different bandwidth stream if the previously chosen one appears to be malformed/unsupported. Change-Id: I426d0a40dc725aa242f619d4c9d048b69aca55c9 related-to-bug: 2368598
* | | | | | | | | | Merge "Update Bitmap.recycle() doc for heap-allocated pixel data" into honeycombPatrick Dubroy2011-01-211-4/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Update Bitmap.recycle() doc for heap-allocated pixel dataPatrick Dubroy2011-01-211-4/+6
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge "b/3369602 Using Math.round() to convert float coordinates to ↵Huahui Wu2011-01-212-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers." into honeycomb
| * | | | | | | | | b/3369602 Using Math.round() to convert float coordinates to integers.Huahui Wu2011-01-212-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If4da01046c909667ce57a849569ae6b1acefb939
* | | | | | | | | | 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 "Move URLTest tests to libcore." into honeycombJesse Wilson2011-01-211-228/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Move URLTest tests to libcore.Jesse Wilson2011-01-211-228/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests were migrated to libcore in change ID I5a6bcdf1c03d0c36b11552ae086d0dece0440f64. Change-Id: Idc2d8fc3681b77c9a4c19a192a202bc556a48d23
* | | | | | | | | | Merge "Add and enforce the permission for encrypting/decrypting." into honeycombJason parks2011-01-212-3/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add and enforce the permission for encrypting/decrypting.Jason parks2011-01-212-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia292d8a5981266c2703743beb79fd786d77b375d