11645 Commits

Author SHA1 Message Date
Jorim Jaggi
49c3e4a34a am ad6adda9: am c9644edc: am 135f086a: Merge "Add massive logging to investigate blank Keyguard" into lmp-dev
* commit 'ad6adda90eeb68b71c4e00d67816fe25f01b179f':
  Add massive logging to investigate blank Keyguard
2014-09-12 19:25:10 +00:00
Svetoslav
ffec747bec am 01243f18: am 7d3db59d: am 59d0713d: Merge "Fix back button behavior and clean up in print preview activity." into lmp-dev
* commit '01243f18f8530062d8a57158de4a1e47e24d1cf1':
  Fix back button behavior and clean up in print preview activity.
2014-09-12 19:24:21 +00:00
Svet Ganov
a534ebbbf4 am 2e216abb: am 6e0f0619: am 60d4306b: Merge "Fix edit text error state in the print UI." into lmp-dev
* commit '2e216abb8ee1e65a731122df5679f74fdd1873d0':
  Fix edit text error state in the print UI.
2014-09-12 19:23:37 +00:00
John Spurlock
40a414bb26 am 89fdea38: am 33386490: am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev
* commit '89fdea38becbd056ba798541bec709683a1afe32':
  Doze: Introduce a pulse period function.
2014-09-12 19:20:45 +00:00
Jorim Jaggi
5ef6c3f317 am e4685659: am 3b30c486: am 840b03de: Merge "Don\'t use layers when fading between public/private layout" into lmp-dev
* commit 'e4685659c45c372fa8bf98689b6d5848686a2ab1':
  Don't use layers when fading between public/private layout
2014-09-12 18:03:58 +00:00
Jorim Jaggi
4626fdbbaf am c9644edc: am 135f086a: Merge "Add massive logging to investigate blank Keyguard" into lmp-dev
* commit 'c9644edc47521d6b4a13be2ff34d899635bc7abe':
  Add massive logging to investigate blank Keyguard
2014-09-12 05:46:25 +00:00
Svetoslav
69729b29bf am 7d3db59d: am 59d0713d: Merge "Fix back button behavior and clean up in print preview activity." into lmp-dev
* commit '7d3db59ddb082b3ed77cf03bbbf9ea0f152d9494':
  Fix back button behavior and clean up in print preview activity.
2014-09-12 05:45:48 +00:00
Svet Ganov
4c4b3b8f78 am 6e0f0619: am 60d4306b: Merge "Fix edit text error state in the print UI." into lmp-dev
* commit '6e0f061909179b06e9869ea2a02f5b6057c9dcb3':
  Fix edit text error state in the print UI.
2014-09-12 05:45:02 +00:00
Jorim Jaggi
733e73c3ce am 135f086a: Merge "Add massive logging to investigate blank Keyguard" into lmp-dev
* commit '135f086a314690699229a98364b03e48e9651ec2':
  Add massive logging to investigate blank Keyguard
2014-09-12 05:04:35 +00:00
Svetoslav
8c3297ece1 am 59d0713d: Merge "Fix back button behavior and clean up in print preview activity." into lmp-dev
* commit '59d0713d816dd8e9a04885b1907384ba4de6cf19':
  Fix back button behavior and clean up in print preview activity.
2014-09-12 05:04:03 +00:00
Svet Ganov
34e67af34f am 60d4306b: Merge "Fix edit text error state in the print UI." into lmp-dev
* commit '60d4306bfd3125543b1a207c82b78e0bfbe7a8d4':
  Fix edit text error state in the print UI.
2014-09-12 05:03:21 +00:00
Jorim Jaggi
5262fe3a1a Merge "Add massive logging to investigate blank Keyguard" into lmp-dev 2014-09-12 00:30:28 +00:00
Jorim Jaggi
b01287fbfb Add massive logging to investigate blank Keyguard
This CL needs to be reverted after the issue is fixed, as it clutters
the code a lot.

Bug: 17439581
Change-Id: I548fdd73bbcd6d6ce727901f9dcd9f3f7268db9d
2014-09-12 02:17:48 +02:00
Svetoslav
36f6951e32 Merge "Fix back button behavior and clean up in print preview activity." into lmp-dev 2014-09-11 23:24:20 +00:00
Svet Ganov
c946e9ab46 Merge "Fix edit text error state in the print UI." into lmp-dev 2014-09-11 22:15:59 +00:00
Svetoslav
e17123dd6d Fix back button behavior and clean up in print preview activity.
The print preview UI owns and drives the lifecycle of several objects.
These objects were torn down too late resulting in an attempt to use
the activity as a context when it was no longer valid and service unbind
resulting in causing a crash.

Fixed a bug where if the back button is pressed mutiple times when
the print UI is being initialized a crash occurs.

bug:17454041

Change-Id: Ic1455b467586f0ad65f907e2160ec5cfb2d17d05
2014-09-11 14:12:22 -07:00
John Spurlock
a28bfe3b9c am 33386490: am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev
* commit '33386490d123a454f71ddce7fae1ab28ad9e38b0':
  Doze: Introduce a pulse period function.
