Commit Graph

53113 Commits

Author SHA1 Message Date
pastychang
2cb81f9a2b Fix fingerprint enrolling in settings show heavy theme
The descrpiton textview of fingerprint enrolling page that launchs from
settings shouldn't apply heavy theme. It must check the atrribute of
heavy theme is true first, and then apply it.

Bug: 132366547
Test: Manual
Change-Id: Id52151b308fa80f84a67d132634a8e9c58291878
2019-05-23 15:42:41 +08:00
tmfang
2ff083c2f1 Fix overlapping problem on wifi detail screen
If we didn't set view and lifecycle for EntityHeaderController,
it only sets "z-order" as 0 for action bar.

So, user sees overlapped problem while user is scrolling view.

For now, we set view and lifecycle as parameter for EntityHeaderController,
then EntityHeaderController can change "z-order" while scrolling view.

Test: visual and robo test
Fixes: 133380109
Change-Id: I0445c6aeaa42d798374d2c712e9611a09a6b55e7
2019-05-23 15:27:14 +08:00
Stanley Wang
69893f95ae Merge "Fix Settings crashing while displaying phone number slice." into qt-dev
am: 3da9f727e3

Change-Id: Icc1d2e188c55e1601584025f7e27864e85260487
2019-05-22 22:11:28 -07:00
Pasty Chang
3c859e38e4 Merge "Apply stencil theme for description textview" into qt-dev
am: 6746e15859

Change-Id: I7c12641d7921af25609576a9709b2a39bd7c186a
2019-05-22 22:10:10 -07:00
Lei Yu
6d4f03d915 Merge "Update logic to build slider slice" into qt-dev
am: 8866301b83

Change-Id: Iefcf422a0e337626ae492b54c61be067ebfdb591
2019-05-22 21:52:14 -07:00
TreeHugger Robot
3da9f727e3 Merge "Fix Settings crashing while displaying phone number slice." into qt-dev 2019-05-23 04:19:27 +00:00
Pasty Chang
1b4965583f Merge "Apply stencil theme for description textview" into qt-dev
am: 6746e15859

Change-Id: I942536c27482caa9a119103b65e0c66c3366364a
2019-05-22 21:14:23 -07:00
Lei Yu
1131a1e0d7 Merge "Update logic to build slider slice" into qt-dev
am: 8866301b83

Change-Id: I8d50f937f42aa6110731eb529a4d468bb7344fdf
2019-05-22 21:10:11 -07:00
lindatseng
64d202bdee Merge "Add null check to precent crash in monkey test" into qt-dev am: 99162f2a35
am: b4896bd5a8

Change-Id: I78041e68615a928a240c962ef85024eb4e253802
2019-05-22 20:05:44 -07:00
Julia Reynolds
5a4d7bda5a Merge "Config notifs page updates" into qt-dev am: 1c83c08289
am: b30eb884ad

Change-Id: I56b160193fe9a16d9f345a49a283f2b59ad2c8f3
2019-05-22 19:50:05 -07:00
lindatseng
50559c6fde Merge "Always create new task when launching WifiDialogActivity" into qt-dev am: 49776845e5
am: db7e223ca7

Change-Id: Ic2ab44b8610afde7186187d38884cfc3bb31bba7
2019-05-22 19:35:53 -07:00
joshmccloskey
f98f6bacf8 Reduced time to 3 seconds.
Test: Manual.
Fixes: 133364918
Change-Id: I1ce38f49a64d7066117cf3f0008a4558983033f2
2019-05-22 19:35:48 -07:00
Pasty Chang
6746e15859 Merge "Apply stencil theme for description textview" into qt-dev 2019-05-23 01:40:14 +00:00
TreeHugger Robot
8866301b83 Merge "Update logic to build slider slice" into qt-dev 2019-05-23 00:39:10 +00:00
joshmccloskey
b8eb0031d4 Merge "Updated spacing" into qt-r1-dev
am: bbdf816d5f

Change-Id: I5d6a1db2247cef097cf08f3f4ee7ffac91c4a7e1
2019-05-22 17:12:31 -07:00
lindatseng
e204110910 Merge "Add null check to precent crash in monkey test" into qt-dev am: 99162f2a35
am: b84816d05b

Change-Id: I999d335a653e461ec140f87bbfa4c936ca7e5a59
2019-05-22 15:24:54 -07:00
Evan Laird
f061ccf14d Remove gentle/alerting icons from channel settings
Don't show the blue/orange gentle/alerting icons in the top-level
notification settings. Just good ol' whitespace.

