am: c68d8768c8
* commit 'c68d8768c84dd045d3db3f685a95963eb315be8c':
Revert "Add check for '.end-content-title' to force the end of content section in an accordion. Fixes js error on mobile when the footer is appended inside of a content section."
Change-Id: I40fa99170770712c4d844eab0d1e3d6fa9373d90
There is an NullPointerException which can be reproduced with following steps
on angler:
1. In split-screen open activities from the same app.
Make sure to launch them from launcher.
2. Rotate device to landscape.
3. Force-stop the app using adb command.
After killing the app it will try to open launcher, which is fixed in
portrait mode on that device. This will update the configuration for all the
stacks, including already detached.
Bug: 28786255
Change-Id: Ia326c09cff9f1a3fb43cca5b48db29718553346a
am: a5e6601ad1
* commit 'a5e6601ad1db77563038946ed1316134f7e55ee6':
Ensure MotionEvent.split() won't be given an invalid value.
Change-Id: Ide2f549e62750f39cecee18a71e0f35d4724d1f3
am: dfe232c763
* commit 'dfe232c7636d16379191442bdb2bac59d7a60f5c':
API council feedback: hide and document.
Change-Id: Icfcb4e2a9892ecc5dab61cb78598e48fa7714a26
am: b6f640607b
* commit 'b6f640607b5b8124b1a1c216ea4264511b145774':
Fix clipping not being activated on children in groups
Change-Id: I9bb55c13928be62641884d1381baf984c43acac6
am: 39e8022a75
* commit '39e8022a75507be06179c3de7358cebb1bb22e06':
Force pending transactions to flush before screenshot.
Change-Id: Ib8dd84af143226e2b62cdfa51066e68ba7802d28
am: 7c17e70f2f
* commit '7c17e70f2f795ca06006ff2560c8b8211ce1dd52':
Changes based on API council feedback for performContextClick
Change-Id: Ief8c3036b93c28b27ba2f117ec656d38a1562fcf
When maxLines is set on StaticLayout and the text is wrapped, during
onMeasure TextView couldn’t recognize the wrap in the layout and tried
to reuse the layout which in turn caused width calculation problems.
This CL checks if maxLines is set, and if there is a text cut-off in
order to reuse existing layout.
Bug: 28468120
Change-Id: Ide43df8512a09112715067cbadf29cc64fd53247
am: 6088cf67e8
* commit '6088cf67e8895b5ae09e8d99d57f9ae9279a2470':
Fixed a bug where the expand button was invisible
Change-Id: Ia7bfba0e245781f80bb1d7a9a068f765661177a7
This is an alternate solution. Not sure if this is better than
the current solution.
BUG: 28594452
Change-Id: I08b4ca8741ceb3491950ba779510b08775bd0ee7
- Throwing SecurityExceptionand and IllegalArgumentException instead of null for new APIs
- removing @removed APIs
Bug:27530098,27379882
Change-Id: Ifbe65bfc5051aa33aff2baa22cfa8e67b0f7c358
am: 163236156f
* commit '163236156f28449272e16193930692d2cc0011cb':
Fix text appearances not working in colored button styles
Change-Id: Ib26212b58dde81eeb222721d39df7ce66502265b
Constructing a JobStatus can be a surprisingly heavy operation, potentially
involving IPC; so do so outside the primary lock when possible in order to
reduce lock contention.
Bug 28946245
Change-Id: I51fffa6d29d566647edb583ae6e46ed6038d36e3
Sysconfig define a whitelist of permitted backup transports
Previously any apk bundled in priv-app could insert a backup transport.
Reduce risk surface by giving the OEM explicit control over who is
allowed to handle backup data.
Bug 28406080
Backport of 494df79172 from N
Change-Id: I9f90e324169a68720d608f74754d284a7e59cf87
am: 15818e1156
* commit '15818e1156101f1d3a01009e7bc223d8ae88546d':
Destroy saved surfaces if one of the last visible windows gets removed
Change-Id: I143743940263578e7111ae41eb7b88c005be18a6
am: 630436c9ed
* commit '630436c9ed893b38059e4c9a6e03a753a2e84d3a':
QS Edit: Hide black bar in landscape
Change-Id: I1691d9911b646f93c1fecab0cdb03506b4c357cb