2014-09-11 18:49:02 +00:00
John Spurlock
3cda1976f2 am 5d77d533: Merge "Doze: Introduce a pulse period function." into lmp-dev
* commit '5d77d533275690aa82a4713d75761ac03bb714bc':
  Doze: Introduce a pulse period function.
2014-09-11 18:35:59 +00:00
John Spurlock
3e42b33980 Merge "Doze: Introduce a pulse period function." into lmp-dev 2014-09-11 18:33:38 +00:00
John Spurlock
d06aa57037 Doze: Introduce a pulse period function.
Instead of pulsing every 30 seconds to mimic the LED, use
a function that pulses more frequently for new notifications,
decaying to a slower pulse, and eventually stopping.

Specifically, the step function for the interval is:
 - 10 seconds for the first minute
 - then 30 seconds until the five minute mark
 - then 60 seconds until the 30 minute mark
 - then no pulsing at all

 - Since we pulse more frequently on new notifications, remove
   the "multi-pulse" concept.
 - Move all doze-related duration parameters to a new helper,
   backed by config, overridable by sysprops, include in dump.
 - Wake up from dozing when hitting volume keys during a pulse.
 -
Bug:17393939
Change-Id: Ica86f08b25c738338fced165c77faf3dfccd0343
2014-09-11 14:25:11 -04:00
Svet Ganov
43212264dd Fix edit text error state in the print UI.
If the user input in the print UI is invalid we show an error icon
next to it. The design requires no error message being shown in a
popup but TextView does show the popup all the time.

bug:16966145

Change-Id: I7aa1ec8093bc76e2f440bcb243609e92e049786b
2014-09-11 10:35:26 -07:00
Selim Cinek
f5c63c1527 am efc7d174: am d603388f: am 2b304948: Merge "Fixed a crash when the more card or the dismissview was longpressed" into lmp-dev
* commit 'efc7d1743e198f148ef8cc31c9fa061ba5ba0904':
  Fixed a crash when the more card or the dismissview was longpressed
2014-09-11 17:32:40 +00:00
Selim Cinek
ba20f4e11d am 18aa5bdc: am 52fe1c77: am 31ffc0d6: Merge "Fixed a bug where the drag down animation was behaving wrong" into lmp-dev
* commit '18aa5bdcaaad6a5ca11bec32e6445c9fae235586':
  Fixed a bug where the drag down animation was behaving wrong
2014-09-11 17:32:33 +00:00
Selim Cinek
230cdcf391 am 7bd0ef54: am 4e523094: am e4de3fbe: Merge "Fixed a bug where the notifications and the clock could jump" into lmp-dev
* commit '7bd0ef54e6428ac9c2a625629c166c27888db4ac':
  Fixed a bug where the notifications and the clock could jump
2014-09-11 17:32:28 +00:00
Svetoslav
d8858a22e3 am 72c8cd0e: am 14a1444e: am a6b5869f: Merge "Fix a crash in print spooler." into lmp-dev
* commit '72c8cd0eb7bb1c549dad25bfc43e1954832c0e8e':
  Fix a crash in print spooler.
2014-09-11 17:26:18 +00:00
Svetoslav
26b6c1e5fb am 3a04f3cb: am 7e115924: am 930f4fe4: Merge "Accessibilty support for the print UI." into lmp-dev
* commit '3a04f3cbdf624eda7d4f8a91004c874022523cdd':
  Accessibilty support for the print UI.
2014-09-11 17:26:10 +00:00
Jeff Sharkey
129e16a2ca am f5650765: am 9d61be1f: am bed348e3: Merge "Manage mode shouldn\'t block for other providers." into lmp-dev
* commit 'f5650765950863ed8db80b4b74301924795bd8a6':
  Manage mode shouldn't block for other providers.
2014-09-11 17:25:56 +00:00
John Spurlock
e2063a7e93 am c8d1c4a1: am e153ddcf: am 1f35a9b6: Merge "QS: Fix NPE path inside cell tile." into lmp-dev
* commit 'c8d1c4a190fcc9a3e9fa6cb4c8e4298f27865799':
  QS: Fix NPE path inside cell tile.
2014-09-11 17:24:38 +00:00
Jorim Jaggi
4c6515d18a am b05ca418: am a199a6b3: am 303fa836: Merge "Fix PIN/PUK flow" into lmp-dev
* commit 'b05ca4189c57ac88859e16de54c4575bcf875d61':
  Fix PIN/PUK flow
2014-09-11 17:22:56 +00:00
Jorim Jaggi
e2b4b91cea am b9642fcd: am bde1fe9f: am 70968134: Merge "Fix invisible Keyguard" into lmp-dev
* commit 'b9642fcd148be56feee55e546071969a63b33a38':
  Fix invisible Keyguard
2014-09-11 17:22:51 +00:00
Svetoslav
bff7a979a8 am dbd75236: am b875ca77: am 0f2e085d: Merge "RTL support for print UI." into lmp-dev
* commit 'dbd75236e88d2ed43d63d65e57d0b9cb6a7b48af':
  RTL support for print UI.
