Andreas Huber
f86374adec
Remove SEEK_CLOSEST constant from MediaExtractor, its implementation makes no
...
sense for the java API.
Change-Id: I3f2eabb5ca5ffb6c1f03141bfd303310111e8774
related-to-bug: 6276111
2012-05-09 11:32:51 -07:00
Adam Cohen
6a080bff83
Merge "Accounting for widget padding in dips instead of pixels" into jb-dev
2012-05-09 11:23:12 -07:00
Craig Mautner
393295fabf
Merge "Keep layout from overwriting translate dimensions" into jb-dev
2012-05-09 11:17:19 -07:00
Adam Cohen
f065c96631
Accounting for widget padding in dips instead of pixels
...
Change-Id: I29c4290274f8b9fa6d9b49072d3cf37cf6f1acb8
2012-05-09 11:13:54 -07:00
satok
14124c696d
Merge "Fix the issue that the insets linger after closing the voice input" into jb-dev
2012-05-09 11:04:51 -07:00
satok
e0a99414bd
Fix the issue that the insets linger after closing the voice input
...
Bug: 6456954
Change-Id: Idf7700271cf882dfbf35c9d16f0f173a791221bc
2012-05-10 02:57:11 +09:00
JP Abgrall
956f9bd004
Merge "services: input events: enable debugging in EventHub (touch screen issues)" into jb-dev
2012-05-09 10:41:28 -07:00
Craig Mautner
a83580614f
Keep layout from overwriting translate dimensions
...
If the layout goes through more than one pass after detecting a window
movement but before animation begins then the later pass overwrites
the animation offsets. The incorrect values are large leading to an
animation starting location in the bottom right corner.
Fixes bug 6450310.
Change-Id: I0f74e67b3e9a15a9246151abf6d47384509340e9
2012-05-09 10:37:41 -07:00
Raph Levien
289c09aae5
Add Roboto Light and Light italic fonts, as sans-serif-light family
...
Change-Id: Ibbdd7a74f3731c8e9c9fe60ce04a179c081bc09c
2012-05-09 10:36:26 -07:00
Stephen Hines
794db6cbac
Merge "GFX api cleanup 1.5 of 2" into jb-dev
2012-05-09 10:26:36 -07:00
Daisuke Miyakawa
57b098829f
Merge "Have a new constant for "vibrate when ringing" setting" into jb-dev
2012-05-09 10:16:07 -07:00
satok
d422ade3d5
Merge "Fix the issue that the ime switch icon is remaining after closing VoiceInput" into jb-dev
2012-05-09 10:04:06 -07:00
satok
2f913d951c
Fix the issue that the ime switch icon is remaining after closing VoiceInput
...
Change-Id: I4fd6b7b6c1e8a2603626d82ed3587716bea519d3
2012-05-10 01:48:03 +09:00
Brian Colonna
2c21449357
Merge "Added checks to make sure FUL functions are on UI thread" into jb-dev
2012-05-09 09:44:05 -07:00
Kenny Root
07ba2ae327
Throw RemoteException when MountService is not yet up
...
Instead of throwing NullPointerException when getMountService() returns
null, simply throw RemoteException so the code calling getMountService()
can fail gracefully.
Bug: 6461657
Change-Id: Ibefc17de3e0024eb73bbd24914759c0a404f538e
2012-05-09 09:14:30 -07:00
Brian Colonna
22001c1f96
Added checks to make sure FUL functions are on UI thread
...
There are three functions in FaceUnlock.java that have the requirement
that they are to be called on the UI thread. I added checks to log
an error if they are ever called off of the UI thread.
Change-Id: I581968e8138b7561b7ad75a1ac6945bf218e2bcf
2012-05-09 11:16:04 -04:00
Daniel Sandler
2f4b10e2d4
Merge "More visual refresh in the phone notification panel." into jb-dev
2012-05-09 07:42:48 -07:00
Daniel Sandler
4530d95cc9
Merge "Fix situations where the shade wouldn't close." into jb-dev
2012-05-09 07:42:33 -07:00
Insun Kang
8902097bb6
Improve notifying TimedText by reducing marshall/unmarshalling.
...
o Removes mParcel from TimedText class.
o Converts native parcel into java parcel object directly without
copying to an intermediate byte array.
o JNIMediaPlayerListener::notify checks for Java exceptions, logs them,
and clears the exception state.
related-to-bug: 6405934
Change-Id: I8b82d3cd5b9b3ef8cad27e805202a0e445a88a45
2012-05-09 20:14:09 +09:00
satok
93d744deb1
Fix sort order of the input method switcher in IMMS
...
Bug: 6333988
Change-Id: Ief392c9157f2a37600e517ec9caf586ffb9d5f0d
2012-05-09 17:14:08 +09:00
Daniel Sandler
fc753d2dfa
More visual refresh in the phone notification panel.
...
Bug: 6418617
Change-Id: Iae9b02084989fad3ec8bb8c88a84c0ec96fc4f22
2012-05-09 03:05:58 -04:00
Daniel Sandler
fbab8ae9d5
Fix situations where the shade wouldn't close.
...
It appears sometimes the Choreographer will call you with an
old frame (i.e. an animation time in the past).
Bug: 6457615
Change-Id: I7135e2f4f524c14fe4f58f9a367f764b66d68edc
2012-05-09 03:05:57 -04:00
satok
a71293f36c
Merge "Do not return stale subtypes" into jb-dev
2012-05-08 23:39:32 -07:00
Adam Powell
ea3f8cc71e
Merge "Forgive me monkeys, for I have sinned." into jb-dev
2012-05-08 22:32:00 -07:00
Adam Powell
76889f3482
Forgive me monkeys, for I have sinned.
...
It has been several hours since my last commit.
Fix an obscure bug that could cause call ordering problems while
updating ListAdapter-based MenuPresenters. This would trigger an
inconsistent return value from the adapter's getCount method that
didn't take the expanded menu item into account, resulting in the
infamous ListView "you didn't call notifyDataSetChanged" exception.
Bug 6412318
Change-Id: I6262846d9c2acdb87ff99116ad78ca4a388efa6d
2012-05-08 22:28:36 -07:00
satok
d1e323b272
Merge "Not to add invalid spell check spans Bug: 6464197" into jb-dev
2012-05-08 19:42:13 -07:00
Adam Powell
1e5c3336e8
Merge "Fix measurement for dialog windows that do not have fixed width" into jb-dev
2012-05-08 19:23:21 -07:00
satok
a4c82c1c78
Not to add invalid spell check spans
...
Bug: 6464197
Change-Id: I6e9d359847b200e2afae61f85eb7cfe7f179b888
2012-05-09 11:20:17 +09:00
Xia Wang
72e95cfef0
Merge "Fix Wifi test" into jb-dev
2012-05-08 19:13:14 -07:00
Adam Powell
b8e056a8e8
Fix measurement for dialog windows that do not have fixed width
...
Bug 6456773
Change-Id: I9d058f78c4b1c1759aaea2f215efee82a3489faa
2012-05-08 19:04:29 -07:00
Jason Sams
d4ca991098
GFX api cleanup 2 of 2
...
Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
2012-05-08 19:02:07 -07:00
Dianne Hackborn
feecf9d786
Merge "Support for changing traces from development settings." into jb-dev
2012-05-08 18:54:58 -07:00
Jeff Brown
8c68012809
Merge "Check for null fd when constructing AssetFileDescriptor." into jb-dev
2012-05-08 18:41:49 -07:00
Jason Sams
e619de6a4e
GFX api cleanup 1.5 of 2
...
Change-Id: Ib31332ae0b7a6059d4971ea616089cd382ef6895
2012-05-08 18:40:58 -07:00
Daisuke Miyakawa
3c60eeb133
Have a new constant for "vibrate when ringing" setting
...
Bug: 6036529
Change-Id: I850d27629a75615647883fdaa2933f337c4824d1
2012-05-08 18:37:41 -07:00
James Dong
3b5fdf510b
Merge "Fix: Missed parcel recycling in MediaPlayer." into jb-dev
2012-05-08 18:29:44 -07:00
Svetoslav Ganov
2aaa6bbd53
Merge "Renaming the constants for activation and long press." into jb-dev
2012-05-08 18:21:02 -07:00
Romain Guy
ad0b0060ba
Merge "Make window shade fast on non-high end gfx displays" into jb-dev
2012-05-08 18:02:05 -07:00
Xavier Ducrohet
024d3b2374
Merge "Add missing native method to Canvas_Delegate." into jb-dev
2012-05-08 17:44:36 -07:00
Jason Sams
48250c2761
Merge "GFX api cleanup 1 of 2" into jb-dev
2012-05-08 17:42:44 -07:00
Jason Sams
65c80f8247
GFX api cleanup 1 of 2
...
Change-Id: Ib85784c18b1647e51f1d7cf2a4c956d17e1d2e3c
2012-05-08 17:30:26 -07:00
Dianne Hackborn
a4e2ec64db
Merge "Fix Issue 26574: Service's onStartCommand receiving incorrect flag..." into jb-dev
2012-05-08 17:19:15 -07:00
Dianne Hackborn
d8f10240c0
Fix Issue 26574: Service's onStartCommand receiving incorrect flag...
...
...parameter for Intents
Change-Id: I2e2332c87e008c7ad6a89e17ae3f732c78e376ef
2012-05-08 17:14:58 -07:00
Xavier Ducrohet
f18c68b83f
Add missing native method to Canvas_Delegate.
...
Change-Id: I86288c942004e5489eacc43ba5e112cf56f94487
2012-05-08 17:14:18 -07:00
Adam Powell
137407087b
Merge "Fix bug in TaskStackBuilder#addParentStack" into jb-dev
2012-05-08 17:02:12 -07:00
Craig Mautner
79b7742cf1
Merge "Fix wallpaper exposure bugs." into jb-dev
2012-05-08 17:01:43 -07:00
Adam Powell
5c43ec9328
Fix bug in TaskStackBuilder#addParentStack
...
Don't assume the initial component has a valid parent specified.
Bug 6464209
Change-Id: I22aa4c0e667ea85dc46ad7320f4a9f52117af520
2012-05-08 16:55:20 -07:00
Svetoslav Ganov
a3b6728933
Merge "Fixing View.getBoundsOnScreen()" into jb-dev
2012-05-08 16:49:13 -07:00
Svetoslav Ganov
14b2b74c13
Fixing View.getBoundsOnScreen()
...
1. The function was not setting the initial rect properly.
bug:6462629
Change-Id: I7a832a979576fc5745794c68fb8414257efb21dd
2012-05-08 16:41:28 -07:00
Chris Craik
b010601c41
Merge "Pass webview instance when getting base layer / color, and prevent null value" into jb-dev
2012-05-08 16:40:20 -07:00