Jeff Sharkey
d3af58e217
am 4296209d: am 3d65dcbc: am 58843059: am e69ff2a8: Merge "Clean stale entries when deleting files." into mnc-dr-dev
...
* commit '4296209de579b97accfce90b3972c8df7a93a911':
Clean stale entries when deleting files.
2015-09-30 20:36:43 +00:00
Jeff Sharkey
4296209de5
am 3d65dcbc: am 58843059: am e69ff2a8: Merge "Clean stale entries when deleting files." into mnc-dr-dev
...
* commit '3d65dcbcec75bd53bb9da6ecebcb9dccc8eb42c7':
Clean stale entries when deleting files.
2015-09-30 20:27:30 +00:00
Jeff Sharkey
3d65dcbcec
am 58843059: am e69ff2a8: Merge "Clean stale entries when deleting files." into mnc-dr-dev
...
* commit '588430591b7bb5340ff02f05f1c02eaf924326ad':
Clean stale entries when deleting files.
2015-09-30 20:21:11 +00:00
Jeff Sharkey
588430591b
am e69ff2a8: Merge "Clean stale entries when deleting files." into mnc-dr-dev
...
* commit 'e69ff2a878ee7635a467259995e2924fb96a3a72':
Clean stale entries when deleting files.
2015-09-30 20:11:17 +00:00
Wale Ogunwale
41d14a9a1a
Merge "Initialize DisplayContent base info when object is constructed"
2015-09-30 18:00:21 +00:00
Wale Ogunwale
fd04d8c884
Initialize DisplayContent base info when object is constructed
...
It is possible for an external process (e.g. sys-ui) to call into
WM to get the bounds of a stack in between the construction of the
DisplayContent object and SystemServer telling WM that the display
is ready. Incorrect bounds would be returned to the caller in this
case since the baseDisplayWidth/Height is only set when the displayReady
call is made.
We now initialize the base display information when the DisplayContent
object is created so any call to get the logical display rect of the
display will always return the right bounds. This should be okay as the
display manager is initialized way before window manager.
Bug: 24505761
Change-Id: Iebd688ad8f4c08556846fcebb543e58bd2c01414
2015-09-30 10:20:25 -07:00
Ben Kwa
68da5bf488
Merge "Disable productivity mode by default."
2015-09-30 17:03:30 +00:00
Jeff Sharkey
e69ff2a878
Merge "Clean stale entries when deleting files." into mnc-dr-dev
2015-09-30 16:20:40 +00:00
Geoff Mendal
a6bf0ebd6e
Import translations. DO NOT MERGE
...
Change-Id: I22e6ce4ec3dd122bef49b23a26c9bc2d76980068
Auto-generated-cl: translation import
2015-09-30 07:01:01 -07:00
Jason Monk
45b1ae3463
Merge "Add more QS tiles"
2015-09-30 13:57:00 +00:00
Geoff Mendal
5f669912be
Import translations. DO NOT MERGE
...
Change-Id: Ie685b073187e0e1258caacc5d06aabc38724cc02
Auto-generated-cl: translation import
2015-09-30 05:55:25 -07:00
Winson Chung
8aefdb4881
Merge "Update task bounds for recents enter animation."
2015-09-29 22:58:01 +00:00
Jason Monk
abe1974a11
Add more QS tiles
...
(only for paging prototype)
Change-Id: Ifb09e3262540a486c9ee7e83a904f96cc4e33fec
2015-09-29 16:47:15 -04:00
Winson
ec417e4cc0
Update task bounds for recents enter animation.
...
- Follow up to ag/778718, with the resources split up, we can now update
the task bounds before starting recents.
- Also removing the multi-window check for transitions in/out of recents
Change-Id: Id4a6d4cfa9d98ca3ecf5f237573bf240f232de54
2015-09-29 13:15:24 -07:00
Winson Chung
8c8db072b5
Merge "Moving resources out of ResourceConfiguration."
2015-09-29 17:06:54 +00:00
Fyodor Kupolov
76ce8473ca
Merge "Fixed VPN support for restricted profiles in split system user model"
2015-09-29 00:04:45 +00:00
Fyodor Kupolov
1c36315a36
Fixed VPN support for restricted profiles in split system user model
...
In a new split system user model, owner of a restricted profile is not limited
to just user0. restrictedProfileParentId field should be used to get an owner.
Bug: 22950929
Change-Id: I928319a9450e543972237a42267eb2404e117c83
2015-09-28 16:44:04 -07:00
Winson
35f3050959
Moving resources out of ResourceConfiguration.
...
- We can no longer make assumptions about the ability to
get resources for the RecentsActivity before the activity
is launched (the configuration of the launched activity
can differ than the current configuration if a window
is docked). As such, we reduce RecentsConfiguration
to the set of values that are context agnostic, or can
be calculated directly given an application context.
This ensures that we will continue to be able to compute
the target task bounds given any context.
Change-Id: I423c90635eb294aa2d78a6f56771b98ee2b9d5e4
2015-09-28 16:41:20 -07:00
Blazej Magnowski
d26df2d65a
Merge "added DirectionClassifier"
2015-09-28 23:36:39 +00:00
Blazej Magnowski
28ec182c96
Merge "Improved angles variance and added the angles percentage evaluation"
2015-09-28 23:36:07 +00:00
Blazej Magnowski
4498d9cd8e
added DirectionClassifier
...
Change-Id: I7361971b1b8a86eee346a94da9978eb8c33a33eb
2015-09-28 16:33:45 -07:00
Blazej Magnowski
a28de579c8
Improved angles variance and added the angles percentage evaluation
...
Change-Id: I312529ea89707d27a7ef1a5ffd6d94427eaf6e8f
2015-09-28 16:33:29 -07:00
Ben Kwa
7a52b6b70b
Disable productivity mode by default.
...
Productivity mode is a flag that was designed to be enabled only in
andromeda builds. It should not be enabled in the base-level package.
BUG=24474568
Change-Id: I048bae9d3cf8270503cf245ed1e6959dab68571c
2015-09-28 15:54:27 -07:00
Daichi Hirono
aeaa12c34e
Merge "Add readEvent method to MtpDevice."
2015-09-28 12:40:05 +00:00
Adrian Roos
0066b7b8d0
am 7e9f6fbf: am 47a497cf: am 1a6f9216: am 896b9c62: Merge "Show charging speed when time to full is available" into mnc-dr-dev
...
* commit '7e9f6fbf0fce5de5bb6506d3e5a2342d5e942ded':
Show charging speed when time to full is available
2015-09-27 15:11:14 +00:00
Baligh Uddin
17b188dfd5
Merge "Import translations. DO NOT MERGE"
2015-09-27 03:06:16 +00:00
Baligh Uddin
e3044e8ff5
Merge "Import translations. DO NOT MERGE"
2015-09-27 03:06:10 +00:00
Baligh Uddin
f48b491d4e
Merge "Import translations. DO NOT MERGE"
2015-09-27 03:05:22 +00:00
Baligh Uddin
d187c04326
Merge "Import translations. DO NOT MERGE"
2015-09-27 03:05:19 +00:00
Baligh Uddin
0307a2a68d
Import translations. DO NOT MERGE
...
Change-Id: Ibaf19bf407113bcedc96d367a80b3a7b1999f7c5
Auto-generated-cl: translation import
2015-09-26 13:05:11 -07:00
Adrian Roos
7e9f6fbf0f
am 47a497cf: am 1a6f9216: am 896b9c62: Merge "Show charging speed when time to full is available" into mnc-dr-dev
...
* commit '47a497cf53fd86a93ee2965a4b33c9b3c20d0262':
Show charging speed when time to full is available
2015-09-26 06:55:00 +00:00
Baligh Uddin
499753b9c2
Import translations. DO NOT MERGE
...
Change-Id: Ibccc1edb1dbb6fc8505a16360bdc5195d249612e
Auto-generated-cl: translation import
2015-09-25 23:03:03 -07:00
Baligh Uddin
198127cac3
Import translations. DO NOT MERGE
...
Change-Id: I9b1c6ef0255a30142b1c7fd98d2b3e2b04b0ba93
Auto-generated-cl: translation import
2015-09-25 22:52:20 -07:00
Baligh Uddin
b51a47dc6e
Import translations. DO NOT MERGE
...
Change-Id: Ideadb94b604cb761566eb1f0d46bc88a9e411380
Auto-generated-cl: translation import
2015-09-25 22:39:56 -07:00
Baligh Uddin
5d7e0aab9e
Import translations. DO NOT MERGE
...
Change-Id: I887a0ed8aac24d51e1cff5c7ce7a2e9ad970e97a
Auto-generated-cl: translation import
2015-09-25 22:34:13 -07:00
Winson Chung
98cbceeda7
Merge "Adding debug ui to dock windows."
2015-09-26 00:46:22 +00:00
Winson
b1bbaedb1a
Adding debug ui to dock windows.
...
Change-Id: I9cd51763ef6089eabba734bf3bf9f52ddf540069
2015-09-25 17:45:03 -07:00
Adrian Roos
47a497cf53
am 1a6f9216: am 896b9c62: Merge "Show charging speed when time to full is available" into mnc-dr-dev
...
* commit '1a6f9216f49f6392d33fc30cee7e1ccbca93c081':
Show charging speed when time to full is available
2015-09-25 23:36:15 +00:00
Adrian Roos
1a6f9216f4
am 896b9c62: Merge "Show charging speed when time to full is available" into mnc-dr-dev
...
* commit '896b9c6261641e285bc37c4d22a589b01ce11ffe':
Show charging speed when time to full is available
2015-09-25 23:27:59 +00:00
Adrian Roos
896b9c6261
Merge "Show charging speed when time to full is available" into mnc-dr-dev
2015-09-25 23:23:26 +00:00
Blazej Magnowski
e6ac1a68e9
Merge "notification drag down fix"
2015-09-25 22:41:54 +00:00
Adrian Roos
7e39e59f37
Show charging speed when time to full is available
...
Only shows if translation is available, follow-up
I3e883eeca002e86d4df30c2b238e18bd63bbddea to show in
all locales.
Bug: 24167496
Change-Id: I667cde69e5d5f8aec8ac9fd105bbfb7e118ced64
2015-09-25 15:22:32 -07:00
Steve McKay
b287384e90
Merge "Add support for opening multiple windows."
2015-09-25 21:49:07 +00:00
Steve McKay
9f9d5b432d
Add support for opening multiple windows.
...
Installs an intermediate activity that manages tasks.
Bug: 20562850
Change-Id: If2d0a125b0630c27af07666b0f6a712f58243e9f
2015-09-25 14:46:14 -07:00
Winson Chung
44950c094e
Merge "Fixing issue incorrect resources being used with docked windows."
2015-09-25 21:05:17 +00:00
Winson
6aa91e6357
Removing unused resources.
...
Change-Id: Ie013b164892eaccaaab7b8c2bcdd3cb5ac51a485
2015-09-25 20:13:25 +00:00
Blazej Magnowski
c8433b60a7
Merge "Integration into other unlock mechanisms"
2015-09-25 19:42:07 +00:00
Blazej Magnowski
91be2f88a5
notification drag down fix
...
Change-Id: I17ddf28a5096782fd42ab011f0dac002b152db0f
2015-09-25 12:38:36 -07:00
Blazej Magnowski
6dc59b48c0
Integration into other unlock mechanisms
...
Replaces all the older falsing thresholds unless the
HumanInteractionClassifier is disabled.
Change-Id: Idfc3cb1b6bc0bbdbc792cd75499f0c3b4f1b7142
2015-09-25 12:36:25 -07:00
Jorim Jaggi
fc832e3ef2
resolved conflicts for c594e935 to master
...
Change-Id: Ifaf8c6c2b80e5284e027278f5ff0437202439cf0
2015-09-25 11:54:05 -07:00