Baligh Uddin
817bb46306
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
2014-09-21 17:51:04 +00:00
John Spurlock
91e022b426
am bfaadc6b: Merge "Mark sysui config resource as untranslatable." into lmp-dev
...
* commit 'bfaadc6b4098c23f5dc1a15522a011ba3cd72bf5':
Mark sysui config resource as untranslatable.
2014-09-21 17:06:49 +00:00
John Spurlock
8fefb4281a
Merge "Mark sysui config resource as untranslatable." into lmp-dev
2014-09-21 16:57:55 +00:00
Baligh Uddin
0315371dd2
Import translations. DO NOT MERGE
...
Change-Id: Ie0eee73354b0677b17df5e3d3118f9e0e062e5e2
Auto-generated-cl: translation import
2014-09-20 16:16:12 -07: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
John Spurlock
6035834cdd
Mark sysui config resource as untranslatable.
...
Bug:17523754
Change-Id: I8917c110acc02c501e4dc011de4e6e7f8a0545c5
2014-09-19 20:48:24 -04:00
Christopher Tate
604de34956
am c9a016dd: Merge "Always give wifi a chance to quiet down during restore" into lmp-dev
...
* commit 'c9a016dd4eefd01ab6acc916d2a1bad854933e58':
Always give wifi a chance to quiet down during restore
2014-09-20 00:33:14 +00:00
Christopher Tate
4c45b649c3
Merge "Always give wifi a chance to quiet down during restore" into lmp-dev
2014-09-20 00:25:12 +00:00
Christopher Tate
7274444b6e
Always give wifi a chance to quiet down during restore
...
Not just when the current scan-always setting is on.
Bug 17571997
Change-Id: Idc56c9682c18f5e23c0bde98736522a79583af5e
2014-09-19 17:03:59 -07:00
Svetoslav
518b9dd923
am a2201272: Merge "Fix a print spooler crash when printing." into lmp-dev
...
* commit 'a2201272b5b27f3ac9cf90d6332e81fb474c1dbb':
Fix a print spooler crash when printing.
2014-09-19 21:49:22 +00:00
Svetoslav
451bf37362
Merge "Fix a print spooler crash when printing." into lmp-dev
2014-09-19 21:41:12 +00:00
Svetoslav
9424b733c7
Fix a print spooler crash when printing.
...
The spooler communicates with he remote PDF renderer asynchronously.
When print is confirmed we close the renderer, destroy it, and unbind
from its service. If we unbind from the service after the print activiy
is finished we get a crash. The bug was that we did not wait until we
disconnect from the remote renderer before finishing the print activity.
bug:17583115
Change-Id: I55b0135f9c5658b3a4fda2901b8b3bdef044e211
2014-09-19 14:24:40 -07: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
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
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
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
71c8a70eff
Merge "When dozing, re-enable falsing threshold and log events." into lmp-dev
2014-09-19 16:04:36 +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
Baligh Uddin
585391803e
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-19 15:42:01 +00:00
Baligh Uddin
eadf58d56e
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
2014-09-19 15:41:59 +00: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
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
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
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
Svetoslav
11549dd258
am d972e2df: Merge "Print UI stuck when backing out of documents UI." into lmp-dev
...
* commit 'd972e2dff33679a3c7fddd058396fd6437266709':
Print UI stuck when backing out of documents UI.
2014-09-18 20:46:14 +00:00
Svetoslav
688a994f4d
Merge "Print UI stuck when backing out of documents UI." into lmp-dev
2014-09-18 20:34:23 +00:00
Svetoslav
b75632c736
Print UI stuck when backing out of documents UI.
...
When user chooses to save to PDF we open the document chooser UI.
Now if the user now backs to the print UI without choosing a file,
the print UI has all options disabled and the back button does
not work - the user is stuck. This is because we were not
transitioning the print UI in the correct state.
bug:17557454
Change-Id: I385129e106ed41564b89137ca54d409127ba8ff0
2014-09-18 13:32:38 -07: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
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
838c4b5c7c
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
2014-09-18 18:10:49 +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
Baligh Uddin
07abdd6e45
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
2014-09-18 18:09:43 +00:00