Kevin Chang
8c17c2f588
Merge "Add new reminder in "Magnify with shortcut" page" into qt-r1-dev
...
am: 6bfc381173
Change-Id: Ic0b481b5306a91c58f1aeea4cb125874d6b77d2e
2019-07-18 00:53:02 -07:00
Kevin Chang
42f6f19216
Merge "UI change in caption preferences in Settings" into qt-r1-dev
...
am: af447c17b8
Change-Id: I5b669681267875963d9b91471bdb63a57b1c84b0
2019-07-18 00:52:00 -07:00
Kevin Chang
5fc6db2cf7
Merge "Add footer preference into caption preferences" into qt-r1-dev
2019-07-18 06:59:47 +00:00
Kevin Chang
6bfc381173
Merge "Add new reminder in "Magnify with shortcut" page" into qt-r1-dev
2019-07-18 06:59:45 +00:00
Kevin Chang
af447c17b8
Merge "UI change in caption preferences in Settings" into qt-r1-dev
2019-07-18 06:59:41 +00:00
cosmohsieh
a5e0148c7a
[NetworkRequest] Implement Single Specified SSID ALTERNATE FLOW V2
...
Implement new flow for Single SSID mode of NetworkRequestDialog.
There is a new design for single SSID mode of NetworkRequestDialog.
Bug: b/132904234
Test: make RunSettingsRoboTests -j32 ROBOTEST_FILTER=com.android.settings.wifi
Change-Id: Ice19842243ea6f24a3ea74cf6e90a473080b8983
2019-07-18 12:04:02 +08:00
Raff Tsai
f7e3095464
Fix Disabled text color in dark theme
...
Fixes: 137639665
Test: manual
Change-Id: Ie3786c446ea0b9ca484069db65dcefda45ac28c8
2019-07-18 10:12:21 +08:00
Kevin Chang
5277da96c2
Add footer preference into caption preferences
...
Add footer preference into caption preferences to tell users
that the setting doesn't support all apps.
Reference link of screenshot:
https://drive.google.com/file/d/1VzpWa4M-4HjlfjDNNqrEIKwo3v0y_f51/view?usp=sharing
Bug: 135888603
Test: Visual
Change-Id: I95e0aa301eba7343fbc798cc406c0242f4f4eb7e
Merged-In: I95e0aa301eba7343fbc798cc406c0242f4f4eb7e
(cherry picked from commit 8f4b8b9a74
)
2019-07-17 11:28:01 +00:00
Kevin Chang
04dea2b5c2
Add new reminder in "Magnify with shortcut" page
...
Add new reminder string in "Magnify with shortcut" page when
it's under gesture navigation mode.
Reference link of screenshot:
https://drive.google.com/file/d/1uo31FZebhXKcCR8QY_WrgEPiInzARmIl/view?usp=sharing
Bug: 134645913
Test: Visual
Change-Id: Ibbaa162d4acf0fdeed8c98b2aa1d83953880e6a6
Merged-In: Ibbaa162d4acf0fdeed8c98b2aa1d83953880e6a6
2019-07-17 11:27:37 +00:00
Kevin Chang
ef9cd2ac95
UI change in caption preferences in Settings
...
Move the switch after the caption preview and change the oreder of the
settings inside in caption preferences in Accessibility settings.
Reference link for screenshot:
https://drive.google.com/file/d/1EQLpfQFnJTwU1F8vLAOSHPYqSXKWL_ap/view?usp=sharing
Bug: 130755332
Test: Visual
Change-Id: Icb4dabdef71be165a21d1bde474872ee0bb35bfa
Merged-In: Icb4dabdef71be165a21d1bde474872ee0bb35bfa
(cherry picked from commit fd1f1c0f82
)
2019-07-17 11:27:06 +00:00
Stanley Wang
d2b2d9898e
Merge "Fix app uninstalling/stopping possible in screen pinning mode"
2019-07-17 10:17:32 +00:00
TreeHugger Robot
1258c94f9d
Merge "Increase height of edittext"
2019-07-17 09:38:56 +00:00
hughchen
7879047f65
Increase height of edittext
...
Bug: 131134021
Test: RunSettingsRoboTests
Change-Id: Ia85b99d2b1f7b730e66516e61a14979b0f68daa8
2019-07-17 14:34:00 +08:00
Stanley Wang
161c359508
Fix app uninstalling/stopping possible in screen pinning mode
...
Bug: 135604684
Test: maunal & robotest
Change-Id: I96eddb11ff32c6c46915682eb58857be7d24ed99
2019-07-17 10:58:52 +08:00
Yi Jiang
06f0bd6d4e
Don't show suggestion slice if 'Screen attention' is already on
...
Bug: 137259771
Test: Manually
Change-Id: I5568b569ecd4db943f1a239c7ddcd2923bec4028
2019-07-16 17:17:31 +00:00
TreeHugger Robot
1c6a2fac78
Merge "Add a vertical padding to DND button"
2019-07-16 11:40:59 +00:00
TreeHugger Robot
932c8eaa68
Merge "Remove deprecated code"
2019-07-16 06:11:40 +00:00
Jason Chiu
71e9f9147a
Add a vertical padding to DND button
...
Button is too close to divider
Test: visual, robotest
Fixes: 134406305
Change-Id: I1c2d8d2fad78ea3068a61b8aaa1c255328cf084f
2019-07-16 14:08:31 +08:00
Raff Tsai
58cd356273
Remove deprecated code
...
Fixes: 137106225
Test: rebuild
Change-Id: I7c757fc39197d2b6166fc8cbd9ad585ba16a7e2e
2019-07-16 10:35:04 +08:00
Antony Sargent
6dd874305e
Make MobileNetworkActivity support onNewIntent
...
The launchMode for MobileNetworkActivity specified in the android
manifest is "singleTask", which means that when an intent to it is
launched, if there is an existing instance we will reuse that instead of
creating a new one. But to handle this properly we need to know when it
happens by implementing onNewIntent, which we weren't doing.
Implementing this fixes a bug we noticed that if you have multiple SIMs
and recently visit the details page for SIM 1 but then click on a SIM
selection notification that should bring you to the details for SIM 2,
we'd just bring up the details page for SIM 1 again.
Fixes: 133447239
Test: make RunSettingsRoboTests
Change-Id: Ia9106b15ffde437f6dd6fd2da23336ec5b28f75e
2019-07-15 17:11:19 -07:00
TreeHugger Robot
2e9c4c4978
Merge "Remove Settings from recents after app uninstall"
2019-07-15 22:57:06 +00:00
Joshua Mccloskey
b441c8ab91
Merge "Fixed Settings Crash" into qt-r1-dev am: 800e8a485f
...
am: d5cac4a3f6
Change-Id: I4cbc1adb869d6ca988827c6bdbd2106ab089c82c
2019-07-15 13:22:30 -07:00
Joshua Mccloskey
d5cac4a3f6
Merge "Fixed Settings Crash" into qt-r1-dev
...
am: 800e8a485f
Change-Id: If6bba47ee6c16b035453c5f4a3fee38c0b1a0a1a
2019-07-15 13:10:52 -07:00
Joshua Mccloskey
800e8a485f
Merge "Fixed Settings Crash" into qt-r1-dev
2019-07-15 19:40:23 +00:00
Bill Yi
725b236039
Merge "[automerger skipped] Import translations. DO NOT MERGE am: 8d229d7090
-s ours am: 09be23ffaa
-s ours
...
am: 4919b857e6
-s ours
am skip reason: subject contains skip directive
Change-Id: Ib379a4edfc2f70a73608ba367c1b266901977779
2019-07-15 01:34:52 -07:00
Bill Yi
0a30a102af
[automerger skipped] Import translations. DO NOT MERGE am: 8d229d7090
-s ours am: 7903044b2b
-s ours
...
am: 5a71e96c3a
-s ours
am skip reason: subject contains skip directive
Change-Id: Ib9156e15657bec1c95a3369a952f3f62b865c5e4
2019-07-15 01:34:14 -07:00
Android Build Merger (Role)
4919b857e6
Merge "[automerger skipped] Import translations. DO NOT MERGE am: 8d229d7090
-s ours am: 09be23ffaa
-s ours am skip reason: subject contains skip directive" into qt-r1-dev-plus-aosp
2019-07-15 08:28:50 +00:00
Bill Yi
7d98d178e9
[automerger skipped] Import translations. DO NOT MERGE am: 8d229d7090
-s ours
...
am: 09be23ffaa
-s ours
am skip reason: subject contains skip directive
Change-Id: I9d171a15cab4e4ce14376567126ccc0fd4d30d86
2019-07-15 01:28:32 -07:00
Bill Yi
5a71e96c3a
[automerger skipped] Import translations. DO NOT MERGE am: 8d229d7090
-s ours
...
am: 7903044b2b
-s ours
am skip reason: subject contains skip directive
Change-Id: Ifdcebac440af1d2a114637d9ddbc32661ef4f46a
2019-07-15 01:28:12 -07:00
Bill Yi
09be23ffaa
[automerger skipped] Import translations. DO NOT MERGE
...
am: 8d229d7090
-s ours
am skip reason: subject contains skip directive
Change-Id: I4989ac93f690299f130945cc4b2ae4984974345f
2019-07-15 01:21:17 -07:00
Bill Yi
7903044b2b
[automerger skipped] Import translations. DO NOT MERGE
...
am: 8d229d7090
-s ours
am skip reason: subject contains skip directive
Change-Id: Ied4eb2aed709ef90008edf7c49509522e96eb512
2019-07-15 01:21:16 -07:00
Bill Yi
8d229d7090
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I9ecaff62cfd0370a1ff7e5f6eb36a871c8486dee
2019-07-14 22:26:37 -07:00
Bill Yi
fa2f5199f0
[automerger skipped] Import translations. DO NOT MERGE am: 941e94d689
-s ours
...
am: 6b16484afd
-s ours
am skip reason: subject contains skip directive
Change-Id: Icff2f0d6de302dcd4312e3bca883404cbaa5536b
2019-07-14 21:57:04 -07:00
Bill Yi
6b16484afd
[automerger skipped] Import translations. DO NOT MERGE
...
am: 941e94d689
-s ours
am skip reason: subject contains skip directive
Change-Id: Ib4ce2d83d5967669ab5ecf18eca8af89bc63b2b1
2019-07-14 21:40:54 -07:00
Bill Yi
941e94d689
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Id33f437d9b802519be1544de7616b3a5b0528680
2019-07-13 22:19:58 -07:00
Raff Tsai
55459042ae
Merge "Add wifi calling slice to settings search and AGSA"
2019-07-13 04:14:55 +00:00
TreeHugger Robot
8a78972349
Merge "Remove obsolete broadcast behavior"
2019-07-12 22:52:57 +00:00
joshmccloskey
6a3012f21d
Fixed Settings Crash
...
Fixes: 137319680
Test: Manual
Change-Id: I0e22bd561787b1a141bf2e3060b23fe70a6d96ce
2019-07-12 15:49:24 -07:00
Soonil Nagarkar
533a17f1f5
Remove obsolete broadcast behavior
...
There is no need to broadcast when a footer is displayed/removed. The
broadcasts were added specifically for gmscore to know when the footer
was visible, so that GLS consent could be given. However, this
was only very briefly actually used within GmsCore, and has been
obsolete for several releases.
Test: CTS
Change-Id: I1df6c6214fe79c943cabd7b04357c8ab7d1c1c39
2019-07-12 11:06:05 -07:00
Raff Tsai
85e1218b31
Add wifi calling slice to settings search and AGSA
...
Fixes: 121041498
Test: test if wifi calling slice is appeared in Settings Search
Change-Id: I4892da6e7d396f28bb232f8e520a8c946f35570d
2019-07-12 23:40:27 +08:00
TreeHugger Robot
9a66a51fc4
Merge "Change OWNERS"
2019-07-12 13:47:08 +00:00
TreeHugger Robot
1f18ca5021
Merge "Add whitelist in ResetAppsHelper"
2019-07-12 11:02:11 +00:00
Raff Tsai
b2ecd6705e
Change OWNERS
...
Test: build
Change-Id: I9bdb6cb738de456ced7b5f22a745e4e025539aed
2019-07-12 16:35:12 +08:00
Sunny Shao
b54d2f90f2
Add whitelist in ResetAppsHelper
...
Add "com.android.systemui" into the whitelist and skip the clear data.
Fixes: 137037930
Test: manual test
Change-Id: Ie2f527309f9159babe79636a69ff13fe3ceb64d9
2019-07-12 15:43:18 +08:00
TreeHugger Robot
eb97f54928
Merge "Check FaceManager before get system service"
2019-07-12 07:24:32 +00:00
TreeHugger Robot
2c4edee77c
Merge "Make more preference copyable"
2019-07-12 05:53:26 +00:00
Andrew Sapperstein
08d4150e7a
Merge "Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
am: 8c6b2bafb0" into qt-r1-dev-plus-aosp
...
am: 7d92e3d2a2
Change-Id: I6ecf360b6c06a9c827e4ad2bfb76591b78c363ab
2019-07-11 21:40:53 -07:00
Andrew Sapperstein
f6219c0242
Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
am: 44f731c1c7
...
am: b07cee3139
Change-Id: I4e8deaf89a5cb0327e38866b9c205871057fdd92
2019-07-11 21:39:30 -07:00
Raff Tsai
b848474b91
Check FaceManager before get system service
...
Bug: 136788181
Test: adb shell am start -a android.settings.FACE_SETTINGS is not
crashed
Change-Id: If727ab4aa3b4043fa2e4e8c13392e32d566b1bbb
2019-07-12 12:18:16 +08:00
Android Build Merger (Role)
7d92e3d2a2
Merge "Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
am: 8c6b2bafb0" into qt-r1-dev-plus-aosp
2019-07-12 04:11:01 +00:00