Commit Graph

15247 Commits

Author SHA1 Message Date
Andrii Kulian
4ce6754e60 Merge "Always send task stack change updates if PiP is enabled" into nyc-mr1-dev 2016-07-01 21:39:39 +00:00
TreeHugger Robot
2d7d1209de Merge "Force lock icon animations on UI thread" into nyc-mr1-dev 2016-07-01 19:32:50 +00:00
TreeHugger Robot
30efa24b11 Merge changes I38cff63b,Id3739bbc,If052cd8c into nyc-mr1-dev
* changes:
  Fix synchronization error for Seamless rotation.
  Disable seamless rotation while animating.
  Force CROSSFADE rotation when launching from double tap gesture.
2016-07-01 19:27:36 +00:00
Andrii Kulian
8290f8f66a Always send task stack change updates if PiP is enabled
PiP stack repositioning is triggered when task stack change
is detected. Usually these updates are sent when there was
a visibility change since last pause. In case when we're
navigating from setting back to launcher on TV there is no
visibility change. This happened to work in most cases
because PipOverlayActivity was shown or hidden somewhere
between user actions.

This CL always notifies about task stack changes if pinned
stack is present on activity pause.

Bug: 29344059
Change-Id: I5ab3f2b8a97983fcb79d58626b6494f8ec31dbf3
2016-07-01 12:18:39 -07:00
Adrian Roos
5a078db97e Merge "Fix navigation bar order in seascape" into nyc-mr1-dev 2016-07-01 19:17:14 +00:00
Robert Carr
fd10cd1989 Force CROSSFADE rotation when launching from double tap gesture.
When activity transition triggers a rotation change, the starting
window will normally be the top window at the time we try
to select the window animation. However, these layout params won't
have the apps rotation animation set (as the client code will set that
on the real window, not the starting window). Eventually we would
like to add API to specify rotation animation via manifest to solve
this problem cleanly. In the mean time, we can force a specific rotation
animation from the double tap gesture, and clean up some camera
ugliness. We accomplish this by attaching an animation hint to
ActivityOptions.

Bug: 28838855
Change-Id: If052cd8cbae76651da43f3b4c590cd9dcc1afc0f
2016-07-01 11:05:40 -07:00
Jason Monk
104d9de3a5 QS: Make edit non-clickable when collapsed
Change-Id: I44e289b3692a41f7cdc1491c1d45c446612546ee
Fixes: 29521073
2016-07-01 10:25:16 -04:00
Jason Monk
8d947520c3 Merge "QS: Fix clipping for some font sizes" into nyc-mr1-dev 2016-07-01 13:25:10 +00:00
TreeHugger Robot
d3ed87b222 Merge "Quick settings icons have focus" into nyc-mr1-dev 2016-07-01 13:24:30 +00:00
Jorim Jaggi
23bb84b03e Force lock icon animations on UI thread
Change-Id: Ibe1936a09f475a9ec2ba5c838a66dffb9fd8f99b
Fixes: 29900888
2016-06-30 19:11:38 -07:00
Adrian Roos
27315acfbb Fix navigation bar order in seascape
Change-Id: I4a4edb05f6fdeabc45609fc29aae1c01baed37ab
Fixes: 29612635
2016-06-30 16:08:48 -07:00
TreeHugger Robot
d4ec5df707 Merge "SysUI: Mantain non-weak reference to listener" into nyc-mr1-dev 2016-06-30 20:41:53 +00:00
Andrew Sapperstein
ac44c9ef45 Merge "Update the volume panel to use a system color." into nyc-mr1-dev 2016-06-30 20:26:36 +00:00
TreeHugger Robot
fc27d96bcd Merge "Status bar blacklist: fix items resetting" into nyc-mr1-dev 2016-06-30 20:16:54 +00:00
Min Yun
f07f1700e2 Quick settings icons have focus
To have focus in quick setting icons,
add focusable

