Tyler Gunn
4b7498d81f
Merge "Remove "ask each time" SIP call setting. (1/2)" into lmp-dev
2014-09-02 17:31:39 +00:00
Dianne Hackborn
76a65d5f00
Merge "Hide the interaction part of VoiceInteractionService." into lmp-dev
2014-09-02 17:30:49 +00:00
Dianne Hackborn
d7c0395d26
Hide the interaction part of VoiceInteractionService.
...
Also the ability to start voice activities is turned off,
though for testing purposes it can be turned back on with a system
property.
Change-Id: I867704d32c53beeb851ceea9b45c28bf5c01ef61
2014-09-02 10:29:28 -07:00
Ronghua Wu
a7118c9bb2
Merge "API: Document android-allow-cross-domain-redirect in MediaPlayer and VideoView" into lmp-dev
2014-09-02 17:27:26 +00:00
Yorke Lee
9dfea28fa8
Merge "Add lookup key to callerInfo" into lmp-dev
2014-09-02 17:24:55 +00:00
Amith Yamasani
2cdcc7d360
Merge "Make it possible to remove current user" into lmp-dev
2014-09-02 17:21:58 +00:00
RoboErik
17a1b48629
Merge "Update MediaBrowser to use String ids instead of Uris" into lmp-dev
2014-09-02 16:58:30 +00:00
Jae Seo
65899b1092
Merge "TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE" into lmp-dev
2014-09-02 16:20:28 +00:00
Jae Seo
9e85408f12
Merge "TIF: Fix the Singapore content ratings" into lmp-dev
2014-09-02 16:20:10 +00:00
George Mount
b4558e7e5f
Merge "Update window always on convertTo/FromTranslucent" into lmp-dev
2014-09-02 16:20:06 +00:00
ztenghui
6a08b8f9b4
Merge "Fix the (0,0) vector case for extra vertices computation" into lmp-dev
2014-09-02 16:17:01 +00:00
Sungsoo Lim
75f903e123
Merge "Do not show the input icon when it's not available." into lmp-dev
2014-09-02 16:16:02 +00:00
Sungsoo Lim
3633832063
Do not show the input icon when it's not available.
...
Bug: 17335230
Change-Id: Icb84949ed55f22bb384df9ed4bbfe3d86949c301
2014-09-02 09:13:43 -07:00
Robin Lee
89369b29db
Merge "Delete locksettings files for toplevel users only" into lmp-dev
2014-09-02 15:51:51 +00:00
Tyler Gunn
2c830a2905
Remove "ask each time" SIP call setting. (1/2)
...
1. Removed setting from Settings.System class.
2. Added settings database migration step to change "SIP_ASK_ME_EACH_TIME"
to "SIP_ADDRESS_ONLY" as the "ask me each time" option no longer makes
sense given the new phone accounts settings.
Bug: 17321422
Change-Id: I3df1be4fcda44f2097c49af44508ac1fce72a24b
2014-09-02 08:39:35 -07:00
Selim Cinek
9547fd4a2e
Merge "Fixed a bug in the notification touch selection." into lmp-dev
2014-09-02 15:37:06 +00:00
Christoph Studer
e0320054a7
Merge "SysUI: Ignore group children when summary is present" into lmp-dev
2014-09-02 15:22:17 +00:00
Robin Lee
1096cf8664
Delete locksettings files for toplevel users only
...
Fixes an issue created by change:
I7941707ca66ac25bd122fd22e5e0f639e7af697e
Bug: 16233206
Change-Id: Ia905d153e94303acd611178333adc77c68933711
2014-09-02 16:12:06 +01:00
Jorim Jaggi
2debc99efa
Merge "Fix expanded notifications on lockscreen" into lmp-dev
2014-09-02 15:07:37 +00:00
Jorim Jaggi
e62d589bea
Fix expanded notifications on lockscreen
...
Bug: 17340086
Change-Id: I388f859cea1ad5daf195590512ee684e88b9299c
2014-09-02 16:32:23 +02:00
Selim Cinek
abdc5a0782
Fixed a bug in the notification touch selection.
...
This lead to the wrong notification being selected and
therefore the longpress listener would not be triggered.
Also added some logging for cases where the longpress
listener would not fire.
Bug: 17332879
Change-Id: I9a5cd9bfe3108ca3e366711d34d1e218f1d520cf
2014-09-02 14:42:10 +02:00
Selim Cinek
56d3cb3013
Merge "Fixed crash with notification guts" into lmp-dev
2014-09-02 11:48:28 +00:00
Selim Cinek
6301c555dc
Merge "Fixed LTR and RTL naming confusion in navigation bar" into lmp-dev
2014-09-02 11:47:47 +00:00
Selim Cinek
edb893bae6
Fixed crash with notification guts
...
Bug: 17350166
Change-Id: I4b5eb19b30e57486f48fa8c397e7450426f36464
2014-09-02 12:51:31 +02:00
Christoph Studer
d722f27323
SysUI: Ignore group children when summary is present
...
This is an optimization to avoid inflating Views for notifications
we're not going to show and free up memory ASAP. No behavioral changes
expected.
Bug: 16302692
Change-Id: I5fa03dcc9ad9cae4afc7cd6102d7ea8bfbdcbfd5
2014-09-02 11:49:19 +02:00
Jae Seo
3652e1d8b8
TIF: Fix the Singapore content ratings
...
It is not that Singapore has two different rating systems. There is just one
rating system from Board of Film Censors but each broadcaster uses a different
subset of ratings. For example, Free-To-Air uses PG and PG13 while Pay TV uses
NC16 and M18 ratings in addition to the PG and PG13.
Bug: 17330613
Change-Id: I5a5e47706e7415f13a5e7dc9c00cc2c3c3763965
2014-09-02 00:30:01 -07:00
Jae Seo
d6ae33bd6a
TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE
...
Bug: 17331873
Change-Id: Idabeb056ae2105125174d7392dbe4fae614752fc
2014-09-01 23:49:00 -07:00
Yuncheol Heo
192ba20d2a
Disable the debug flag in HdmiLogger.
...
The flag was enabled by mistake in the previous CL.
And this can cause the log-spam on HdmiCec.
Change-Id: Ie705eba8718e9dfe1750726278b6dce6bd872eb9
2014-09-02 15:01:14 +09:00
Yuncheol Heo
dfd2874e4f
Merge "Reallocate the logical address on the hotplug event." into lmp-dev
2014-09-02 04:57:31 +00:00
Wonsik Kim
c0f394e866
Merge "TIF: add SystemApi's for ITvInputHardware related methods" into lmp-dev
2014-09-02 02:52:45 +00:00
Wonsik Kim
d71c691bc5
TIF: add SystemApi's for ITvInputHardware related methods
...
Bug: 17322530
Change-Id: I813d865bc9a77d1d381e52188afac5c5c75a2968
2014-09-02 11:45:35 +09:00
Yuncheol Heo
b502186ab3
Reallocate the logical address on the hotplug event.
...
Bug: 17337451
Change-Id: I4117638e96c64eabd64edfef3359a0f12cf110f6
2014-09-02 11:31:54 +09:00
Jinsuk Kim
c707267505
Merge "CEC: Fixes bugs in routing control" into lmp-dev
2014-09-02 02:27:23 +00:00
Baligh Uddin
8901c7ba1d
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-02 02:07:00 +00:00
Baligh Uddin
691258e415
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-02 02:06:52 +00:00
Jinsuk Kim
4b4b940c69
CEC: Fixes bugs in routing control
...
1) HdmiControlService#inInDeviceList was passed the parameters in
a wrong order. Fixed here. Turned the method to private as well.
2) Passed path not port to Routing control when handling active
path removal to update the active path correctly.
3) adb dumpsys hdmi_control outputs the status of the connected
CEC devices for debugging.
Bug: 17344892
Bug: 17346869
Change-Id: I289d980a2534a6159b12286dd43f159e1b4134d4
2014-09-02 10:30:10 +09:00
Baligh Uddin
a37261b21a
Import translations. DO NOT MERGE
...
Change-Id: Id2b9e0d60ed4cba16ad90621dafd7c41ad377f76
Auto-generated-cl: translation import
2014-09-01 17:49:05 -07:00
Baligh Uddin
8e3cd7c4db
Import translations. DO NOT MERGE
...
Change-Id: I7fab5997699dba037e40150ea6484993efe6577f
Auto-generated-cl: translation import
2014-09-01 17:29:48 -07:00
ztenghui
26131368ec
Fix the (0,0) vector case for extra vertices computation
...
TODO: Figure out why we have collided vertices from input polygon.
b/17340792
Change-Id: I6636ff957ef17514bd11cf290ccc0a2c302aca0b
2014-09-01 17:23:27 -07:00
Winson Chung
ec1bfea28e
Fixing build (adding missing animations).
2014-09-02 00:00:52 +00:00
Winson Chung
bf8871db61
Providing a more seamless transition to Home (Bug. 17012456)
...
- Fixing landscape N7 transition issue
Change-Id: I968d6fd4db693359d520664b1444e699d7ee30ee
2014-09-01 23:20:47 +00:00
Christoph Studer
dbbe73ea42
Merge "NoMan: Disable SQLite stats DO NOT MERGE" into lmp-dev
2014-09-01 21:55:09 +00:00
Selim Cinek
74c92d6def
Fixed LTR and RTL naming confusion in navigation bar
...
Bug: 15280748
Change-Id: Ibc985374b8c4e6787abd80324add1213c9db727e
2014-09-01 23:53:43 +02:00
Selim Cinek
ca8e58f3be
Merge "Fixed a bug with the appear animation of the notifications" into lmp-dev
2014-09-01 21:30:32 +00:00
Selim Cinek
c309fab3c8
Merge "Stabilized the animation when going back from the locked shade" into lmp-dev
2014-09-01 21:30:21 +00:00
Baligh Uddin
ab76ad4f62
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:26:16 +00:00
Baligh Uddin
20bea96838
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:26:15 +00:00
Baligh Uddin
bfb3009f84
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:25:58 +00:00
Baligh Uddin
39a871ae44
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:25:43 +00:00
Baligh Uddin
ecec05f401
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-01 21:25:39 +00:00