Yohei Yukawa
529001f067
Switch back to StaticRotationList from DynamicRotationList
...
Ic005b94379f9d847ea, which introduced DynamicRotationList for
smarter input method rotation, is suspected to be causing a
strange behavior that InputMethodManager#switchToNextInputMethod
is choosing unexected/disabled IME/subtype.
With this CL, we switch back to StaticRotationList until the root
cause is addressed.
BUG: 7043015
Change-Id: I95fc8b28536cea6d09ea325e0caee14007cfc0a7
2014-05-27 20:32:34 +09:00
Wonsik Kim
c3a6e23e3f
am e32b2d32: Revert "Revert "Add physical TV input handling to TvInputManagerService""
...
* commit 'e32b2d32d7e4a492bb3038c7bc55988a908437a4':
Revert "Revert "Add physical TV input handling to TvInputManagerService""
2014-05-27 04:08:51 +00:00
Wonsik Kim
c22dbb6919
Revert "Revert "Add physical TV input handling to TvInputManagerService""
...
This reverts commit 1940e197a8de186df5edf0b78e0907ae539bd215.
Bug: 14118245, Bug: 15197740
Change-Id: Ia308f16d2ed8ec55112a4d21c180ccb97e8d7c6a
2014-05-27 01:33:50 +00:00
Adrian Roos
22bd1ff813
am d19276b1: Merge "Replace KeyButtonView\'s custom glow with Quantum Ripple" into lmp-preview-dev
...
* commit 'd19276b19b60bae42a240e42e282ab2224380fed':
Replace KeyButtonView's custom glow with Quantum Ripple
2014-05-26 20:56:52 +00:00
Adrian Roos
41b170d606
Merge "Replace KeyButtonView's custom glow with Quantum Ripple" into lmp-preview-dev
2014-05-26 20:54:13 +00:00
Jorim Jaggi
53ac542dae
am 7294a594: Merge "Improve scrim handling" into lmp-preview-dev
...
* commit '7294a594ec993352dc6e743ae313308636afb16d':
Improve scrim handling
2014-05-26 20:48:51 +00:00
Jorim Jaggi
7c1d454da1
Merge "Improve scrim handling" into lmp-preview-dev
2014-05-26 20:44:52 +00:00
Jorim Jaggi
ecc798e666
Improve scrim handling
...
Bug: 15163546
Change-Id: I0d2c05b035f832f4b4e6a2fc34113fe9d5677525
2014-05-26 22:41:16 +02:00
Adrian Roos
cde52d77eb
Replace KeyButtonView's custom glow with Quantum Ripple
...
Bug: 15212514
Change-Id: Ia66bccd627c123f637d67076f78ab418c3f9e835
2014-05-26 22:40:52 +02:00
Adrian Roos
7826baa2aa
am 3120b3d2: Merge "Tapping in brightness row in QS should not close QS panel" into lmp-preview-dev
...
* commit '3120b3d22ce1843d2d473f050fbf08b735c87e9e':
Tapping in brightness row in QS should not close QS panel
2014-05-26 17:36:13 +00:00
Adrian Roos
1dfc38058e
Merge "Tapping in brightness row in QS should not close QS panel" into lmp-preview-dev
2014-05-26 17:33:17 +00:00
Adrian Roos
236da706b9
Tapping in brightness row in QS should not close QS panel
...
Bug: 15169301
Change-Id: I10ddaa2c5bd3f8cb6abaff89b03814dd8ec63f72
2014-05-26 19:27:40 +02:00
Adrian Roos
a695d3ce1a
am 03508a46: Merge "Implement HUN visuals: shadows and translucency" into lmp-preview-dev
...
* commit '03508a4675f4be13551f6b3315439e833327ccc5':
Implement HUN visuals: shadows and translucency
2014-05-26 17:08:27 +00:00
Adrian Roos
0948925a04
Merge "Implement HUN visuals: shadows and translucency" into lmp-preview-dev
2014-05-26 17:05:18 +00:00
Adrian Roos
de61fd7822
Implement HUN visuals: shadows and translucency
...
Bug: 15106201
Change-Id: I718e3d36355d0f58abc3daadb8c6a9d554f29bec
2014-05-26 19:03:00 +02:00
Jorim Jaggi
d31c386a39
am 356671c9: Merge "Do not destroy the security method when pressing back." into lmp-preview-dev
...
* commit '356671c964de62bfb495e3c897f2da8b28388233':
Do not destroy the security method when pressing back.
2014-05-26 16:42:39 +00:00
Jorim Jaggi
54ba638e13
Merge "Do not destroy the security method when pressing back." into lmp-preview-dev
2014-05-26 16:39:50 +00:00
Jorim Jaggi
a0be6d53a8
Do not destroy the security method when pressing back.
...
Fixes jank when the user wants to unlock it next time.
Bug: 15088101
Change-Id: If7bc3d92d0f17abb5077b4c06248f368acb2879f
2014-05-26 18:37:29 +02:00
Yohei Yukawa
c659053c4c
Merge "Implement dynamic IME rotation based on user action"
2014-05-26 16:37:23 +00:00
Yohei Yukawa
a9bda77427
Implement dynamic IME rotation based on user action
...
With this CL, the IME rotation order will be updated dynamically
based on user actions on IMEs. Currently only onCommitText is
took into considered.
Imagine that we have the following rotation order.
[A, B, C, D, E]
If a user action for C is observed, the rotation order will be
updated as follows:
[C, A, B, D, E]
Then another user action for D updates the rotation order as
follows:
[D, C, A, B, E]
BUG: 7043015
Change-Id: Ic005b94379f9d847ea87046473ed77d8018d930e
2014-05-27 01:32:30 +09:00
Adrian Roos
bdbb0f0eef
am b581ceb1: Merge "Update open lock icon with actual assets from UX" into lmp-preview-dev
...
* commit 'b581ceb18d9ba03555996e092839bd09142fbe0c':
Update open lock icon with actual assets from UX
2014-05-26 14:46:19 +00:00
Adrian Roos
279582689b
Merge "Update open lock icon with actual assets from UX" into lmp-preview-dev
2014-05-26 14:43:16 +00:00
Jorim Jaggi
915f0ecaca
am 5499ea68: Merge "Visual refinements for lockscreen." into lmp-preview-dev
...
* commit '5499ea6810b98109d3004e8a9a1493e2b0c2654f':
Visual refinements for lockscreen.
2014-05-26 14:27:03 +00:00
Jorim Jaggi
dce826f715
am fc350fd0: Merge "Replace default user picture." into lmp-preview-dev
...
* commit 'fc350fd0ad9a232ab833bf5e7d85f48b8289504b':
Replace default user picture.
2014-05-26 14:26:55 +00:00
Jorim Jaggi
37e6562421
Merge "Visual refinements for lockscreen." into lmp-preview-dev
2014-05-26 14:23:38 +00:00
Jorim Jaggi
676c508744
am 45869607: Disable time and user switcher click targets when collapsed
...
* commit '458696075ccbcc6dc320a4a83712f222a440fbbc':
Disable time and user switcher click targets when collapsed
2014-05-26 14:22:55 +00:00
Jorim Jaggi
2a87343a8e
Merge "Replace default user picture." into lmp-preview-dev
2014-05-26 14:21:49 +00:00
Jorim Jaggi
125bd990e7
Replace default user picture.
...
Bug: 14842969
Change-Id: I4a46a2499ccf47e1bc13a179561d6ab271502ddb
2014-05-26 16:20:25 +02:00
Jorim Jaggi
5d6957ea79
Disable time and user switcher click targets when collapsed
...
Bug: 15125632
Change-Id: Ibdeeb47a696a574204b02b90ce6881cd78047738
2014-05-26 16:17:51 +02:00
Jorim Jaggi
316075a226
am 4d84e856: Merge "Make QS panel peek below the header." into lmp-preview-dev
...
* commit '4d84e85610ddc3eb593f85a1db12d8dfe8e15820':
Make QS panel peek below the header.
2014-05-26 14:16:42 +00:00
Selim Cinek
50e9c70828
am 655eeec6: Merge "Introduced overscrolling for the panel expansion" into lmp-preview-dev
...
* commit '655eeec6b70526378e85d50728c3ab42158131d9':
Introduced overscrolling for the panel expansion
2014-05-26 14:16:37 +00:00
Selim Cinek
726bb9725c
am 7aca28a2: Merge "Fixed the gap which could occur after the speedbumpview." into lmp-preview-dev
...
* commit '7aca28a28037b62c8341d91d8ac2b6056cfa8137':
Fixed the gap which could occur after the speedbumpview.
2014-05-26 14:16:32 +00:00
Jorim Jaggi
5b5cbd13d8
Merge "Make QS panel peek below the header." into lmp-preview-dev
2014-05-26 14:14:06 +00:00
Selim Cinek
161920fabb
Merge "Introduced overscrolling for the panel expansion" into lmp-preview-dev
2014-05-26 14:14:06 +00:00
Selim Cinek
0b176bbc10
Merge "Fixed the gap which could occur after the speedbumpview." into lmp-preview-dev
2014-05-26 14:13:05 +00:00
Jorim Jaggi
f62f2bbcf2
Make QS panel peek below the header.
...
Bug: 15210059
Change-Id: I84e45092b3c9c397da8b458dbaa136fd52e665a6
2014-05-26 16:11:14 +02:00
Adrian Roos
60e3422d90
am 373b672c: Merge "Remove unnecessary layout request from Keyguard" into lmp-preview-dev
...
* commit '373b672c291f945ef4e9146faed0c80aa1910f23':
Remove unnecessary layout request from Keyguard
2014-05-26 13:07:15 +00:00
Adrian Roos
b13d754898
Merge "Remove unnecessary layout request from Keyguard" into lmp-preview-dev
2014-05-26 13:03:09 +00:00
Yohann Roussel
f2fa9994ab
Merge "A test application for Art bug 14256107"
2014-05-26 12:26:21 +00:00
Selim Cinek
24120a5ccf
Introduced overscrolling for the panel expansion
...
Notifications now overscroll in a rubberbandy motion when expanding.
Bug: 14486987
Change-Id: I5ad47027adab10d6996e70f489e8c2550220e224
2014-05-26 10:09:14 +02:00
Selim Cinek
0045cc1bbd
Fixed the gap which could occur after the speedbumpview.
...
Bug: 15126099
Change-Id: Ia1724c123296313a706790d3a25ffc1857968b63
2014-05-26 07:49:03 +02:00
Jungshik Jang
1a4485dcd2
Add HdmiCecDeviceInfo to HdmiCecLocalDevice
...
As HdmiCecLoclaDevice is a wrapper for local devices
it should include cec device info.
Change-Id: I479665b2aa6bd56470b79dbbb7fb1015f6356090
2014-05-26 13:52:14 +09:00
Jungshik Jang
02bb4265ac
Implement <Polling Message>.
...
When Device Discovery is launched or Hot-plug detection is
launched, the first step of it is to send <Polling Message>
to all remote devices. According to type of feature,
it may have different retry count for sending <Polling Message>.
As <Polling Message> to all devices should be serialized operation
it runs on io thread as single operation.
Along with this, added assertRunOnIoThread and
assertRunOnServiceThread used to make sure that all methods are
called in proper thread.
Change-Id: I2d2df0216867c188e99ba24b216ec73f3396eeae
2014-05-26 11:53:13 +09:00
Yuncheol Heo
1178cd29b2
Merge "Add the constants for the callback result of SendCecCommand()."
2014-05-26 02:45:40 +00:00
Yuncheol Heo
ece603b795
Add the constants for the callback result of SendCecCommand().
...
- Move the send failure warning messages into HdmiCecController.sendCommand()
from each Actions.
- Stringfy with more detail messages for some opcodes.
Change-Id: Ib7ce24dd2a1f290e6c3a0b26738772ef1d4a9630
2014-05-26 11:35:09 +09:00
Jorim Jaggi
cc12a9daf6
Visual refinements for lockscreen.
...
Bug: 15244051
Bug: 14999913
Change-Id: I48896cfa3d88a25ae9c244968ae8e457b6d4e82d
2014-05-26 02:06:20 +02:00
Adrian Roos
bd57735c6c
am 47dda7ee: (-s ours) DO NOT MERGE Only send notification activity intents after dismissing Keyguard
...
* commit '47dda7eeeaeaa4ef6e49af88c43559e5036c8d99':
DO NOT MERGE Only send notification activity intents after dismissing Keyguard
2014-05-25 22:07:53 +00:00
Adrian Roos
7d7090d666
DO NOT MERGE Only send notification activity intents after dismissing Keyguard
...
Defers delivery of contentIntent and activity actions until
the lockscreen has been dismissed, so that activities don't
launch beneath it.
Bug: 14491010
Change-Id: Ic8c61c18a75d4f0da2d82a0a8a038a5d98ebb71f
(cherry picked from commit 79f640dd0d02c1cc199937b160d8f7abd3c1eaeb)
2014-05-25 21:50:15 +00:00
Jinsuk Kim
2918e9e133
CEC Initialization per device type
...
CEC initialization may vary from device type to type. Changed logical address
map to HdmiCecLocalDevice map to handle it. These per-type classes for local
device will be extended also to take care of incoming CEC commands that should
require different action based on device type.
Change-Id: Ia59a464607b14e942fcf83e63aa1d6310ca6a575
2014-05-25 21:32:50 +00:00
Craig Mautner
dd64b567c3
am 5db9ed92: (-s ours) Merge "Modify task navigation to return to recent tasks. DO NOT MERGE" into lmp-preview-dev
...
* commit '5db9ed92e0ed2429a42b1131f84bef378c5139d4':
Modify task navigation to return to recent tasks. DO NOT MERGE
2014-05-25 19:42:17 +00:00