Commit Graph

44115 Commits

Author SHA1 Message Date
Jyun LuoLai
644c707590 Merge "Fix PATTERN UI to align PIN&PASSWORD screen" into pi-dev 2018-03-23 00:56:00 +00:00
Doris Ling
09622934b9 Update battery saver condition text.
Change-Id: I0c0d4805c3d9163a1b98bac790719c361559d385
Fixes: 76172605
Test: build
2018-03-22 17:51:08 -07:00
Matthew Fritze
4cd1d84f7e Merge "Add Slider template for Slices" into pi-dev
am: 2f137b4bac

Change-Id: I8f7f91c72a475dae21b17ead18bfe660c4b6f342
2018-03-23 00:42:27 +00:00
Julia Reynolds
a7af991f37 Merge "Add a setting for the volume hush gesture" into pi-dev
am: 395345c0ad

Change-Id: I3a78c7313146ca19241fa74012212afe1ec3cc7f
2018-03-23 00:01:07 +00:00
Lei Yu
b6b1ee9abb Merge "Update the toggle state in constructor." into pi-dev
am: 5cafb0b553

Change-Id: I13752f6203160f1b92e4da8d0d358002c9105144
2018-03-23 00:00:04 +00:00
Fan Zhang
015c57a38e Merge "Misc string updates" into pi-dev
am: 4aa9d5d2b4

Change-Id: I8d7241779ba92f3d35a9808366ae2cd74467c6a0
2018-03-22 23:59:09 +00:00
Julia Reynolds
ff9500d0f9 Add manage notifications screen
Test: make -j RunSettingsRoboTests
Bug: 74318867
Change-Id: I1c872c976677ee38f7d9d9523d18fc8ca03fa547

Add manage notifications screen

Test: make -j RunSettingsRoboTests
Bug: 74318867
Change-Id: Ia3626e9f69e8b91b1a2bba9ef549c775972e749a
2018-03-22 19:57:09 -04:00
Sean Callanan
4b2d7a3780 Merge "[Settings] Add strings for Natural and Automatic color modes" 2018-03-22 23:53:11 +00:00
Maurice Lam
fd3d72e48f Merge "Make GLIF theme default for confirm lock screen" into pi-dev am: a82183849d
am: 731b049e32

Change-Id: Iaa2a51e585097b81a6f379f97fa5bfef84be4e62
2018-03-22 23:11:11 +00:00
Jan Nordqvist
c5f4182189 Rename "Primary data" to "Current data".
Bug: 70950124

Test: manual
Change-Id: I5fc9ac10338e2134e903eff392d3c63d2adf021d
2018-03-22 16:07:56 -07:00
Fan Zhang
5f9a348f7e Get rid of UserPackageWrapper util.
Robolectric can support framework private classes now, so there is no
need to use wrappers.

Bug: 76167422
Test: robotests
Change-Id: I034a9f0a9856348bff491f2e9b2b1f7d682ab942
2018-03-22 15:28:46 -07:00
Salvador Martinez
a913537b5d Add strings for mobile hotspot bands
This CL simply adds some strings that are needed for a follow-up CL
that allows users to select the band for their AP.

Test: None, just adds strings
Bug: 73102003
Change-Id: I3d1389b64e035056d55b7dda0687976ae757971c
2018-03-22 15:21:11 -07:00
TreeHugger Robot
2f137b4bac Merge "Add Slider template for Slices" into pi-dev 2018-03-22 22:08:54 +00:00
Salvador Martinez
5de9164520 Add new string for updating auto-wifi
This CL simply adds a string that will be used in a follow-up CL
for updating how auto-wifi permission requests work.

Test: None, string change
Bug: 67070896
Change-Id: I28d4e34349e8b3efad33d4e87f10b0f51c97f8ab
2018-03-22 15:08:06 -07:00
Fan Zhang
6c5af54af9 Get rid of extra whitespace under divider lines
Change-Id: Iad5ec5771a61c6e12aaefbe5fe41d17f7f09de73
Fixes: 76116029
Test: visual
2018-03-22 15:04:01 -07:00
Julia Reynolds
395345c0ad Merge "Add a setting for the volume hush gesture" into pi-dev 2018-03-22 22:03:48 +00:00
TreeHugger Robot
5cafb0b553 Merge "Update the toggle state in constructor." into pi-dev 2018-03-22 21:43:52 +00:00
TreeHugger Robot
4aa9d5d2b4 Merge "Misc string updates" into pi-dev 2018-03-22 21:33:54 +00:00
Maurice Lam
731b049e32 Merge "Make GLIF theme default for confirm lock screen" into pi-dev
am: a82183849d

