Matthew Fritze
bcb5bdf06c
Merge "Uniquely identify Slice intents" into pi-dev am: 45b6a9498c
...
am: 2fbb71614c
Change-Id: Iadb98d5cd4943a4762d1f2240d1d2a0f3dcc35e2
2018-04-12 13:31:55 -07:00
TreeHugger Robot
45b6a9498c
Merge "Uniquely identify Slice intents" into pi-dev
2018-04-12 17:38:52 +00:00
TreeHugger Robot
f57f6aa9c7
Merge "Implement previously connected device UI"
2018-04-12 17:00:25 +00:00
Jason Chang
a29ed7ef71
Merge "[SettingsLib] Update Utils APIs usage"
2018-04-12 12:44:04 +00:00
Lei Yu
a28b67ad81
Merge "Update the action for early warning tip." into pi-dev am: e6750d6c2d
...
am: ecf2de4624
Change-Id: I35614b4937c7d476c6d6b3c61bd6745819f67924
2018-04-12 03:28:22 -07:00
TreeHugger Robot
e6750d6c2d
Merge "Update the action for early warning tip." into pi-dev
2018-04-12 10:13:20 +00:00
Lei Yu
2aa48e18f1
Merge "Update battery settings strings" into pi-dev am: 17a463130e
...
am: 118f29591a
Change-Id: I9ec2b61b8d94c8f09f7e4a02de2b173193fa8a51
2018-04-11 20:38:23 -07:00
TreeHugger Robot
17a463130e
Merge "Update battery settings strings" into pi-dev
2018-04-12 03:22:43 +00:00
hughchen
a05d1fc769
Implement previously connected device UI
...
* For fix the conflicts in pi-dev, cherry pick the commit 86d3e58c8d in
master and merge the conflict.
* Add @SearchIndexable in
PreviouslyConnectedDeviceDashboardFragment.java
* Move save device group to "Previously connected devices" preference
Bug: 74134939
Test: make -j60 RunSettingsRoboTests
Change-Id: Iff7894033df402d42dcc0ccaea6db3106edb7013
Merged-In: Iff7894033df402d42dcc0ccaea6db3106edb7013
2018-04-12 09:57:08 +08:00
Matthew Fritze
59e2d1fff9
Uniquely identify Slice intents
...
PendingIntents were being cached because they had the same
targets and would not differentiate on extras - thus all Slice
intents would go to the same destination as the first intent fired.
Adding the data stops the system from caching the intents.
Change-Id: Ifccab72ed482e22750422c5c36aa6d205c20ae3d
Fixes: 77650727
Test: robotests
2018-04-11 17:54:41 -07:00
Lei Yu
40bb1e8488
Update battery settings strings
...
1. Change "screenTime" to "lastFullChargeTime" in high usage dialog
2. Update "Background restriction" strings
3. Update footer string
Bug: 73018395
Test: RunSettingsRoboTests
Change-Id: I07c149123c4ee1a69dd81c9a9e6eaa5df69b60b4
2018-04-11 17:50:30 -07:00
Maurice Lam
8780cc8451
Merge "Fix landscape pattern enroll crash" into pi-dev am: e20f8934c9
...
am: f927d21d4c
Change-Id: I8da2a93ffb209f7748c14e58e50aa090969ab8da
2018-04-11 17:21:52 -07:00
Julia Reynolds
6c52f0b757
Merge "Add disabled checkbox preference" into pi-dev am: ccdecc664c
...
am: c57bb42dde
Change-Id: I158081c0690626bd81856e08f6fd77373da2050e
2018-04-11 17:17:42 -07:00
TreeHugger Robot
e20f8934c9
Merge "Fix landscape pattern enroll crash" into pi-dev
2018-04-11 23:43:54 +00:00
TreeHugger Robot
ccdecc664c
Merge "Add disabled checkbox preference" into pi-dev
2018-04-11 23:07:40 +00:00
Lei Yu
2162a68a43
Update the action for early warning tip.
...
Add action to open the battery saver page when it shows "battery saver
is on".
Change-Id: Ia0536e7ef73271aefbd95e938d6f91f359a116d2
Fixes: 77874407
Test: RunSettingsRoboTests
2018-04-11 15:49:04 -07:00
Beverly
0e90651dc2
Merge "Update mSortOrder when changed to frequent" into pi-dev am: 50fdc109ff
...
am: 5ad550aec4
Change-Id: Icb69b66036536d850072852238054e6a10103982
2018-04-11 14:28:16 -07:00
TreeHugger Robot
50fdc109ff
Merge "Update mSortOrder when changed to frequent" into pi-dev
2018-04-11 21:05:50 +00:00
Mehdi Alizadeh
cb5899f72e
Merge "Adds the Swipe Up settings page under gestures" into pi-dev
2018-04-11 19:07:31 +00:00
Bookatz
672e67dc4f
Merge "Fuelgauge handle StatsManager Exception API" into pi-dev am: f142ace1d0
...
am: bfd8a58e78
Change-Id: I3e1846bd28eeab02ca544a201394db1475bbc073
2018-04-11 11:56:55 -07:00
Beverly
50f641be29
Update mSortOrder when changed to frequent
...
Update mSortOrder so when the activity is resumed, the
apps are sorted how the user wants
Test: make ROBOTEST_FILTER=ManageApplicationsTest RunSettingsRoboTests
Change-Id: I422846aada29ee254996b2e94da27af7ed935a0b
Fixes: 77691626
2018-04-11 14:43:06 -04:00
Mehdi Alizadeh
528fe0ca14
Adds the Swipe Up settings page under gestures
...
The illusteration video is not included yet.
Merged-In: I7f2b2f3251a795dfd74dbbb442692e42a5a2966e
Bug: 77549883
Test: Unit tests and Manual test
Change-Id: I04f01f0814f16e4e006291e61ddb07cea8e7c0d6
2018-04-11 11:03:06 -07:00
Julia Reynolds
18922b50cb
Add disabled checkbox preference
...
A checkbox preference that users can't change, but with non-disabled
test for legibilty.
Test: make -j RunSettingsRoboTests
Bug: 77657376
Change-Id: Iea9bbcc5efbf80cbc380fb8d5a360fe8386889a0
2018-04-11 13:49:58 -04:00
TreeHugger Robot
f142ace1d0
Merge "Fuelgauge handle StatsManager Exception API" into pi-dev
2018-04-11 17:02:06 +00:00
Mehdi Alizadeh
d18edec417
Adds the Swipe Up settings page under gestures
...
The illusteration video is not included yet.
Bug: 77549883
Test: Unit tests and Manual test
Change-Id: I7f2b2f3251a795dfd74dbbb442692e42a5a2966e
2018-04-11 05:40:12 +00:00
Maurice Lam
8ca084e62b
Fix landscape pattern enroll crash
...
Test: atest SetupChooseLockPatternTest.java
Bug: 77878150
Change-Id: Ie54286765ea0d766bcc9e2c8e56cfbda919d5fd7
2018-04-10 19:53:41 -07:00
Bookatz
e832c153c0
Fuelgauge handle StatsManager Exception API
...
StatsManager now returns Exceptions for certain errors, instead of
returning a boolean. Thus Fuelgauge needs to be updated.
Bug: 77648233
Test: make ROBOTEST_FILTER=AnomalyConfigJobServiceTest RunSettingsRoboTests
Change-Id: I7160ac01141c673c90e33423220dc888a2710340
2018-04-10 18:10:45 -07:00
Julia Reynolds
a660cf1176
Merge "Prevent ringing updates" into pi-dev am: dbffb1812d
...
am: 8176af9610
Change-Id: I880b80215cfec3897b18200b18bedbb6c899e241
2018-04-10 16:15:11 -07:00
Fan Zhang
3b3e951b6f
Merge "Protect against invalid authority in account sync pref." into pi-dev am: 2c15909bfc
...
am: 2e49b6fdac
Change-Id: I124cedfa18452ce936690b380d4d9b35f5c457f9
2018-04-10 16:13:33 -07:00
TreeHugger Robot
dbffb1812d
Merge "Prevent ringing updates" into pi-dev
2018-04-10 22:52:10 +00:00
TreeHugger Robot
2c15909bfc
Merge "Protect against invalid authority in account sync pref." into pi-dev
2018-04-10 22:49:18 +00:00
Julia Reynolds
584aba1f2b
Prevent ringing updates
...
- Add video
- Update text
- Link from Sound settings
- Inherit from BasePreferenceController
Test: make -j RunSettingsRoboTests
Change-Id: If8cd9efd4e6034e6f6864a142a86cbc23bf59dc3
Fixes: 76832936
Fixes: 74410634
2018-04-10 17:32:06 -04:00
Lei Yu
6afd882210
Merge "Add test flags for battery tips." into pi-dev am: 93ff833316
...
am: de4199e3db
Change-Id: I469d3207ac61b1f0ea83c74aa9d75ecb789189e0
2018-04-10 14:13:33 -07:00
Lei Yu
93ff833316
Merge "Add test flags for battery tips." into pi-dev
2018-04-10 20:44:11 +00:00
Matthew Fritze
a1df08c426
Merge "Unavailable Slices includes DISABLED_DEPENDENT settings" into pi-dev am: 3ec0e4851c
...
am: ea52f72840
Change-Id: Iecb9f5aee79ebccb13ed91f6726f73ca4e696edc
2018-04-10 13:03:49 -07:00
TreeHugger Robot
3ec0e4851c
Merge "Unavailable Slices includes DISABLED_DEPENDENT settings" into pi-dev
2018-04-10 19:31:03 +00:00
Lei Yu
1af677903a
Merge "Hide preference when no app restricted" into pi-dev am: 1f02712e7a
...
am: 1b82df6906
Change-Id: I665bdb8e3107c3152242b28561ea5ae01427ead7
2018-04-10 12:13:43 -07:00
TreeHugger Robot
1f02712e7a
Merge "Hide preference when no app restricted" into pi-dev
2018-04-10 18:30:26 +00:00
Daniel Solomon
f414f5ab2d
Merge "Hide color mode preference depending on Accessibility settings" into pi-dev am: e96b57a5fb
...
am: c767f493d8
Change-Id: I76912e1dbdf02c2a220d04f48df3f2b0b91a9a9f
2018-04-10 11:27:58 -07:00
Lei Yu
67956894e7
Merge "Update field for ACTION_ANOMALY_TRIGGERED" into pi-dev am: fa447e698d
...
am: 44f6508070
Change-Id: Ib69976755e65335fbbaa9708d9ff13c975fb3979
2018-04-10 11:24:10 -07:00
Daniel Solomon
e96b57a5fb
Merge "Hide color mode preference depending on Accessibility settings" into pi-dev
2018-04-10 17:59:26 +00:00
Jason Monk
e802f713bb
Merge "Update slice constant reference" into pi-dev am: 5a974c6335
...
am: fd1be7d153
Change-Id: Ia355bc3e4e36e9cfbf1d1e9014a38744b85e5aec
2018-04-10 10:39:28 -07:00
Lei Yu
fa447e698d
Merge "Update field for ACTION_ANOMALY_TRIGGERED" into pi-dev
2018-04-10 17:39:08 +00:00
Jason Monk
5a974c6335
Merge "Update slice constant reference" into pi-dev
2018-04-10 17:10:29 +00:00
Julia Reynolds
84dc27b829
Merge "Add zen onboarding screen" into pi-dev am: 34a593db65
...
am: a87381e9a8
Change-Id: Iebe2045ec162ddf2ea28b00913739cb9ecfaaa89
2018-04-10 08:00:17 -07:00
Jason Monk
9b555bf515
Update slice constant reference
...
Test: build
Bug: 73123786
Change-Id: I9f38f0298bcaace85256639fd285d38a580c90fe
2018-04-10 10:56:32 -04:00
TreeHugger Robot
34a593db65
Merge "Add zen onboarding screen" into pi-dev
2018-04-10 14:35:44 +00:00
Julia Reynolds
15dcf14191
Merge "Notification settings updates" into pi-dev am: d7a1c39694
...
am: 88fa6fd0fb
Change-Id: I5771abecd37d732e11dbf9c7f1c31ac6b7993d6c
2018-04-10 07:06:39 -07:00
TreeHugger Robot
d7a1c39694
Merge "Notification settings updates" into pi-dev
2018-04-10 13:51:22 +00:00
Jason Chang
c44097d345
[SettingsLib] Update Utils APIs usage
...
Update Utils.getColorAttr and similar methods in Utils to return a ColorStateList instead of a color
Bug: 74872054
Test: Force to display different color items then manually test
Change-Id: If002f9a578558e6254220c36ef556e8378d4522a
2018-04-10 21:09:39 +08:00