| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I7c26f20a77ec622563c5dcdad7a96c347005a789
Auto-generated-cl: translation import
|
|\ |
|
| |
| |
| |
| |
| | |
Change-Id: Ie01452a6610e660cafc04e8d7fb509bed42de802
Auto-generated-cl: translation import
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 7348917 ╰(°□°╰)
Change-Id: I16923d6d920913a4bd0d78666587ac579ac18da5
|
|/ /
| |
| |
| | |
Change-Id: I6b9d6f2dace02ad28baef6811007302b8e552a54
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update the wallpaper and redraw it unconditionally when the surface
changes. Previously we were not updating the wallpaper when the
surface changed which meant that it remained at the original surface
dimensions. Also, the indication that it was visible comes in too
late to display it cleanly without jank.
Bug: 7310334 fixed.
Change-Id: Ic2ae95ea0b0704183053da1d7a906818651c62c9
|
| |
| |
| |
| |
| | |
Bug: ???????
Change-Id: I24ffb21b1566d98c9df6db48c4062390757cd8bc
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The previous location fusion algorithm produced very poor results
outdoors, where stale-but-accurate network locations had too much
influence over the final fused location.
I swapped the previous fusion algorithm out with an algorithm
that has been well-tested elsewhere and should produce superior
results.
Bug: 7341419
Change-Id: Iba71950a07907cbf26429c4e377b5e2ed91ba302
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Bug: 7282784
Change-Id: I686f8f0e36e3414ad30d23de80cbbfb2868069d4
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
It now reflects auto-on or auto-off as it changes.
Bug:7303599
Change-Id: I1b1bd6a0545950795f83449c3778e91afa9d04a5
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Bug: 7337006
Change-Id: I782e498b7528e612c4b06a75b77f5521c951cbd6
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I7f9b815759c2f9f2e2d41811df14dfc8f9370da8
Auto-generated-cl: translation import
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes a black flash that occurred when the device was docked
because the UiModeManagerService was launching the Somnambulator
to start the dream when docked. This caused an unnecessary
activity transition and could in fact make dreaming less
reliable than if the UiModeManagerService started the dream itself.
Moved common code from UiModeManagerService and Somnambulator
to Sandman to ensure it is kept in sync.
Bug: 7328545
Change-Id: I46102784e2ab1acc0241d43a48abf0581278af24
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | | |
Bug: 7312660
Change-Id: Ia5e728758bd1f2caa039ea6b8f8fa9abcc9f8417
|
|\ \ \
| | | |
| | | |
| | | | |
7332248)" into jb-mr1-dev
|
| |/ /
| | |
| | |
| | | |
Change-Id: Id5cc0aacba716db5c2306fd72a51ac7cffc4149e
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 7300843
Change-Id: I5894fba34550d1b98f6cbe5ca808820b70e19819
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 7319756
Change-Id: I864cc7938f94c87f5d7e18657fb6ac5f083e15d9
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Remove notification/quicksettings explanation cling.
Remove the double-swipe to access quick settings on phones.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 7319756
Change-Id: Ic860de7579079596d0e4c3412cf0fa1ccaadc3e1
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On the plus side, the settings button is back!
Now that we have two buttons on the right-hand side it's
more important than ever that the notification panel header
not allow errant taps to go all the way back to the
notification panel, where they will drag/close it.
Bug: 7319756 // remove double-swipe
Bug: 7217201 // finally make the notification header black
Change-Id: I8b2d6c7a7cfaaed2bfbcd61fb45db9f234cb002d
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| |/ /
| | |
| | |
| | |
| | | |
Change-Id: I498e980ee2d318ae66848a36786e435f2c09412b
Auto-generated-cl: translation import
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Screen rotations force static wallpapers to get recreated. One of the things
that happens is that the underlying bitmap resource is loaded. This can be quite
expensive for large bitmaps (which is the case on large-display devices).
A simple optimization is to retain the bitmap in the wallpaper process, to avoid
this re-loading step. We still re-draw and re-upload the texture, but at least
we don't re-load the thing.
Issue #7324823 Manta wallpaper decode performance is atrocious
Change-Id: I0748e275a55992d13704a7dec5910d2dbdc9e2a4
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bugreport, too.
Bug: 7296769
Change-Id: I28b2f1cf4a1bf2ebfcff37a6188f33a44b7d2165
|
|\ \ \
| | | |
| | | |
| | | | |
or default picture. (Bug 7308719)" into jb-mr1-dev
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
default picture. (Bug 7308719)
Change-Id: Idbaf377d1cd086cf5d8244d6c7ca084145ccf217
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
jb-mr1-dev
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 7229886
Change-Id: I440c7e9b9ef3272e287d5d4d58bcfc0e8d0735ac
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
...to allow network-reliant restore actions by apps to get underway.
Bug 7304761
Change-Id: Ia1d2321ef86609588efbc7add043c24a12ec6a20
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
For some reason, the original step didn't work for some testers. This re-applies the move, which
should be no-ops if the entries are already in the right table.
Bug: 7254629
Also moved a few more entries to the global initialization section. Otherwise they would write
into the wrong table.
Change-Id: Ic0f5c4e09680f5687d08dccf78063508b9c0584c
|
| | |
| | |
| | | |
Bug: 7299653
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | | |
Change-Id: Idd93f9399dcd2466e3d6d84bee4b536a8a41b476
Auto-generated-cl: translation import
|
|/ /
| |
| |
| |
| | |
Change-Id: I377c389abe3ce2285a620e60f4c8de4727f4f5c9
Bug: 7229886
|
|\ \
| |/
|/| |
|