Commit Graph

256462 Commits

Author SHA1 Message Date
Alain Vongsouvanh
285cf2d765 Properly set the center of the circular mask.
am: 63d2e41d1b

Change-Id: If638998c5012b5ebb68cca77b257a991b09827a9
2016-10-26 21:29:15 +00:00
Svetoslav Ganov
69a039eb78 Merge "[DO NOT MERGE] Don't accidentally delete renamed packages" into nyc-mr1-dev am: e9db00e39f
am: 5ac13dcb25

Change-Id: Ic2950d36ac4f7a32d45e06741e80963f7e1cf583
2016-10-26 20:37:24 +00:00
Svetoslav Ganov
c893565d24 [DO NOT MERGE] Don't accidentally delete renamed packages am: e2c85890ac
am: 2a81b4c908

Change-Id: If6495a817d87c41998cbc148fce7bbb39c4da5a4
2016-10-26 20:36:35 +00:00
Svetoslav Ganov
5ac13dcb25 Merge "[DO NOT MERGE] Don't accidentally delete renamed packages" into nyc-mr1-dev
am: e9db00e39f

Change-Id: I4141899231b1d48bb8217fe071a4146202e10ab8
2016-10-26 20:28:33 +00:00
Svetoslav Ganov
2a81b4c908 [DO NOT MERGE] Don't accidentally delete renamed packages
am: e2c85890ac

Change-Id: Icbd85ddfc76e50553414bd47860370cdc442b796
2016-10-26 20:28:30 +00:00
TreeHugger Robot
e9db00e39f Merge "[DO NOT MERGE] Don't accidentally delete renamed packages" into nyc-mr1-dev 2016-10-26 20:22:53 +00:00
Alain Vongsouvanh
63d2e41d1b Properly set the center of the circular mask.
The new circular mask did not take into account devices with a chin,
setting the center of the circular mask higher than it should be.

BUG: 32418552
Change-Id: Ia45e197492a57341ad7db620b1d3fcc4820eabf0
2016-10-26 13:01:49 -07:00
Svetoslav Ganov
e2c85890ac [DO NOT MERGE] Don't accidentally delete renamed packages
Apps on the system image can change their package by declaring
their old one in the manifest. If a package is renamed it is
internally referred by its old name.

The reconciliation code was using the new package name for
renamed packages and was concluding the apk is orphaned thus
deleting it. This puts the package in a bad state where the app
is gone and the version on the system partition is disabled.

Also Play was showing an update for a renamed system app as
an install while it is an update because of the same reason,
it was using the new package name while the app is internally
referred by the old one.

The fix for both above is to internally normalize the package
name by using the old one if the package was renamed or the
package name as is.

Test: With the fix put the old calculator on the system image
and booted, then put the renamed calculator and booted, updated
calculator from play and rebooted - calculator keeps working.
Also did the above steps without the patch to put calculator
in a bad state and flashed the system with the patch which
fixed the broken calculator app.

bug:32321269

Change-Id: I98bfc05c399edfc9854ebcce44182fefa55ceeff
2016-10-26 18:14:06 +00:00
Julius D'souza
24dcd11841 Merge "DO NOT MERGE: Add initial ambient light sensor rate" into cw-f-dev
am: 1e0055bb51

Change-Id: If6b70c76c4e16634175667ca58b69077c5e54c61
2016-10-26 03:29:49 +00:00
Julius D'souza
4d3af80494 DO NOT MERGE: Add initial ambient light sensor rate
am: 82b9aff0a9

Change-Id: I65408c700317d76e271659945fe280318dabe315
2016-10-26 03:29:41 +00:00
Julius D'souza
1e0055bb51 Merge "DO NOT MERGE: Add initial ambient light sensor rate" into cw-f-dev 2016-10-26 03:23:19 +00:00
Julius D'souza
82b9aff0a9 DO NOT MERGE: Add initial ambient light sensor rate
Bug: 32153559

Change-Id: Ic54bded46f88991290ed1e4d2574f865b6f598ec
2016-10-25 17:13:29 -07:00
Jorim Jaggi
a03792fb24 Merge "Make sure to call dismissKeyguard after setOccluded" into nyc-mr1-dev am: 7e8fc05295
am: 66a7dc6193

Change-Id: I53f230e3f9b6aa18c7d8d2ff41542fbd47c3da5c
2016-10-25 23:48:15 +00:00
Jorim Jaggi
ae7f618f38 Make sure to call dismissKeyguard after setOccluded am: ec50931d88
am: 1d4f2b9914

Change-Id: I27ef32dfb5963524c0c3efb03058f021799dda07
2016-10-25 23:47:20 +00:00
Jorim Jaggi
66a7dc6193 Merge "Make sure to call dismissKeyguard after setOccluded" into nyc-mr1-dev
am: 7e8fc05295

