6606 Commits

Author SHA1 Message Date
Jeff Brown
4ed1dbcf0b am f138c63e: am 6d098d40: Merge "Fix order of operations while pulsing the ambient display." into lmp-dev
* commit 'f138c63e799090b7e796b577ce9926753c7b77c8':
  Fix order of operations while pulsing the ambient display.
2014-09-20 02:04:59 +00:00
Jeff Brown
76eb0a5b79 am 6d098d40: Merge "Fix order of operations while pulsing the ambient display." into lmp-dev
* commit '6d098d406305bb6f34d48ce6035ba3920659a805':
  Fix order of operations while pulsing the ambient display.
2014-09-20 01:26:59 +00:00
Jeff Brown
7858a1b5d8 Merge "Fix order of operations while pulsing the ambient display." into lmp-dev 2014-09-20 01:09:10 +00:00
Jeff Brown
4d69e22193 Fix order of operations while pulsing the ambient display.
This change fixes several issues in how the display's power state
was coordinated to ensure that the display is not turned on until
the pulse is ready to be shown.  It also greatly simplifies the
wakelock logic and makes it completely deterministic instead of
relying on timed delays.

Bug: 17516245
Change-Id: If2b96845a010f2d05c610970257d898f32ccacb7
2014-09-19 13:14:28 -07:00
Selim Cinek
326d63552a am 4832e170: am 0ad0f097: Optimized and improved the status bar performance a lot
* commit '4832e17036071335cfa1e74377daa3dab6a3819e':
  Optimized and improved the status bar performance a lot
2014-09-19 19:40:28 +00:00
Selim Cinek
86213788f8 am 0ad0f097: Optimized and improved the status bar performance a lot
* commit '0ad0f0975a607f84a16ba18553fda7982bd95e3e':
  Optimized and improved the status bar performance a lot
2014-09-19 19:32:14 +00:00
Selim Cinek
a0fad3ba06 Optimized and improved the status bar performance a lot
Instead of clearing the Statusbarwindow buffer in the beginning
we now draw the scrim with mode SRC and therefore a whole screen
of overdraw is saved!

Bug: 17287256
Change-Id: I29f14a2c3d4cb087c422ae6f486d23d7f8ec173b
2014-09-19 18:25:56 +00:00
Jason Monk
eb6f2c9988 am 87c6828e: am 8598377b: Merge "QS: Fix accessibility announce for dual tiles" into lmp-dev
* commit '87c6828eebca8f1149d2902890638127714e0270':
  QS: Fix accessibility announce for dual tiles
2014-09-19 17:39:56 +00:00
Jason Monk
39011698dd am 8598377b: Merge "QS: Fix accessibility announce for dual tiles" into lmp-dev
* commit '8598377bc58cb62c179c0ae5cd380842604b041b':
  QS: Fix accessibility announce for dual tiles
2014-09-19 17:26:45 +00:00
Jason Monk
33d326d133 Merge "QS: Fix accessibility announce for dual tiles" into lmp-dev 2014-09-19 17:19:40 +00:00
John Spurlock
79fcf4c0b1 am da676b8b: am 933e8411: Merge "When dozing, re-enable falsing threshold and log events." into lmp-dev
* commit 'da676b8b552da886b7debcca8dfdd6cc95e14dcd':
  When dozing, re-enable falsing threshold and log events.
2014-09-19 16:27:55 +00:00
John Spurlock
e00e69c583 am 933e8411: Merge "When dozing, re-enable falsing threshold and log events." into lmp-dev
* commit '933e841121f91329bd4273cbffe1ed510db76314':
  When dozing, re-enable falsing threshold and log events.
2014-09-19 16:16:48 +00:00
John Spurlock
813552cc27 When dozing, re-enable falsing threshold and log events.
- Reactivate our configured keyguard falsing swipe threshold
  for secure keyguards, but only when dozing.
- Add DozeLog helper to capture/maintain interesting events
  about the doze + unlock process, enabled by default, but
  only on devices that start dozing at least once.
- Dump summary counts + logged events to dumpsys output.
- Pass notification pulse "instance" as an extra to the scheduled
  intent, so we can log accordingly.

Bug:17496795
Change-Id: I7e88f93bfc967bdc06550cf1fe5e74d535edd774
2014-09-19 11:47:30 -04:00
Jason Monk
ec81d38d12 QS: Fix accessibility announce for dual tiles
Bug: 17512411
Change-Id: I3515804fce2742e9553d65dab9693ccc0b9f39cf
2014-09-19 09:52:47 -04:00
Winson Chung
bb08cfcab2 am c164cf2a: am 767df884: Merge "Try and bind search widget before initial calculations of transition rects. (Bug 17456094)" into lmp-dev
* commit 'c164cf2a0c3246e2239a9692739d47ec1478289c':
  Try and bind search widget before initial calculations of transition rects. (Bug 17456094)
