The reason was that we're using a different textview there which uses
a SimpleLayout. This is now changed to also use the same one.
Bug: 27436418
Change-Id: I7e6dd503e09cf69ba8ed5bb6dd07fc79ee519cd3
Devices that have the config set to false will not allow any multi-window
operation.
Also, added ActivityManager.supportsMultiWindow that checks the new config
and also returns false if the device is a low RAM device.
Bug: 27419483
Change-Id: I8dd85c17d290a5a752de3253beb3b34c17d7736d
Different builds may want to allow more or less memory
for WifiLogger ringbuffers. Provide a configuration
knob, accordingly.
BUG=27264418
TEST=build
Change-Id: I7c9dd2d061f760105995525e6b0d9edd22d7bd92
If the screen is smaller than "small" then use the Holo picker layouts.
Unifies the SavedState between delegates so that we can seamlessly
transition between them during configuration changes. Pushes the
DatePickerSpinnerDelegate up to the same level as the calendar delegate.
Bug: 27239893
Change-Id: Ida4dc2748d38bd766ae93d12aef15e963921939c
Make sure to set the status color to 0 (fully translucent), so
there is no ugly line travelling across the screen when opening
the activity.
Bug: 27285627
Change-Id: If8aa1059958f3e2a45a48f6ba276560244f284cd
If the component name is specified by the OEM, that component is used
as the default (fallback) cropper rather than
com.android.wallpapercropper.
Bug: 26084319
Change-Id: I5c79beb8e84721944e752bda637cdf0377b8d826
Do not show badge icon when the suspended package is not inside
a managed profile. Tapping on a masked widget should bring up the
relevant dialog similar to tapping on the app's launcher icon.
Bug: 26948327
Bug: 26924217
Change-Id: I2bf7ac718e55063bc8ea66573e89a62a97b91ff2
- Unable to commit suggestion by tap at the right edge of the row.
It turned out that the ListView doesn't fill the entire width of the
window. Fix this issue by specifying match_parent instead of
wrap_content. The Holo theme already has a match_parent attribute.
- Follow up of I03e0f602970b3b8f638f6c7b8cdff7be07ec17a6
Unexpected trancation happens on Matrial suggestion window was fixed,
but same issue happens on the Holo suggestion window. Fixing by
removing ellipsize=marquee.
Bug: 15347319
Bug: 27341560
Change-Id: Ic8445022634e9130f9462e02bfb08d4877396ba3
* changes:
Fixing crash when focusing tasks.
Minor tweaks to layout and visuals.
Improving transition from paging to stack.
Fixing issue with persistent screenshot notification
Updating task description when activity is visible.
am: 2339b786c7
* commit '2339b786c77fb75f2f123f592195579da20554ca':
Changing string in notification when data is blocked. b/25209821
Changing string in notification when data is blocked. b/25209821