Change-Id: I30c5c07b6b0308e6161607f7e89302d5af8b7c11
2016-10-25 23:39:30 +00:00
Jorim Jaggi
1d4f2b9914 Make sure to call dismissKeyguard after setOccluded
am: ec50931d88

Change-Id: Ib25480fa4efe63940fed144f4e28dee185244fad
2016-10-25 23:39:25 +00:00
Jorim Jaggi
7e8fc05295 Merge "Make sure to call dismissKeyguard after setOccluded" into nyc-mr1-dev 2016-10-25 23:32:57 +00:00
Adrian Roos
0d280c5a52 Merge "Ambient: If user turned off ambient, keep it off after split" into nyc-mr1-dev am: db1fd054d2 -s ours
am: 299b57410d  -s ours

Change-Id: Id3b951d73e784b6bb7300d62df7df7957448f185
2016-10-25 22:11:37 +00:00
Adrian Roos
cd9c84aff5 Ambient: If user turned off ambient, keep it off after split am: 21984eeaf7 -s ours
am: 4e2bad2a02  -s ours

Change-Id: I578cbe489e705b77689860eb0cea7d79ab6cc4c8
2016-10-25 22:10:46 +00:00
Adrian Roos
299b57410d Merge "Ambient: If user turned off ambient, keep it off after split" into nyc-mr1-dev
am: db1fd054d2  -s ours

Change-Id: I9f3d116efa02bfca1df96414110722afe143a6dc
2016-10-25 22:02:49 +00:00
Adrian Roos
4e2bad2a02 Ambient: If user turned off ambient, keep it off after split
am: 21984eeaf7  -s ours

Change-Id: Ia9508033be03059a382abfaaa2adfc3e415df81b
2016-10-25 22:02:44 +00:00
Adrian Roos
db1fd054d2 Merge "Ambient: If user turned off ambient, keep it off after split" into nyc-mr1-dev 2016-10-25 21:55:52 +00:00
Adrian Roos
b97cd830e0 Ambient: If user turned off ambient, keep it off after split
am: cb60c7a87e

Change-Id: I7da07f53de4748462f06a805921e7dcd28637820
2016-10-25 21:31:17 +00:00
Adrian Roos
21984eeaf7 Ambient: If user turned off ambient, keep it off after split
The split ambient settings default to on - which is a bad experience
if the user explicitly turned it off before the split.

Change-Id: Id80d62727952f63b363f87c19b5befbde8ab5c31
Merged-In: I986d35a1a28e97f4c8d7d3d47ed5658e1836a44f
Merged-In: I346a53b0dc9cdf578c238113f4f33056ba0f3aea
Fixes: 32332195
Test: Flash angler to NYC, disable ambient, upgrade to NYC-MR1, check if "Lift to check phone" is still off.
2016-10-25 19:40:34 +00:00
Adrian Roos
cb60c7a87e Ambient: If user turned off ambient, keep it off after split
The split ambient settings default to on - which is a bad experience
if the user explicitly turned it off before the split.

Change-Id: I346a53b0dc9cdf578c238113f4f33056ba0f3aea
Merged-In: I986d35a1a28e97f4c8d7d3d47ed5658e1836a44f
Fixes: 32332195
Test: Flash angler to NYC, disable ambient, upgrade to NYC-MR1, check if "Lift to check phone" is still off.
2016-10-25 12:37:00 -07:00
Matthew Bouyack
070955608c Merge "Avoid redundant setMatrix calls from setMatrixInTransaction This matches the behavior of setPositionInTransaction and setSizeInTransaction." into cw-f-dev
am: 4f14be3d40

Change-Id: I730a5872a29236e75b40ff270e279caf6b6da16f
2016-10-25 16:55:49 +00:00
Matthew Bouyack
36d5474ef8 Avoid redundant setMatrix calls from setMatrixInTransaction This matches the behavior of setPositionInTransaction and setSizeInTransaction.
am: 8dd88f649b

Change-Id: Id510d1e5653ec167a4494a9ff14728fca446862c
2016-10-25 16:55:44 +00:00
Matthew Bouyack
4f14be3d40 Merge "Avoid redundant setMatrix calls from setMatrixInTransaction This matches the behavior of setPositionInTransaction and setSizeInTransaction." into cw-f-dev 2016-10-25 16:48:20 +00:00
Cheryl Potter
4fdbfbf48d docs: change gpu debugger redirect b/31781348 am: afbf16f908 am: fb4f5497b7 am: 2e7c67f3cd
am: 90d300a0b1

Change-Id: Ibcf179723383ad683ad6865a784d1d671fe35015
2016-10-25 15:17:55 +00:00
Cheryl Potter
90d300a0b1 docs: change gpu debugger redirect b/31781348 am: afbf16f908 am: fb4f5497b7
am: 2e7c67f3cd

