OSDN Git Service

android-x86/frameworks-base.git
10 years agoDon't play a sound when adjusting volume while telephony is active
RoboErik [Tue, 2 Sep 2014 22:04:27 +0000 (15:04 -0700)]
Don't play a sound when adjusting volume while telephony is active

bug:17106215
Change-Id: I54f156d91440ce777e5a4d473cdd47927479d084

10 years agoMerge "Update pointer hotspots to scale for DPI" into lmp-dev
Alan Viverette [Tue, 2 Sep 2014 22:20:11 +0000 (22:20 +0000)]
Merge "Update pointer hotspots to scale for DPI" into lmp-dev

10 years agoMerge "Add public constant for usage stats app op." into lmp-dev
Dianne Hackborn [Tue, 2 Sep 2014 21:54:56 +0000 (21:54 +0000)]
Merge "Add public constant for usage stats app op." into lmp-dev

10 years agoMerge "Ensure layout in getExtendedPadding calls" into lmp-dev
Raph Levien [Tue, 2 Sep 2014 21:53:25 +0000 (21:53 +0000)]
Merge "Ensure layout in getExtendedPadding calls" into lmp-dev

10 years agoMerge "Account for scaling effects when cropping" into lmp-dev
Craig Mautner [Tue, 2 Sep 2014 21:53:02 +0000 (21:53 +0000)]
Merge "Account for scaling effects when cropping" into lmp-dev

10 years agoMerge "Move print rendering in an isolated process." into lmp-dev
Svet Ganov [Tue, 2 Sep 2014 21:51:45 +0000 (21:51 +0000)]
Merge "Move print rendering in an isolated process." into lmp-dev

10 years agoMerge "Disable touch dispatch while adjusting brightness" into lmp-dev
Adrian Roos [Tue, 2 Sep 2014 21:49:01 +0000 (21:49 +0000)]
Merge "Disable touch dispatch while adjusting brightness" into lmp-dev

10 years agoMerge "Bug 17243357: Remove MessagingConfigurationManager" into lmp-dev
Shri Borde [Tue, 2 Sep 2014 21:48:10 +0000 (21:48 +0000)]
Merge "Bug 17243357: Remove MessagingConfigurationManager" into lmp-dev

10 years agoDisable touch dispatch while adjusting brightness
Adrian Roos [Tue, 2 Sep 2014 21:34:10 +0000 (23:34 +0200)]
Disable touch dispatch while adjusting brightness

Prevents new pointers from being added while the shade
is transparent so that nothing gets touched by accident.

Bug: 17113634
Change-Id: I4a607d08dbccd467280159060846edd32db9c512

10 years agoAccount for scaling effects when cropping
Craig Mautner [Tue, 2 Sep 2014 21:36:31 +0000 (14:36 -0700)]
Account for scaling effects when cropping

When a scaled window inherits the crop from an attached animating
window the scaling must be accounted for or the crop will obscure
the scaled window.

In the case of the bug that this CL fixes, the SurfaceView containing
a video was scaled down from 1920x1080 by a factor of 0.562 to fit in
1080 width. The crop applied to the window was 1080 but this was passed
to surfaceflinger which ended up cropping the width to 608 due to the
scaling.

Applying the scaling factor to the crop rectangle fixes this bug.

Fixes bug 16334217.

Change-Id: Iafefe43d3696d9fbff01a3666096348468a41e1a

10 years agoMerge "Don't drop up or cancel touch events" into lmp-dev
Adrian Roos [Tue, 2 Sep 2014 21:35:59 +0000 (21:35 +0000)]
Merge "Don't drop up or cancel touch events" into lmp-dev

10 years agoEnsure layout in getExtendedPadding calls
Raph Levien [Tue, 2 Sep 2014 21:22:23 +0000 (14:22 -0700)]
Ensure layout in getExtendedPadding calls

There are cases in which getExtendedPaddingTop() and Bottom can get
called even without a valid layout. This patch just makes sure there
is some reasonable layout available.

Fix for bug 14819392 "java.lang.NullPointerException in
android.widget.TextView"

Change-Id: I203899402ddfe857a688b16b7855a8991eee82b7

