Lei Yu
7b13eaf133
Merge "Fix crash in Monkey test." into pi-dev am: d95668db99
...
am: 85f6fd4a1f
Change-Id: Ib8c62963b09e938143fd9382622ea3843cd88be5
2018-04-05 11:40:23 -07:00
Doris Ling
a658391502
Merge "Fix issue in ring volume sample not always being played." into pi-dev am: 1b899f2a0a
...
am: 284d10d112
Change-Id: I52f03ddd0686125263bc0c5e59bcc2355b7cca72
2018-04-05 11:16:42 -07:00
TreeHugger Robot
5c36161d0b
Merge "Fall back to Wi-Fi data display in data usage screen with no SIM."
2018-04-05 18:07:17 +00:00
Lei Yu
992130af7e
Merge "Hide uninstalled app in restrict app dialog" into pi-dev am: 2e96ec2f99
...
am: bc69fe95a4
Change-Id: I7185887d29c7e46f25887e88b2559d4b556a67bb
2018-04-05 11:05:58 -07:00
TreeHugger Robot
d95668db99
Merge "Fix crash in Monkey test." into pi-dev
2018-04-05 17:46:21 +00:00
TreeHugger Robot
1b899f2a0a
Merge "Fix issue in ring volume sample not always being played." into pi-dev
2018-04-05 17:12:43 +00:00
Lei Yu
2e96ec2f99
Merge "Hide uninstalled app in restrict app dialog" into pi-dev
2018-04-05 16:57:13 +00:00
Jan Nordqvist
9eb43ddddf
Fall back to Wi-Fi data display in data usage screen with no SIM.
...
Bug: 70950124
Test: manual
Test: make RunSettingsRoboTests
Change-Id: I06bf78e54119819be87e15baca7e5b6a241958cb
2018-04-05 07:58:23 -07:00
Doris Ling
de08eaf437
Fix issue in ring volume sample not always being played.
...
- when we adjust the sound volme in Sound settings, we only re-post the
stop sample message when we receive the onSampleStarting callback.
However, if we change the volume while a sample is still playing,
onSampleStarting will not be called as it's already started. This
results in shortened sample duration, which in extreme case, the new
sample will not be played at all if the new volume change is made almost
towards the end of the previous sample period. So, everytime user change
the volume, we should re-post the stop sample message, so that the
sample playing duration would be extended properly.
- also removed the original calls to the onStreamValueChanged() during
init, as the original implementation is empty, and during init, we do
not need any handling to start/stop the sample.
Change-Id: I9f35ddfb6d809eeb83b1a732a09362286ff6ed77
Fixes: 77514234
Test: make RunSettingsRoboTests
2018-04-04 17:35:41 -07:00
Erik Kline
6027d42a5a
Merge "Expressly forbid IP string literals as Private DNS hostnames" into pi-dev am: fe7cc296c1
...
am: e0d4298210
Change-Id: Idd9b36efa49cfb103876ddf8356055c510c3a44e
2018-04-04 16:05:03 -07:00
TreeHugger Robot
fe7cc296c1
Merge "Expressly forbid IP string literals as Private DNS hostnames" into pi-dev
2018-04-04 21:30:32 +00:00
Fan Zhang
c62ecf45db
Merge "Log when settings slice is requested/updated." into pi-dev am: 1400734315
...
am: d820a38820
Change-Id: I9cf169cdca75fdc2b693ad2bf6ab214a796cbec2
2018-04-04 14:26:43 -07:00
TreeHugger Robot
1400734315
Merge "Log when settings slice is requested/updated." into pi-dev
2018-04-04 20:37:15 +00:00
Fan Zhang
2c3d5c5876
Fix CodeInspectionTest for Setttings am: 27fad993b4
...
am: 04603ff928
Change-Id: Ib07ca5e031bd750b518c248bcbc0260ec6088a9a
2018-04-04 11:20:23 -07:00
Lei Yu
fd62af5792
Fix crash in Monkey test.
...
When battery page is launched, BatteryTipLoader will start running.
If we rotate the screen before loader is finished, it will store null
to Bundle and will crash when restoring from that Bundle.
In this cl, we add null pointer check for tip list to avoid the crash.
Also remove a TODO since it is obsolete.
Change-Id: Ic59bc20c633f3a7467f7b5e95da062160bcb4e93
Fixes: 77534165
Test: RunSettingsRoboTests
2018-04-04 11:00:05 -07:00
Fan Zhang
27fad993b4
Fix CodeInspectionTest for Setttings
...
Bug: 77579651
Bug: 77339683
Test: robotests
Change-Id: I7cb95bc7b1a3890879809e3462d0af8ba3e53923
2018-04-04 09:47:39 -07:00
Tony Mak
922780328a
Merge "We should show custom title for suspend app dialog" into pi-dev am: a8c53f7dcb
...
am: 51a187d64e
Change-Id: Icc9e6ce5456caf119f040553749748862d0932a4
2018-04-04 04:00:51 -07:00
Tony Mak
a8c53f7dcb
Merge "We should show custom title for suspend app dialog" into pi-dev
2018-04-04 10:38:18 +00:00
Erik Kline
6c2ad0d62d
Expressly forbid IP string literals as Private DNS hostnames
...
For obvious bootstrapping reasons, DNS settings have always used
IP address string literals in input fields.
However, since we can use the network-assigned nameservers to bootstrap
our way to multiple IP addresses of multiple families (!), hostnames
provide a clear simplicity and future-proofing advantage.
Permitting IP address literals means not only making sure that we can
validate X.509v3 certificates for IP addresses, but coping with the
inevitable broken configurations where users may have configured IPv4
addresses but no IPv6 addresses. This will unnecessarily complicate
life on IPv6-only networks.
=)
Test: as follows
- built
- flashed
- booted
- tried to enter IP string literals
- make -j50 RunSettingsRoboTests ROBOTEST_FILTER=PrivateDnsModeDialogPreferenceTest
Bug: 34953048
Bug: 64133961
Bug: 73641539
Change-Id: I7a58e86ed640ff5600906fb3d8cb9a2c75598831
2018-04-04 00:42:19 -07:00
Julia Reynolds
ee9ddf4cae
Merge "Add app info notification summary" into pi-dev am: 54ee35c35c
...
am: afe35d6259
Change-Id: I28d403c24d6417b1abd0e1c54e2ed9ffd7bb5d09
2018-04-03 17:37:34 -07:00
TreeHugger Robot
54ee35c35c
Merge "Add app info notification summary" into pi-dev
2018-04-03 22:22:24 +00:00
Pengquan Meng
1e1daac83a
Merge "Move apn settings to network" into pi-dev am: cf60ff7e08
...
am: 1dda7ae8b9
Change-Id: Ic94c8ac5f76c725ee5bc295bcb3dfb25a04a138b
2018-04-03 14:57:02 -07:00
Lei Yu
499644b8a9
Hide uninstalled app in restrict app dialog
...
Change-Id: Ic615d8b1150890e6ad0d393e410d0f5ab8648986
Fixes: 77429442
Test: RunSettingsRoboTests
2018-04-03 14:14:50 -07:00
Fan Zhang
19f1ebd1fa
Merge "Remove wrapper for ConnectionManager/IPackageManager" into pi-dev am: 4720ba39e3
...
am: 308e6dbcfb
Change-Id: I5e76a432d845a19f31de6ebfe7ed326f428d4e46
2018-04-03 14:04:32 -07:00
TreeHugger Robot
87ba4a4d5f
Merge "Autogenerate SearchIndexableResources subclass"
2018-04-03 20:11:26 +00:00
TreeHugger Robot
cf60ff7e08
Merge "Move apn settings to network" into pi-dev
2018-04-03 19:41:39 +00:00
TreeHugger Robot
4720ba39e3
Merge "Remove wrapper for ConnectionManager/IPackageManager" into pi-dev
2018-04-03 18:31:39 +00:00
Lei Yu
db4ada245f
Merge "In High usage, hide apps without screen time." into pi-dev am: 6f61ae0adf
...
am: c6882cf458
Change-Id: Icaf40316eaff1db5dd711c92400179bea4f58650
2018-04-03 11:00:21 -07:00
Tony Mak
cbc3a6a1de
We should show custom title for suspend app dialog
...
BUG: 77523074
Test: Suspend an app, observe the new title.
Test: m -j RunSettingsRoboTest
Change-Id: Ide0329422e68b5ed6418365f2d0b0e0d11f0dec7
2018-04-03 17:54:13 +00:00
Lei Yu
6f61ae0adf
Merge "In High usage, hide apps without screen time." into pi-dev
2018-04-03 17:37:46 +00:00
Tony Mantler
0fcd6cbaa8
Autogenerate SearchIndexableResources subclass
...
Bug: 77148954
Test: RunSettingsLibRoboTests RunSettingsRoboTests RunSettingsGoogleRoboTests RunArcSettingsRoboTests
Change-Id: I842c42c55014c3310070ef22bd4f0d9a70dfd804
2018-04-03 10:26:55 -07:00
Fan Zhang
87b2634fc0
Log when settings slice is requested/updated.
...
Change-Id: Ie6b7000729b3a414a29e3dfc25a29e1f2f939ddd
Fixes: 71503986
Test: robotests
2018-04-03 10:15:56 -07:00
Lenka Trochtova
60d38db8d9
Enterprice privacy: let the user know if admin enabled backups. am: a112226db2
...
am: 6f42f7beec
Change-Id: Iaf11a4d7a7880c77be65d97bb5c9a3527b9b2c22
2018-04-03 08:14:55 -07:00
Lenka Trochtova
a112226db2
Enterprice privacy: let the user know if admin enabled backups.
...
Bug: 73750212
Bug: 64012357
Test: make RunSettingsGoogleRoboTests
Change-Id: I586eaccaebb89a8b3e5b4014b3d6427ab2eb15a9
2018-04-03 13:58:39 +02:00
Chalard Jean
07f803d115
Merge "Move the Private DNS dialog back to the top level." into pi-dev am: a62df616f9
...
am: cf793eb632
Change-Id: I2a5a0d55fb01091deb00aa7d79f72344207e8793
2018-04-03 02:05:20 -07:00
Fan Zhang
f60c3384fa
Merge "Remove more wrappers" into pi-dev am: d73d3a8f55
...
am: 893f9db1ac
Change-Id: I7f9e765e842e4bc8f8c4ad3c041faa9edee2b744
2018-04-03 01:54:04 -07:00
Chalard Jean
a62df616f9
Merge "Move the Private DNS dialog back to the top level." into pi-dev
2018-04-03 05:17:56 +00:00
TreeHugger Robot
87e4022129
Merge "Add afterclass method to remove static field"
2018-04-03 04:41:57 +00:00
Matthew Fritze
6c79de9a75
Merge "Expand isAvailable to include DISABLED_DEPENDENT" into pi-dev am: 2a51657c8e
...
am: 749728094f
Change-Id: Ibb470b1340d5f7c0b151b635bd7c64b5dfd8e1c7
2018-04-02 20:15:33 -07:00
rafftsai
662aa42bca
Merge "MagnificationPreferenceFragment use DashboardFragment" into pi-dev am: e1549f0af1
...
am: 9d4f21140c
Change-Id: I88ebcb0cc46b03f42acb242e58857585e4ae63f8
2018-04-02 19:58:51 -07:00
TreeHugger Robot
d73d3a8f55
Merge "Remove more wrappers" into pi-dev
2018-04-03 02:07:17 +00:00
Pengquan Meng
7a1c93dcf3
Move apn settings to network
...
This is a clean up CL, move the apn settings related class from settings'
root to network's directory.
Bug: 77339683
Test: make ROBOTEST_FILTER=ApnEditorTest -j40 RunSettingsRoboTests
Change-Id: I751a6c2a27c9a1e08d7308407d75ccb355f295aa
2018-04-02 17:27:56 -07:00
Fan Zhang
01cfb9d8c5
Remove wrapper for ConnectionManager/IPackageManager
...
Bug: 76167422
Test: robotests
Change-Id: I5f051b0ce58b97a3cfd5d4bae469463dcd6d83ac
2018-04-02 17:09:10 -07:00
Fan Zhang
947a673f74
Remove more wrappers
...
- WallpaperManagerWrapper
- UserManagerWrapper
Bug: 76167422
Test: robotests
Change-Id: I3ca866089082e01f1e9d7a4554387962f45a5437
2018-04-02 16:51:40 -07:00
TreeHugger Robot
2a51657c8e
Merge "Expand isAvailable to include DISABLED_DEPENDENT" into pi-dev
2018-04-02 23:49:22 +00:00
Fan Zhang
bf0a17a90b
Merge "Remove wrapper for device policy manager" into pi-dev am: e35e00712c
...
am: 4d91ea3036
Change-Id: If7baa937eda42db42cc5161c195f8da56677f06e
2018-04-02 22:30:37 +00:00
Lei Yu
d5dceb7d5c
Merge changes Ib497aca6,Ic6def54a into pi-dev am: 5e8a0e2436
...
am: fc6f4e05da
Change-Id: I44510b8dd49325b913d0d7ad82ceb844f3d98886
2018-04-02 22:29:29 +00:00
Salvador Martinez
49d0d7b492
Merge "Update auto wi-fi to prompt user for permissions" into pi-dev am: 27587f7884
...
am: 3903f787e9
Change-Id: Ia5f05b32874ec93019fad725bb78d1adae922e4b
2018-04-02 22:27:49 +00:00
TreeHugger Robot
e1549f0af1
Merge "MagnificationPreferenceFragment use DashboardFragment" into pi-dev
2018-04-02 22:25:04 +00:00
Lei Yu
739c68c369
Merge "Update the battery string." into pi-dev am: 43a325dd05
...
am: 3dbdb27605
Change-Id: If997f4feac5446310ab8e98091ea40b65aa5256c
2018-04-02 21:56:11 +00:00