2014-09-11 17:22:16 +00:00
Svetoslav
ac22532165 am 595b69d2: am deaa395a: am d327046d: Merge "Fix page spacing in preview list." into lmp-dev
* commit '595b69d237316974574fdb76f8175ef87a9f9de6':
  Fix page spacing in preview list.
2014-09-11 17:22:11 +00:00
Baligh Uddin
39bf832686 Merge "Import translations. DO NOT MERGE" 2014-09-11 15:29:19 +00:00
Baligh Uddin
9cd43b3535 Merge "Import translations. DO NOT MERGE" 2014-09-11 15:29:18 +00:00
Baligh Uddin
356a11a557 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-11 15:29:13 +00:00
Baligh Uddin
f444db9d5b Merge "Import translations. DO NOT MERGE" 2014-09-11 15:29:10 +00:00
Baligh Uddin
dce8f72725 Merge "Import translations. DO NOT MERGE" 2014-09-11 15:29:03 +00:00
Jorim Jaggi
ba7035db3d am 55908c67: am f0a86fb0: am bf763e77: Merge "Remove some overdraw in Keyguard" into lmp-dev
* commit '55908c67fc329f5740dc71db6c74775367d14e18':
  Remove some overdraw in Keyguard
2014-09-11 14:15:17 +00:00
Jorim Jaggi
f9f0df7737 am 889ed953: am cff14b2a: am 07291645: Merge "Fix QS interception on tablets" into lmp-dev
* commit '889ed953a2ad7aea312c2b75ea4c08c43873929d':
  Fix QS interception on tablets
2014-09-11 14:15:12 +00:00
Jorim Jaggi
8285cbfe9b am 6995b2d6: am 5aac958b: am bf671114: Merge "Don\'t let two closing animations run at the same time" into lmp-dev
* commit '6995b2d6137f32f56276294371792f8ec7d11d63':
  Don't let two closing animations run at the same time
2014-09-11 14:14:28 +00:00
Selim Cinek
914e54bbfe am 377ca761: am bc2f9a54: am abe5f130: Merge "Fixed unnecessary layer creations in the pin unlock method" into lmp-dev
* commit '377ca761035d5173a792df48fa07d0c423d304fb':
  Fixed unnecessary layer creations in the pin unlock method
2014-09-11 14:14:05 +00:00
Jason Monk
85d29029c9 am 4b89577d: am 835867ef: am 89551fab: Merge "Fix blank QS Panel after double tap on profile icon" into lmp-dev
* commit '4b89577d08a45195b1484a3de214538a3897f4f1':
  Fix blank QS Panel after double tap on profile icon
2014-09-11 14:14:01 +00:00
Jason Monk
3d121852d3 am 39c5c713: am 6f9ba85b: am 1c52586c: Merge "Update zen mode and qs strings on locale change" into lmp-dev
* commit '39c5c713acd21862aa96195b5fbe541c51655cd7':
  Update zen mode and qs strings on locale change
2014-09-11 14:13:56 +00:00
Jason Monk
b01080dcd2 am b92f1d78: am 6a747735: am 473d27fa: Merge "Move zen mode constants and code to framework" into lmp-dev
* commit 'b92f1d7809da77cdef37d8ea2fff7a6beeb0094d':
  Move zen mode constants and code to framework
2014-09-11 14:13:51 +00:00
Selim Cinek
d726459cf5 am 5afe419b: am c472809c: am 20c285a6: Merge "Fixed a bug where text could overlap in Quick settings" into lmp-dev
* commit '5afe419bee1f4ae65c9633d292b158ed15511d87':
  Fixed a bug where text could overlap in Quick settings
2014-09-11 14:13:19 +00:00
Jorim Jaggi
706fe91c9d am 9d239509: am 71fe3edd: am 2f52f74c: Merge "Use simpler layout for auto-redacted notifications" into lmp-dev
* commit '9d239509cf13deb06a514d3e2d45370d1a02e18a':
  Use simpler layout for auto-redacted notifications
2014-09-11 14:13:12 +00:00
Jorim Jaggi
40576c8c23 am 202f887d: am 4af041f2: am 222ff70d: Merge "Inflate guts only when needed" into lmp-dev
* commit '202f887d6ebd0c822bb0f8bbee2f0a9bf5fcec9a':
  Inflate guts only when needed
2014-09-11 14:13:08 +00:00
Jorim Jaggi
aed92ba835 am 3b30c486: am 840b03de: Merge "Don\'t use layers when fading between public/private layout" into lmp-dev
* commit '3b30c48698a827c2f75caf85c3316cc7f79a7f51':
  Don't use layers when fading between public/private layout
2014-09-11 12:58:34 +00:00
Jorim Jaggi
432c04140e am 840b03de: Merge "Don\'t use layers when fading between public/private layout" into lmp-dev
* commit '840b03dec0630486675cf6fb5f412362ed7b0d37':
  Don't use layers when fading between public/private layout
2014-09-11 12:47:09 +00:00
Jorim Jaggi
8353e76a99 Merge "Don't use layers when fading between public/private layout" into lmp-dev 2014-09-11 12:41:26 +00:00