10 years agoDon't drop up or cancel touch events
Adrian Roos [Tue, 2 Sep 2014 21:19:56 +0000 (23:19 +0200)]
Don't drop up or cancel touch events

Otherwise you're gonna have a bad time.

Bug: 17113634
Change-Id: I24fa13a4379bab0cef014010058d08096abda094

10 years agoBug 17243357: Remove MessagingConfigurationManager
Shri Borde [Tue, 2 Sep 2014 16:48:49 +0000 (09:48 -0700)]
Bug 17243357: Remove MessagingConfigurationManager

It is replaced with SmsManager.getCarrierConfigValues

Change-Id: I560a53427b08746f2a7ed2e540ecb2c978b7ebd0

10 years agoMerge "Fix outdated time when turning on screen" into lmp-dev
Jorim Jaggi [Tue, 2 Sep 2014 20:26:38 +0000 (20:26 +0000)]
Merge "Fix outdated time when turning on screen" into lmp-dev

10 years agoMerge "Restore permission check for mic muting" into lmp-dev
Jean-Michel Trivi [Tue, 2 Sep 2014 20:22:58 +0000 (20:22 +0000)]
Merge "Restore permission check for mic muting" into lmp-dev

10 years agoMerge "Add missing null check to ninePatchInsets" into lmp-dev
Mathieu Chartier [Tue, 2 Sep 2014 20:01:59 +0000 (20:01 +0000)]
Merge "Add missing null check to ninePatchInsets" into lmp-dev

10 years agoFix outdated time when turning on screen
Jorim Jaggi [Tue, 2 Sep 2014 16:36:45 +0000 (18:36 +0200)]
Fix outdated time when turning on screen

Force a synchronous update of the clock view when turning on the
screen. Also wait for the Keyguard window to be drawn when turning
on the screen.

Bug: 16904617
Change-Id: I38f78a38cfe35ccd067cd420d2bad626bd955ad6

10 years agoMerge "Notifications are now selectable by the Keyboard" into lmp-dev
Selim Cinek [Tue, 2 Sep 2014 20:01:06 +0000 (20:01 +0000)]
Merge "Notifications are now selectable by the Keyboard" into lmp-dev

10 years agoMerge "Remove different layout for landscape in Keyguard" into lmp-dev
Jorim Jaggi [Tue, 2 Sep 2014 20:01:02 +0000 (20:01 +0000)]
Merge "Remove different layout for landscape in Keyguard" into lmp-dev

10 years agoRemove different layout for landscape in Keyguard
Jorim Jaggi [Tue, 2 Sep 2014 19:53:36 +0000 (21:53 +0200)]
Remove different layout for landscape in Keyguard

Bug: 15422177
Change-Id: I8a643a8f6dcfed1530f17e8de6a5cc69533528b4

10 years agoMerge "Fix issue #17322903: Crash in systemUI while launching an app from recents...
Dianne Hackborn [Tue, 2 Sep 2014 19:38:23 +0000 (19:38 +0000)]
Merge "Fix issue #17322903: Crash in systemUI while launching an app from recents tab" into lmp-dev

10 years agoMerge "Fix precision issues for roundrect clipping" into lmp-dev
Chris Craik [Tue, 2 Sep 2014 19:25:08 +0000 (19:25 +0000)]
Merge "Fix precision issues for roundrect clipping" into lmp-dev

10 years agoMove print rendering in an isolated process.
Svet Ganov [Fri, 29 Aug 2014 22:35:49 +0000 (15:35 -0700)]
Move print rendering in an isolated process.

Security review of the PDF rendering code revealed that it is
not sercure. Therefore, this code must be run in a sandbox.
This change moves the rendering code in an isolated process.

bug:16897933

Change-Id: I711ce42a56892db1837950137bfaa79e1d61a7c4

10 years agoMerge "Reload GPS configuration after carrier info is available. Bug: 17110478 Change...
Tsuwei Chen [Tue, 2 Sep 2014 18:36:36 +0000 (18:36 +0000)]
Merge "Reload GPS configuration after carrier info is available. Bug: 17110478 Change-Id: I1ecb71c4ca661df3dfeaea1622d73caeacb1350e" into lmp-dev