Bug: 132971502
Test: visual
Change-Id: I63d0f727c9e9a63f888212009b64d89a910b4645
2019-05-22 18:21:18 -04:00
TreeHugger Robot
bbdf816d5f Merge "Updated spacing" into qt-r1-dev 2019-05-22 22:20:49 +00:00
lindatseng
b4896bd5a8 Merge "Add null check to precent crash in monkey test" into qt-dev
am: 99162f2a35

Change-Id: Id155b36402780be4d81289a47a01835e61fe2cb4
2019-05-22 15:18:03 -07:00
Julia Reynolds
7528ab396e Merge "Config notifs page updates" into qt-dev am: 1c83c08289
am: 4679c46a8a

Change-Id: Iad70e94b3fa7bc65826c755ece8772b6a4c7e0d2
2019-05-22 15:13:32 -07:00
Mady Mellor
2c960fca1a App Bubble control page should always be available, even if off globally
There is API to open up the app-specific bubble page, therefor, we should
always show the toggle. The previous work to move bubbles to developer
settings broke this.

This CL adds a param to the controller to note whether it's the app
specific page or not (since controller is also used for channel settings)
to enable this behaviour.

Added a test for this situation.

Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER=Bubble
Bug: 131846917
Change-Id: I72b1f4b5b033d1b24281061cfa6bed4d734dfcb1
2019-05-22 15:04:31 -07:00
Mady Mellor
ddec88774a Make sure the fragment manager is passed to BubblePreferenceController
This wasn't being set always / at least for the app specific page.
This CL ensures it is & makes it so that there is only 1 constructor.

Fixes: 132864244
Test: make -j40 RunSettingsRoboTests ROBOTEST_FILTER=Bubble
Change-Id: I9c422e75583b3091d1571cfb8cc43ec49b801599
2019-05-22 15:03:28 -07:00
lindatseng
775f9c577a Merge "Always create new task when launching WifiDialogActivity" into qt-dev am: 49776845e5
am: 0146947e25

Change-Id: Id90a1df176c33a2b97adfe78b42284ff9d43e32c
2019-05-22 14:58:15 -07:00
Alexey Kuzmin
024b216dc5 Merge "Add a clarifying comment" into qt-dev am: b1e4072518
am: 0d87841f11

Change-Id: Ifb70935753af7002befae7d893771c251180e1a6
2019-05-22 14:45:25 -07:00
Julia Reynolds
b30eb884ad Merge "Config notifs page updates" into qt-dev
am: 1c83c08289

Change-Id: I2115f438c9e496118fa3dfc91d98a709a266042d
2019-05-22 14:35:46 -07:00
lindatseng
db7e223ca7 Merge "Always create new task when launching WifiDialogActivity" into qt-dev
am: 49776845e5

Change-Id: I3cf675a8f24bc253befee1fd38d72e19f413a21f
2019-05-22 14:18:37 -07:00
Lei Yu
2837d010ad Update logic to build slider slice
Return null when slider getMax() <= getMin(), instead of force
build it to make it crash

Fixes: 132657278
Test: RunSettingsRoboTests
Change-Id: I9f3c078ae07522aa8f1cebdee3f73df2d014d6bb
2019-05-22 14:13:09 -07:00
Steve Elliott
e772123a26 Add entry point to global actions panel settings
Bug: 133241418
Test: manual
Change-Id: Id4268cacce30b08ad5c7c8afe3e1b44d4d1ac1e3
2019-05-22 20:51:40 +00:00
joshmccloskey
c71dd8f628 Updated spacing
Test: Manual.
Fixes: 133190719
Change-Id: I1d6b0de2815d03cf6277192fd192cdbedd358dee
2019-05-22 13:35:13 -07:00
lindatseng
b84816d05b Merge "Add null check to precent crash in monkey test" into qt-dev
am: 99162f2a35

Change-Id: I0f97e3b46e081fca41190ba9ea10d839f268511a
2019-05-22 13:22:01 -07:00
Alexey Kuzmin
4fc9f55bc2 Merge "Add a clarifying comment" into qt-dev am: b1e4072518
am: 0d97074f05