Fixes: 29769508
Change-Id: I1b10203d60614a7b94274da046dac69a7ed5b80a
Signed-off-by: Sungyoung An <sungyong.an@lge.com>
Signed-off-by: Min Yun <min.yun@lge.com>
2016-06-30 15:19:25 -04:00
Jason Monk
705a4bc623 SysUI: Mantain non-weak reference to listener
Change-Id: Ie11dfac0af90d65baed40f593eb4ffe7ab0cc0e3
Fixes: 29778623
2016-06-30 15:04:11 -04:00
Jason Monk
c9cef3cf1d QS: Fix clipping for some font sizes
Change-Id: I44b68f0104341a6b772fd2d61d7c7baeb019d151
Fixes: 29262822
2016-06-30 14:46:12 -04:00
Jason Monk
0570e36b3b Status bar blacklist: fix items resetting
Change-Id: Id3f287ce3b0fed4e3a7d0abff5fce025f16d9a1e
Fixes: 27600379
2016-06-30 14:37:10 -04:00
Jason Monk
b46059a1d4 QS: Layout and animation refinement
Bug: 29315917
Fixes: 29879993
Change-Id: I0153e81ff9cd81022958a1baf3531ac5ca6b4144
2016-06-30 14:27:44 -04:00
Andrew Sapperstein
c10b4dc90c Update the volume panel to use a system color.
Removes all hardcoded usages of blue_grey_200 and replaces
them with the use of one color resource that's defined in the
framework.

Change-Id: Ic6450f8ec03c3d9cbf915fa5de6f1184bf64266e
Fixes: 29574243
2016-06-30 10:14:53 -07:00
TreeHugger Robot
c4376b5fae Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev 2016-06-30 03:17:18 +00:00
Jeff Sharkey
3362400aa5 Move getRecentTasks() to ParceledListSlice.
am: 479212cf50

Change-Id: Ic76f624396117d922aac60eac9c2caae4f1d7e27
2016-06-29 23:53:58 +00:00
Jeff Sharkey
479212cf50 Move getRecentTasks() to ParceledListSlice.
In extreme cases the list of recent tasks can grow beyond the size
of a single Binder transaction.  This change moves over to
ParceledListSlice which handles chunking any large results.

Bug: 29635557
Change-Id: Iaf1227234f5f8c9451f73a6a5c1dc89f2067f05f
2016-06-29 22:17:41 +00:00
Bill Yi
b2cd422851 Import translations. DO NOT MERGE
Change-Id: I0766139e2f58cfcb8ffc6fb24b1400deaaf313c6
Auto-generated-cl: translation import
2016-06-29 14:20:30 -07:00
Sid Soundararajan
8a17a77e4b Merge \"Recents: Make sure blacklist checks the package name as well as activity name\" into nyc-dev
am: 10b2fee05f

Change-Id: I8b7783bbe4924437494f0ed5857ee81f574fe8b1
2016-06-29 20:13:48 +00:00
Sid Soundararajan
10b2fee05f Merge "Recents: Make sure blacklist checks the package name as well as activity name" into nyc-dev 2016-06-29 20:03:06 +00:00
Sid Soundararajan
f838407e4a Recents: Make sure blacklist checks the package name as well as activity name
BUG: 28719274
BUG: 28764678
Change-Id: Ib17d3feda8997ce5b29060bff47d51f503c868dc
2016-06-29 19:54:49 +00:00
Winson
52cfea9c35 Move preloading to boot complete.
am: 16ef39a7f6

Change-Id: Idaf6c79e076a6b2a1c2d2a2b7282e58bb7c23bce
2016-06-29 02:20:33 +00:00
Winson
16ef39a7f6 Move preloading to boot complete.
Bug: 29320695
Change-Id: I14b5127b218597f3c32e647e0443a88b5a708ce1
2016-06-29 02:13:37 +00:00
Amith Yamasani
30a2b43f6d Merge "Add tron logging for retail demo session counters" into nyc-mr1-dev 2016-06-28 01:03:17 +00:00
William Harmon
611093b1a1 Merge "Allow system apps to have disabled QS tiles." into nyc-mr1-dev 2016-06-27 22:15:46 +00:00
Will Harmon
294af233a9 Allow system apps to have disabled QS tiles.
Otherwise the tile can get removed on bootup if the tile is disabled by
default.

Fixes: 29509725

Change-Id: Icc6b63b6cf9b9cdca367c79c3175896c87041e05
2016-06-27 22:14:21 +00:00
Jorim Jaggi
573e85fff8 Merge \"Fix smooth panel deceleration\" into nyc-dev
am: e858432241