10 years agoAdd constants so we can distinguish decryption failures
Paul Lawrence [Thu, 28 Aug 2014 22:55:38 +0000 (15:55 -0700)]
Add constants so we can distinguish decryption failures

Bug: 17213613
Change-Id: I6bc10a1ed0855f6946ea9eb2f8d2db00c1af327c

10 years agoMerge "Don't rewrite package restrictions unconditionally in findPreferredActivity...
Christopher Tate [Tue, 2 Sep 2014 18:09:07 +0000 (18:09 +0000)]
Merge "Don't rewrite package restrictions unconditionally in findPreferredActivity()" into lmp-dev

10 years agoAdd public constant for usage stats app op.
Dianne Hackborn [Tue, 2 Sep 2014 17:57:16 +0000 (10:57 -0700)]
Add public constant for usage stats app op.

Change-Id: Ibc031b50e9fa4f1bd0955e0afd98e8b1bd77b905

10 years agoMerge "VirtualDisplay.Callbacks -> Callback" into lmp-dev
Michael Wright [Tue, 2 Sep 2014 17:54:44 +0000 (17:54 +0000)]
Merge "VirtualDisplay.Callbacks -> Callback" into lmp-dev

10 years agoMerge "Move *_AUDIO_PLUG actions from Intent to android.media.AudioManager" into...
Jean-Michel Trivi [Tue, 2 Sep 2014 17:52:45 +0000 (17:52 +0000)]
Merge "Move *_AUDIO_PLUG actions from Intent to android.media.AudioManager" into lmp-dev

10 years agoUpdate pointer hotspots to scale for DPI
Alan Viverette [Tue, 2 Sep 2014 17:45:30 +0000 (10:45 -0700)]
Update pointer hotspots to scale for DPI

Also updates the bitmap resources, which weren't scaled correctly
for their respective DPI buckets.

BUG: 16459309
Change-Id: Iedc781e2ee47a8b960390fea718cb08bcfb84ae3

10 years agoMerge "Magnification bounds not always animated on a looper thread." into lmp-dev
Svet Ganov [Tue, 2 Sep 2014 17:43:17 +0000 (17:43 +0000)]
Merge "Magnification bounds not always animated on a looper thread." into lmp-dev

10 years agoMerge "Use separate icon group for signal/battery in QS header" into lmp-dev
Jorim Jaggi [Tue, 2 Sep 2014 17:43:10 +0000 (17:43 +0000)]
Merge "Use separate icon group for signal/battery in QS header" into lmp-dev

10 years agoUse separate icon group for signal/battery in QS header
Jorim Jaggi [Tue, 2 Sep 2014 13:55:57 +0000 (15:55 +0200)]
Use separate icon group for signal/battery in QS header

This reverts the terrible hack that reattaches the system icons when
expanding QS. This primarily fixes that the alpha of the icons was
wrong when closing the shade, but also fixes flickering when expanding
the shade.

Bug: 17338013
Change-Id: Ifcbe03eca43ed7639059734e23d740c1b8a7a9de

10 years agoRestore permission check for mic muting
Jean-Michel Trivi [Sat, 30 Aug 2014 01:14:09 +0000 (18:14 -0700)]
Restore permission check for mic muting

The implementation for AudioManager.setMicrophoneMute() used to
 call directly into AudioSystem which called directly into
 AudioFlinger and the mediaserver process, where the check for
 the MODIFY_AUDIO_SETTINGS is performed.
A regression was introduced by Ib32138bcc256cfbac4fe21a090d5ba34f5c641fc
 which calls first into AudioService which runs in system_process
 before calling into AudioSystem, which granted the permission.
This CL adds a permission check in this code path when calling
 AudioService.

Bug 17259652

Change-Id: I4ac5269262eb90df80ee81db6ec3d96977ee53be

10 years agoMerge "Remove "ask each time" SIP call setting. (1/2)" into lmp-dev
Tyler Gunn [Tue, 2 Sep 2014 17:31:38 +0000 (17:31 +0000)]
Merge "Remove "ask each time" SIP call setting. (1/2)" into lmp-dev

10 years agoMerge "Hide the interaction part of VoiceInteractionService." into lmp-dev
Dianne Hackborn [Tue, 2 Sep 2014 17:30:48 +0000 (17:30 +0000)]
Merge "Hide the interaction part of VoiceInteractionService." into lmp-dev