2014-09-19 00:15:32 +00:00
Winson Chung
7bf2fc5bba am 06ec3d55: am 5c744b1b: Merge "Handling broader set of exceptions when startingActivity from Recents. (Bug 17481968)" into lmp-dev
* commit '06ec3d5554a099a552dcc563e9d9302d48794179':
  Handling broader set of exceptions when startingActivity from Recents. (Bug 17481968)
2014-09-19 00:15:28 +00:00
Winson Chung
c6858b8e10 am 767df884: Merge "Try and bind search widget before initial calculations of transition rects. (Bug 17456094)" into lmp-dev
* commit '767df884f10be4ad3b7a3e5ae8b97e4ef817e792':
  Try and bind search widget before initial calculations of transition rects. (Bug 17456094)
2014-09-19 00:03:58 +00:00
Winson Chung
aab1a058db am 5c744b1b: Merge "Handling broader set of exceptions when startingActivity from Recents. (Bug 17481968)" into lmp-dev
* commit '5c744b1b01156c37f894619fbe70741435d7ed53':
  Handling broader set of exceptions when startingActivity from Recents. (Bug 17481968)
2014-09-19 00:03:54 +00:00
Winson Chung
56eef1c5c6 Merge "Try and bind search widget before initial calculations of transition rects. (Bug 17456094)" into lmp-dev 2014-09-18 23:50:38 +00:00
Winson Chung
f7dd908171 Merge "Handling broader set of exceptions when startingActivity from Recents. (Bug 17481968)" into lmp-dev 2014-09-18 23:50:32 +00:00
Winson Chung
6b6ed9175b am 65dea471: am 537dde12: Merge "Listening for widget changes while Recents is in the background. (Bug 17153663)" into lmp-dev
* commit '65dea471b7dafeea9241aff47c39324ab844f741':
  Listening for widget changes while Recents is in the background. (Bug 17153663)
2014-09-18 23:10:51 +00:00
Winson Chung
410040915f am 537dde12: Merge "Listening for widget changes while Recents is in the background. (Bug 17153663)" into lmp-dev
* commit '537dde12838358aed704ae1afe0d66e4cb8cb045':
  Listening for widget changes while Recents is in the background. (Bug 17153663)
2014-09-18 23:01:41 +00:00
Winson Chung
3133616d92 Merge "Listening for widget changes while Recents is in the background. (Bug 17153663)" into lmp-dev 2014-09-18 22:45:26 +00:00
Adrian Roos
2ae32f0852 am 664bd7b8: am 30defcc4: Merge "Disable QS user switcher when not supported" into lmp-dev
* commit '664bd7b8266b268dc345cce212a51fc735122fe9':
  Disable QS user switcher when not supported
2014-09-18 21:52:31 +00:00
Adrian Roos
869377d2b5 am 30defcc4: Merge "Disable QS user switcher when not supported" into lmp-dev
* commit '30defcc4e1cfdb9792840577cfc7fa3708d2a521':
  Disable QS user switcher when not supported
2014-09-18 21:37:00 +00:00
Adrian Roos
59b17d83eb Merge "Disable QS user switcher when not supported" into lmp-dev 2014-09-18 21:28:11 +00:00
Adrian Roos
81e3e941fb Disable QS user switcher when not supported
Bug: 17570310
Change-Id: Id32e076928c92c663645024f0d38b26ec4667b78
2014-09-18 21:11:20 +02:00
Winson Chung
27ac4e4806 am 2b8ef1ba: am f7093202: Enabling recents stack clipping
* commit '2b8ef1ba7d2f9277a1a45f0534356e5472cd9211':
  Enabling recents stack clipping
2014-09-18 18:51:15 +00:00
Jorim Jaggi
21d23ea270 am f107e2b5: am 4615fa60: Merge "Add option for recents to use fake shadows" into lmp-dev
* commit 'f107e2b51b9d1db230edb49bdd5752ec86a5f445':
  Add option for recents to use fake shadows
2014-09-18 18:51:12 +00:00
Selim Cinek
af9662ba43 am 1f90c017: am 25e58cf8: Merge "Removed round rect clipping and hardware layers from recents" into lmp-dev
* commit '1f90c017ce54f7d289638771f7025e2ddd8f76f9':
  Removed round rect clipping and hardware layers from recents
2014-09-18 18:51:03 +00:00
Adrian Roos
4fbb72262e am aac6a7d6: am 1c080f10: Merge "Reinitialize emergency calls only view if configuration changes" into lmp-dev
* commit 'aac6a7d666fde99ab18cd88258ba9958dfba5448':
  Reinitialize emergency calls only view if configuration changes
