Commit Graph

414253 Commits

Author SHA1 Message Date
Amin Shaikh
95f5452995 Update dark mode custom accent colors.
Change-Id: Ia2ace3ccf9fc326e75fd11792ecf8f34d82dbb1e
Fixes: 130762724
Test: make; visual
2019-04-22 19:39:11 +00:00
TreeHugger Robot
a37cd55e10 Merge "add media.swcodec to native watchdog" into qt-dev 2019-04-22 19:24:44 +00:00
John Reck
eecc52d796 Merge "Dynamically adjust renderahead" into qt-dev 2019-04-22 19:18:53 +00:00
TreeHugger Robot
c79a8e6746 Merge "Convert clock thumbnail images to transparent background." into qt-dev 2019-04-22 18:53:19 +00:00
TreeHugger Robot
2f1a44561f Merge "Fixed that emergency alert dialog not popped up" into qt-dev 2019-04-22 18:47:01 +00:00
TreeHugger Robot
604e253c9e Merge "[wm] Fix smallestScreenWidthDp configuration on non default display (1/2)" into qt-dev 2019-04-22 18:46:26 +00:00
TreeHugger Robot
5c5e22e910 Merge "Fix UID tracking in ProcessCpuTracker." into qt-dev 2019-04-22 18:35:27 +00:00
TreeHugger Robot
28dd5f8486 Merge "Fix a bug in ProtoFileReader." into qt-dev 2019-04-22 18:34:39 +00:00
TreeHugger Robot
de058b8e1b Merge "Don't slide down "At a Glance" when notifs aren't visible." into qt-dev 2019-04-22 18:26:37 +00:00
Kweku Adams
95aeab0ac8 Merge "Fix QuotaController job spam throttling." into qt-dev 2019-04-22 18:21:59 +00:00
Kweku Adams
7d6a31c154 Fix QuotaController job spam throttling.
QuotaController was inadvertently updating all Timers for a particular
user whenever any process state crossed the FOREGROUND_SERVICE
threshold, instead of only updating the Timer for the specific UID.

Also adding more data to QuotaController's dump to make future debugging
easier.

Bug: 129117282
Test: atest com.android.server.job.controllers.QuotaControllerTest
Test: atest CtsJobSchedulerTestCases
Change-Id: Ic8d9e6478e61cc62318ae5651f0526e41a71de8d
2019-04-22 11:06:15 -07:00
Lei Yu
d7595947a8 Merge "Remove feature flag slice injection" into qt-dev 2019-04-22 17:49:52 +00:00
Winson Chung
6d38898c1d Merge "Disconnect from overview service if process dies prior to connecting" into qt-dev 2019-04-22 17:21:34 +00:00
TreeHugger Robot
705ea2baa7 Merge "WmTests: Declare dependency on android.test.runner" into qt-dev 2019-04-22 17:02:56 +00:00
Chris Craik
99f9d7c461 Merge "Enable am profiling for apps profileable by shell" into qt-dev 2019-04-22 16:37:53 +00:00
TreeHugger Robot
21dd05fd2c Merge "deprecate sharedUserId attribute" into qt-dev 2019-04-22 16:24:35 +00:00
Anil Admal
0d5dacc4e6 Merge "Align GnssVisibilityControl location on/off with GnssLocationProvider" into qt-dev 2019-04-22 15:57:47 +00:00
TreeHugger Robot
39d59de13d Merge "Update clearData flow for notification settings" into qt-dev 2019-04-22 15:52:34 +00:00
Robert Snoeberger
8ada17e4e4 Convert clock thumbnail images to transparent background.
Fixes: 131076056
Test: manual - checked thumbnails in picker app
Change-Id: I54a6ddc8a595cf19fbab5cb4ae5f0321dbee23bb
2019-04-22 11:35:44 -04:00
GyeHun Jeon
61cac3a333 [wm] Fix smallestScreenWidthDp configuration on non default display (1/2)
smallestScreenWidthDp configuration should be set to smallest possible size.
This could cause unexpected resources to be loaded based on the incorrect configuration. So it
should be set as minimum size of screenWidthDp and screenHeightDp to account for rotation.

Test: reproduce test steps in bug
Test: atest CtsWindowManagerDeviceTestCases:DisplayTests
Bug: 129521230
Change-Id: I07403294e8fe6e6ad7aa718c8a5948aff4fafae1
(cherry picked from commit 7671d7042d60944813f36a03b74199c5a3d737ad)
2019-04-22 08:32:45 -07:00
TreeHugger Robot
f4496e18e0 Merge "Improve Location dump Timestamps" into qt-dev 2019-04-22 15:21:38 +00:00
TreeHugger Robot
5012f5bdce Merge "Verify Bundle is not null before using it" into qt-dev 2019-04-22 15:09:28 +00:00
Winson Chiu
a99ff5fa9a Merge changes I689ec523,Id249a185 into qt-dev
* changes:
  Delayed install completion
  Defer post-install resource clean up for 5 seconds
2019-04-22 14:35:50 +00:00
Jean-Michel Trivi
c755a23271 Merge "AudioService: async volume updates from DeviceInventory" into qt-dev 2019-04-22 14:24:01 +00:00
TreeHugger Robot
a5da8fc444 Merge "Clear calling identity before calling into UserManagerService" into qt-dev 2019-04-22 14:18:58 +00:00
Julia Reynolds
7af51c568b Update clearData flow for notification settings
Some settings need to be maintained (like whether the app
is the default dialer), so don't just wipe away all of the settings.

