am: 7e7449f18a
* commit '7e7449f18af5485fd49d9401fb887435224ebde2':
Fixes for restoring more than one child surfaces
Change-Id: I28a7688752c8e90887002d0be0c7bed0523ce433
- Don't pass the ShortcutService instance as an argument. This tiny
optimization is no longer meaningful now that PackageShortcut and
PackageLauncher have reference to ShortcutUser.
- Rename mLauncherComponent to mDefaultLauncherComponent for clarity.
- Don't instantiate ShortcutPackage instances when not needed.
- Don't allow intents with a null action.
- Also improve javadoc.
Bug 28592642
Bug 28474517
Bug 28557169
Change-Id: I8790d3494bf3b92c143c02824b0ed0e514504baa
am: ad9765e5e6
* commit 'ad9765e5e62f6c989159b916a25b04eb2fe6adaf':
Updating redirects to correct Studio Tips and Tricks
Change-Id: I279d47e516143bc1593d7e3096877410b7718484
am: f2cbf95b6b
* commit 'f2cbf95b6b48d0c5dea14db4edbd255ff751beaa':
Sum up character widths to get the last line width for ellipsis.
Change-Id: I28193273103bf68fbd778048540c35dbf9a51170
am: c712fdcc45
* commit 'c712fdcc4524face58cec7afd711a4d66db80e8d':
Updating redirects to correct Studio Tips and Tricks
Change-Id: I04d4614b395e74e058b6b727f254612fa5d62d98
am: c712fdcc45
* commit 'c712fdcc4524face58cec7afd711a4d66db80e8d':
Updating redirects to correct Studio Tips and Tricks
Change-Id: Iecda302c587733e8cd8f741aa8af52cb1cf8975c
am: 908a8703f0
* commit '908a8703f0119367255d1d1a184f2f9b9b9c074a':
Updating redirects to correct Studio Tips and Tricks
Change-Id: I4425c56a5e44b9c4426fab180ebcfbce702e660d
am: 8e2431513f
* commit '8e2431513fbc32b64e240b9b39995b1217111bc6':
Updating redirects to correct Studio Tips and Tricks
Change-Id: I16c631bb7ec38fba7ba11132c85e90cb205ff26d
am: f829c1463b
* commit 'f829c1463b4805545d15924ad6243b9405eb83d6':
Revert "Two phases to set the password for disk encryption"
Change-Id: Ia2d8b2e751a42771cfa5fedbf47b73be6491820c
am: dc5f558640
* commit 'dc5f558640da8785fabc274167ec37a0fda30cd6':
Addressing API council comments on NetworkStatsManager.
Change-Id: I9d884ed999b507ab172418f068c10483422643d3
- Reinflate KeyguardUserSwitcher on density changes.
- Update size of UserAvatar on Keyguard.
- Fix brightness slider width in quick settings.
- Refetch and rescale user icons on density changes.
Change-Id: I961c59b8b224d6ac22cbbb8e115b8a12547a04b9
Fixes: 28535987
Fixes: 28454340
- This should decrease the time it takes to fetch the recent task list,
and also reduce the number of tasks we store on-disk.
- Since a user can still open a fair number of tasks within the
time-window, and this list includes tasks that are excluded from the
UI, we are just reducing it to about half for the time being.
Bug: 28318359
Change-Id: Ie21b3d3d09a567007015fbbecaf914123c71cc06
Instead of making multiple calls into the Bluetooth service,
make one call that can timeout. This helps prevent cases
when the Bluetooth process hangs and the system_server is calling into
it and causes a WATCHDOG restart.
Bug:28658141
Change-Id: I37778b7b6e508be420a21bdf23593ae89b38f5b8
If we intend to clip to the screen we can't pass NO_LIMITS.
Luckily the default behavior for LAYOUT_IN_PARENT_FRAME is to not
clip to the parent frame, so we don't have to do anything except
update our local flag we use for explicit size calculations.
Bug: 28194524
Change-Id: I1465efce7f5412cf646bccd83e23a4b049f4dbc4
am: 0df1ca8ab3
* commit '0df1ca8ab34e543b74ed8170bf12c2d5b6eda3a6':
Fix the issue that App crash on startForeground
Change-Id: Id900ecfa8cef9cd0135edd8f9ece9e0fac89ab3b
- On multi-window state changes, we should not include the front most
excluded task when fetching the task list. This CL also clarifies
which tasks are included and excluded.
Bug: 28452689
Change-Id: Ia30eaf75382286a9d4ee5a5b11013dddf8e4ac82
Because of a circular dependancy of calculating the notification
heights and setting them to GONE, the views could be laid out in a
wrong fashion. Another issue was that ambient notifications would
still be taken into account as well as removed notifications.
This also lead to a bug where the removal of notifications could
lead to unnecessary add animations when swiping them away.
Change-Id: If9ad81237a520b14dc6851df3af52406d192a7a7
Fixes: 28441832
Callbacks
- DataUsageCallback renamed to UsageCallback
- DataUsagePolicy removed; passing in params directly to register method
- making it an abstract class
- passing in (networkType, subscriberId) that reached its threshold
- renaming onLimitReached to onThresholdReached to match existing naming
- only monitor single network,subscriberId
- no monitoring of specific uids; using device or user wide instead
Tags
- only owner uid can read its tags
- exposing only TAG_NONE to match service side
BUG: 27530098
Change-Id: I2b2664da71806868a1e937d2bf4d1f234637509b
App may have more than one windows and subwindows. Remember which ones
are visible at the last setAppVisibility time, and restore only those
that was visible then. If the app itself requested to hide a window
before that, we don't want to use the window for early animation.
Also move mAnimatingWithSavedSurface into WindowState as it needs to
be tracked per window.
bug: 27455025
bug: 28296945
Change-Id: I3ed1879634fa7709de699d4518d8fcfc91a85554
Updating the _redirects.yaml to correct the Studio Tips and Tricks
redirect, to match the CL already submitted in Piper (121956464).
Bug: 28680261
Change-Id: I7fc075d26061c37a7b2ba20d91b6deca4dae6557
am: 4b8ab89eca
* commit '4b8ab89ecad86353259454f92fd8f2bf1913b21b':
Don't even try adjusting when dock is minimized
Change-Id: I7ebc731cf6e6e5de9b723892443c76c2a9e425b6