10 years agoHide the interaction part of VoiceInteractionService.
Dianne Hackborn [Sat, 30 Aug 2014 00:32:04 +0000 (17:32 -0700)]
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

10 years agoMerge "API: Document android-allow-cross-domain-redirect in MediaPlayer and VideoView...
Ronghua Wu [Tue, 2 Sep 2014 17:27:25 +0000 (17:27 +0000)]
Merge "API: Document android-allow-cross-domain-redirect in MediaPlayer and VideoView" into lmp-dev

10 years agoMerge "Add lookup key to callerInfo" into lmp-dev
Yorke Lee [Tue, 2 Sep 2014 17:24:54 +0000 (17:24 +0000)]
Merge "Add lookup key to callerInfo" into lmp-dev

10 years agoMerge "Make it possible to remove current user" into lmp-dev
Amith Yamasani [Tue, 2 Sep 2014 17:21:57 +0000 (17:21 +0000)]
Merge "Make it possible to remove current user" into lmp-dev

10 years agoMerge "Update MediaBrowser to use String ids instead of Uris" into lmp-dev
RoboErik [Tue, 2 Sep 2014 16:58:29 +0000 (16:58 +0000)]
Merge "Update MediaBrowser to use String ids instead of Uris" into lmp-dev

10 years agoMerge "TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE" into lmp-dev
Jae Seo [Tue, 2 Sep 2014 16:20:22 +0000 (16:20 +0000)]
Merge "TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE" into lmp-dev

10 years agoMerge "TIF: Fix the Singapore content ratings" into lmp-dev
Jae Seo [Tue, 2 Sep 2014 16:20:09 +0000 (16:20 +0000)]
Merge "TIF: Fix the Singapore content ratings" into lmp-dev

10 years agoMerge "Update window always on convertTo/FromTranslucent" into lmp-dev
George Mount [Tue, 2 Sep 2014 16:20:05 +0000 (16:20 +0000)]
Merge "Update window always on convertTo/FromTranslucent" into lmp-dev

10 years agoMerge "Fix the (0,0) vector case for extra vertices computation" into lmp-dev
ztenghui [Tue, 2 Sep 2014 16:17:00 +0000 (16:17 +0000)]
Merge "Fix the (0,0) vector case for extra vertices computation" into lmp-dev

10 years agoMerge "Do not show the input icon when it's not available." into lmp-dev
Sungsoo Lim [Tue, 2 Sep 2014 16:16:01 +0000 (16:16 +0000)]
Merge "Do not show the input icon when it's not available." into lmp-dev

10 years agoDo not show the input icon when it's not available.
Sungsoo Lim [Tue, 2 Sep 2014 00:12:05 +0000 (17:12 -0700)]
Do not show the input icon when it's not available.

Bug: 17335230
Change-Id: Icb84949ed55f22bb384df9ed4bbfe3d86949c301

10 years agoMerge "Delete locksettings files for toplevel users only" into lmp-dev
Robin Lee [Tue, 2 Sep 2014 15:51:50 +0000 (15:51 +0000)]
Merge "Delete locksettings files for toplevel users only" into lmp-dev

10 years agoRemove "ask each time" SIP call setting. (1/2)
Tyler Gunn [Tue, 2 Sep 2014 15:39:35 +0000 (08:39 -0700)]
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

10 years agoMerge "Fixed a bug in the notification touch selection." into lmp-dev
Selim Cinek [Tue, 2 Sep 2014 15:37:05 +0000 (15:37 +0000)]
Merge "Fixed a bug in the notification touch selection." into lmp-dev

10 years agoNotifications are now selectable by the Keyboard
Selim Cinek [Tue, 2 Sep 2014 15:35:20 +0000 (17:35 +0200)]
Notifications are now selectable by the Keyboard

Also adapted the ripple colors a bit to be more visible.

Bug: 17203303
Change-Id: I7d0446d2641bcabb1e09b3af9535d88c4142e216

10 years agoMerge "SysUI: Ignore group children when summary is present" into lmp-dev
Christoph Studer [Tue, 2 Sep 2014 15:22:15 +0000 (15:22 +0000)]
Merge "SysUI: Ignore group children when summary is present" into lmp-dev

