- Jun 26, 2017
-
-
TreeHugger Robot authored
-
Chet Haase authored
-
Jason Monk authored
Now that we have a footer, heights and clippings need to be adjusted to be more accurate. - Clip QS within its layout box regardless of its y translation - Calculate height diffs correctly Test: visual Change-Id: Ic46996e342cd1000215aa9256da920a7856bb5a4 Fixes: 62489284
-
TreeHugger Robot authored
-
Todd Kennedy authored
Change-Id: I6ae219b68920c160e104b307f60802fd75e705ce Fixes: 62908319 Test: Manual
-
Chet Haase authored
The TimePicker (seen when creating an alarm in the Clock app) has two bugs in landscape mode: - The hours/minutes switch places (hours should always be to the left of minutes, regardless of RTL) - The layout is completely messed up in 12-hour mode (the radial time picker does not appear on the screen) This fix addresses both issues by setting the layoutDirection="ltr" attribute to force a couple of the layouts to be unaffected in RTL mode. Specifically, the hours/minutes layout and the overall layout will always be presented left-to-right. Bug: 62846484 TimePicker layout is broken in RTL landscape mode Test: manual (tested with/without fix in normal, forded-RTL mode, and with Hebrew as the first locale). Change-Id: I8ef3f2706660f60c162ba3d324a18b8f370f67f8
-
- Jun 24, 2017
-
-
Daniel Sandler authored
-
TreeHugger Robot authored
-
Selim Cinek authored
-
Selim Cinek authored
The parameters were passed the wrong way around. Test: manual inspection Fixes: 62937149 Change-Id: I7ae2bb2a4136da37d6b59b2b1406c68ce7fe7b6b
-
- Jun 23, 2017
-
-
Bryce Lee authored
-
Bryce Lee authored
This changelist adds additional logging around the ActivityInfo used during startActivity to trace down when the userid changes. Bug: 38121026 Test: manual Change-Id: I162f4772845bc2cae585b7e4b027f3cce33439f4
-
Wale Ogunwale authored
- Don't use snapshot that is in different orientation than the current display orientation. This is a follow up to a previous CL whose implementation wasn't complete. - Disabled fixed for unnecessary relaunches when unlocking with fingerprint sensor introduced in ag/2310557. This causes regression in the experience from N. We still have the relaunches, but we cover up the delay by displaying the apps starting window. - Added more trace log points. Fixes: 62796190 Fixes: 62904487 Bug: 38494778 Test: go/wm-smoke and manual verification of bug. Change-Id: Id161a334cb4455dd9eb25c6bb63d5bb3f8a6f1f0
-
TreeHugger Robot authored
-
Lucas Dupin authored
-
TreeHugger Robot authored
-
Dan Sandler authored
Change-Id: I5ec0b6b44fca58e9f5f61444acbff7a15550b135 Fixes: 62828801 Test: adb shell dumpsys activity service SystemUI | grep -c tickerText (should be zero)
-
Lucas Dupin authored
Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/StatusBarIconViewTest.java Change-Id: I2f0595408be61acb8267bb7449486ee46f7aad19 Fixes: 62937149
-
susnata authored
This looks like a regression for WebView (58.0.3029.125) in android 'O'. But this seems to have been fixed in early version of 60 (webview). This workaround gets us past the problem, until we get the newer version of WebView. Bug: 62449959 Test: Manual Change-Id: I29883bf7d1567c1ce7be90b4efde4b3da93b99a2
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: Ib851156b7d64c1f1c3ea398dc1d80602219d2c0f Auto-generated-cl: translation import
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Bill Yi authored
Change-Id: I8e7e2885713047eef21b2885aa82aec71a5f5aa8 Auto-generated-cl: translation import
-
TreeHugger Robot authored
-
Seigo Nonaka authored
Since CONTEXT_RESTRICTED is not a default flag of createPackageContext, we can't rely on it for preventing unexpected font injections. To protect developers and existing apps from a risk of font injection, stop loading font from other package's resouce unless the developer explicitly set CONTEXT_IGNORE_SECURITY. This CL contains Iac2a6fb3d82ef23d5ca6ee33f4aaa9ed28455271 by manual merging to handle repository split. Bug: 62813533 Bug: 62879353 Test: Manually done Merged-In: I4442ddc48dadb5c968b444be86038b602074d301 Change-Id: I4442ddc48dadb5c968b444be86038b602074d301
-
Daniel Nishi authored
Bug: 62623731 Test: Settings Unit Test Change-Id: Ibd779c7d9e60c44440483489b231ba0715321bc1
-
- Jun 22, 2017
-
-
Wale Ogunwale authored
To help with ANR debugging. Test: adb shell dumpsys activity starter Bug: 38121026 Change-Id: I96d530662e6a362b817df3ca8410cb173a2c0dd4
-
Roshan Pius authored
To ignore the masked password sent by apps, add a new copy-constructor equivalent method which will ignore the masked password. Bug: 62893342 Test: Unit tests. Test: Manual tests with the linked CL. Test: Regression tests. Change-Id: Ib208dcd94a888e07a9b3dc0442620233ea7791e5
-
Felipe Leme authored
- Moved (and expanded) overall documentation from FillResponse to AutofillService. - Improved SaveInfo documentation. - Improved FillRequest documentation. - Improved Dataset documentation. Bug: 37567048 Test: ran 'm -j doc-comment-check-docs' and checked resulting HTML Change-Id: I157893deac06a5ed5e1cb7fd082da485f227b9ee
-
TreeHugger Robot authored
-
Rob Carr authored
-
TreeHugger Robot authored
-
Siddharth Ray authored
A cycle of native_init() and native_cleanup() is needed so that callbacks are registered after bootup even when location is disabled. This will allow Emergency SUPL to work even when location is disabled before device restart. Merged-In: I423d5a7142709fc0579be009bb8b14d3778aa090 BUG:38362097 Change-Id: I423d5a7142709fc0579be009bb8b14d3778aa090
-
Todd Kennedy authored
Any application starting an activity resolved to a dyanmic split should initiate split installation. Previously, only the application defining the split could start installation of the split. Bug: 62872325 Test: Manual; install instant app and start intent using 'adb shell am' and see that dynamic split installation occurs Change-Id: I232dc5df82fb2c04653015a4a6b9f07c9e382205
-
TreeHugger Robot authored
-
Robert Carr authored
While a negative height is pretty silly, crashing apps on the new version of android makes them sad. Test: Existing CTS passes. Bug: 62434804 Change-Id: I5fc3fc50fb6ccfa9e96f38ded4fb8e338f263f09
-