am: a285fdeb16
* commit 'a285fdeb160e822a2e1fe2fb6bd80ce91afcf181':
Fix a flicker when window is removed during entering animation
Change-Id: I3d09de9be00d4181587dc0d1ef8a66aa1f7ebb3b
am: 36d1296cf4
* commit '36d1296cf4f074599015b424161402f9b07da8ab':
Adjust divider when IME height is changed.
Change-Id: Ib8051875be06b0e394107c40eae79cee26917331
Call scheduleWritePackageRestrictionsLocked and
scheduleWritePackageListLocked when a new user is created.
Bug: 28750034
Change-Id: I442551855e2eece7a1610750c6802a785bfb2fb5
- Always dim home stack and task fullscreen. The home stack could be
in split-screen mode, but we still want to dim dialogs that are
associated with the stack or task in fullscreen. The dialogs are not
really activities, but they are associated with the home stack for
things like dimming. Don't ask me why...
- Update the fullscreen dim layer bounds anytime the dim layer is
adjusted so we always have up-to-date bounds after rotation.
Bug: 28575624
Change-Id: I805c771153a2d25fb199bd9987bbf78a5967f6b9
am: 16464db17c
* commit '16464db17cee130e936a176a7e9e8905afd497df':
Docs: Added new Whitelist feature to Data Saver for DP3 (Part 2)
Change-Id: I9b266e60f60c4014dbf9e2e0f62f267a27512be5
am: ac5dc2f581
* commit 'ac5dc2f581b84affcd25a4d405cb8036b92a3797':
Docs: Added new Whitelist feature to Data Saver for DP3 (Part 2)
Change-Id: Ia729337de141ebb48e39d54edcafff207bb9f974
am: ac5dc2f581
* commit 'ac5dc2f581b84affcd25a4d405cb8036b92a3797':
Docs: Added new Whitelist feature to Data Saver for DP3 (Part 2)
Change-Id: I5924aee920021fbbdb3792c87d719f393ce2a27b
am: d5ef1ef028
* commit 'd5ef1ef028d5d7e529746206aa72f4cd65edd55b':
Docs: Added new Whitelist feature to Data Saver for DP3 (Part 2)
Change-Id: Ic32c9e030b2a287bba161716f67788e740b78433
The RTC may not be set yet, may have been reset, or may have drifted
significantly if the device time hasn't been updated in a long time.
Using the the last_time_change file to determine if the time is known to
be accurate and only display the clock when that is the case.
Bug: 27802041
Change-Id: I845cf9c74fcb4009504f1bab853e04146fa19e1d
When animation is started with saved surfaces, app may decide to
remove one of the child windows during early animation and replace
it with a new window. This causes the app below (usually Recents)
to show through for one or more frames.
If we started animation early with a window, delay removal of
that window until the app is allDrawn in the "traditional sense"
(i.e. allDrawn without using any saved surfaces).
bug: 28742353
Change-Id: I4ef663a947b737aae96c3ccfe13a9f4c1d0567f0
Currently every focus change causes a freeform window to jump
for a few frames. The size of the jump is equal to the difference
in inset size (which is derived directly from the window elevation).
This problem goes away for most real use cases if the insets are
not allowed to decrease.
Bug: 28318973
Bug: 22668382
Change-Id: I77ca440a7d9c89cc4d45e6667bf37da94a5c8a9a
The documentation incorrectly states that, "[insertWithOnConflict
returns] the primary key of the existing row if the input param
'conflictAlgorithm' = CONFLICT_IGNORE". Unfortunately, SQLite does
not provide such functionality.
Close: https://code.google.com/p/android/issues/detail?id=13045
Signed-off-by: Steve Pomeroy <steve@staticfree.info>
(cherry picked from commit 8fc3144fa5)
Change-Id: I89e56428e612d667259744e2bc3df124e5a2aa0e
Correct and clarify the documentation for ContentValues.
Signed-off-by: Steve Pomeroy <steve@staticfree.info>
(cherry picked from commit 1276b5f29e)
Change-Id: Id6f4e93dcca64dd41daeb4066d804ff173f4747b
Previously, divider was adjusted for IME when IME window visibility is
changed. However, IME size can be changed without changing IME window
visibility. For example, when hardware keyboard key is pressed to show
emoji layout.
This CL checks if IME height has been changed and adjust divider position
properly.
Bug: 28389933
Change-Id: I9a561bd4796a0513c8b5c493884946883f160907
am: 2b8dcdeda4
* commit '2b8dcdeda484c3ed92969420a19ba48c2f877c81':
Workaround for empty recents, defer the enter animation.
Change-Id: Ie4b9c468c4b42a42cbbf0eb9892f074f771c6ea0