10 years agoDelete locksettings files for toplevel users only
Robin Lee [Mon, 1 Sep 2014 15:52:47 +0000 (16:52 +0100)]
Delete locksettings files for toplevel users only

Fixes an issue created by change:
    I7941707ca66ac25bd122fd22e5e0f639e7af697e

Bug: 16233206
Change-Id: Ia905d153e94303acd611178333adc77c68933711

10 years agoMerge "Fix expanded notifications on lockscreen" into lmp-dev
Jorim Jaggi [Tue, 2 Sep 2014 15:07:36 +0000 (15:07 +0000)]
Merge "Fix expanded notifications on lockscreen" into lmp-dev

10 years agoFix expanded notifications on lockscreen
Jorim Jaggi [Tue, 2 Sep 2014 14:31:19 +0000 (16:31 +0200)]
Fix expanded notifications on lockscreen

Bug: 17340086
Change-Id: I388f859cea1ad5daf195590512ee684e88b9299c

10 years agoFixed a bug in the notification touch selection.
Selim Cinek [Tue, 2 Sep 2014 11:46:00 +0000 (13:46 +0200)]
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

10 years agoMerge "Fixed crash with notification guts" into lmp-dev
Selim Cinek [Tue, 2 Sep 2014 11:48:27 +0000 (11:48 +0000)]
Merge "Fixed crash with notification guts" into lmp-dev

10 years agoMerge "Fixed LTR and RTL naming confusion in navigation bar" into lmp-dev
Selim Cinek [Tue, 2 Sep 2014 11:47:46 +0000 (11:47 +0000)]
Merge "Fixed LTR and RTL naming confusion in navigation bar" into lmp-dev

10 years agoFixed crash with notification guts
Selim Cinek [Tue, 2 Sep 2014 10:51:31 +0000 (12:51 +0200)]
Fixed crash with notification guts

Bug: 17350166
Change-Id: I4b5eb19b30e57486f48fa8c397e7450426f36464

10 years agoSysUI: Ignore group children when summary is present
Christoph Studer [Tue, 2 Sep 2014 09:49:19 +0000 (11:49 +0200)]
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

10 years agoTIF: Fix the Singapore content ratings
Jae Seo [Tue, 2 Sep 2014 07:30:01 +0000 (00:30 -0700)]
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

10 years agoVirtualDisplay.Callbacks -> Callback
Michael Wright [Tue, 2 Sep 2014 02:55:22 +0000 (19:55 -0700)]
VirtualDisplay.Callbacks -> Callback

Also, rename methods to be onPaused instead of onDisplayPaused, etc.

Bug: 17008630
Change-Id: Id9ead22a42d36ac338309f0f021ba341ed991144

10 years agoTIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE
Jae Seo [Tue, 2 Sep 2014 06:49:00 +0000 (23:49 -0700)]
TIF: Allow ISO 639-1 code for Channels.COLUMN_AUDIO_LANGUAGE

Bug: 17331873
Change-Id: Idabeb056ae2105125174d7392dbe4fae614752fc

10 years agoDisable the debug flag in HdmiLogger.
Yuncheol Heo [Tue, 2 Sep 2014 05:59:15 +0000 (14:59 +0900)]
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

10 years agoMerge "Reallocate the logical address on the hotplug event." into lmp-dev
Yuncheol Heo [Tue, 2 Sep 2014 04:57:30 +0000 (04:57 +0000)]
Merge "Reallocate the logical address on the hotplug event." into lmp-dev

10 years agoMerge "TIF: add SystemApi's for ITvInputHardware related methods" into lmp-dev
Wonsik Kim [Tue, 2 Sep 2014 02:52:44 +0000 (02:52 +0000)]
Merge "TIF: add SystemApi's for ITvInputHardware related methods" into lmp-dev

10 years agoTIF: add SystemApi's for ITvInputHardware related methods
Wonsik Kim [Mon, 1 Sep 2014 02:52:28 +0000 (11:52 +0900)]
TIF: add SystemApi's for ITvInputHardware related methods

Bug: 17322530
Change-Id: I813d865bc9a77d1d381e52188afac5c5c75a2968

