Kenny Guy
27cee10057
am bdcfc01b: am 3de09018: Merge "SettingsProvider should use correct cache when redirecting to user 0." into lmp-dev
...
* commit 'bdcfc01b3bff1ff1c4237dccfb90704326890bee':
SettingsProvider should use correct cache when redirecting to user 0.
2014-10-02 17:00:42 +00:00
Kenny Guy
bdcfc01b3b
am 3de09018: Merge "SettingsProvider should use correct cache when redirecting to user 0." into lmp-dev
...
* commit '3de09018a9611b1791cc29ed5200b7d9694189a9':
SettingsProvider should use correct cache when redirecting to user 0.
2014-10-02 16:55:35 +00:00
Kenny Guy
3de09018a9
Merge "SettingsProvider should use correct cache when redirecting to user 0." into lmp-dev
2014-10-02 16:48:57 +00:00
Dianne Hackborn
ded96310cf
am 796d6ece: am c338784b: Merge "More work on issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
...
* commit '796d6eced1e23217914e639da45d9371baf8a5b0':
More work on issue #17656716 : Unhandled exception in Window Manager
2014-10-02 00:32:02 +00:00
Dianne Hackborn
796d6eced1
am c338784b: Merge "More work on issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
...
* commit 'c338784bf6bfcce3cd7db40f46b0e6c815e9ed3a':
More work on issue #17656716 : Unhandled exception in Window Manager
2014-10-02 00:27:48 +00:00
Dianne Hackborn
c338784bf6
Merge "More work on issue #17656716 : Unhandled exception in Window Manager" into lmp-dev
2014-10-02 00:23:18 +00:00
Erik Pasternak
c6646b0cb4
am 739bf81d: am 4d82c46e: Merge "Implement auto-sleep functionality." into lmp-dev
...
* commit '739bf81dd130957c9bc09abc4e25732af2d675c0':
Implement auto-sleep functionality.
2014-10-02 00:09:47 +00:00
Erik Pasternak
739bf81dd1
am 4d82c46e: Merge "Implement auto-sleep functionality." into lmp-dev
...
* commit '4d82c46ef5df06e1b92f3574e41b38a62ec0e607':
Implement auto-sleep functionality.
2014-10-02 00:04:01 +00:00
Erik Pasternak
4d82c46ef5
Merge "Implement auto-sleep functionality." into lmp-dev
2014-10-02 00:00:40 +00:00
Dianne Hackborn
8d05172112
More work on issue #17656716 : Unhandled exception in Window Manager
...
Fix Slog.wtf to not acquire the activity manager lock in its code
path, so that it can never deadlock. This was the original intention
of it, but part was missed.
Now we can put back in the code to detect when strict mode data is
getting large (a little more targeted now to the actual problem),
and use Slog.wtf to report it. And as a bonus, when this happens
we will now clear all of the collected violations, to avoid getting
in to the bad case where IPCs start failing. So this should be
good enough for L to fix the problem, with wtf reports for us to
see if the underlying issue is still happening.
Finally, switch a butch of stuff in the system process from Log.wtf
to Slog.wtf, since many of those are deadlocks waiting to happen.
Oh and fix a crash in the settings provider I noticed in APR.
Change-Id: I307d51b7a4db238fd1e5fe2f3f9bf1b9c6f1c041
2014-10-01 16:58:56 -07:00
John Spurlock
eac9f30c94
am 4940789b: am c403a340: Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev
...
* commit '4940789b6c821bcbc25330536fe76a3fdd7e7983':
Doze: Route volume keys to music only while pulsing.
2014-10-01 22:17:52 +00:00
Winson Chung
0dad6a0732
am d8ab73d7: am d092fc70: Merge "Ensure that we don\'t show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable th
...
* commit 'd8ab73d71c50f8695ee8b671fdb838f2fd18790d':
Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode option
2014-10-01 22:17:41 +00:00
Jeff Brown
05af6adb8d
Implement auto-sleep functionality.
...
Added a new SLEEP_TIMEOUT setting which governs how long the device will
remain awake or dreaming without user activity. By default this
value is set to -1 which maintains today's existing behavior.
We basically represent the time we are allowed to be dreaming as a new
kind of user activity summary state called DREAM, similar to BRIGHT
and DIM. When the sleep timeout expires, the state is cleared and
the dream ends.
Bug: 17665809
Change-Id: I59aa7648dcec215f1285464fc1134934a09230e5
2014-10-01 15:01:10 -07:00
John Spurlock
4940789b6c
am c403a340: Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev
...
* commit 'c403a340cbb097a95b35b198b27cf44c80a7242e':
Doze: Route volume keys to music only while pulsing.
2014-10-01 20:23:39 +00:00
John Spurlock
c403a340cb
Merge "Doze: Route volume keys to music only while pulsing." into lmp-dev
2014-10-01 20:17:36 +00:00
Winson Chung
d8ab73d71c
am d092fc70: Merge "Ensure that we don\'t show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode o
...
* commit 'd092fc7076310fca5edd089df5bb5398096f6627':
Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode option
2014-10-01 20:07:38 +00:00
Winson Chung
d092fc7076
Merge "Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618) - Fix regression with launching an affiliated task due to clipping changes (Bug 17755902) - Tweaking previous changes to home transition - Disable the debug mode option" into lmp-dev
2014-10-01 20:03:19 +00:00
John Spurlock
0b99ea94f0
Doze: Route volume keys to music only while pulsing.
...
Avoid waking up the device on hw vol key presses during a doze
pulse. Instead, behave as if the screen was off for these keys,
namely forwarding them over to the session manager.
Bug:17672775
Change-Id: I566b93f0bdea79253ac3eca41d3876b271c61306
2014-10-01 15:32:22 -04:00
Kenny Guy
a37d000c2b
SettingsProvider should use correct cache when redirecting to user 0.
...
SettingsProvider reads secure and system settings for managed
profiles from user 0 instead. However it still checks the cache
for the managed profile not user 0.
Bug: 17736586
Change-Id: I15d44b8a5779b01e6b9032e528dc34f5c5602449
2014-10-01 19:18:18 +01:00
Winson Chung
9cb5c4e385
Ensure that we don't show excluded tasks when we are not in that task (Bug 17657618)
...
- Fix regression with launching an affiliated task due to clipping changes (Bug 17755902)
- Tweaking previous changes to home transition
- Disable the debug mode option
2014-10-01 17:48:05 +00:00
Selim Cinek
1c061d4862
am cdbda3e9: am 15b2202b: Merge "Adapting translation length for a string in a dialog" into lmp-dev
...
* commit 'cdbda3e989c640aade8c9164b12b51f452792c29':
Adapting translation length for a string in a dialog
2014-10-01 17:20:37 +00:00
Selim Cinek
cdbda3e989
am 15b2202b: Merge "Adapting translation length for a string in a dialog" into lmp-dev
...
* commit '15b2202bacdfcc249d7f51bcd3361e6694d24267':
Adapting translation length for a string in a dialog
2014-10-01 16:57:09 +00:00
Selim Cinek
15b2202bac
Merge "Adapting translation length for a string in a dialog" into lmp-dev
2014-10-01 16:43:07 +00:00
Baligh Uddin
4aa820ce58
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
2014-10-01 16:35:19 +00:00
Baligh Uddin
e575c819e5
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev
2014-10-01 16:35:15 +00:00
Baligh Uddin
ff99ff98cc
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-10-01 16:35:13 +00:00
Vineeta Srivastava
3cc41b8edd
am 533c9461: am ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev
...
* commit '533c9461569c171fbdfe51cff708c27c10302353':
Show one name if both plmn and spn are equal
2014-10-01 15:15:51 +00:00
Paul Jensen
18434fcc99
am a524b0f7: am 8df099df: Make CaptivePortalLogin app exit if underlying Network disconnects.
...
* commit 'a524b0f7869c7dc9b5687721883acfd9a535e440':
Make CaptivePortalLogin app exit if underlying Network disconnects.
2014-10-01 15:14:45 +00:00
Winson Chung
3175f7d245
am 2396f135: am e3206407: Merge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into lmp-dev
...
* commit '2396f135678e8a40b963904e8a6710bc6a204180':
Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)
2014-10-01 15:14:34 +00:00
John Spurlock
eac6926f0c
am 260e6d54: am a1b84165: Merge "Don\'t play hint animations when dozing" into lmp-dev
...
* commit '260e6d542ff05094063f1a1574f41fa165308eef':
Don't play hint animations when dozing
2014-10-01 15:14:30 +00:00
Jason Monk
9e280c447f
am 15349991: am e7b18d2b: Merge "Pull roaming from mServiceState for consistency" into lmp-dev
...
* commit '15349991240bb9443d704b4ac85915f474e5108c':
Pull roaming from mServiceState for consistency
2014-10-01 15:14:26 +00:00
John Spurlock
3fd4440fea
am af41d847: am ee98df79: Doze: Log screenOnFromTouch when flinging.
...
* commit 'af41d8477a8152c0597630066207a863ad74614e':
Doze: Log screenOnFromTouch when flinging.
2014-10-01 15:14:18 +00:00
Vineeta Srivastava
533c946156
am ab1e241d: Merge "Show one name if both plmn and spn are equal" into lmp-dev
...
* commit 'ab1e241d385ac2cb589f961cf6ea4a86b8a3e867':
Show one name if both plmn and spn are equal
2014-10-01 15:02:37 +00:00
Paul Jensen
a524b0f786
am 8df099df: Make CaptivePortalLogin app exit if underlying Network disconnects.
...
* commit '8df099df1516d23c113be3121635dcd34984a4a0':
Make CaptivePortalLogin app exit if underlying Network disconnects.
2014-10-01 14:59:47 +00:00
Winson Chung
2396f13567
am e3206407: Merge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into lmp-dev
...
* commit 'e3206407a5968dcf6690793f047bdfede0424df5':
Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)
2014-10-01 14:59:12 +00:00
John Spurlock
260e6d542f
am a1b84165: Merge "Don\'t play hint animations when dozing" into lmp-dev
...
* commit 'a1b84165f9520c025c59f5b2d93a65d4609b8088':
Don't play hint animations when dozing
2014-10-01 14:59:07 +00:00
Jason Monk
1534999124
am e7b18d2b: Merge "Pull roaming from mServiceState for consistency" into lmp-dev
...
* commit 'e7b18d2bab30ca257b63e9029c6e08b9700b89a6':
Pull roaming from mServiceState for consistency
2014-10-01 14:58:57 +00:00
John Spurlock
af41d8477a
am ee98df79: Doze: Log screenOnFromTouch when flinging.
...
* commit 'ee98df79a1797323aaa6d645e9cd5dc6a7cc0ee4':
Doze: Log screenOnFromTouch when flinging.
2014-10-01 14:58:45 +00:00
Selim Cinek
1aca1d4110
Adapting translation length for a string in a dialog
...
Bug: 17344905
Change-Id: Id95bdfea30c8ffd86a44cfa259cf5417abb09528
2014-10-01 14:12:11 +02:00
Sungmin Choi
ab1b39f434
Show one name if both plmn and spn are equal
...
If both plmn and SPN are SKTelecom, lockscreen is shown as SKTelecom-SKTelecom.
In this case, it would be better to show only SKTelecom.
Bug: 17702041
Change-Id: I268455b037752cf21a3247be7809283f50b72c27
2014-09-30 23:35:14 +00:00
Paul Jensen
8df099df15
Make CaptivePortalLogin app exit if underlying Network disconnects.
...
The app is no longer useful if the underlying Network has disconnected
and could get in the way of another signing into another Network.
bug:17672087
Change-Id: I26e820444640975e7fd4dd73244f4d4f4b40cb5e
2014-09-30 14:34:04 -04:00
Winson Chung
e3206407a5
Merge "Fixing crash in Recents due to late onBootCompleted call (Bug 17572254)" into lmp-dev
2014-09-30 16:39:43 +00:00
John Spurlock
a1b84165f9
Merge "Don't play hint animations when dozing" into lmp-dev
2014-09-30 16:35:26 +00:00
Jorim Jaggi
d7912d2f10
Don't play hint animations when dozing
...
Bug: 17718416
Change-Id: I2c27b4ea479ee46612eb5284a2c872d03dc52ab0
2014-09-30 17:38:19 +02:00
Jason Monk
e7b18d2bab
Merge "Pull roaming from mServiceState for consistency" into lmp-dev
2014-09-30 15:30:11 +00:00
John Spurlock
ee98df79a1
Doze: Log screenOnFromTouch when flinging.
...
Bug: 17350239
Bug: 17496795
Change-Id: I4a8e26c2fc05cf4396e9c8cb58e81b4f95c531e6
2014-09-30 14:07:23 +00:00
Jason Monk
1cd44e3ab4
Pull roaming from mServiceState for consistency
...
Also consolidate roaming logic while here, to make it easier to
maintain.
Bug: 17514906
Bug: 17619763
Change-Id: I8efabdecc26722ff6ac70d715f3befaae989abdc
2014-09-30 10:05:46 -04:00
Baligh Uddin
079d682d07
Import translations. DO NOT MERGE
...
Change-Id: I5b0a638907398f87246ee480b5f7683382d834ca
Auto-generated-cl: translation import
2014-09-30 04:08:15 -07:00
Baligh Uddin
263f3f2505
Import translations. DO NOT MERGE
...
Change-Id: I5d014bb505bd408fa40c0f30e6e28623e3006d5c
Auto-generated-cl: translation import
2014-09-30 04:02:54 -07:00
Baligh Uddin
3fd0438f55
Import translations. DO NOT MERGE
...
Change-Id: Ic6eb721869643c210f5e3e89fb407a346d27ffd2
Auto-generated-cl: translation import
2014-09-30 04:00:07 -07:00