Ken Wakasa
24a0b71a67
Merge "Clip touch event at SoftInputWindow to handle the event from Inset" into honeycomb
2011-01-25 05:42:36 -08:00
Tadashi G. Takaoka
7bd6c20f26
Clip touch event at SoftInputWindow to handle the event from Inset
...
Bug: 3238092
Change-Id: I92d98bed75957c8db149e1ad87defe24d44f4d53
2011-01-25 18:02:55 +09:00
Jason Sams
03855bbe4a
Fix bug 3385881
...
Launch signals and threads are not always
matched in index. Threads grab launch indexes
as they start which may not be the order in which
they were launched.
Change-Id: I1ff42c3df5d7ebb46de6329ebd11ef67a5fc58ca
2011-01-25 00:34:34 -08:00
Jason Sams
887a834c47
Merge "Attempt to fix 3333866 Missing memory barrier when the non-locking past path is hit." into honeycomb
2011-01-25 00:23:41 -08:00
Wink Saville
079c8d7fd6
Add debug to CallManager#canDial.
...
Add some debug to trackdown why canDial is sometime
returning false, see bug 3381435.
Change-Id: I0caade5ffdf9d67cdee0557971a8918182718512
2011-01-24 23:25:31 -08:00
Dheeraj Sharma
a2edecfe75
Merge "Issue no : 3370622" into honeycomb
2011-01-24 23:04:54 -08:00
satok
5113382e95
Tweak layouts of IME switch button
...
Bug: 3383078
Change-Id: Id522ac6e8363a98be6ac73ee75b0d54e12ef86c4
2011-01-25 16:00:46 +09:00
Dheeraj Sharma
1ac760afab
Issue no : 3370622
...
VideoEditor: Fix for Clear Surface API
Change-Id: I8d4ad90dd2a0d37bd5363c36582a16f08b161bee
2011-01-24 22:52:40 -08:00
Dianne Hackborn
4989aa7da3
Merge "Fix issue #3385054 : HRI24 never enters suspend (LP0) - IKXEVEREST-3439" into honeycomb
2011-01-24 22:51:18 -08:00
Romain Guy
5e7f766e99
Make nested hardware layers work again
...
Change-Id: I97bde694ec1b712a1e010c8137919e6d64af3148
2011-01-24 22:35:56 -08:00
Romain Guy
89fca35170
Merge "Make nested hardware layers work again" into honeycomb
2011-01-24 22:35:21 -08:00
Santosh Madhava
9c0bd864a3
Merge "Review rework on Patch Set 2 for issue 3372849" into honeycomb
2011-01-24 22:33:44 -08:00
Santosh Madhava
6bcbb3bd09
Review rework on Patch Set 2 for issue 3372849
...
Change-Id: I3c077f3318e44035e8ea6eb160d0024e77aaa710
2011-01-24 22:10:19 -08:00
Dianne Hackborn
c2d9c8e20b
Fix issue #3385054 : HRI24 never enters suspend (LP0) - IKXEVEREST-3439
...
Um. My fix for calling onReceive() even after a receiver is
unregistered actually made it so onReceive() is never called for
the result receiver of a broadcast.
Change-Id: I30efe05d8fdec6fee4222b7d797f2b303073dbcc
2011-01-24 21:59:21 -08:00
Romain Guy
82d41a5153
Fix display list support for shapes.
...
Change-Id: I8b4c9e9ec36266a83c0a53ba3fb6e45d61bbd6d9
2011-01-24 21:53:42 -08:00
Romain Guy
c6a0944c80
Merge "Fix display list support for shapes." into honeycomb
2011-01-24 21:51:43 -08:00
Adam Powell
e6564ea8f5
Merge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb
2011-01-24 21:48:56 -08:00
Adam Powell
1821ff9022
Fix bug 3178934 - Make MenuBuilder notify its adapters of changes
...
Change-Id: I28603afbdfdd913aa06f3a07065e27aff1dc524b
2011-01-24 21:45:37 -08:00
Ken Wakasa
bc891b67e0
Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb
2011-01-24 21:37:53 -08:00
Dianne Hackborn
5d9d03a023
Maybe fix issue #3093599 : java.lang.IndexOutOfBoundsException...
...
...Invalid index 0, size is 0 at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:2326)
It looks like if an arrow key is dispatched between the time the
list view is told its data set has changed and it does the resulting
layout pass, we could try to move the position to a now invalid
index. This may prevent that from happening.
Also put in a better error message if saving state of a fragment
whose target is no longer in the fragment manager.
And fix a bug in PackageManager where we could return a null from
queryIntentActivities().
And add a new API to find out whether a fragment is being removed,
to help fix issue #3306021 : NPE at
android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java)
Next, for new HC apps we can delay committing data to
storage until the activity is stopped.
Finally, use the new multi-threaded AyncTask executor in a few
places, so we don't have worked blocked by long-running tasks from
the application.
Change-Id: I27b2aafedf2e1bf3a2316309889613fa539760f3
2011-01-24 21:23:03 -08:00
Ken Wakasa
a308c0326b
Fix NPE in IInputMethodSessionWrapper.executeMessage
...
bug: 3384715
Change-Id: I4bd8f2b505318a9b3e17dccf6a583dc7f36a8a24
2011-01-25 14:02:07 +09:00
Romain Guy
8168396d1a
Fix rendering issues with animated layers.
...
Bug #3385247
- The layer's alpha was interpreted in the wrong range 0..255 instead of 0..1
- 9-patches would not correctly dirty the layer region, the generated mesh
was incorrect
Change-Id: I4916249bedcdb0794929f3796bd17854971efc88
2011-01-24 20:40:18 -08:00
Romain Guy
169fafe679
Merge "Fix rendering issues with animated layers. Bug #3385247 " into honeycomb
2011-01-24 20:38:52 -08:00
Romain Guy
d88f54c5c4
Fix rendering issues in Movie Studio.
...
Change-Id: I5b293767b9bdedeef0df4d27a179d0da48d7fe32
2011-01-24 20:22:49 -08:00
Romain Guy
92dcf629e1
Merge "Fix rendering issues in Movie Studio." into honeycomb
2011-01-24 20:20:50 -08:00
Adam Powell
68b29902c0
Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb
2011-01-24 19:45:41 -08:00
Mathias Agopian
34edd5b267
Merge "tone down the log spew regarding taking screenshots." into honeycomb
2011-01-24 19:45:35 -08:00
Adam Powell
6d0576d3e8
Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken
...
Fix padding and add disabled states for the group button assets.
Change-Id: Iad7f9022de895fbd6875989289f600d098145b1b
2011-01-24 19:37:59 -08:00
Wu-cheng Li
c8de291ee5
Merge "Improved conversion accuracy of exif geotag data" into honeycomb
2011-01-24 18:48:34 -08:00
Romain Guy
2ff6d70521
Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb
2011-01-24 18:38:00 -08:00
Romain Guy
7d7b5490a0
Enable partial invalidates when rendering with OpenGL.
...
Change-Id: Ie8be06c4776b815e8737753eb8003b4fd8936130
2011-01-24 18:39:56 -08:00
Jim Miller
7a9662f7c8
Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb
2011-01-24 18:20:53 -08:00
Brian Carlstrom
4140faeebb
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle
...
Bug: 3086427
Change-Id: I7af99fe4c36d9a519777f0499ccab65646313879
2011-01-24 18:17:21 -08:00
Mathias Agopian
3431f47b47
tone down the log spew regarding taking screenshots.
...
Change-Id: I673806bda23eba6aab25f7505b7e0170afc9920b
2011-01-24 18:13:54 -08:00
Justin Ho
9c91b3f9d6
Merge "Updated overscroll assets" into honeycomb
2011-01-24 18:05:46 -08:00
Justin Ho
40bcb0f298
Updated overscroll assets
...
Change-Id: I8387ee6de7f387ed36b13d9ac6322356f7833fcf
2011-01-24 18:04:45 -08:00
Chet Haase
21d405f5fa
Merge "Fix for display list problem with listview items." into honeycomb
2011-01-24 17:59:35 -08:00
John Reck
9b2a59bdd2
Docs for Origin
...
Bug: 3370302
Change-Id: I44c8856d3f5e4b5e21c2745c1ef07a30526a1dd0
2011-01-24 17:54:09 -08:00
Chet Haase
3b2b0fc257
Fix for display list problem with listview items.
...
We were not correctly invalidating items that were being attached
to listviews.
Change-Id: I5d29a82c4276f09e401c6869ab1e86a3c8281366
2011-01-24 17:53:52 -08:00
Andy Stadler
315fae2028
Merge "Throw Base64DataException instead of IOException" into honeycomb
2011-01-24 17:43:30 -08:00
Jeff Brown
76646cef5f
Fix emulator trackball.
...
Bug: 3369229
Change-Id: I97ce0ac664636224decb040c743704dfcbd90c81
2011-01-24 17:38:51 -08:00
Jason Sams
fcecc244a7
Attempt to fix 3333866
...
Missing memory barrier when the non-locking past
path is hit.
Change-Id: I80db7df547c1ce35ed85ba117519b12679cc42ef
2011-01-24 17:33:21 -08:00
Jason Sams
a4967facf4
Merge "Cleanup script init to fix bogus log printing and reduce memory churn." into honeycomb
2011-01-24 17:30:38 -08:00
Jim Miller
935dedf663
Merge "Fix 3385152: Update lockscreen font." into honeycomb
2011-01-24 17:29:23 -08:00
Adam Powell
532c145540
Merge "Fix bug 3383867 - default height for dropdown list items in framework layouts" into honeycomb
2011-01-24 17:24:25 -08:00
Adam Powell
5df3426a44
Fix bug 3383867 - default height for dropdown list items in framework layouts
...
Change-Id: I8a7553c3dc6b8c0eb95445c796c8298d1cdecc01
2011-01-24 17:15:52 -08:00
Jim Miller
d2d31dadb0
Merge "Fix 3381660: Update PasswordUnlock screen's EditText background." into honeycomb
2011-01-24 17:13:30 -08:00
James Dong
9807a7b270
Merge "Reduce the JNI native method visibility" into honeycomb
2011-01-24 17:12:36 -08:00
Chet Haase
50d4de21ee
Merge "Fix bug with display lists and layout." into honeycomb
2011-01-24 17:03:30 -08:00
Jim Miller
85d3ef337b
Merge "Fix 3381304: disable key preview in LockScreen's qwerty keyboard" into honeycomb
2011-01-24 17:03:07 -08:00