Jason Hsu
2b63def185
Merge changes from topic "redesignVariablesRole"
...
* changes:
Apply the new design of mUserShortcutTypesCache & mUserShortcutTypes in Magnification
Redesign roles of variable mUserShortcutTypesCache & mUserShortcutTypes
2020-11-05 10:33:23 +00:00
jasonwshsu
ba7b4bb727
Apply the new design of mUserShortcutTypesCache & mUserShortcutTypes in Magnification
...
Bug: 158540780
Test: atest ToggleScreenMagnificationPreferenceFragmentTest
Change-Id: I941a6e571a5a70f27032b82fcdc00f43b672168f
2020-11-05 14:24:15 +08:00
jasonwshsu
9f54ab9afa
Redesign roles of variable mUserShortcutTypesCache & mUserShortcutTypes
...
* mUserShortcutTypesCache -> get value from savedInstanceState only
* mUserShortcutTypes -> use local variables to replace its mission
Bug: 158540780
Test: atest ToggleFeaturePreferenceFragmentTest
Change-Id: I1473f89ed743261f616e8d19733bae829c9dbb02
2020-11-05 14:24:09 +08:00
pihuei
55fb2b745d
Use system day/night to switch theme instead of from intent extra.
...
Use value-night to give theme instead of directly from intent extra when Setup day/nNight mode enabled and in Setup flow
Before:
<vision settings>
https://hsv.googleplex.com/4837266235064320
<wifi dialog>
https://hsv.googleplex.com/5687053981319168
<lock screen with disabling button>
https://hsv.googleplex.com/4843506419892224
<lock screen with enabling button>
https://hsv.googleplex.com/5650348922372096
<fingerprint intro>
https://hsv.googleplex.com/5133769046491136
<fingerprint touch>
https://hsv.googleplex.com/5681937198874624
<fingerprint left touch>
https://hsv.googleplex.com/5767441676238848
<squeeze release>
https://hsv.googleplex.com/6632476812247040
After:
<vision settings>
https://hsv.googleplex.com/6213298875793408
<wifi dialog>
https://hsv.googleplex.com/6025790804197376
<lock screen with disabling button>
https://hsv.googleplex.com/5747461219942400
<lock screen with enabling button>
https://hsv.googleplex.com/5766700781797376
<fingerprint intro>
https://hsv.googleplex.com/6751334529236992
<fingerprint touch>
https://hsv.googleplex.com/5625963293442048
<fingerprint left touch>
https://hsv.googleplex.com/4518139360444416
<squeeze release>
https://hsv.googleplex.com/5220720579706880
Bug: 169734655
Test: robo test
Change-Id: I4aab843e28a932c7b823f36f1d8df1e5b2341f4e
2020-11-05 05:09:14 +00:00
TreeHugger Robot
9a1a35d316
Merge "Add missed layout_below property for priority section."
2020-11-05 02:52:29 +00:00
Eugene Susla
2fc8e09eca
Merge "Prevent non-system overlays from showing over notification listener consent dialog"
2020-11-04 17:08:58 +00:00
TreeHugger Robot
e7e0e5b831
Merge "Use new strings for Wi-Fi hotspot toggle specific scenario"
2020-11-04 13:29:42 +00:00
Treehugger Robot
f8f8cc870f
Merge "Fix crash on "Connection preferences"" am: b75c952800
am: 3cda0e9872
am: 32129f14f5
am: e0347c87fd
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1485157
Change-Id: I447fd6bd9d9fd5bda6df97b01195adbf50caa6be
2020-11-04 09:59:42 +00:00
Treehugger Robot
e0347c87fd
Merge "Fix crash on "Connection preferences"" am: b75c952800
am: 3cda0e9872
am: 32129f14f5
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1485157
Change-Id: I46ad006bdb3700ac4cba29711db589e5afaca448
2020-11-04 09:18:32 +00:00
Treehugger Robot
32129f14f5
Merge "Fix crash on "Connection preferences"" am: b75c952800
am: 3cda0e9872
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1485157
Change-Id: Ia27ac5edeca976fbc0e34d60596566f4432e8f5c
2020-11-04 08:56:00 +00:00
Treehugger Robot
3cda0e9872
Merge "Fix crash on "Connection preferences"" am: b75c952800
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1485157
Change-Id: I329bb9cb76f9dddd02c3d339a7fc450f0e0b5698
2020-11-04 08:40:13 +00:00
TreeHugger Robot
ffc490f83f
Merge "Add the explicitly mutable flag for creating a PendingIntent"
2020-11-04 08:15:05 +00:00
Treehugger Robot
b75c952800
Merge "Fix crash on "Connection preferences""
2020-11-04 08:14:27 +00:00
TreeHugger Robot
855fc1ef61
Merge "[Testing] To migration NetworkScorerPickerPreferenceControllerTest"
2020-11-04 03:37:45 +00:00
TreeHugger Robot
b1d340d007
Merge "Add the mutability flag to the pendingIntent."
2020-11-04 03:11:41 +00:00
Hugh Chen
40d4e47b05
Add the explicitly mutable flag for creating a PendingIntent
...
- Android S+ to specify explicitly either FLAG_MUTABLE or FLAG_IMMUTABLE
when creating a PendingIntent.
- Suggest to use the FLAG_IMMUTABLE as default. Change it to
FLAG_MUTABLE while errors occur.
Fixes: 172207262
Fixes: 172207195
Fixes: 172205385
Fixes: 172204525
Fixes: 172205897
Test: build pass, manual test to paring blutooth device and doing
seamless transfer
Change-Id: Ic37b37bdbe6de6bdbad741985d3a920334240d80
2020-11-04 10:59:34 +08:00
Eugene Susla
85adbc4ba9
Prevent non-system overlays from showing over notification listener consent dialog
...
Bug: 170731783
Test: use a visible overlay, ensure it's gone when notification consent is open
Change-Id: I58e017982f385ffc0d0ba2174512490b1d83dd36
2020-11-03 14:24:35 -08:00
Jay Aliomer
d1b9b25295
Merge "Use ColorMatrixColorFilter in batterymeterview" into rvc-qpr-dev am: a759432bac
am: 9afa792c12
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12940164
Change-Id: I538cf0108f522ee6aebe57cb7eb91b2feb754900
2020-11-03 21:02:20 +00:00
Jay Aliomer
9afa792c12
Merge "Use ColorMatrixColorFilter in batterymeterview" into rvc-qpr-dev am: a759432bac
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12940164
Change-Id: I85a7473dc387759fab15956aba8a24233fe03861
2020-11-03 20:08:03 +00:00
Jay Aliomer
a759432bac
Merge "Use ColorMatrixColorFilter in batterymeterview" into rvc-qpr-dev
2020-11-03 19:40:22 +00:00
Chloris Kuo
e9d524ffc6
Merge "Add flag to reset notification channel importance"
2020-11-03 14:07:45 +00:00
TreeHugger Robot
c988aa848b
Merge "Add missing PI flag"
2020-11-03 12:25:55 +00:00
Yi-Ling Chuang
ea92f4eb5e
Add the mutability flag to the pendingIntent.
...
Starting Android S, PendingIntent should have a explicit mutability flag
to avoid vulnerability.
Fixes: 172207853
Test: 1. Make AdaptiveSleepSlice available on the homepage and click on it.
2. Play with the volume panel.
Change-Id: I9cd428b17f44f5215d8c06331d12a17f997ca557
2020-11-03 17:44:56 +08:00
Weng Su
ae3ef639d9
Use new strings for Wi-Fi hotspot toggle specific scenario
...
- The SW (Swahili) language is used for a different noun class and is
inappropriate in the context.
- Need to separate different strings for specific situations.
- Use new strings from SettingsLib resource
Bug: 168801172
Bug: 168733667
Test: Manual test
Change-Id: I0e0a688f54ca2ee1b4cd5049c7e0f3ff3112b127
2020-11-03 09:26:40 +00:00
Zoey Chen
af8faaaa4b
Merge "[Provider Model] Use new entry xml of Network & Internet"
2020-11-03 07:39:25 +00:00
TreeHugger Robot
e268d89b26
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-11-03 07:20:05 +00:00
TreeHugger Robot
69bab04e93
Merge "Import translations. DO NOT MERGE ANYWHERE"
2020-11-03 06:31:15 +00:00
Zoey Chen
d9a4ab246c
Merge "[Provider Model] New xml of Calls and SMS"
2020-11-03 03:30:42 +00:00
Hugh Chen
eda6d60e05
Fix crash on "Connection preferences"
...
This CL adds a null check condition to avoid crash for
some device not support PrintManager.
Bug: 159848003
Test: make -j42 SettingsGoogle
Change-Id: Ic6c4c17bb563458f4f5a61dc0d93ae22b05f8763
2020-11-03 11:02:38 +08:00
Bill Yi
b69426436f
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ie5fb24a892c637b0876f663b222f3d442ae8130c
2020-11-02 16:11:06 -08:00
Treehugger Robot
0254a6c38d
[automerger skipped] Merge "backup settings: Update OWNERS." am: c7c020688d
am: f977a632b0
am: a8ccdd3ac0
am: 17c1db75da
-s ours
...
am skip reason: Change-Id I2fdbf98a8326285ef41482cc207ed9aa94e9a0f4 with SHA-1 05783b4e6d
is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1480538
Change-Id: Ib4040c7f631edde3f4bc0279eb0cf36a1092ffaf
2020-11-02 23:56:20 +00:00
Bill Yi
b0e9e824cc
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ia33d3635b7b77afd83fcdf7af436037340666b0f
2020-11-02 15:31:03 -08:00
Treehugger Robot
17c1db75da
Merge "backup settings: Update OWNERS." am: c7c020688d
am: f977a632b0
am: a8ccdd3ac0
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1480538
Change-Id: I61b0e195b971905db8bef4d561749ec2af8f0d27
2020-11-02 23:17:54 +00:00
Treehugger Robot
a8ccdd3ac0
Merge "backup settings: Update OWNERS." am: c7c020688d
am: f977a632b0
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1480538
Change-Id: Ie5537f257c66639d4b5e534bbca0a1537c3c63e3
2020-11-02 23:03:50 +00:00
Treehugger Robot
f977a632b0
Merge "backup settings: Update OWNERS." am: c7c020688d
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1480538
Change-Id: I3074b0da6146f9cd5b5eeb4d4644c84c689f590d
2020-11-02 22:48:18 +00:00
Treehugger Robot
c7c020688d
Merge "backup settings: Update OWNERS."
2020-11-02 21:55:49 +00:00
TreeHugger Robot
903a211665
Merge "backup settings: Update OWNERS."
2020-11-02 20:08:26 +00:00
Andrei-Valentin Onea
9f1c46967e
Merge "Fix app compat dashboard from settings app" am: 4445b40a65
am: 770e30b1f9
am: 8879952967
am: c3839f4732
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1481502
Change-Id: I5a18fa2db11f9a240aa1d781810fca7717a36da3
2020-11-02 16:20:54 +00:00
Andrei-Valentin Onea
c3839f4732
Merge "Fix app compat dashboard from settings app" am: 4445b40a65
am: 770e30b1f9
am: 8879952967
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1481502
Change-Id: Ie87c9ff8ae1e76bb667f7201e6314ec995d2e133
2020-11-02 16:06:44 +00:00
Andrei-Valentin Onea
8879952967
Merge "Fix app compat dashboard from settings app" am: 4445b40a65
am: 770e30b1f9
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1481502
Change-Id: I947653ab33790724f2a419297c3fd7649ef4f2fb
2020-11-02 15:37:28 +00:00
Andrei-Valentin Onea
770e30b1f9
Merge "Fix app compat dashboard from settings app" am: 4445b40a65
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1481502
Change-Id: I4b33afc345e7e3e2a45cb71777843a5aa8eb77df
2020-11-02 15:04:33 +00:00
Andrei-Valentin Onea
4445b40a65
Merge "Fix app compat dashboard from settings app"
2020-11-02 14:52:50 +00:00
Julia Reynolds
3561ff6e4c
Add missing PI flag
...
Test: manual
Fixes: 172214372
Change-Id: Ifaa07e39a7559448854c8d7c89bab227ecb015ba
2020-11-02 09:41:59 -05:00
Zoey Chen
14602e302a
[Provider Model] Use new entry xml of Network & Internet
...
Bug: 171874190
Test: manual
Change-Id: I542ba08c122cb50de37dafd06cfa08dead8e2e0f
2020-11-02 22:28:47 +08:00
Zoey Chen
ee9e7b8642
[Provider Model] New xml of Calls and SMS
...
Bug: 172053880
Test: manual
Change-Id: I4c434e19c9986d9a07f0e96e9aaeaac3a289b9a1
2020-11-02 22:26:25 +08:00
Mariia Sandrikova
2daff16231
Add missed layout_below property for priority section.
...
Fix: 170257825
Test: manual
Change-Id: I09d9fcd2ad8235bc93f4af04bb7b15233d9c32c9
2020-11-02 09:33:05 +00:00
Tobias Thierer
efd5a23b73
backup settings: Update OWNERS.
...
Refer to platform OWNERS + bug component.
Bug: 159055442
Test: Treehugger
Change-Id: I2fdbf98a8326285ef41482cc207ed9aa94e9a0f4
Merged-In: I2fdbf98a8326285ef41482cc207ed9aa94e9a0f4
2020-10-31 01:23:27 +00:00
Tobias Thierer
05783b4e6d
backup settings: Update OWNERS.
...
Refer to platform OWNERS + bug component.
Bug: 159055442
Test: Treehugger
Change-Id: I2fdbf98a8326285ef41482cc207ed9aa94e9a0f4
(cherry picked from commit bfe97711c99ee6654e3cc3c94bc504d3d2f49ec4)
2020-10-31 01:22:46 +00:00
TreeHugger Robot
5f5d754af2
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-dev am: 025633bdd4
-s ours am: 081fc9279b
-s ours am: b81eb46545
-s ours am: c7b05589f2
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12954031
Change-Id: I39ffdb7958ef6b7d253badd4723b13a783cab104
2020-10-30 16:51:40 +00:00
TreeHugger Robot
65dc2d6b82
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-dev am: 025633bdd4
-s ours am: 081fc9279b
-s ours am: 0585247398
-s ours am: 2bb6767c1d
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12954031
Change-Id: Ieef604e9751ab68e3883e0e30ece0bf7aef756ba
2020-10-30 16:51:34 +00:00