| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'a7a46a66fa9f9ce547bac6c2e800a0ae287d9e5c':
Update cast screen strings.
|
| |
| |
| |
| |
| | |
Bug: 11257292
Change-Id: Ia66152985bafcdd8ec88a3145623536a2b439b78
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I11d764583416d7fb4dfc85ebe81a98b6a1267424
Auto-generated-cl: translation import
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
assets." into klp-dev
* commit '31f7c912f0b6a2cfa2ea0f0b3a9022e8323f5542':
Bespoke, handcrafted, artisanal assist affordance assets.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 11243771
Change-Id: I6eb320ca78ccafc435259d30df95582aa7e3c53c
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit '41b92b008e03be95db938e0238ccb9373c2aaadc':
Finalize assets for screen casting.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extend wifi display connection timeout.
Show a notification while connecting to wifi display.
Ensure that remote display providers are really trusted before
connecting to them.
Bug: 11257292
Change-Id: Iad0caaa30d7946df818bc75ade071f2e377f8a53
|
| |
| |
| |
| |
| | |
Change-Id: I78f1c240c242ca7f9b4e52503e65a991460de62e
Auto-generated-cl: translation import
|
|\ \
| |/
| |
| |
| |
| |
| | |
icon." into klp-dev
* commit '12c32b4d484cc7cc2278a76c6e0fc2304a74b593':
Make quick settings show the standard media router icon.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixed a bug in ImageView where we failed to inform a newly updated
Drawable about the visibility state. This caused AnimationDrawables
to not animate when attached to an existing ImageView *unless* that
ImageView happened to be attached to the window *later* or have
its visibility toggled for some other reason.
Bug: 11257292
Change-Id: Iba9e0db5ba0db2b022950aec0c6f60a435da8ad2
|
|\ \
| |/
| |
| |
| |
| |
| | |
into klp-dev
* commit '52277428d54cc71f0cde3f1efa035f1e6742b900':
Integrate remote display providers into Quick Settings.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is a first pass at integrating new remote display functionality
into Quick Settings. The Wireless Display card which previously
only supported Wifi Display is reimplemented to use the media router
to enumerate available remote display routes. This ensures that the
user is presented with a consistent state regarding the currently
selected display route.
In this patch, the Wireless Display card still launches the old
Settings preference page for Wifi Display when clicked. This will be
addressed in future patches.
As part of this change, it was necessary to derive some new lifecycle
information regarding the visibility of the Quick Settings model.
When Quick Settings is shown, an onPrepare event is delivered to
give the model a chance to update its state. Likewise when Quick
Settings is hidden, an onUnprepare event is delivered.
These events allow the system to determine precisely when remote
display discovery is required to update the UI so as not to waste
power performing discovery in the background all of the time.
Bug: 11257292
Change-Id: Id802aa0983b625aeb972b5d123e4cc080dd6705f
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
into klp-dev
* commit 'b922178dce8464aa46203812d8bd4424c47ba486':
More background protection in Recents for status bar
|
| |\ \ |
|
| | | |
| | | |
| | | | |
Bug: 11255407
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '499c7eeb9ad59e5449481eb871db24a176f2ccdb':
Update remaining settings icon with old style.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug:11412369
Change-Id: I7827e3060d9dbf320c23ac7c43e4ef4a5fae3773
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '47c46dd56dc0414ebf6220481f04cc8767268b5c':
Battery icon tweaks.
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fix bottom padding, better bolt placement on non-HH devices.
Bug:11412369
Change-Id: I102a5ece73b2fcb5f78305c925fc2ed5fe9b2884
|
| |/ /
| | |
| | |
| | |
| | | |
Change-Id: I5db8300884193dc458e26c042f35eed084d4b002
Auto-generated-cl: translation import
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
klp-dev
* commit 'b7824a9475d02bc3d96f1fb881a9769843e8f6f3':
Manage keyguard nav elements using transitions.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Move the logic for managing dimming the navigation bar
elements on the lockscreen into BarTransitions.
Replace search light + camera assets with new
versions at full brightness, and apply 50% dimming
at runtime, including the IME dismiss button.
Remove unused StatusBarManager _NOP hints.
Improve choreography between camera button +
password security (w/ IME). Fix a few found bugs
in PagedView.
Improve password security unlock transition, manually
fade in back along with the rest of the icons.
Bug:11221659
Change-Id: Ifd1f8c9f400d90542f0ca858b9a4deacabbd518a
|
| |\ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ife16f0c4467fe5d8cd8e8f9908448c100e01e9ca
Auto-generated-cl: translation import
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
klp-dev
* commit 'b207ea960911867e7c1951338df24108d37ad189':
Update ic_qs_ime assets to standard brightness.
|
| |/ /
| | |
| | |
| | |
| | | |
Bug:11412369
Change-Id: I582f4dfc28eb7453d67c5fe9c1b90a38ad756666
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
into klp-dev
* commit '1b5bd6b68af0f26dc0f42e442a9ffa8e1f30e3e5':
Update QS settings icon, remove unused location icon.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | | |
Bug:11412369
Change-Id: Icdd34a1cffe438e5e9d3ffe268578abb57200525
|
| |/
| |
| |
| |
| | |
Change-Id: I1ef363e676ff75e85aece9789cdb7c86b55281d3
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ia0ce87e181ca1c425b1a4ea2427b267c9e5d1cf0
Auto-generated-cl: translation import
|
|\ \
| |/
| |
| |
| |
| |
| | |
klp-dev
* commit '5eb3e07c5d8647f2bc250d37feb0c905621b2f90':
add accessibility string for location quicksetting
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This gives the location quick setting the same ability that all the
other quick settings have: the accessibility text can now be
different from the display text.
Bug: 11010329
Change-Id: I0dee7b6f974b4e1dc314a35e39d907e90dc8dc3c
|
|/ /
| |
| |
| |
| | |
Change-Id: I0642a5841c24a7866dfe8a72ab2fc9acb696fd7d
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Bug: 10641374
Change-Id: I6b1bc9b0e86be331b71614b511026a67bc429031
|
|/
|
|
| |
Change-Id: I1c314c4e7ce7adf6f4a6f6722b51781f0ce7cd22
|
|
|
|
|
| |
Change-Id: I3bb5aab8e93b40476cf88a5266fe4343bc3848f0
Auto-generated-cl: translation import
|
|\ |
|
| |
| |
| |
| |
| |
| | |
-b/8142654
Change-Id: I8143aaa677ae0f95c896ac4c3cc66cab74e6e9d8
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug:10967264
Change-Id: I6a057fb0895ab46bddb4082d49c8b53b329f0c73
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
bug:10641374
Change-Id: I7f5d46588929d3906a77afafc1c2ec4f4e5ca2f5
|
|\ \ \ |
|