Chet Haase
8afd195d47
am 6b313da0: Merge "Clarify behavior of fullscreen mode and softInputMode\'s adjustResize" into jb-mr2-dev
...
* commit '6b313da0d89564711acfc8c66b7790da0f52d187':
Clarify behavior of fullscreen mode and softInputMode's adjustResize
2013-04-30 16:42:33 -07:00
Alan Viverette
a7fa0079a7
am 561dcc58: Merge "Avoid crash when TextToSpeech calls onInit() from the constructor." into jb-mr2-dev
...
* commit '561dcc5823eec20c48d116531556b32e9de66f91':
Avoid crash when TextToSpeech calls onInit() from the constructor.
2013-04-30 14:04:13 -07:00
Elliott Hughes
76c643c9b6
am e3f2735f: Merge "when locale is non-Enligh, sometimes month spinner needs a number IME"
...
* commit 'e3f2735fcfd8dafd226200d5cf219a6f82c9cc0c':
when locale is non-Enligh, sometimes month spinner needs a number IME
2013-04-30 13:21:22 -07:00
Romain Guy
55828af26c
am 6628ee7a: Merge "HeaderViewListAdapter: Correct thrown error names."
...
* commit '6628ee7a46a56cdc28d409e6fd74afc34bd24c5b':
HeaderViewListAdapter: Correct thrown error names.
2013-04-30 13:21:19 -07:00
Elliott Hughes
e3f2735fcf
Merge "when locale is non-Enligh, sometimes month spinner needs a number IME"
2013-04-30 20:11:50 +00:00
Elliott Hughes
a99595a393
am afe56810: Merge "Fix DatePicker\'s spinner order in various locales."
...
* commit 'afe56810517a4ddfad125029ca04fd4cc5af2ef5':
Fix DatePicker's spinner order in various locales.
2013-04-30 12:15:06 -07:00
Elliott Hughes
c2639e58fa
am 0bb4c701: Merge "Use ICU for getDateFormatOrder."
...
* commit '0bb4c701bab0f69172417b7a511acb6bdfa052db':
Use ICU for getDateFormatOrder.
2013-04-30 12:15:00 -07:00
Romain Guy
6628ee7a46
Merge "HeaderViewListAdapter: Correct thrown error names."
2013-04-30 19:11:22 +00:00
Taylor H. Perkins
62b2bb80f6
HeaderViewListAdapter: Correct thrown error names.
...
When accessing an invalid entry of the list, an IndexOutOfBounds exception is thrown, not an ArrayIndexOutOfBounds exception.
Change-Id: I3cf59faab004fa6391d84f30f280e0c9bd92dc44
Signed-off-by: Taylor H. Perkins <taylorhp@gmail.com >
2013-04-30 12:04:52 -07:00
Elliott Hughes
afe5681051
Merge "Fix DatePicker's spinner order in various locales."
2013-04-30 18:40:01 +00:00
Elliott Hughes
0bb4c701ba
Merge "Use ICU for getDateFormatOrder."
2013-04-30 18:22:18 +00:00
Elliott Hughes
659f145278
Fix DatePicker's spinner order in various locales.
...
DatePicker always effectively uses yyyy MMM dd, so we need to ask
icu4c what order those should appear in for the user's locale. The
existing DateFormat code was an approximation that worked for en_US
but not for all languages (fa being one example).
Bug: 7207103
Change-Id: I7b12568dbc02522ebad6e1db5f8426109cd6f7ce
2013-04-30 11:11:53 -07:00
Elliott Hughes
edd6f9e688
Use ICU for getDateFormatOrder.
...
Bug: 7207103
Change-Id: I680bb727cb74cd4b050f237f036d9e696201fc0b
2013-04-30 11:09:53 -07:00
Chet Haase
6b313da0d8
Merge "Clarify behavior of fullscreen mode and softInputMode's adjustResize" into jb-mr2-dev
2013-04-30 14:45:46 +00:00
Kenny Root
e9ae6822a8
resolved conflicts for merge of 1f6e789b to jb-mr2-dev-plus-aosp
...
Change-Id: I06c05d637613215b6d83df3e29cd495f6a5a0176
2013-04-29 23:09:03 -07:00
John Reck
be53f1806c
am 28d91bdb: Merge "Revert "Can not mark the same content of browser page after copy""
...
* commit '28d91bdbde63ba1afe3bb67c5466527ec7184217':
Revert "Can not mark the same content of browser page after copy"
2013-04-29 22:53:57 -07:00
Kenny Root
1f6e789b7e
Merge "Track change to JSSE provider"
2013-04-30 04:02:01 +00:00
John Reck
28d91bdbde
Merge "Revert "Can not mark the same content of browser page after copy""
2013-04-30 01:21:31 +00:00
John Reck
8717061f5b
Revert "Can not mark the same content of browser page after copy"
...
This reverts commit 2b3cef0dd7
Causes crashes in Email, reverting for now
Change-Id: Ia0286763d0ab1f90c2b6082d44a6ca804769f49c
2013-04-30 01:17:15 +00:00
Alan Viverette
561dcc5823
Merge "Avoid crash when TextToSpeech calls onInit() from the constructor." into jb-mr2-dev
2013-04-30 01:11:08 +00:00
Chet Haase
45c89c2fad
Clarify behavior of fullscreen mode and softInputMode's adjustResize
...
Fullscreen window's will not resize when the keyboard comes on screen,
regardless of the setting of the window's softInputMode field. This fix
clarifies the docs to make this behavior more obvious.
Issue #8754615 Clarify behavior of adjustResize and fullscreen interaction
Change-Id: Ie056db4e328cefaf0edb54fe8cfa7a08f320c8d0
2013-04-29 16:04:40 -07:00
Kenny Root
12e752225a
Track change to JSSE provider
...
Change-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5
2013-04-29 15:15:27 -07:00
Alan Viverette
76f0c217fc
Avoid crash when TextToSpeech calls onInit() from the constructor.
...
If construction of a TextToSpeech object fails, it may call the
initialization listener's onInit() method before the assignment
of the constructed TextToSpeech object to a variable has occurred.
BUG: 8744558
Change-Id: I3404fdb39308009762371154b05d3653bab81ab2
2013-04-29 14:59:04 -07:00
Kenny Root
d334cb13d6
am d152f7ec: Merge "Don\'t use X509CertImpl directly"
...
* commit 'd152f7ec1ae43d77ff8e2206724ce71da3da9913':
Don't use X509CertImpl directly
2013-04-29 14:16:09 -07:00
Kenny Root
28b1f0ee02
Don't use X509CertImpl directly
...
Change-Id: Ibabee35c90c2636c6f362e4d778d6795a0cef6c2
2013-04-29 13:27:39 -07:00
Zhentao Sun
460778f104
am 906e57d8: Merge "Fixed race conditions in GeofenceHardwareImpl." into jb-mr2-dev
...
* commit '906e57d8c03f887aab6a48001e9d0bdff9864365':
Fixed race conditions in GeofenceHardwareImpl.
2013-04-29 11:51:58 -07:00
Zhentao Sun
906e57d8c0
Merge "Fixed race conditions in GeofenceHardwareImpl." into jb-mr2-dev
2013-04-29 18:50:18 +00:00
Zhentao Sun
f8f085c51b
Fixed race conditions in GeofenceHardwareImpl.
...
Fixed b/8725226
1. Check if a geofence is registered before calling removeGeofence,
pauseGeofence and resumeGeofence
2. Moved add/remove operation of mGeofences from handler thread to
binder thread to fix potential race conditions by REMOVE_GEOFENCE.
Change-Id: I1c68a49ac4a08324c13702ba9013d2adf031aed9
2013-04-26 14:41:53 -07:00
Elliott Hughes
032d8e3890
am 0bb497b8: Merge "Use the newer ZoneInfoDB API."
...
* commit '0bb497b8d1bac2206df89a878ecb7e356d21fe99':
Use the newer ZoneInfoDB API.
2013-04-26 12:38:04 -07:00
Elliott Hughes
0bb497b8d1
Merge "Use the newer ZoneInfoDB API."
2013-04-26 18:41:47 +00:00
Elliott Hughes
48289433d8
Use the newer ZoneInfoDB API.
...
Change-Id: I846c720ae6c262afb4fd7f8a749008c837e76cc4
2013-04-26 11:30:54 -07:00
Victoria Lease
aae1b5163c
am b0e0e54d: Merge "Can not mark the same content of browser page after copy"
...
* commit 'b0e0e54d9dbef720ac653ed87d8ed6b46e1abdbe':
Can not mark the same content of browser page after copy
2013-04-26 10:27:02 -07:00
Victoria Lease
b0e0e54d9d
Merge "Can not mark the same content of browser page after copy"
2013-04-26 17:17:39 +00:00
Svetoslav Ganov
d385999462
am 951ce6c9: Merge "Revert change f449c0c381239dc0f78b0f01ecfb3889e056a597." into jb-mr2-dev
...
* commit '951ce6c966311d36328a89784d4c2e6836e9ae87':
Revert change f449c0c381 .
2013-04-26 09:38:18 -07:00
Svetoslav Ganov
951ce6c966
Merge "Revert change f449c0c381239dc0f78b0f01ecfb3889e056a597." into jb-mr2-dev
2013-04-26 16:35:49 +00:00
Scott Main
01e48e7d15
am 22f6a60e: Merge "add docs for new attributes, including account restriction for restricted profiles" into jb-mr2-dev
...
* commit '22f6a60e62253436a4f7da1a5d59adc0f17534cc':
add docs for new attributes, including account restriction for restricted profiles
2013-04-25 21:22:38 -07:00
Chris Craik
57fc8122ea
am addc906f: Merge "Force clipping on layers that fail to be allocated" into jb-mr2-dev
...
* commit 'addc906f70ba24aa4b649fff7f98d88b96c8d808':
Force clipping on layers that fail to be allocated
2013-04-25 21:22:35 -07:00
Scott Main
22e9225ab1
am 5e5aeb46: Merge "fix javadoc build also add some docs to the service" into jb-mr2-dev
...
* commit '5e5aeb46849e21b605ef59a691bca478eb4fa380':
fix javadoc build also add some docs to the service
2013-04-25 21:22:33 -07:00
Amith Yamasani
83a6142173
am bbd90f8e: Merge "Hide isLinkedUser()" into jb-mr2-dev
...
* commit 'bbd90f8e7051fde96092cacdebc5d94ce46c7140':
Hide isLinkedUser()
2013-04-25 21:22:31 -07:00
Matthew Xie
7a21c4cdb1
am 7f3c5d16: Merge "Added flush() for bluetooth output stream" into jb-mr2-dev
...
* commit '7f3c5d164fd34e77b783e8c09b65645a1b143f6a':
Added flush() for bluetooth output stream
2013-04-25 21:22:29 -07:00
Kristian Monsen
501bf50355
am 58665709: Merge "Workaround for bug 8700358: Reproducible WebView crash in Feedly starting in JWR22B" into jb-mr2-dev
...
* commit '5866570947a7ef325f74d9dbfc1ccbdd02d3e7b6':
Workaround for bug 8700358: Reproducible WebView crash in Feedly starting in JWR22B
2013-04-25 21:22:26 -07:00
Scott Main
22f6a60e62
Merge "add docs for new attributes, including account restriction for restricted profiles" into jb-mr2-dev
2013-04-26 03:26:12 +00:00
Chris Craik
addc906f70
Merge "Force clipping on layers that fail to be allocated" into jb-mr2-dev
2013-04-26 02:15:45 +00:00
Scott Main
b40c1fdaee
add docs for new attributes, including account restriction for restricted profiles
...
Change-Id: I737ea55bfa58562b1b384e52626e95b479759376
2013-04-25 19:05:55 -07:00
Scott Main
5e5aeb4684
Merge "fix javadoc build also add some docs to the service" into jb-mr2-dev
2013-04-26 01:57:00 +00:00
Amith Yamasani
bbd90f8e70
Merge "Hide isLinkedUser()" into jb-mr2-dev
2013-04-26 01:42:20 +00:00
Matthew Xie
7f3c5d164f
Merge "Added flush() for bluetooth output stream" into jb-mr2-dev
2013-04-26 01:18:34 +00:00
Alan Viverette
e7a4e636ac
Revert change f449c0c381.
...
Previously, onHoverEvent() would return true if a view was hoverable
and consume the event. After the change, it would return the result of
dispatchGenericMotionEventInternal(). As a result, touch exploration
caused multiple hover events to be sent from every view under a given
touch point. This change reverts to the original behavior and fixes
touch exploration.
BUG: 8723842
Change-Id: I0c7362f19c51bf21ed842711a03b7f02613958d2
2013-04-25 17:32:45 -07:00
Kristian Monsen
5866570947
Merge "Workaround for bug 8700358: Reproducible WebView crash in Feedly starting in JWR22B" into jb-mr2-dev
2013-04-26 00:06:16 +00:00
Scott Main
04667dae3a
fix javadoc build
...
also add some docs to the service
Change-Id: I712710de403bc000c0a69a2de726bace6e7873bd
2013-04-25 17:01:53 -07:00