11426 Commits

Author SHA1 Message Date
Svetoslav
160021d8cf am 93134ce8: Merge "Save to a PDF file should look like print preview." into lmp-mr1-dev
* commit '93134ce87e7b33e599c9ef9ed8b19ec2556ca8f1':
  Save to a PDF file should look like print preview.
2014-10-31 19:57:23 +00:00
Svetoslav
93134ce87e Merge "Save to a PDF file should look like print preview." into lmp-mr1-dev 2014-10-31 19:54:05 +00:00
Chris Wren
c5f1ee3dd1 am b9144cea: Merge "Clear the initialized flag when resetting the height." into lmp-mr1-dev
* commit 'b9144cea5184c90534db75b47e3818a688e64d5b':
  Clear the initialized flag when resetting the height.
2014-10-31 19:15:20 +00:00
Chris Wren
b9144cea51 Merge "Clear the initialized flag when resetting the height." into lmp-mr1-dev 2014-10-31 19:10:53 +00:00
John Spurlock
44c534d88a am 404658ee: Merge "Update 1-bar status bar / qs icons." into lmp-mr1-dev
* commit '404658eee9ec7c84dc070b018d7fcfa94bb8f83f':
  Update 1-bar status bar / qs icons.
2014-10-31 19:05:12 +00:00
John Spurlock
404658eee9 Merge "Update 1-bar status bar / qs icons." into lmp-mr1-dev 2014-10-31 19:01:17 +00:00
Chris Wren
310df3127a Clear the initialized flag when resetting the height.
When the notification was updated within the heads up, touches were being
dropped due to an invalid actual height, after a height reset in the update code.

Bug: 18102199
Change-Id: I6c95d360452665464a868b2bc5ce4f6e104b6652
2014-10-31 18:55:39 +00:00
John Spurlock
fd9aa5ff03 Update 1-bar status bar / qs icons.
To make the difference from 2-bars more pronounced.

Also fix a tragic regression in status bar demo icon scale.

Bug: 18019421

Change-Id: I4f4e3fea3ed07de5705ea7a1420deb4ccaa398b0
2014-10-31 14:51:54 -04:00
Svetoslav
bec22beb99 Save to a PDF file should look like print preview.
When rendering a PDF file for print preview we take into account
the selected print options such as paper size, orientation, etc
without modifying the document. To print we send the doc in its
original form and the print options so the print service can apply
the necessary transforms in addition to the optional custom options
it supports. When saving to PDF we have to actually change the
document as we act as a print service.

bug:13545980

Change-Id: Icdcecf962bec6ff742cc6015df5af9d9086ce760
2014-10-31 10:41:34 -07:00
Jorim Jaggi
d6047940cd am 06a0c3a4: Implement nice transition for unlocking while QS is open
* commit '06a0c3a4459de084ecf8f1a8920edf36c41ac164':
  Implement nice transition for unlocking while QS is open
2014-10-31 16:10:29 +00:00
Jorim Jaggi
06a0c3a445 Implement nice transition for unlocking while QS is open
Also allow to swipe from the very bottom on Keyguard to close both
QS and notifications, to have the same behavior like in the normal
shade.

Bug: 18167287
Change-Id: I2150ac5834efe1061ca8c8d32815a481c0796c97
2014-10-31 16:45:59 +01:00
Selim Cinek
0f22af9955 am aed002f8: Merge "Fixed a bug with the notification appear animation" into lmp-mr1-dev
* commit 'aed002f85c4e8ad76ff5b21b9d5216e827fca454':
  Fixed a bug with the notification appear animation
2014-10-31 15:21:40 +00:00
Selim Cinek
aed002f85c Merge "Fixed a bug with the notification appear animation" into lmp-mr1-dev 2014-10-31 15:17:21 +00:00
Selim Cinek
0bda775be5 am 69d7dfd4: Merge "Mirrored clear all animation for RTL" into lmp-mr1-dev
* commit '69d7dfd4502aee139b6de26f235c21366ebb659f':
  Mirrored clear all animation for RTL
2014-10-31 15:17:19 +00:00
Selim Cinek
69d7dfd450 Merge "Mirrored clear all animation for RTL" into lmp-mr1-dev 2014-10-31 15:13:02 +00:00
Selim Cinek
bb3d1cf11d Fixed a bug with the notification appear animation
This happened since the switch animation was running
even when invisible. This is fixed now and only
runs when the view is actually shown.