Test: atest; clear data on default dialer and ensure missed call
notification is still in priority bucket
Fixes: 127855529

Change-Id: I9e0c2fa1ceb371fe98a4f25f3573f043e9e2c1c9
2019-04-22 13:20:40 +00:00
TreeHugger Robot
fc0f0ea690 Merge "Fix alignment of date in QS" into qt-dev 2019-04-22 13:15:20 +00:00
Todd Kennedy
6372435f0e deprecate sharedUserId attribute
Shared user ids have caused numerous issues, inconsistencies,
and other random behaviours. They are generally not needed as
proper methodologies -- such as providers and services -- exist
and should be used for cross-package interaction.

We are deprecating the sharedUserId and sharedUserLabel
attributes in Q with the eventual goal of entirely removing them
in a future Android release.

Fixes: 129297713
Test: none. doc only change
Change-Id: Id84e8e22918010b2a42531c0b94aff75689d419b
2019-04-22 05:59:45 -07:00
Govinda Wasserman
18184f9c86 Merge "Adds Assistant invocation type to home long press." into qt-dev 2019-04-22 12:24:26 +00:00
Chalard Jean
ac45adad79 Merge "Make LegacyTypeTracker testable" into qt-dev 2019-04-22 12:08:59 +00:00
TreeHugger Robot
5d9f7272bd Merge "Define config for wifi fatal firmware alert error code list" into qt-dev 2019-04-22 11:11:59 +00:00
Chiachang Wang
9509eb8716 Merge "Move Setting constants for NetworkStack" into qt-dev 2019-04-22 10:37:10 +00:00
TreeHugger Robot
d6bed5bcad Merge "Notification shade glass pane should fade in as its being opened." into qt-dev 2019-04-22 07:40:20 +00:00
TreeHugger Robot
d8d759166c Merge "Restrict access to dangerous methods to <= P" into qt-dev 2019-04-22 07:14:10 +00:00
Chalard Jean
ff46a2567b Make LegacyTypeTracker testable
...and add basic trivial tests for it.

Test: this, and ConnectivityServiceTest
Bug: 62650382
Change-Id: Ie7ca938e6f66f1b15feb6ed93afa0aebb20884ae
2019-04-22 15:44:23 +09:00
TreeHugger Robot
ca45c3a870 Merge "Rename folder dynandroid to dynsystem" into qt-dev 2019-04-22 06:01:21 +00:00
Priyank Singh
245bd12b2c Notification shade glass pane should fade in as its being opened.
Bug: 130168660
Test: Manual
Change-Id: I12d09d5fd1a9d23f5219bbb217deccaabd39fdfc
2019-04-21 22:15:13 -07:00
TreeHugger Robot
33f68ebf93 Merge "Clean-up PersisterQueue tests" into qt-dev 2019-04-22 04:32:25 +00:00
TreeHugger Robot
784999f21f Merge "Adding the touch gestures for the pull down notification shade." into qt-dev 2019-04-22 03:33:14 +00:00
Po-Chien Hsueh
02778f5712 Rename folder dynandroid to dynsystem
We previously renamed DynamicAndroid to DynamicSystem. Package name
was also changed to com.android.dynsystem. But the folder name was
unchanged. This CL fixes the inconsistency.

Bug: 126613281
Test: make and run the service with 'adb shell am'
Change-Id: Ib462aec1603a16179c8392b6d51a00d0855d9421
2019-04-22 03:15:25 +00:00
Yao Chen
9f433c8509 Fix a bug in ProtoFileReader.
Classic and consuming

Bug: 131037240
Test: unit test added in incidentd_test
Change-Id: I9200122ed35e874ef453eb12adc7fbf28c22003e
2019-04-21 20:10:27 -07:00
Jack Yu
974607aac8 Fixed that emergency alert dialog not popped up
Fixed by granting START_ACTIVITIES_FROM_BACKGROUND
to the cell broadcast receiver.

Test: Manual
Bug: 130384940

Change-Id: Ie563a8f11ac991ab9568f65df6a4d14eebe47c5e
2019-04-21 17:21:43 -07:00
TreeHugger Robot
0cab8dc0db Merge "WifiMetrics: add histogram of installed Passpoint profiles for R2" into qt-dev 2019-04-21 23:23:15 +00:00
Derek Sollenberger
21a4210022 Merge "Update the CPU text cache sizes to be the same as their GPU equivalents" into qt-dev 2019-04-21 23:13:12 +00:00
TreeHugger Robot
4354101749 Merge "Move locale from LanguageDetectionEvent to base class" into qt-dev 2019-04-21 09:02:26 +00:00
TreeHugger Robot
76a4b5d73b Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-21 03:08:23 +00:00
TreeHugger Robot
6158f3ddbe Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-21 02:01:32 +00:00
TreeHugger Robot
5e5176da85 Merge "Import translations. DO NOT MERGE" into qt-dev 2019-04-21 01:26:41 +00:00
TreeHugger Robot
b2dfe6129f Merge "Sharesheet - Fix wrong metric value being recorded" into qt-dev 2019-04-21 00:27:23 +00:00
Priyank Singh
b0241580f9 Adding the touch gestures for the pull down notification shade.
Bug: 130168660
Test: Manual

Change-Id: Ida234a0bff0485ff1277594f9bff9c15a252d0de
2019-04-20 15:53:07 -07:00