2014-09-18 18:50:54 +00:00
Jason Monk
ad61c96189 am 43d12acb: am b682d08a: Block QS in sec. users setup when simple
* commit '43d12acb14c5566b025b04e9812f02d39268d845':
  Block QS in sec. users setup when simple
2014-09-18 18:50:46 +00:00
Winson Chung
e274b8f711 am f7093202: Enabling recents stack clipping
* commit 'f709320263f370145780270fdc825cfbc48912d1':
  Enabling recents stack clipping
2014-09-18 18:44:44 +00:00
Jorim Jaggi
9a3fa7a5b5 am 4615fa60: Merge "Add option for recents to use fake shadows" into lmp-dev
* commit '4615fa60c76a11d9492e01d7b8d434f857ebc52a':
  Add option for recents to use fake shadows
2014-09-18 18:44:39 +00:00
Selim Cinek
a15f1e2fc3 am 25e58cf8: Merge "Removed round rect clipping and hardware layers from recents" into lmp-dev
* commit '25e58cf8faf937b679ab9359f9da7583b6cdf542':
  Removed round rect clipping and hardware layers from recents
2014-09-18 18:44:36 +00:00
Adrian Roos
51f43df10c am 1c080f10: Merge "Reinitialize emergency calls only view if configuration changes" into lmp-dev
* commit '1c080f10730802878b0d6718e5aefef3f256fcd0':
  Reinitialize emergency calls only view if configuration changes
2014-09-18 18:44:32 +00:00
Jason Monk
21956c773b am b682d08a: Block QS in sec. users setup when simple
* commit 'b682d08a4162f3abf601040c700e877472f96193':
  Block QS in sec. users setup when simple
2014-09-18 18:44:19 +00:00
Winson Chung
bf5dbf1c15 Enabling recents stack clipping
The taskviews now avoid overdraw by clipping invisible
parts. Also adapted some timings of the animation.

Bug: 17455301
Change-Id: Ifbf7bab363e530cb2ad842baed50fc16dcfcc4c4
2014-09-18 18:34:17 +00:00
Jorim Jaggi
a8433c6512 Merge "Add option for recents to use fake shadows" into lmp-dev 2014-09-18 18:33:42 +00:00
Selim Cinek
9aefd41557 Merge "Removed round rect clipping and hardware layers from recents" into lmp-dev 2014-09-18 18:33:26 +00:00
Adrian Roos
595f6d912a Merge "Reinitialize emergency calls only view if configuration changes" into lmp-dev 2014-09-18 18:32:07 +00:00
Jason Monk
3ad242df72 Block QS in sec. users setup when simple
When simple user switcher is enabled block QS for secondary users
during setup.

Bug: 16782635
Change-Id: Ibc39c61675f8728d73a5f8ef04d0613ff36af909
2014-09-18 18:26:39 +00:00
Baligh Uddin
92f0205abd Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev 2014-09-18 18:10:19 +00:00
Baligh Uddin
61e7929a70 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-09-18 18:10:15 +00:00
Jason Monk
42fd003923 am bc0a997a: am 0df576ee: Merge "Fix crash from USER_PRESENT broadcast in sysui" into lmp-dev
* commit 'bc0a997a31406a11d0d913fdf155d4089eec07a1':
  Fix crash from USER_PRESENT broadcast in sysui
2014-09-18 16:43:32 +00:00
Jason Monk
2b18589c6f am 0df576ee: Merge "Fix crash from USER_PRESENT broadcast in sysui" into lmp-dev
* commit '0df576eeb87d234ce6818b6afb48501cc2c31bbf':
  Fix crash from USER_PRESENT broadcast in sysui
2014-09-18 16:29:04 +00:00
Jason Monk
2bc75f0821 Merge "Fix crash from USER_PRESENT broadcast in sysui" into lmp-dev 2014-09-18 16:12:06 +00:00
Adrian Roos
9a39dd8ee7 am 9f9aab43: am 3f30fcc8: Fix wrong face unlock size
* commit '9f9aab4381d44dfc32cc54e166d0f03cc62a5175':
  Fix wrong face unlock size
2014-09-18 16:01:08 +00:00
Adrian Roos
7111781812 am 3f30fcc8: Fix wrong face unlock size
* commit '3f30fcc8ed023be299af13d8ea5300f2712b9f48':
  Fix wrong face unlock size
2014-09-18 15:50:33 +00:00
Adrian Roos
72cc3702d2 Fix wrong face unlock size
Bug: 17533062
Change-Id: I532d7197fcd59baffd8f6c4e76a9fb8eda389eac
2014-09-18 17:25:09 +02:00