Bug: 18168562
Change-Id: I7fa2254411d249c23cd623cdff64524729f0817c
2014-10-31 16:11:53 +01:00
Selim Cinek
1d59af45f6 Mirrored clear all animation for RTL
Also automirrored the icon.

Bug: 18173905
Change-Id: I510efaf18b89a676959d72ad1b9e9a8edd417e60
2014-10-31 16:11:40 +01:00
Selim Cinek
03a2cffb4b am af2442e9: Merge "Fixed a bug that the panel was not closable in the locked shade" into lmp-mr1-dev
* commit 'af2442e9e53d1a77856e3151ba8b2cd08da81828':
  Fixed a bug that the panel was not closable in the locked shade
2014-10-31 15:07:59 +00:00
Selim Cinek
3804ebfbf9 am ac457b1b: Merge "Fixed a crash in the Notification expandHelper" into lmp-mr1-dev
* commit 'ac457b1baef7904b05c47f653d11f20b860afccd':
  Fixed a crash in the Notification expandHelper
2014-10-31 15:07:54 +00:00
Selim Cinek
b94a2d96a9 am 43d991ef: Merge "Fixed a bug when tapping in the empty space of the notification panel" into lmp-mr1-dev
* commit '43d991ef8a23f7d43f3b4f539eaa613436c8acdb':
  Fixed a bug when tapping in the empty space of the notification panel
2014-10-31 15:07:49 +00:00
Selim Cinek
af2442e9e5 Merge "Fixed a bug that the panel was not closable in the locked shade" into lmp-mr1-dev 2014-10-31 15:04:03 +00:00
Selim Cinek
ac457b1bae Merge "Fixed a crash in the Notification expandHelper" into lmp-mr1-dev 2014-10-31 15:03:43 +00:00
Selim Cinek
43d991ef8a Merge "Fixed a bug when tapping in the empty space of the notification panel" into lmp-mr1-dev 2014-10-31 15:03:10 +00:00
Christoph Studer
76f21de029 am 104078c8: Merge "SysUI: Never log GONE notifications as visible" into lmp-mr1-dev
* commit '104078c8ba7504376f77ab7ea7f183d2250d323d':
  SysUI: Never log GONE notifications as visible
2014-10-31 14:59:27 +00:00
Christoph Studer
104078c8ba Merge "SysUI: Never log GONE notifications as visible" into lmp-mr1-dev 2014-10-31 14:55:31 +00:00
Selim Cinek
ab1dc954b2 Fixed a bug that the panel was not closable in the locked shade
This happened when draging on the active lock icon.

Bug: 18185875
Change-Id: I27917fad000bc89f37b82fc8be978d867356904e
2014-10-31 15:19:14 +01:00
Selim Cinek
1b7f51ebc6 Fixed a crash in the Notification expandHelper
Bug: 18004384
Change-Id: I3b8e60041c527689722591962f384ea91f4a954a
2014-10-31 12:37:43 +01:00
Selim Cinek
3a9c10a286 Fixed a bug when tapping in the empty space of the notification panel
This happens often when tapping in the dismissView area.
Also fixed a bug where the decor views and the speedbump where swipable.

Bug: 18031244
Change-Id: I2c9685e068420c21032affb3aa58f7d53183ff52
2014-10-31 12:37:43 +01:00
Selim Cinek
db885e22bd am a68da938: Merge "Fixed a bug with notification clipping" into lmp-mr1-dev
* commit 'a68da9382996132bb41d6f60b87a3bd5f8028b45':
  Fixed a bug with notification clipping
2014-10-30 18:40:00 +00:00
Selim Cinek
a68da93829 Merge "Fixed a bug with notification clipping" into lmp-mr1-dev 2014-10-30 18:33:14 +00:00
Selim Cinek
c5baa3eb08 Fixed a bug with notification clipping
The clip rect was not correctly set for a view which
was fading out leading to some overdraw.
It also fixes a bug where the alpha was not applied when
made invisible.

Bug: 16077953
Change-Id: I4c26aee88c5c87147df31ec7fb413bc63cd2625c
2014-10-30 19:19:26 +01:00
Jorim Jaggi
196edbc9f6 am cdbdbe3a: Merge "Make status bar expanding more tightly coupled to finger" into lmp-mr1-dev
* commit 'cdbdbe3a54f46cbe885fb2bb27d5e79297730bf0':
  Make status bar expanding more tightly coupled to finger
2014-10-30 14:58:05 +00:00
Jorim Jaggi
cdbdbe3a54 Merge "Make status bar expanding more tightly coupled to finger" into lmp-mr1-dev 2014-10-30 14:51:45 +00:00
Jorim Jaggi
0b1528aac4 Make status bar expanding more tightly coupled to finger
Improves the "direct modification" feeling a bit.

