Geoff Mendal
063357312c
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:27:36 +00:00
Geoff Mendal
3122eedcd3
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:27:10 +00:00
Geoff Mendal
b697973e2a
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:26:55 +00:00
Geoff Mendal
21e0a012d8
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:26:38 +00:00
Geoff Mendal
497300badb
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:26:16 +00:00
Geoff Mendal
9561ec3353
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:26:02 +00:00
Geoff Mendal
6f63adbe93
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 21:25:44 +00:00
Geoff Mendal
bf8af9dde6
Import translations. DO NOT MERGE
...
Change-Id: I522dbce84a7dad42bb0159d365fe3f2049679207
Auto-generated-cl: translation import
2016-02-02 13:06:29 -08:00
Geoff Mendal
7a8788ec00
Import translations. DO NOT MERGE
...
Change-Id: Ieaafa87030d49b1db501a2837e152e7bf3450c22
Auto-generated-cl: translation import
2016-02-02 13:03:26 -08:00
Geoff Mendal
95b8d3a6b3
Import translations. DO NOT MERGE
...
Change-Id: I3811fe74ac702597cf4ba9db60bc035f28632b28
Auto-generated-cl: translation import
2016-02-02 13:00:39 -08:00
Geoff Mendal
3ffab58eb4
Import translations. DO NOT MERGE
...
Change-Id: Iea8b528da87c3a0e12d2f0d782334390b1876a2b
Auto-generated-cl: translation import
2016-02-02 12:57:33 -08:00
Geoff Mendal
c265968b99
Import translations. DO NOT MERGE
...
Change-Id: I8278f026b87460de08b62ea54c36b024eb4f49f8
Auto-generated-cl: translation import
2016-02-02 12:54:05 -08:00
Geoff Mendal
3553bebd40
Import translations. DO NOT MERGE
...
Change-Id: I011c83fb945b04260dd0564f22874dd3eab57047
Auto-generated-cl: translation import
2016-02-02 12:50:58 -08:00
Geoff Mendal
62d0a4ad3d
Import translations. DO NOT MERGE
...
Change-Id: Iec3ba1c073c38dedce355d0cf19dbb93e8281692
Auto-generated-cl: translation import
2016-02-02 12:47:33 -08:00
Geoff Mendal
34affa2303
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 26887781
Change-Id: I2f77e533633815badf267419addb9d5f7686a200
2016-02-02 10:09:58 -08:00
Geoff Mendal
ef9f2cbc84
Merge "Import translations. DO NOT MERGE" into mnc-dr1.5-dev
2016-02-02 16:09:01 +00:00
Geoff Mendal
e8342eefbb
Import translations. DO NOT MERGE
...
Change-Id: I125fdf9cff416791a54d42450e6ef63ffec48a6f
Auto-generated-cl: translation import
2016-02-02 08:03:45 -08:00
Geoff Mendal
3dab749b31
Import translations. DO NOT MERGE
...
Change-Id: I491375fe7c3f4bafb6a310830c12cd1459072670
Auto-generated-cl: translation import
2016-02-02 07:57:06 -08:00
Geoff Mendal
9ff5be7674
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 26887782
Change-Id: If6bc1bd3f277f0289aecb7c063f899363079c248
2016-02-01 12:21:06 -08:00
Jorim Jaggi
3c988197fa
Fix SystemUI animator leak
...
When there was a state change or layout when there was an animation
set as the mobile icon in the status bar, we never stopped the old
animation, which was infinite. This was using more and more CPU because
the animations never got stopped.
To fix this, we don't update the drawable when a layout happens and we
stop the previous animation when replacing the icon.
Bug: 26616870
Change-Id: If501155d1a99d587e50a1b77ebb03a21c940662b
2016-01-21 01:59:27 +00:00
Thierry Strudel
fc7e682f44
Merge "Supply content description for QS disconnect buttons" into mnc-dr1.5-dev
2016-01-15 23:44:45 +00:00
Dan Sandler
24813b0dd5
Stop leaking Notifications when they change groupKeys.
...
If a Notification changes groups (either from one group to
another, or gets a group key for the first time, which takes
it out of its implicit singleton group) it should be removed
from the old group in NotificationGroupManager's mGroupMap
and re-inserted under the new one.
Unfortunately we were passing the *new* notification in the
oldNotification argument, so we would always attempt (and
fail) to remove it from the *new* group, leaving a strong
reference to the Notification inside mGroupMap under an
obsolete group key.
Bug: 26561365
Change-Id: Ie5cdceb4f843dbd363652e00fbc0f3ac6f6ef247
2016-01-15 10:29:31 -05:00
Dan Sandler
b3f1109d99
Supply content description for QS disconnect buttons
...
Bug: 26555270
Change-Id: I3803c7ad78a64894eca5c36f5d9ecf7fc4a6ad92
2016-01-14 11:38:35 -05:00
Selim Cinek
ba9e8586e3
Fixed a crash with the heads up manager
...
Bug: 25693389
Change-Id: Id852e342000bff6de0ce19f442eb53b21e935b7b
2016-01-13 21:13:33 +00:00
Jason Monk
67b2c16a9a
Get data type from service state as well
...
Bug: 26276354
Bug: 26413831
Change-Id: Ic080300db7d5e5200caf611cc2ee1ef3af93736e
2016-01-12 10:24:09 -05:00
Dan Sandler
8d9aea8a18
DO NOT MERGE: Use GregorianCalendar.add() when searching for next alarm.
...
Never attribute to malice that which is adequately explained
by a bug, particularly one involving date math.
Bug: 26326394
Change-Id: I3483ac102c678a8852565c8ea94c06e19b3f26d8
2016-01-07 18:09:11 +00:00
Geoff Mendal
fd87e92a42
Import translations. DO NOT MERGE
...
Change-Id: If00b01a244af6221a01d0c060c58da7389fd1b35
Auto-generated-cl: translation import
2015-12-21 06:50:08 -08:00
Bryce Lee
9eaa59a1ff
Merge "Add setting for declaring disabled bluetooth profiles." into cw-e-dev
...
am: cf91b45c05
* commit 'cf91b45c05358c81ddaccf3ddd4b1ea6d5295faa':
Add setting for declaring disabled bluetooth profiles.
2015-12-17 11:45:17 -08:00
Bryce Lee
cf91b45c05
Merge "Add setting for declaring disabled bluetooth profiles." into cw-e-dev
2015-12-17 19:40:47 +00:00
Bryce Lee
ec85f34812
Add setting for declaring disabled bluetooth profiles.
...
Bug: 25900899
Change-Id: I420a7c590d72ba10f3e466d15dccfdbb520e810a
2015-12-16 13:32:28 -08:00
Geoff Mendal
d0dd157ade
Merge "Import translations. DO NOT MERGE" into cw-e-dev
2015-12-16 05:05:18 +00:00
Geoff Mendal
8f316d2723
Import translations. DO NOT MERGE
...
Change-Id: Ia8ab8097f7b82ed5fb344351035535c5b3b0690d
Auto-generated-cl: translation import
2015-12-15 21:03:50 -08:00
Geoff Mendal
8b4b230174
Merge "Import translations. DO NOT MERGE" into cw-e-dev
2015-12-16 05:02:26 +00:00
Geoff Mendal
1144462f6b
Import translations. DO NOT MERGE
...
Change-Id: Ifbe7e97f2a1fe1b688642a8179c0e184d69ba3cb
Auto-generated-cl: translation import
2015-12-15 21:00:49 -08:00
Geoff Mendal
10bc1c7000
Merge "Import translations. DO NOT MERGE" into cw-e-dev
2015-12-16 04:49:00 +00:00
Geoff Mendal
e0b74266f7
Import translations. DO NOT MERGE
...
Change-Id: Idc7e685457dc0bc2da4df2bd10ac2187d64fa00f
Auto-generated-cl: translation import
2015-12-15 20:45:33 -08:00
Geoff Mendal
df5dd062a0
Merge "Import translations. DO NOT MERGE" into cw-e-dev
2015-12-16 04:36:13 +00:00
Geoff Mendal
648fa53981
Import translations. DO NOT MERGE
...
Change-Id: Ic3c47d16450ddb80c815369cf01bb63be1f73a88
Auto-generated-cl: translation import
2015-12-15 20:34:53 -08:00
Geoff Mendal
531eb5b484
Merge "Import translations. DO NOT MERGE" into cw-e-dev
2015-12-16 04:34:26 +00:00
Geoff Mendal
d2615bdf40
Import translations. DO NOT MERGE
...
Change-Id: Ie93a6af2b483228b5797bdb018ac8accc7ef54ed
Auto-generated-cl: translation import
2015-12-15 20:29:48 -08:00
Geoff Mendal
695cf968b7
Import translations. DO NOT MERGE
...
Change-Id: I28f308a8339779f14ccf90581665624317afb4d3
Auto-generated-cl: translation import
2015-12-15 20:21:26 -08:00
Adam Lesinski
9289560aa0
Use wakeup reason when FingerPrint sensor wakes up the device
...
PowerManager can log into BatteryStats the reason for the device being
woken up. This change has the Fingerprint controller report the reason
instead of a default non-descriptive 'wakeUp' reason.
Bug:26209577
Change-Id: I12d80682dad888add139cca586d4b948e9d546e5
(cherry picked from commit 5bcb8bb31ab6688dff432cb7bd20fe69016c7003)
2015-12-15 21:46:11 +00:00
Christopher Tate
a89f9d93cb
Don't back up / restore EAP network definitions
...
Bug 25725016
Cherrypick from AOSP.
Change-Id: I6aa11a76e7724a0aaad05a1aa074afa2c429370c
2015-12-10 18:23:22 -08:00
Julia Reynolds
3e57340b6a
Fix radio button flash on hour change.
...
Also delete confusing debug variable.
Bug: 25459795
Bug: 25783349
Change-Id: I9208ece4edf5fbcff5f257994f47d81a901766e8
2015-12-07 14:59:16 +00:00
Winson Chung
3bab0fd4f7
Merge "DO NOT MERGE Ensure that the device is provisioned before showing Recents." into mnc-dev am: dce0f8040d am: 3e9f2b7894
...
am: 1b29fd87a2
* commit '1b29fd87a26d6230c55c701d1411b34342614af0':
DO NOT MERGE Ensure that the device is provisioned before showing Recents.
2015-11-13 18:21:53 +00:00
Winson Chung
1b29fd87a2
Merge "DO NOT MERGE Ensure that the device is provisioned before showing Recents." into mnc-dev am: dce0f8040d
...
am: 3e9f2b7894
* commit '3e9f2b789414f34b5530107c362295c5a637bac1':
DO NOT MERGE Ensure that the device is provisioned before showing Recents.
2015-11-13 18:15:29 +00:00
Winson Chung
3e9f2b7894
Merge "DO NOT MERGE Ensure that the device is provisioned before showing Recents." into mnc-dev
...
am: dce0f8040d
* commit 'dce0f8040dcce494166832eb6c1e8a2d9638ddd4':
DO NOT MERGE Ensure that the device is provisioned before showing Recents.
2015-11-13 18:08:35 +00:00
Sanket Padawe
761af3d27d
Merge "Don\'t allow contact sharing by default for device not recognized as carkit." into mnc-dr-dev am: 5b6ad87630
...
am: 4f822bbf2a
* commit '4f822bbf2a1c44c9dc5668857aa8cf7f0e5969cc':
Don't allow contact sharing by default for device not recognized as carkit.
2015-11-13 00:07:47 +00:00
Sanket Padawe
4f822bbf2a
Merge "Don\'t allow contact sharing by default for device not recognized as carkit." into mnc-dr-dev
...
am: 5b6ad87630
* commit '5b6ad87630756751471f7224672328d955c8f2fb':
Don't allow contact sharing by default for device not recognized as carkit.
2015-11-12 23:58:48 +00:00
Sanket Padawe
07533dbfff
Don't allow contact sharing by default for device not recognized as carkit.
...
+ Don't allow contact sharing by default for devices not recognized
as carkit at pair time.
Bug: 23607427
Change-Id: If6babb10117ba7ee5008a4a29450a7cb981bea4a
2015-11-11 15:01:35 -08:00