10 years agoReallocate the logical address on the hotplug event.
Yuncheol Heo [Tue, 2 Sep 2014 01:36:04 +0000 (10:36 +0900)]
Reallocate the logical address on the hotplug event.

Bug: 17337451
Change-Id: I4117638e96c64eabd64edfef3359a0f12cf110f6

10 years agoMerge "CEC: Fixes bugs in routing control" into lmp-dev
Jinsuk Kim [Tue, 2 Sep 2014 02:27:22 +0000 (02:27 +0000)]
Merge "CEC: Fixes bugs in routing control" into lmp-dev

10 years agoMagnification bounds not always animated on a looper thread.
Svet Ganov [Tue, 2 Sep 2014 02:06:33 +0000 (19:06 -0700)]
Magnification bounds not always animated on a looper thread.

In display manigfication mode we are showing a frame around the
magnified region. Showing and hiding this frame is animated. In
some cases the code calling into the display magnifier is not
running on a looper thread which leads to a crash when interacting
with the property animator. Now the animation is explicitly handled
in a dedicated handler that runs on the window manager's handler
looper thread.

bug:15506701

Change-Id: I3fada775c9fac8820599dd31ac80720021c70cb3

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Tue, 2 Sep 2014 02:06:59 +0000 (02:06 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Tue, 2 Sep 2014 02:06:50 +0000 (02:06 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoCEC: Fixes bugs in routing control
Jinsuk Kim [Tue, 2 Sep 2014 01:30:10 +0000 (10:30 +0900)]
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

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 2 Sep 2014 00:49:05 +0000 (17:49 -0700)]
Import translations. DO NOT MERGE

Change-Id: Id2b9e0d60ed4cba16ad90621dafd7c41ad377f76
Auto-generated-cl: translation import

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Tue, 2 Sep 2014 00:29:48 +0000 (17:29 -0700)]
Import translations. DO NOT MERGE

Change-Id: I7fab5997699dba037e40150ea6484993efe6577f
Auto-generated-cl: translation import

10 years agoFix the (0,0) vector case for extra vertices computation
ztenghui [Tue, 2 Sep 2014 00:19:51 +0000 (17:19 -0700)]
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

10 years agoFixing build (adding missing animations).
Winson Chung [Mon, 1 Sep 2014 23:58:23 +0000 (16:58 -0700)]
Fixing build (adding missing animations).

10 years agoProviding a more seamless transition to Home (Bug. 17012456)
Winson Chung [Fri, 29 Aug 2014 03:57:16 +0000 (20:57 -0700)]
Providing a more seamless transition to Home (Bug. 17012456)

- Fixing landscape N7 transition issue

Change-Id: I968d6fd4db693359d520664b1444e699d7ee30ee

10 years agoMerge "NoMan: Disable SQLite stats DO NOT MERGE" into lmp-dev
Christoph Studer [Mon, 1 Sep 2014 21:55:08 +0000 (21:55 +0000)]
Merge "NoMan: Disable SQLite stats DO NOT MERGE" into lmp-dev

10 years agoFixed LTR and RTL naming confusion in navigation bar
Selim Cinek [Mon, 1 Sep 2014 21:53:43 +0000 (23:53 +0200)]
Fixed LTR and RTL naming confusion in navigation bar

Bug: 15280748
Change-Id: Ibc985374b8c4e6787abd80324add1213c9db727e

10 years agoMerge "Fixed a bug with the appear animation of the notifications" into lmp-dev
Selim Cinek [Mon, 1 Sep 2014 21:30:31 +0000 (21:30 +0000)]
Merge "Fixed a bug with the appear animation of the notifications" into lmp-dev