Bug: 17040206
Change-Id: Ide4bfb36aef584da36e0340bc2ed099e2e24c0ee
2014-10-30 15:35:38 +01:00
Jorim Jaggi
37651a8baa am 2905cafc: Merge "Follow up to I495ce480c25de24b6433adebdfe923b637d98f66" into lmp-mr1-dev
* commit '2905cafcb898bccb1f52e77f3c2f7eb5fc9fe01f':
  Follow up to I495ce480c25de24b6433adebdfe923b637d98f66
2014-10-30 14:30:58 +00:00
Jorim Jaggi
2905cafcb8 Merge "Follow up to I495ce480c25de24b6433adebdfe923b637d98f66" into lmp-mr1-dev 2014-10-30 14:25:51 +00:00
Svetoslav
39f35336e5 am d3786a59: Merge "Print preview disappearing if printer is changed." into lmp-mr1-dev
* commit 'd3786a5931cde3f76dc5cd702d3ba246246fdf47':
  Print preview disappearing if printer is changed.
2014-10-29 22:56:02 +00:00
Chris Wren
7837294b84 am 755f4021: fix build break from mis-named DEBUG flag in SystemUI
* commit '755f4021ae9a21936a04083098ffbbdac912625c':
  fix build break from mis-named DEBUG flag in SystemUI
2014-10-29 22:54:56 +00:00
Chris Wren
98204c1820 am b7efa04d: Merge "Add logging to diagnose notification click issue." into lmp-mr1-dev
* commit 'b7efa04d529b87672b1167341852eca8ee9813c7':
  Add logging to diagnose notification click issue.
2014-10-29 22:54:16 +00:00
John Spurlock
a410961f79 am f9824b91: Merge "PowerUI: Suppress warning on incremental drops." into lmp-mr1-dev
* commit 'f9824b91f3706bb29272564bbf9c51497b51f4a7':
  PowerUI: Suppress warning on incremental drops.
2014-10-29 22:50:27 +00:00
Jason Monk
736695dc3e am 5d80f19c: Merge "QS: Only hide grid if there is detail to show" into lmp-mr1-dev
* commit '5d80f19c145f99eb1a2ada57a6fb1d8c3a6fa8b2':
  QS: Only hide grid if there is detail to show
2014-10-29 22:50:22 +00:00
Jorim Jaggi
358aed4587 am 81aef807: Merge "Improve doze transitions" into lmp-mr1-dev
* commit '81aef807d5f1e3e3b5eda1162829e666c295f352':
  Improve doze transitions
2014-10-29 22:49:51 +00:00
Jorim Jaggi
699560479d am 6533c544: Merge "Tune spacing in navigation bar for small and big devices" into lmp-mr1-dev
* commit '6533c544cfc3896793e038ae303ce5b9eafebdab':
  Tune spacing in navigation bar for small and big devices
2014-10-29 22:49:40 +00:00
Jorim Jaggi
987c68090c am b9e290c7: Cancel ripple animations when window is hidden
* commit 'b9e290c7136fb7c76b7238426ccd598dec2d2643':
  Cancel ripple animations when window is hidden
2014-10-29 22:49:33 +00:00
Svetoslav
d3786a5931 Merge "Print preview disappearing if printer is changed." into lmp-mr1-dev 2014-10-29 22:17:57 +00:00
Svetoslav
7c053c1e41 Print preview disappearing if printer is changed.
This is a regression caused by my previous patch.

Change-Id: I80a0b4d880fd4e48e6a44fac303a4c8204e8ec0d
2014-10-29 13:50:42 -07:00
Chris Wren
755f4021ae fix build break from mis-named DEBUG flag in SystemUI
Change-Id: I55459fe090ae4c159ebdad8b60658b25db29271e
2014-10-29 16:43:51 -04:00
Chris Wren
79ac09e439 Add logging to diagnose notification click issue.
Bug: 18102199
Change-Id: Id022faa7b75f28f446155f15ab4a8373869c163c
2014-10-29 14:38:01 -04:00
Christoph Studer
12cf9e5159 SysUI: Never log GONE notifications as visible
Bug: 18170453
Change-Id: I58a3990b481889fe4a1370e1eaa88058df53079d
2014-10-29 17:35:30 +01:00
Geoff Mendal
ba9836d972 Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev 2014-10-29 16:19:47 +00:00