Change-Id: I957b9adf288309a1c1af22d50c816d0e084c8645
2018-03-22 21:29:20 +00:00
Maurice Lam
a82183849d Merge "Make GLIF theme default for confirm lock screen" into pi-dev 2018-03-22 21:04:17 +00:00
Lei Yu
0544fbd507 Add callback when tethering fails
Add real callback instead of using NoOpCallback. When it fails,
reset the switchbar.

Change-Id: I6f87d7cefa67ff8f9f59a815fd976940fb61c06c
Fixes: 72904303
Test: RunSettingsRoboTests
2018-03-22 13:07:59 -07:00
Sean Callanan
e8f9bf5f68 [Settings] Add strings for Natural and Automatic color modes
These strings are not properly reflected in the UI yet.  Automatic and
Saturated currently map to the same display setting (and the UI reflects
this by checking both).

Bug: 75982435
Test: Modified the existing testcases to reflect the new string.
Change-Id: Iaef08599c0233e018eaafaf89d60eab92e102782
2018-03-22 13:05:32 -07:00
Søren Gjesse
d9ce79763a Enable R8 for settings
Keep constructor which is only used directly from test.

Update Proguard configuration to include information on checked
exceptions for Mockity to mock thorwn exception.

Bug: 74756073
Test: atest
com.android.settings.deviceinfo.storage.StorageAsyncLoaderTest#testRemovedPackageDoesNotCrash
Utf8ByteLengthFilterTest
Change-Id: Iae87e6647b28ee69d38bd8891df46239779c459c
2018-03-22 21:05:11 +01:00
arangelov
16a945aca4 Merge "Put the FLAG_ACTIVITY_NEW_TASK flag for the "Learn More" button in the "Add Account" settings screen." into pi-dev am: edfdeebfe4
am: b23bf13e72

Change-Id: Ibe2e2aa5e2f50d540f5e7d5f493376062c0f0f1c
2018-03-22 19:53:01 +00:00
Fan Zhang
c1a0cb2aec Misc string updates
Bug: 76022431
Fixes: 17822183

Test: visual
Change-Id: I952e04ca8f5d45612f0088729c2691c60cf3afab
2018-03-22 12:45:58 -07:00
Lei Yu
7c734ec32e Merge "Add log for AnomalyDetectionJobService" into pi-dev am: b4b2a6260a
am: 3f25e3e004

Change-Id: I14146fc91f84241c72256e5e8200627a6d4facb5
2018-03-22 19:43:13 +00:00
arangelov
b23bf13e72 Merge "Put the FLAG_ACTIVITY_NEW_TASK flag for the "Learn More" button in the "Add Account" settings screen." into pi-dev
am: edfdeebfe4

Change-Id: I6849be0a7a2858ffa21a8bec1dbfaf4783466c2f
2018-03-22 19:17:15 +00:00
Lei Yu
3f25e3e004 Merge "Add log for AnomalyDetectionJobService" into pi-dev
am: b4b2a6260a

Change-Id: Ieded94f7c6201cffff4c25068e21ac6fae4cb468
2018-03-22 19:13:54 +00:00
Matthew Fritze
ad6678f9fc Add Slider template for Slices
Add the Seekbar preference equivalent
to the TwoStatePreference (toggle) preference
controller abstract controller.

Change-Id: I6ff91f2f72a7f72c18ddbc27b2b1fda4b6ce6ca9
Fixes: 67996707
Test: Robotests
2018-03-22 11:46:47 -07:00
TreeHugger Robot
edfdeebfe4 Merge "Put the FLAG_ACTIVITY_NEW_TASK flag for the "Learn More" button in the "Add Account" settings screen." into pi-dev 2018-03-22 18:38:30 +00:00
Lei Yu
592faf364d Update the toggle state in constructor.
Before this cl, the update of toggle depends on BroadcastReceiver.
However it is not called when toggle is inited, which make the toggle in
broken state sometimes.

This cl make it execute the update method in constructor, so toggle can
get the correct state when it is created.

Fixes: 73718975
Test: RunSettingsRoboTests
Change-Id: Icb798afaff0bdeedad3a966315441712be2e2523
2018-03-22 11:18:43 -07:00
Lei Yu
b4b2a6260a Merge "Add log for AnomalyDetectionJobService" into pi-dev 2018-03-22 17:53:17 +00:00
arangelov
737d469b78 Put the FLAG_ACTIVITY_NEW_TASK flag for the "Learn More" button in the "Add Account" settings screen.
Bug: 75322399
Test: Manually pressed the button and verified the Settings app does not crash.
Change-Id: Ibd2b985ed898ccaa4e78c0ecf5dc667af6bc8cba
2018-03-22 16:18:49 +00:00
Benjamin Franz
00cc027534 Do not allow force stopping protected packages
Bug: 75997475
Test: make RunSettingsRoboTests
Test: manual
Change-Id: I0670f6f0afbc603d8ac61711cfefec2b1fc4b43b
2018-03-22 11:16:07 +00:00
Søren Gjesse
6734daaa66 Merge "Revert "Revert "Disable R8 for Settings""" 2018-03-22 09:28:11 +00:00
Søren Gjesse
6f21dfa213 Revert "Revert "Disable R8 for Settings""
This reverts commit f38d78bf09.