Change-Id: Id61274b9365a04305fbb56d65fd011fda27ec432
2019-05-22 13:20:58 -07:00
Steve Elliott
2c293a2455 Remove info footer in global actions panel settings
Bug: 133332405
Test: manual
Change-Id: I8b7eed5ce3b4b585b0940888ef7c7413617e90dd
2019-05-22 15:38:00 -04:00
TreeHugger Robot
99162f2a35 Merge "Add null check to precent crash in monkey test" into qt-dev 2019-05-22 19:21:37 +00:00
Varun Shah
3e228f5a1a Update design for Family Link supervision enrollment dialog.
Bug: 124066840
Test: manual (trigger dialog via adb shell command)
Change-Id: Iff79a2ed034bb0128ce6c573ceea58c7a9f1c985
2019-05-22 11:48:07 -07:00
Julia Reynolds
4679c46a8a Merge "Config notifs page updates" into qt-dev
am: 1c83c08289

Change-Id: I81339b13cb9cb222e324be4ff55214fc07966376
2019-05-22 11:05:38 -07:00
lindatseng
0146947e25 Merge "Always create new task when launching WifiDialogActivity" into qt-dev
am: 49776845e5

Change-Id: Icefc8ded8ced006f6d3499d8744e83d8a5b00064
2019-05-22 10:58:15 -07:00
lindatseng
be70aaa6c4 Add null check to precent crash in monkey test
Fixes: 133259172
Test: manual
Change-Id: Ib4dd24965fda40a7a917397bf558309e0424bf16
2019-05-22 10:36:50 -07:00
TreeHugger Robot
1c83c08289 Merge "Config notifs page updates" into qt-dev 2019-05-22 17:30:30 +00:00
TreeHugger Robot
49776845e5 Merge "Always create new task when launching WifiDialogActivity" into qt-dev 2019-05-22 17:12:30 +00:00
Mill Chen
4a7c513869 Merge "Revert "Revert "Update dialog background color for dark theme""" into qt-dev am: ef0f8a4dab
am: 94004b05f3

Change-Id: I49c78f85ce2cf9fe38c7e5f8f761d1e912186cf0
2019-05-22 09:45:13 -07:00
Alexey Kuzmin
0d87841f11 Merge "Add a clarifying comment" into qt-dev
am: b1e4072518

Change-Id: I7cb1cef1fa78f93478a6dc21b289f34a2458bc23
2019-05-22 09:45:11 -07:00
Mill Chen
a23d5d917c Merge "Revert "Update dialog background color for dark theme"" into qt-dev am: 69faee7358
am: 89f32ab8c2

Change-Id: I610635e1e7d47d0782f02c7e18433a697a36a35a
2019-05-22 09:28:04 -07:00
Alexey Kuzmin
0d97074f05 Merge "Add a clarifying comment" into qt-dev
am: b1e4072518

Change-Id: Ifb435cf5b14dc5eeb0312c6bf9b61d14dba1fb01
2019-05-22 09:16:57 -07:00
Julia Reynolds
4fe79c266e Config notifs page updates
- Remove unused settings
- Regroup and combine lockscreen settings. The original
lockscreen controller is used in other places (SUW and privacy)
and so it's left untouched for those uses for now.

Test: atest
Bug: 132971502
Change-Id: Ic82817ff98cab27ca35b9488ae2e0eb6922a18e8
2019-05-22 12:00:49 -04:00
Shuo Qian
bab2e5239a Merge "Add AutoCancel Notification UI for sim change" into qt-dev am: 2d2b224a09
am: 8ea9013963

Change-Id: I031210dca37b75d9bed57dbe63e180f049d0d5c4
2019-05-22 08:49:32 -07:00
Sorin Dinu
cd11ea4569 Merge "New icons for partial system update tile which is listed in the Security Status category." into qt-dev am: bab0f4c098
am: 326e64ac76

Change-Id: I6e964579a96e591dd9e175ff386c8f6f4d25a2fc
2019-05-22 08:48:39 -07:00
TreeHugger Robot
b1e4072518 Merge "Add a clarifying comment" into qt-dev 2019-05-22 15:08:27 +00:00
Mill Chen
fa23fcc795 Merge "Revert "Revert "Update dialog background color for dark theme""" into qt-dev am: ef0f8a4dab
am: 388cca892a

Change-Id: I81afb0ca38b57e72fa1f7690ef654b3d69dc790f
2019-05-22 07:24:48 -07:00
Mill Chen
ba572939ba Merge "Revert "Update dialog background color for dark theme"" into qt-dev am: 69faee7358
am: ab98f12e68

Change-Id: Ia7916a416bb207e3741f5198ab110fb0de3f724c
2019-05-22 07:21:06 -07:00
Shuo Qian
e73593af34 Merge "Add AutoCancel Notification UI for sim change" into qt-dev am: 2d2b224a09
am: 89f9e91075

Change-Id: Ic3fa117bbb7149e0df9259f6b4f7f009f3046c43
2019-05-22 07:17:15 -07:00