Chet Haase
19312cfef1
am 246bf85a: Merge "Fix NPE with display lists when view not attached" into honeycomb
...
* commit '246bf85aaacbadf4e892270d714efcdb280a3de8':
Fix NPE with display lists when view not attached
2011-01-27 15:00:17 -08:00
Chet Haase
f4ac547f86
Fix NPE with display lists when view not attached
...
There was logic in ViewGroup that assumed that an accelerated
view must always be able to get a display list for any child
that it was drawing. One situation occurred, however, that
caused a problem with this - a contacts activity was started
and not yet attached, but was being asked to render into an
accelerated canvas. We assumed that the child would have a display
list and simply called getDisplayList(). But since that call
returned null, we later deref'd the null object.
The fix is to check whether a child can have a display list
instead of assuming that it can just because the container view
is accelerated.
Change-Id: I7de62fd597ad50720c9585d621bec02e77c171df
2011-01-27 10:30:25 -08:00
Chet Haase
cd88c39b98
am e38ba4ac: Fix gmail crossfade artifacts.
...
* commit 'e38ba4acbe6f1536997ffb98d662fc3eff07add8':
Fix gmail crossfade artifacts.
2011-01-27 01:30:09 -08:00
Chet Haase
e38ba4acbe
Fix gmail crossfade artifacts.
...
Display lists could not handle custom views that did their
own draw dispatching, as is the case with gmail. This fix makes that
possible and display lists handle this case robustly. Now the
crossfade works because the display lists contain the right content.
Change-Id: Iea7d6e99239b24f833701d546fe083aa00e2b31b
2011-01-27 01:25:18 -08:00
Chet Haase
fcf51a6796
am a45c056e: Merge "Fix display List bugs" into honeycomb
...
* commit 'a45c056e62be0ca97edbdd6f6660822cf453c886':
Fix display List bugs
2011-01-26 23:51:58 -08:00
Jeff Brown
b43610f8c9
am f02853f2: Merge "Fix down arrow in AutoCompleteTextView." into honeycomb
...
* commit 'f02853f211f0b7f698f82305e30c23e527192584':
Fix down arrow in AutoCompleteTextView.
2011-01-26 23:49:41 -08:00
Chet Haase
a45c056e62
Merge "Fix display List bugs" into honeycomb
2011-01-26 23:49:23 -08:00
Jeff Brown
f02853f211
Merge "Fix down arrow in AutoCompleteTextView." into honeycomb
2011-01-26 23:45:59 -08:00
Vasu Nori
7489a4709d
am d529d0df: Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
...
* commit 'd529d0df8f2e93e0dc74887ab43eff46e07cef2e':
bug:3396894 (HC branch) remove STOPSHIP code
2011-01-26 23:45:27 -08:00
Vasu Nori
d529d0df8f
Merge "bug:3396894 (HC branch) remove STOPSHIP code" into honeycomb
2011-01-26 23:43:17 -08:00
Vasu Nori
4b92aeec3f
bug:3396894 (HC branch) remove STOPSHIP code
...
Change-Id: Iad8790b7c2efa3a9b35e07429ea47d4e9f72081b
2011-01-26 23:24:05 -08:00
Svetoslav Ganov
a7477f6b1c
am c291a7bf: Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb
...
* commit 'c291a7bf7a163cea10be135279103f72a6418383':
The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week.
2011-01-26 23:01:03 -08:00
Svetoslav Ganov
c291a7bf7a
Merge "The calendar view widget was jumping incorrectly to the next week while selectiong the last day of the week." into honeycomb
2011-01-26 22:59:23 -08:00
Svetoslav Ganov
58f51255eb
The calendar view widget was jumping incorrectly to the next week
...
while selectiong the last day of the week.
The NumberPicker widget was getting into an inconsitent state when
reaching the end of the range (non wrapping selector wheel) and
the user touches the location of the hidden increment/decrement
button.
Change-Id: Id54103295dd2574030e2c29996061faa659a5bb7
2011-01-26 22:50:55 -08:00
Romain Guy
38f34ed20a
am 7c53a0d6: Merge "Don\'t draw the same triangles several times. Bug #3388197 " into honeycomb
...
* commit '7c53a0d6078620df3abc4997acfe267ef903f5c6':
Don't draw the same triangles several times. Bug #3388197
2011-01-26 22:47:01 -08:00
Adam Cohen
a05a3e3ad7
am 3b52ca3b: Merge "Fixing some ugly StackView relayouts on rotation" into honeycomb
...
* commit '3b52ca3bbcb989200abff5582ef569d5f316d7f5':
Fixing some ugly StackView relayouts on rotation
2011-01-26 22:44:53 -08:00
Chet Haase
678e0adbdb
Fix display List bugs
...
Various property setters in View need to invalidate the parent's
cache to get redrawn properly when accelerated with display lists.
Also, fix logic around display lists and old-style Animations in
ViewGroup.
Change-Id: I70e1c2fa49e62228ee4a1301a006ce50bda4c305
2011-01-26 22:44:52 -08:00
Romain Guy
7c53a0d607
Merge "Don't draw the same triangles several times. Bug #3388197 " into honeycomb
2011-01-26 22:44:02 -08:00
Romain Guy
4f09f5417b
Don't draw the same triangles several times.
...
Bug #3388197
Change-Id: Ief1dfd9447f144e9992340a173d2893e5e049129
2011-01-26 22:45:16 -08:00
Adam Cohen
53838d265e
Fixing some ugly StackView relayouts on rotation
...
Change-Id: Ic4b11637ed73e60e1af1fcd27e5610d8f84a31fe
2011-01-26 22:25:14 -08:00
Kenny Root
1f8e2f9958
am 5d506fa7: Merge "Add API for preferred Launcher icon size and density" into honeycomb
...
* commit '5d506fa7274e8ba84e348e11c22729b58802f796':
Add API for preferred Launcher icon size and density
2011-01-26 21:15:28 -08:00
Michael Kolb
cda2da1f23
am 85fd2c91: Merge "fix incognito url loading" into honeycomb
...
* commit '85fd2c9102f7cf105bf498f05ca35360a4bcede5':
fix incognito url loading
2011-01-26 21:15:01 -08:00
Jeff Brown
8d6d3b83fb
Fix down arrow in AutoCompleteTextView.
...
Bug: 3337416
Change-Id: I572d55c973b9adc68765ba02197e84f3558e65bc
2011-01-26 21:08:53 -08:00
Kenny Root
5d506fa727
Merge "Add API for preferred Launcher icon size and density" into honeycomb
2011-01-26 20:16:31 -08:00
Kenny Root
5ef44b7566
Add API for preferred Launcher icon size and density
...
Applications that create an icon for launcher to use couldn't determine
which size or density the icon should be created.
Bug: 3224340
Change-Id: Iee96113a4092696a9bd18eecbd2593b38f952a16
2011-01-26 19:43:27 -08:00
Michael Kolb
85fd2c9102
Merge "fix incognito url loading" into honeycomb
2011-01-26 19:21:49 -08:00
Michael Kolb
2c8b1f77a3
fix incognito url loading
...
http://b/issue?id=3349090
removed the loading of the "browser:incognito" url
Change-Id: I47f952d372b4d69e91d4b29b3b5e5ec46a4f4fc3
2011-01-26 19:16:11 -08:00
Dianne Hackborn
f35d43f90b
am 2dc9c784: Merge "Fix issue #3382992 : IME close animation stutters from URL bar" into honeycomb
...
* commit '2dc9c784b2fab67a8233318f559e65f444bf0c97':
Fix issue #3382992 : IME close animation stutters from URL bar
2011-01-26 19:08:20 -08:00
Dianne Hackborn
2dc9c784b2
Merge "Fix issue #3382992 : IME close animation stutters from URL bar" into honeycomb
2011-01-26 19:04:15 -08:00
Dianne Hackborn
63042d6a03
Fix issue #3382992 : IME close animation stutters from URL bar
...
Gross hack is grosser.
Change-Id: I0a34bf1d7c16c547402318f24776a5f7e8b7552b
2011-01-26 18:56:29 -08:00
Romain Guy
0d8f88b272
am ede54ce2: Merge "Fix crash in movie studio." into honeycomb
...
* commit 'ede54ce2fe3252d4ab56b90de464b35a6920970d':
Fix crash in movie studio.
2011-01-26 18:47:59 -08:00
Romain Guy
ede54ce2fe
Merge "Fix crash in movie studio." into honeycomb
2011-01-26 18:46:29 -08:00
Romain Guy
0c75622cf8
Fix crash in movie studio.
...
Change-Id: I06acb0b39cc3839cf7abb58b32dec9b9bec424d6
2011-01-26 18:48:38 -08:00
Romain Guy
0518e7b5bd
am 9c8307fb: Merge "Make sure that we update SurfaceView\'s window with display lists. Bug #3395487 " into honeycomb
...
* commit '9c8307fb19558ffe2e897bad009fb038bb9e845b':
Make sure that we update SurfaceView's window with display lists. Bug #3395487
2011-01-26 18:32:54 -08:00
Romain Guy
f2499fa434
Make sure that we update SurfaceView's window with display lists.
...
Bug #3395487
Change-Id: Idaef3953a596ee3b4049a2d8aef6dda676b1545b
2011-01-26 18:31:23 -08:00
Romain Guy
9c8307fb19
Merge "Make sure that we update SurfaceView's window with display lists. Bug #3395487 " into honeycomb
2011-01-26 18:29:38 -08:00
Gilles Debunne
2cb4a215ad
am bc3f7937: Merge "Tabs are resized to make sure they fit in their parent." into honeycomb
...
* commit 'bc3f79371bb93e075bcb91d92180487337afce17':
Tabs are resized to make sure they fit in their parent.
2011-01-26 18:10:58 -08:00
Gilles Debunne
bc3f79371b
Merge "Tabs are resized to make sure they fit in their parent." into honeycomb
2011-01-26 18:09:23 -08:00
Jaikumar Ganesh
e97c01888f
am 55271a79: Merge "Disable PBAP for no voice capability" into honeycomb
...
* commit '55271a79d1c14e2952d550995569135a23971672':
Disable PBAP for no voice capability
2011-01-26 18:03:40 -08:00
Jaikumar Ganesh
55271a79d1
Merge "Disable PBAP for no voice capability" into honeycomb
2011-01-26 17:52:50 -08:00
Scott Main
d2b87091cc
am 0f2e2b8b: Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it\'s not a good location and the info is avilable in the dev guide, but also added some of the info to the R
...
* commit '0f2e2b8b82c7b589bcc603ce57f8ff3d1c947784':
Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description.
2011-01-26 17:09:21 -08:00
Scott Main
0f2e2b8b82
Merge "Update package descriptions with editorial revisions. Notably, this removes exessive info about resources from the content package, because it's not a good location and the info is avilable in the dev guide, but also added some of the info to the Resources class description." into honeycomb
2011-01-26 17:06:45 -08:00
Mike Lockwood
ba492eb636
am 278a04eb: Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb
...
* commit '278a04eb7a56459c2f9e3b47dcced6522a87f1d1':
Fix javadoc for MediaStore.Files.FileColumns constants
2011-01-26 16:26:26 -08:00
Mike Lockwood
278a04eb7a
Merge "Fix javadoc for MediaStore.Files.FileColumns constants" into honeycomb
2011-01-26 16:24:19 -08:00
Winson Chung
ab4ea68869
am b90a91c6: Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
...
* commit 'b90a91c633e99d4559095184af27d1416541d3c0':
Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
2011-01-26 16:14:03 -08:00
Winson Chung
b90a91c633
Making requested indices the last to be pruned when we hit cache memory limits. (3368863)
...
- Also tweaking disconnect delay, cache size, and memory limit
Change-Id: If67188dcb363e5a2fbc02736f82bfd783af02533
2011-01-26 16:09:09 -08:00
Gilles Debunne
6741c941a7
Tabs are resized to make sure they fit in their parent.
...
Bug 3365301
This is a first implementation. The text inside the tabs is clipped
and can be hardly readable.
A nicer complimentary solution is to reduce the 40dip padding in portrait mode.
Change-Id: I19439ee6a63c3f9dcdcc944ddbbc18a81949db79
2011-01-26 16:01:20 -08:00
Mike Lockwood
ed723b4095
Fix javadoc for MediaStore.Files.FileColumns constants
...
BUG: 3370225
Change-Id: Ie793771b131031f8457859990dca7b6fb9ba47aa
Signed-off-by: Mike Lockwood <lockwood@android.com >
2011-01-26 15:57:07 -08:00
Romain Guy
62bea4287d
am 9e7c2c6d: Merge "Optimize invalidate() calls." into honeycomb
...
* commit '9e7c2c6ded1144122915cfb8bd663e789c7eb93b':
Optimize invalidate() calls.
2011-01-26 15:43:09 -08:00
Fabrice Di Meglio
3782fe2b23
am f728411b: Merge "Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)" into honeycomb
...
* commit 'f728411ba40d71a40a0cb0dbfcaa44764af17692':
Fix bug #3395355 ("adb shell dumpsys content" should present human readable failure messages instead of error codes)
2011-01-26 15:42:55 -08:00