10 years agoMerge "Stabilized the animation when going back from the locked shade" into lmp-dev
Selim Cinek [Mon, 1 Sep 2014 21:30:20 +0000 (21:30 +0000)]
Merge "Stabilized the animation when going back from the locked shade" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Mon, 1 Sep 2014 21:25:59 +0000 (21:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Mon, 1 Sep 2014 21:25:57 +0000 (21:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Mon, 1 Sep 2014 21:25:56 +0000 (21:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Mon, 1 Sep 2014 21:25:42 +0000 (21:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into lmp-dev
Baligh Uddin [Mon, 1 Sep 2014 21:25:38 +0000 (21:25 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-dev

10 years agoFixed a bug with the appear animation of the notifications
Selim Cinek [Mon, 1 Sep 2014 21:08:39 +0000 (23:08 +0200)]
Fixed a bug with the appear animation of the notifications

Bug: 17346264
Change-Id: I0c830c1661342eb0885da5e8dec385d0775f146b

10 years agoStabilized the animation when going back from the locked shade
Selim Cinek [Mon, 1 Sep 2014 20:33:25 +0000 (22:33 +0200)]
Stabilized the animation when going back from the locked shade

Now, independant of the notifications the shade correctly animates
back from the shade locked when clicking on the bottom.

Bug: 17345758
Change-Id: I40f6cc65d4ceb4357f648192287c08acddffdcd9

10 years agoMerge "Trust: Look at the security unlock method of the right user" into lmp-dev
Adrian Roos [Mon, 1 Sep 2014 21:13:11 +0000 (21:13 +0000)]
Merge "Trust: Look at the security unlock method of the right user" into lmp-dev

10 years agoTrust: Look at the security unlock method of the right user
Adrian Roos [Mon, 1 Sep 2014 14:24:32 +0000 (16:24 +0200)]
Trust: Look at the security unlock method of the right user

Follow up to Ic9e93862c722ebc529f5b2010b9cea941f569ce7.

Bug: 17107213
Change-Id: I8f3c19aedeaca3f265c98a4fb60ab74b115fca47

10 years agoMerge "Fixed several bugs where the dismissview was not reachable." into lmp-dev
Selim Cinek [Mon, 1 Sep 2014 19:40:07 +0000 (19:40 +0000)]
Merge "Fixed several bugs where the dismissview was not reachable." into lmp-dev

10 years agoMerge "Notification: Reset view params for re-use" into lmp-dev
Christoph Studer [Mon, 1 Sep 2014 19:26:55 +0000 (19:26 +0000)]
Merge "Notification: Reset view params for re-use" into lmp-dev

10 years agoFixed several bugs where the dismissview was not reachable.
Selim Cinek [Mon, 1 Sep 2014 17:41:54 +0000 (19:41 +0200)]
Fixed several bugs where the dismissview was not reachable.

Also fixes a bug where the maxExpandHeight was not correctly updated
and where notifications were wrongfully generated.
Finally it fixes an issue where initially the height of the panel was
not correct.

Bug: 17096130
Change-Id: I0f4a05187f31eef5cbbe364bfceb8806b5092cdf

10 years agoMerge "Notification guts have now the actualHeight of the notifications" into lmp-dev
Selim Cinek [Mon, 1 Sep 2014 19:16:23 +0000 (19:16 +0000)]
Merge "Notification guts have now the actualHeight of the notifications" into lmp-dev

10 years agoNotification guts have now the actualHeight of the notifications
Selim Cinek [Mon, 1 Sep 2014 13:11:28 +0000 (15:11 +0200)]
Notification guts have now the actualHeight of the notifications

Before it just had the height of the notification leading to bugs
in cornercases during animations and swiping.
Also updated to colors to use system colors.

Bug: 17333457
Change-Id: I00d87820595a789006632c582e8c35759a61969d

10 years agoNotification: Reset view params for re-use
Christoph Studer [Mon, 1 Sep 2014 16:21:18 +0000 (18:21 +0200)]
Notification: Reset view params for re-use

Since RemoteViews are reapplied in SysUI, reset potentially
modified view params before configuring it.

Bug: 17175860
Change-Id: I0eceb1522461f8302e69af1a995a8d036951d1ed

10 years agoFix clipped off text on second line for QS tiles
Jorim Jaggi [Mon, 1 Sep 2014 15:13:36 +0000 (17:13 +0200)]
Fix clipped off text on second line for QS tiles

Bug: 16480978
Change-Id: I401845fc888c5a0263ba60f486db91f75f285935

10 years agoMerge "Media notification updates" into lmp-dev
Jorim Jaggi [Mon, 1 Sep 2014 15:52:01 +0000 (15:52 +0000)]
Merge "Media notification updates" into lmp-dev