Change-Id: I2520d88620d5f3f12cab60a9422db8a41e40bec8
2016-06-27 20:54:29 +00:00
Jorim Jaggi
0fdf574bc8 Fix smooth panel deceleration
State of dismiss view was wrong when the panel was closed, thus, we didn't
apply our logic for smooth panel deceleration anymore.

Bug: 29579394
Change-Id: I79718517e776adad092457aba6db18219998fde1
2016-06-27 18:54:34 +00:00
Amith Yamasani
b75fc2b2b7 Add tron logging for retail demo session counters
Count each demo user creation and time between
first touch (to dismiss the video) and the start
of inactivity timeout.

Fixed an NPE in SysUI when user switcher is missing.

Bug: 29540372
Change-Id: I7bc0e0dde75e7b213a025683c15c9b3e750643a9
2016-06-27 11:15:38 -07:00
Bill Yi
efc1338b5e Import translations. DO NOT MERGE
Change-Id: I19cb889e99f1491d64d24df1e5a53ff594d2882e
Auto-generated-cl: translation import
2016-06-27 03:08:44 -07:00
Dan Sandler
1b2ed4394c Cats are not, technically, tasty treats.
am: 27a9fcc618

Change-Id: I6ffdf66c9ef70052b7ba5ac5d926b32eae633fde
2016-06-26 22:55:59 +00:00
Dan Sandler
27a9fcc618 Cats are not, technically, tasty treats.
Bug: 27376882
Change-Id: I97183339e51c5d07fe6e9404bbcc5178ca605c05
Copilot: Jason Monk <jmonk@google.com>
2016-06-26 15:00:11 +00:00
TreeHugger Robot
d37db3c77f Merge "Reduce vibration length of camera gesture" into nyc-mr1-dev 2016-06-25 02:06:43 +00:00
Jorim Jaggi
8ba1cb3a7a Reduce vibration length of camera gesture
Fixes: 29621269
Change-Id: Iaca4f82e75a709ccf1345c271ae443f16ebce852
2016-06-24 17:33:03 -07:00
Min Yun
dd962fd1bd Reapply more strings for \"more settings\"
am: de383c75eb

Change-Id: I4d31eb5dd262e68542af4360da062ecdb3ff822f
2016-06-24 20:10:02 +00:00
Min Yun
de383c75eb Reapply more strings for "more settings"
Fixes: 29620816

Change-Id: Iabfcb3b762e1d7d105d2b4c417fc0902d7e7ca16
2016-06-24 18:28:17 +00:00
Julia Reynolds
630cc3017a Always reapply strings.
am: 9c0c3d8d8b

Change-Id: I20ad505b3cb75319cc81a3dfb6ecfd0fae9ac24a
2016-06-24 15:16:35 +00:00
TreeHugger Robot
459f594bb1 Merge "Show volume row headers by default." into nyc-mr1-dev 2016-06-24 14:52:40 +00:00
Julia Reynolds
5f83c85182 Show volume row headers by default.
Bug: 28269951
Change-Id: I26acfb26064e7f44e4b1897d940228247b45d7b1
2016-06-24 09:17:55 -04:00
Julia Reynolds
9c0c3d8d8b Always reapply strings.
Change-Id: Icc66d1e23048d2676b5776c3eec76345963228d0
Fixes: 29620816
2016-06-24 12:49:29 +00:00
TreeHugger Robot
2bc13bcdad Merge "Import translations. DO NOT MERGE" into nyc-dev 2016-06-24 05:44:10 +00:00
TreeHugger Robot
282bf31a0b Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev 2016-06-24 05:43:21 +00:00
Bill Yi
65fefb0263 Import translations. DO NOT MERGE
Change-Id: Iea17392a65904aae2012a06d59d2ee623769034c
Auto-generated-cl: translation import
2016-06-23 17:26:51 -07:00
Bill Yi
267c1c6260 Import translations. DO NOT MERGE
Change-Id: If580d6129a5e7b06ee111f866e42b708ebdc7c00
Auto-generated-cl: translation import
2016-06-23 17:07:49 -07:00