Reason for revert: Enabling R8 again after https://googleplex-android-review.git.corp.google.com/c/platform/packages/apps/Settings/+/3769994 lands.

Exempt-From-Owner-Approval: ccross@ made the requested change
Change-Id: I81dcb8c23974d3f3a8c11c39140d17266b4ae18a
2018-03-22 09:27:57 +00:00
Fan Zhang
4a4afa1de7 Merge "Fix crash when launching mobile data usage page via intent." into pi-dev am: f88dcfadbb
am: 60790e883c

Change-Id: I96b028d028a213f882558ad766b2b0cd1a994d8f
2018-03-22 07:36:08 +00:00
Antony Sargent
458053b543 Merge "Fix renaming for Bluetooth devices when rotating to landscape" into pi-dev am: baea1c87f5
am: a3e36f8e50

Change-Id: Iaaba0cd84e04bc49aa3865ff48410f060df0ff49
2018-03-22 07:30:31 +00:00
Fan Zhang
60790e883c Merge "Fix crash when launching mobile data usage page via intent." into pi-dev
am: f88dcfadbb

Change-Id: I1dbe256f7484d23853c6ee0a871280a68455252c
2018-03-22 07:29:16 +00:00
TreeHugger Robot
f88dcfadbb Merge "Fix crash when launching mobile data usage page via intent." into pi-dev 2018-03-22 07:24:23 +00:00
Antony Sargent
a3e36f8e50 Merge "Fix renaming for Bluetooth devices when rotating to landscape" into pi-dev
am: baea1c87f5

Change-Id: I9c39e409990eb92dfa09ab178580f3b658238806
2018-03-22 07:22:44 +00:00
TreeHugger Robot
baea1c87f5 Merge "Fix renaming for Bluetooth devices when rotating to landscape" into pi-dev 2018-03-22 07:17:17 +00:00
Doris Ling
175d61a01e Merge "Fix crash when pausing DndCondition." into pi-dev am: e119601136
am: d8b61c21a0

Change-Id: I7743c5d984e76c4223e88899311e60565c8ebb83
2018-03-22 05:39:07 +00:00
anitalin
8debb12ed0 Merge "Remove extra padding above Wi-Fi picker, Pointer speed, Automatica date & time, Automatic timezone, Automatic 24-hour format, New notifications and App settings" into pi-dev am: 721c58deb4
am: a396fdb580

Change-Id: I8e0f26ee2b5addb0d87a3c545b31fe76f62e81a8
2018-03-22 05:34:31 +00:00
Shawn Ding
50d98df148 Merge "Update "Vibrate on tap" string" into pi-dev am: bad38a1940
am: 4d8b920c7e

Change-Id: I975e9eba3cf8723f03ddd5350398432bf3232c72
2018-03-22 05:33:52 +00:00
Andreas Terzis
7130de5fb6 Merge "Add back the data saver preference." into pi-dev am: ce447d9191
am: fa50690b29

Change-Id: If8fee16cc05372badda44582d78bd4304c6356f1
2018-03-22 05:29:10 +00:00
Doris Ling
d8b61c21a0 Merge "Fix crash when pausing DndCondition." into pi-dev
am: e119601136

Change-Id: I93b7cf1cf7ceecb4855469d69e35fb2d95412e1c
2018-03-22 05:26:50 +00:00
anitalin
a396fdb580 Merge "Remove extra padding above Wi-Fi picker, Pointer speed, Automatica date & time, Automatic timezone, Automatic 24-hour format, New notifications and App settings" into pi-dev
am: 721c58deb4

Change-Id: Ic4f554008ff72ed97de423b628a37332108c3f1e
2018-03-22 05:26:10 +00:00
Shawn Ding
4d8b920c7e Merge "Update "Vibrate on tap" string" into pi-dev
am: bad38a1940

Change-Id: I5a8496c10351fa99004e71753659deeb96fe19d0
2018-03-22 05:24:46 +00:00
Andreas Terzis
fa50690b29 Merge "Add back the data saver preference." into pi-dev
am: ce447d9191

Change-Id: I1f58e870faea97ec0cf6b73aebb076ac2d9cf3b4
2018-03-22 05:14:10 +00:00