Change-Id: I489007830f525fa1deaabe6cc78f6b0d41e78a77
2016-10-25 15:14:15 +00:00
Cheryl Potter
2e7c67f3cd docs: change gpu debugger redirect b/31781348 am: afbf16f908
am: fb4f5497b7

Change-Id: I1c550fa22586145ec949fe54ef727be814624340
2016-10-25 15:10:22 +00:00
Cheryl Potter
fb4f5497b7 docs: change gpu debugger redirect b/31781348
am: afbf16f908

Change-Id: I6fa42074ba2fe6019f0bf817a7b21650d2a0dd43
2016-10-25 15:03:23 +00:00
Bill Yi
595fc656e9 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: bf2eaa1029 -s ours
am: 2be91e7aff  -s ours

Change-Id: Icab5326419697a45d9338f0dbc57aa24eb3ac99a
2016-10-25 06:36:29 +00:00
Bill Yi
a97ce6c84e Import translations. DO NOT MERGE am: 9ac3087a90 -s ours
am: d091556b6c  -s ours

Change-Id: I1f27d69564e4601a45cf21cef2149a65130cc0de
2016-10-25 06:35:46 +00:00
Bill Yi
02106f20a3 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: 9421be2011 -s ours
am: 45b0084348  -s ours

Change-Id: Ib0d3db1215adf01d90643e55aea65ad2f2ff2073
2016-10-25 06:35:04 +00:00
Bill Yi
349c365c93 Import translations. DO NOT MERGE am: 8bea919d37 -s ours
am: 3f7cd6f73b  -s ours

Change-Id: I471ace1f6bfd71059e2c3f713d6385064988ada3
2016-10-25 06:34:17 +00:00
Android Build Merger (Role)
d230d7d15d Merge "Merge "Import translations. DO NOT MERGE" into cw-f-dev am: a0980e58e4 -s ours" into nyc-mr2-dev 2016-10-25 06:30:01 +00:00
Android Build Merger (Role)
ddca547792 Merge "Import translations. DO NOT MERGE am: b3a6a7afe4 -s ours" into nyc-mr2-dev 2016-10-25 06:29:41 +00:00
TreeHugger Robot
3fa41597ab Merge "Import translations. DO NOT MERGE" into nyc-mr2-dev 2016-10-25 06:29:35 +00:00
Bill Yi
b1b614671c Merge "Import translations. DO NOT MERGE" into cw-f-dev
am: a0980e58e4  -s ours

Change-Id: Ib33e112eda5af530b41bb65ad393e2f9b61ac6c1
2016-10-25 06:29:00 +00:00
Bill Yi
5be5a57151 Import translations. DO NOT MERGE
am: b3a6a7afe4  -s ours

Change-Id: I2a8b9850a1effd799a88210e55c6183605c0f046
2016-10-25 06:28:59 +00:00
Bill Yi
7c592c96e9 Merge "Import translations. DO NOT MERGE" into cw-f-dev
am: 840d1f6797  -s ours

Change-Id: I7fcaa6ea865885d085284c58ccb71a29f275020b
2016-10-25 06:27:49 +00:00
Bill Yi
8f8f7cc918 Import translations. DO NOT MERGE
am: 6d512da8e7  -s ours

Change-Id: I01407ceed1d3f8a28b956e156100adc6960f61f4
2016-10-25 06:27:48 +00:00
Bill Yi
2be91e7aff Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
am: bf2eaa1029  -s ours

Change-Id: Ib09d545a5ad307e82c04136c57c10fc33eddce48
2016-10-25 06:25:44 +00:00
Bill Yi
d091556b6c Import translations. DO NOT MERGE
am: 9ac3087a90  -s ours

Change-Id: I0ef3029490ded71a1145ba8c4b46e7263b938a54
2016-10-25 06:25:41 +00:00
Bill Yi
45b0084348 Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev
am: 9421be2011  -s ours

Change-Id: Id624f18f91ebf282cf8a5498f0c0b4c6682ea89e
2016-10-25 06:24:23 +00:00
Bill Yi
3f7cd6f73b Import translations. DO NOT MERGE
am: 8bea919d37  -s ours

Change-Id: I67c3a96bfa8497980eb80b993a8861d6b13de029
2016-10-25 06:24:20 +00:00
TreeHugger Robot
a0980e58e4 Merge "Import translations. DO NOT MERGE" into cw-f-dev 2016-10-25 06:23:10 +00:00
TreeHugger Robot
840d1f6797 Merge "Import translations. DO NOT MERGE" into cw-f-dev 2016-10-25 06:22:42 +00:00
TreeHugger Robot
44ee15db41 Merge "Import translations. DO NOT MERGE" into nyc-mr2-dev 2016-10-25 06:22:06 +00:00