Adrian Roos
8af07f4717
am 862d72e2: Merge "Improve dump of status bar service" into lmp-mr1-dev
...
* commit '862d72e2f4e600d6188f5a21a906d5374ab4f123':
Improve dump of status bar service
2014-11-03 15:00:43 +00:00
Adrian Roos
862d72e2f4
Merge "Improve dump of status bar service" into lmp-mr1-dev
2014-11-03 14:56:48 +00:00
Christoph Studer
d99ae19303
am f3aa1c8d: Merge "SysUI: Use mScreenOnFromKeyguard for panel visibility" into lmp-mr1-dev
...
* commit 'f3aa1c8d7915afd51d21bf79feb2285dffcc3827':
SysUI: Use mScreenOnFromKeyguard for panel visibility
2014-11-03 14:55:06 +00:00
Jorim Jaggi
0bc4917c19
Always update quick settings header translation in onLayout
...
Bug: 16887664
Change-Id: Ida110877d63c74d38d80a627621320cda26c97a7
2014-11-03 15:52:13 +01:00
Christoph Studer
f3aa1c8d79
Merge "SysUI: Use mScreenOnFromKeyguard for panel visibility" into lmp-mr1-dev
2014-11-03 14:49:17 +00:00
Jason Monk
5c69f5b276
am 2e647efe: Merge "Move LOCK_TO_APP_EXIT_LOCKED from System to Secure" into lmp-mr1-dev
...
* commit '2e647efe01dcdb82d2d7f8a23540ba6b690a95d6':
Move LOCK_TO_APP_EXIT_LOCKED from System to Secure
2014-11-03 14:41:07 +00:00
Jason Monk
2e647efe01
Merge "Move LOCK_TO_APP_EXIT_LOCKED from System to Secure" into lmp-mr1-dev
2014-11-03 14:36:02 +00:00
Jim Miller
b256e4e209
Fix SetupWizard black screen issue for EDU devices
...
This fixes a problem where EDU devices show a black screen if
the device is rebooted after setting a pin/pattern/password but
before completing SetupWizard.
The issue is that the system doesn't expect to see a state
where the device is not provisioned but has a pin/pattern/password
because it wasn't possible before. With the addition of the ability
for EDU devices to add a pin/pattern/password, we can now get
into this unforseen state.
The fix ignores provisioning if a password is set so that the
user can reach the security screen to unlock the device and
continue with SetupWizard.
Fixes bug 18022051
Change-Id: Ie88a75530d964c02458c25866f0629877214edf4
2014-10-31 18:06:40 -07:00
Svet Ganov
4f5b8a6b9b
am 182f0a13: Merge "Crash apps that print malformed or password protected PDFs." into lmp-mr1-dev
...
* commit '182f0a136fca2bff1614cee41178d2052e7dcf61':
Crash apps that print malformed or password protected PDFs.
2014-11-01 00:26:18 +00:00
Svet Ganov
fce84f035c
Crash apps that print malformed or password protected PDFs.
...
If apps are writing malformed content (typically not a PDF file) or if the
PDF content they provide to the print system is password protected, are now
crashed as both of these are app bugs.
bug:17636435
Change-Id: Ifce6a3199e587448dd38f6a84290a965c24b698b
2014-11-01 00:06:08 +00:00
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
Jason Monk
94cfd9d7c4
Move LOCK_TO_APP_EXIT_LOCKED from System to Secure
...
To prepare for controlling from settings.
While here, add lock to app settings to backups.
Bug: 16957435
Change-Id: I059140cd07a7a0d5ceb4e0bfe5e0176cb96629d3
2014-10-31 14:47:13 -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