OSDN Git Service

android-x86/packages-apps-Settings.git
4 years agoString update.
joshmccloskey [Wed, 29 May 2019 03:19:46 +0000 (20:19 -0700)]
String update.

Test: Manual.
Bug: 133783098
Change-Id: If8ea2b6c9372a3da02b93b815f76e3143cc54dea

5 years agoMerge "Add signal strength icons to multi-SIM header" into qt-dev
Antony Sargent [Tue, 28 May 2019 21:58:09 +0000 (14:58 -0700)]
Merge "Add signal strength icons to multi-SIM header" into qt-dev
am: 42c451610e

Change-Id: Ice796e09d1821dedb0ad00ff8218afd1be205374

5 years agoMerge "Add signal strength icons to multi-SIM header" into qt-dev
TreeHugger Robot [Tue, 28 May 2019 21:54:12 +0000 (21:54 +0000)]
Merge "Add signal strength icons to multi-SIM header" into qt-dev

5 years agoMerge "Tweak title for "App content"" into qt-dev
tmfang [Tue, 28 May 2019 20:48:29 +0000 (13:48 -0700)]
Merge "Tweak title for "App content"" into qt-dev
am: e40b0f7b8a

Change-Id: Ic5b178957533091e409fbd1bf84807ab7cac3193

5 years agoMerge "Tweak title for "App content"" into qt-dev
TreeHugger Robot [Tue, 28 May 2019 20:31:51 +0000 (20:31 +0000)]
Merge "Tweak title for "App content"" into qt-dev

5 years agoAdd signal strength icons to multi-SIM header
Antony Sargent [Wed, 22 May 2019 21:50:36 +0000 (14:50 -0700)]
Add signal strength icons to multi-SIM header

When a device is in DSDS mode with multiple SIMs, we show a header on
the Network & internet page with a "connectivity overview", with an
entry for Wi-Fi (if connected) and each active SIM. The icon for Wi-Fi
shows signal strength, but the icons for the active SIMs were just
static; this CL fixes that. It introduces a class for listening to
signal strength changes on a set of subscriptions, and moves some
existing code we had for displaying signal strength (when manually
picking networks for GSM) in NetworkOperatorPreference into a utility
method that can be shared.

Bug: 128855095
Test: make RunSettingsRoboTests
Change-Id: I668cafe1e9f9c3651b1f33783c8538ad9c2732b5

5 years agoMerge "Fix transparent view issue in page "Erase all data"" into qt-dev
Fan Zhang [Tue, 28 May 2019 19:39:11 +0000 (12:39 -0700)]
Merge "Fix transparent view issue in page "Erase all data"" into qt-dev
am: 317597ae6a

Change-Id: I916dbbaf83c153e66686db2a8a83e2fb0edd16cc

5 years agoMerge "Fix transparent view issue in page "Erase all data"" into qt-dev
Fan Zhang [Tue, 28 May 2019 19:23:54 +0000 (19:23 +0000)]
Merge "Fix transparent view issue in page "Erase all data"" into qt-dev

5 years agoMerge "Adds string resources for gesture not supported dialog" into qt-dev
Mehdi Alizadeh [Tue, 28 May 2019 18:33:58 +0000 (11:33 -0700)]
Merge "Adds string resources for gesture not supported dialog" into qt-dev
am: 7009b21d74

Change-Id: If52a8ca219c7dcdfb89405910b86f7b1c8ee2e54

5 years agoMerge "Adds string resources for gesture not supported dialog" into qt-dev
Mehdi Alizadeh [Tue, 28 May 2019 18:16:27 +0000 (18:16 +0000)]
Merge "Adds string resources for gesture not supported dialog" into qt-dev

5 years agoMerge "Move priorization setting to dev options" into qt-dev
Julia Reynolds [Tue, 28 May 2019 17:08:48 +0000 (10:08 -0700)]
Merge "Move priorization setting to dev options" into qt-dev
am: 64f229d32b

Change-Id: I17f48bbdea860e1b8e4b333f2370d446e906eaa9

5 years agoMerge "Move priorization setting to dev options" into qt-dev
TreeHugger Robot [Tue, 28 May 2019 16:59:35 +0000 (16:59 +0000)]
Merge "Move priorization setting to dev options" into qt-dev

5 years agoMerge "Fix overlapping problem in AlertDialog" into qt-dev
Fan Zhang [Tue, 28 May 2019 16:49:28 +0000 (09:49 -0700)]
Merge "Fix overlapping problem in AlertDialog" into qt-dev
am: 574679ace4

Change-Id: I1a39f1596c9148bd3e970c443d2d4dd0bdff0080

5 years agoFix transparent view issue in page "Erase all data"
Yanting Yang [Fri, 24 May 2019 14:36:32 +0000 (22:36 +0800)]
Fix transparent view issue in page "Erase all data"

This issue was impacted by edge-to-edge changed b/132182711, that
disabled android:clipToPadding and android:clipChildren from
Theme.Settings. Add a customized theme to enable them for GlifLayout to
fix transparent issue.

Fixes: 133451030
Test: visual
Change-Id: Id5a69c937a291eec10fc6255607632e877f8a8ce

5 years agoMerge "Fix overlapping problem in AlertDialog" into qt-dev
Fan Zhang [Tue, 28 May 2019 16:32:23 +0000 (16:32 +0000)]
Merge "Fix overlapping problem in AlertDialog" into qt-dev

5 years agoFix overlapping problem in AlertDialog
Mill Chen [Tue, 28 May 2019 09:27:03 +0000 (17:27 +0800)]
Fix overlapping problem in AlertDialog

Because clipChildren and clipToPadding by default are set to false in
the Settings, this will cause the strings overlapping with the title
of AlertDialog. These 2 attributes in the Theme.AlertDialog are set to
true to fix this problem.

Fixes: 133731437
Test: visual
Change-Id: I57ea48ac97c64dac6dfeec711daf4f40dc131ff6

5 years agoMove priorization setting to dev options
Julia Reynolds [Tue, 28 May 2019 14:55:33 +0000 (10:55 -0400)]
Move priorization setting to dev options

Under the other notif channel setting

Test: atest
Fixes: 133747537
Change-Id: I22fcf348b2070758a752babe64fe2af60fbe95a4

5 years agoMerge "Fix failed test case" into qt-dev
Raff Tsai [Mon, 27 May 2019 16:47:32 +0000 (09:47 -0700)]
Merge "Fix failed test case" into qt-dev
am: fb28f92f71

Change-Id: I4649655d6a97e6a7e4d4641154319628905498ae

5 years agoFix icon color in dark mode
Raff Tsai [Mon, 27 May 2019 16:47:10 +0000 (09:47 -0700)]
Fix icon color in dark mode
am: e30f61f739

Change-Id: I04179fd328a393e8bd5ff891bd86665a8f37cbbb

5 years agoMerge "Fix failed test case" into qt-dev
TreeHugger Robot [Mon, 27 May 2019 16:41:13 +0000 (16:41 +0000)]
Merge "Fix failed test case" into qt-dev

5 years agoFix icon color in dark mode
Raff Tsai [Mon, 27 May 2019 10:32:35 +0000 (18:32 +0800)]
Fix icon color in dark mode

Fixes: 133651524
Test: visual
Change-Id: Ic6f05dc491ad1d49b5cc81e294bf91271420d8e2

5 years agoMerge "Set media router group id to sync cast status" into qt-dev
Kyunglyul Hyun [Mon, 27 May 2019 02:49:23 +0000 (19:49 -0700)]
Merge "Set media router group id to sync cast status" into qt-dev
am: 9d33198dc2

Change-Id: Ia4802bde8e253c542d4aa3b7c59b9771935fc460

5 years agoMerge "Set media router group id to sync cast status" into qt-dev
Kyunglyul Hyun [Mon, 27 May 2019 02:35:27 +0000 (02:35 +0000)]
Merge "Set media router group id to sync cast status" into qt-dev

5 years agoFix failed test case
Raff Tsai [Mon, 27 May 2019 01:33:02 +0000 (09:33 +0800)]
Fix failed test case

Fixes: 133629032
Test: make RunSettingsRoboTests ROBOTEST_FILTER="com.android.settings.core"
Change-Id: I4baf0582a528e3601ca132c15e5078bc0159a352

5 years agoSet media router group id to sync cast status
Kyunglyul Hyun [Fri, 24 May 2019 08:48:54 +0000 (17:48 +0900)]
Set media router group id to sync cast status

Using media router group id, Settings can sync cast status with
Settings.
If Settings begins/stops cast (mirrorring), CastTile can know that and
Settings also knows when CastTile begins cast.

Please refer ag/7669852 to how router group id can be used to
synchronize cast status.

Bug: 112826114
Bug: 131385091
Bug: 130345243

Test: Manually tested after applying ag/7704172 and this.
Change-Id: I78c3c6163e1352b3a8d0801890064369a861fb8a

5 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
Bill Yi [Sat, 25 May 2019 03:06:19 +0000 (20:06 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
am: 0cf1a84f81 -s ours
am skip reason: subject contains skip directive

Change-Id: If4c1028ee512d03e28a556dc70dba02d41543c1c

5 years agoMerge "Fix unexpected grey-out in Screen attention Fix preference controller searchab...
Yi Jiang [Sat, 25 May 2019 03:04:23 +0000 (20:04 -0700)]
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev
am: 79abf23f4d

Change-Id: Iee258b27bed5dc6a7338ae64d52567e9bf759b0b

5 years agoMerge "Import translations. DO NOT MERGE" into qt-dev
TreeHugger Robot [Sat, 25 May 2019 02:39:20 +0000 (02:39 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-dev

5 years agoAdds string resources for gesture not supported dialog
Mehdi Alizadeh [Wed, 22 May 2019 21:34:09 +0000 (14:34 -0700)]
Adds string resources for gesture not supported dialog

Bug: 129532605
Test: Manual test to verity the strings are shown correctly
Change-Id: Ibc451170e936e7b8e1bf1c0be07be33e2ddca6a4

5 years agoMerge "Fix unexpected grey-out in Screen attention Fix preference controller searchab...
Yi Jiang [Sat, 25 May 2019 01:20:28 +0000 (01:20 +0000)]
Merge "Fix unexpected grey-out in Screen attention Fix preference controller searchable issue." into qt-dev

5 years agoFix unexpected grey-out in Screen attention
Yi Jiang [Thu, 16 May 2019 20:21:35 +0000 (13:21 -0700)]
Fix unexpected grey-out in Screen attention
Fix preference controller searchable issue.

Bug: 132821023
Bug: 133255690
Test: atest AdaptiveSleepPreferenceControllerTest
Change-Id: I686ed827fbe572c9d8bcde2d8a8e00f2dcb5a6a8

5 years agoImport translations. DO NOT MERGE
Bill Yi [Fri, 24 May 2019 21:40:18 +0000 (14:40 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I85ca3c33f3b5db38609634d9a711db9612584567

5 years agoMerge "Allow the default SMS app to be blocked" into qt-dev
Julia Reynolds [Fri, 24 May 2019 17:13:57 +0000 (10:13 -0700)]
Merge "Allow the default SMS app to be blocked" into qt-dev
am: aaecede217

Change-Id: I0169d6fece78c05431a691d6b94033ed1da97978

5 years agoMerge "Simplify channel importance settings screen" into qt-dev
Evan Laird [Fri, 24 May 2019 17:11:04 +0000 (10:11 -0700)]
Merge "Simplify channel importance settings screen" into qt-dev
am: 4321e038ff

Change-Id: I016269c4608af821497f262223cd7f0f62f8c5f5

5 years agoMerge "Allow the default SMS app to be blocked" into qt-dev
Julia Reynolds [Fri, 24 May 2019 17:00:12 +0000 (17:00 +0000)]
Merge "Allow the default SMS app to be blocked" into qt-dev

5 years agoMerge "Simplify channel importance settings screen" into qt-dev
TreeHugger Robot [Fri, 24 May 2019 16:36:49 +0000 (16:36 +0000)]
Merge "Simplify channel importance settings screen" into qt-dev

5 years agoTweak title for "App content"
tmfang [Fri, 24 May 2019 05:41:28 +0000 (13:41 +0800)]
Tweak title for "App content"

Test: visual
Bug: 133370964
Change-Id: I6351df67164b35dc1299aa5a57ab10325af575de

5 years agoMerge "Fix Wi-Fi QR scanner crash problem" into qt-dev
Arc Wang [Fri, 24 May 2019 14:52:08 +0000 (07:52 -0700)]
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev
am: 7d7353c3b5

Change-Id: Ib254eb2406ed0e90fc5a278755f9c087bfdde493

5 years agoMerge "Fix Wi-Fi QR scanner crash problem" into qt-dev
Arc Wang [Fri, 24 May 2019 14:36:44 +0000 (14:36 +0000)]
Merge "Fix Wi-Fi QR scanner crash problem" into qt-dev

5 years agoSimplify channel importance settings screen
Evan Laird [Fri, 17 May 2019 21:05:27 +0000 (17:05 -0400)]
Simplify channel importance settings screen

Back to bell icons, and removed the flavor text

Test: visual
Bug: 132971502
Change-Id: I55ce6dd07404aed2ceb5423796b733a70c3bfa13

5 years agoMerge "Fix no apps shown on app info screen" into qt-dev
tmfang [Fri, 24 May 2019 08:10:58 +0000 (01:10 -0700)]
Merge "Fix no apps shown on app info screen" into qt-dev
am: 11e4847d61

Change-Id: Ia02de4e31fb573ed77b960ed357d8de39c27e8fd

5 years agoMerge "Fix no apps shown on app info screen" into qt-dev
TreeHugger Robot [Fri, 24 May 2019 08:03:26 +0000 (08:03 +0000)]
Merge "Fix no apps shown on app info screen" into qt-dev

5 years agoFix Wi-Fi QR scanner crash problem
Arc Wang [Wed, 22 May 2019 08:04:28 +0000 (16:04 +0800)]
Fix Wi-Fi QR scanner crash problem

1. Should only set picture size from the list of supported picture sizes.
   To choose the best picture size, we should keep ratio as preview size to
   avoid image distortion and QR code scan failure.

2. When Camera#setOneShotPreviewCallback callbacks, the image data is of
   preview size, not picture size.

Bug: 132866467
Test: QrCameraTest
      manual
Change-Id: I087e5fcdf064f111e915e0872b50ca5a45ff1d26

5 years agoFix no apps shown on app info screen
tmfang [Thu, 23 May 2019 09:49:44 +0000 (17:49 +0800)]
Fix no apps shown on app info screen

If Settings app hasn't loaded apps list completely yet,
we can't filter result from list. Since there is nothing
can be filtered, we just need to show all apps.

Test: visual
Fixes: 131697606
Change-Id: I971c942b0fe5889206c40d855f8508acd42461a7

5 years ago[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
Bill Yi [Fri, 24 May 2019 06:27:11 +0000 (23:27 -0700)]
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
am: 505a46f7ff -s ours
am skip reason: subject contains skip directive

Change-Id: Id81e0e7186388c93c08bf48cce05eb292fdd4732

5 years agoMerge "Fix fingerprint enrolling in settings show heavy theme" into qt-dev
Pasty Chang [Fri, 24 May 2019 06:13:24 +0000 (23:13 -0700)]
Merge "Fix fingerprint enrolling in settings show heavy theme" into qt-dev
am: 57ac23b2e5

Change-Id: I8fa351eb810616c189ee412dab1832c8afe0e6d2

5 years agoMerge "Import translations. DO NOT MERGE" into qt-dev
TreeHugger Robot [Fri, 24 May 2019 06:13:20 +0000 (06:13 +0000)]
Merge "Import translations. DO NOT MERGE" into qt-dev

5 years agoMerge "Fix fingerprint enrolling in settings show heavy theme" into qt-dev
Pasty Chang [Fri, 24 May 2019 05:48:05 +0000 (05:48 +0000)]
Merge "Fix fingerprint enrolling in settings show heavy theme" into qt-dev

5 years agoMerge "Fix Wi-Fi QR code decode fail" into qt-dev
Arc Wang [Fri, 24 May 2019 05:16:25 +0000 (22:16 -0700)]
Merge "Fix Wi-Fi QR code decode fail" into qt-dev
am: 27d09aeb0c

Change-Id: If4e777dba0ed9c127d66566a510713534a951ddd

5 years agoMerge "Keep consistency between sound and accessibility settings." into qt-dev
Yiwen Chen [Fri, 24 May 2019 05:15:11 +0000 (22:15 -0700)]
Merge "Keep consistency between sound and accessibility settings." into qt-dev
am: 6843e0247a

Change-Id: I21da5bf92dcdd6be217ddb9db4b0f81423f484c7

5 years agoMerge "Add ability to adjust height of VideoPreference" into qt-dev
Beverly [Fri, 24 May 2019 05:14:04 +0000 (22:14 -0700)]
Merge "Add ability to adjust height of VideoPreference" into qt-dev
am: d5daa47be8

Change-Id: Iee281a8eeecd9dab5fff117a5035daa8440628e3

5 years agoMerge "Add entry point to global actions panel settings" into qt-dev
Steve Elliott [Fri, 24 May 2019 05:09:49 +0000 (22:09 -0700)]
Merge "Add entry point to global actions panel settings" into qt-dev
am: 4b5d31fe67

Change-Id: Ia1df945feebe39f875a041d243e26abaf6c41fe2

5 years agoImport translations. DO NOT MERGE
Bill Yi [Fri, 24 May 2019 05:03:41 +0000 (22:03 -0700)]
Import translations. DO NOT MERGE

Auto-generated-cl: translation import

Bug: 64712476
Change-Id: I94fac2cb3ffc0d7784b0641f0b3974f56b326be9

5 years agoMerge "Added different button for non SUW enrollment" into qt-r1-dev
Joshua Mccloskey [Fri, 24 May 2019 02:36:54 +0000 (02:36 +0000)]
Merge "Added different button for non SUW enrollment" into qt-r1-dev

5 years agoMerge "Fix Wi-Fi QR code decode fail" into qt-dev
Arc Wang [Fri, 24 May 2019 01:56:42 +0000 (01:56 +0000)]
Merge "Fix Wi-Fi QR code decode fail" into qt-dev

5 years agoMerge "Keep consistency between sound and accessibility settings." into qt-dev
Yiwen Chen [Fri, 24 May 2019 01:24:52 +0000 (01:24 +0000)]
Merge "Keep consistency between sound and accessibility settings." into qt-dev

5 years agoKeep consistency between sound and accessibility settings.
Yiwen Chen [Wed, 1 May 2019 19:13:56 +0000 (12:13 -0700)]
Keep consistency between sound and accessibility settings.

Bug: 130741987
Test: Tested on device
Change-Id: Id6dd485c73f9453970b8d79929ffc04acb2c76c8
(cherry picked from commit 494071463be319879543e85d2a9d40626134d357)

5 years agoMerge "Add ability to adjust height of VideoPreference" into qt-dev
TreeHugger Robot [Fri, 24 May 2019 01:19:59 +0000 (01:19 +0000)]
Merge "Add ability to adjust height of VideoPreference" into qt-dev

5 years agoMerge "Add entry point to global actions panel settings" into qt-dev
TreeHugger Robot [Fri, 24 May 2019 01:14:40 +0000 (01:14 +0000)]
Merge "Add entry point to global actions panel settings" into qt-dev

5 years agoMerge "Hide network select in some situations" into qt-dev
Lei Yu [Thu, 23 May 2019 21:38:47 +0000 (14:38 -0700)]
Merge "Hide network select in some situations" into qt-dev
am: 2bdf358cd1

Change-Id: I9266a78be96e48d68cce94969601735013a021c7

5 years agoMerge "Update design for Family Link supervision enrollment dialog." into qt-dev
Varun Shah [Thu, 23 May 2019 21:21:17 +0000 (14:21 -0700)]
Merge "Update design for Family Link supervision enrollment dialog." into qt-dev
am: 4e27d29e6d

Change-Id: I25af902f0a0f94faa8f89edf85a6657c11d6ea9d

5 years agoMerge "Remove gentle/alerting icons from channel settings" into qt-dev
Evan Laird [Thu, 23 May 2019 20:36:17 +0000 (13:36 -0700)]
Merge "Remove gentle/alerting icons from channel settings" into qt-dev
am: 535f0489c9

Change-Id: I6925501e09124c1b6907f599254db0ea7adbc4ac

5 years agoMerge "Hide network select in some situations" into qt-dev
Lei Yu [Thu, 23 May 2019 20:28:38 +0000 (20:28 +0000)]
Merge "Hide network select in some situations" into qt-dev

5 years agoAdded different button for non SUW enrollment
joshmccloskey [Thu, 23 May 2019 20:19:00 +0000 (13:19 -0700)]
Added different button for non SUW enrollment

Bug: 133416320
Test: Manual.
Change-Id: I7087d5d4aa8f41e8d357f6fb41774d1bc62c17d9

5 years agoMerge "Reduced time to 3 seconds." into qt-r1-dev
Joshua Mccloskey [Thu, 23 May 2019 19:44:31 +0000 (19:44 +0000)]
Merge "Reduced time to 3 seconds." into qt-r1-dev

5 years agoMerge "Fixed accessibility size" into qt-r1-dev
Joshua Mccloskey [Thu, 23 May 2019 19:44:06 +0000 (19:44 +0000)]
Merge "Fixed accessibility size" into qt-r1-dev

5 years agoFixed accessibility size
joshmccloskey [Thu, 23 May 2019 04:44:18 +0000 (21:44 -0700)]
Fixed accessibility size

Test: Verified icon appeared larger.
Fixes: 133367596
Change-Id: Ic2fa956d2c2ce420a320abaa629a1ab3a2fbef5a

5 years agoMerge "Update design for Family Link supervision enrollment dialog." into qt-dev
TreeHugger Robot [Thu, 23 May 2019 19:17:27 +0000 (19:17 +0000)]
Merge "Update design for Family Link supervision enrollment dialog." into qt-dev

5 years agoMerge "Remove gentle/alerting icons from channel settings" into qt-dev
TreeHugger Robot [Thu, 23 May 2019 18:17:46 +0000 (18:17 +0000)]
Merge "Remove gentle/alerting icons from channel settings" into qt-dev

5 years agoAllow the default SMS app to be blocked
Julia Reynolds [Thu, 23 May 2019 18:04:18 +0000 (14:04 -0400)]
Allow the default SMS app to be blocked

Test: manual
Fixes: 133413626
Change-Id: Iebbba87e31bb3126da179c140eef42311b0be33e

5 years agoHide network select in some situations
Lei Yu [Wed, 22 May 2019 21:52:41 +0000 (14:52 -0700)]
Hide network select in some situations

Hide network select when:
1. NETWORK_MODE_LTE_CDMA_EVDO && worldMode
2. 6 NETWORK_MODE && worldMode && !Tdscdma

Also update GSM/CDMA check since it was only include 1 network mode,
not 6 modes.

Fixes: 131126607
Test: RunSettingsRoboTests
Change-Id: I28782778827ced7d9f24d527d52399e2b544109e

5 years agoMerge "Remove info footer in global actions panel settings" into qt-dev
Steve Elliott [Thu, 23 May 2019 15:39:46 +0000 (08:39 -0700)]
Merge "Remove info footer in global actions panel settings" into qt-dev
am: b731f4d5b9

Change-Id: I7890695180fb191d58e5754e5baab032c82964b0

5 years agoMerge "Remove info footer in global actions panel settings" into qt-dev
Steve Elliott [Thu, 23 May 2019 15:25:40 +0000 (15:25 +0000)]
Merge "Remove info footer in global actions panel settings" into qt-dev

5 years agoMerge "App Bubble control page should always be available, even if off globally"...
Mady Mellor [Thu, 23 May 2019 14:30:30 +0000 (07:30 -0700)]
Merge "App Bubble control page should always be available, even if off globally" into qt-dev
am: f7f1dd37c2

Change-Id: I1cf0e56ea78e8792d0b7095789059bd7ebff9cf2

5 years agoMerge "Make sure the fragment manager is passed to BubblePreferenceController" into...
Mady Mellor [Thu, 23 May 2019 14:29:44 +0000 (07:29 -0700)]
Merge "Make sure the fragment manager is passed to BubblePreferenceController" into qt-dev
am: 0b37ea8b6d

Change-Id: I92ad1efd126cb44dbd232c789ceb619b87cd4ed6

5 years agoMerge "Fix overlapping problem on wifi detail screen" into qt-dev
tmfang [Thu, 23 May 2019 14:28:58 +0000 (07:28 -0700)]
Merge "Fix overlapping problem on wifi detail screen" into qt-dev
am: f59844570e

Change-Id: Ib86e96feb570bd1ee10791334b790f0e5fec0869

5 years agoMerge "App Bubble control page should always be available, even if off globally"...
Mady Mellor [Thu, 23 May 2019 13:58:19 +0000 (13:58 +0000)]
Merge "App Bubble control page should always be available, even if off globally" into qt-dev

5 years agoMerge "Make sure the fragment manager is passed to BubblePreferenceController" into...
Mady Mellor [Thu, 23 May 2019 13:58:00 +0000 (13:58 +0000)]
Merge "Make sure the fragment manager is passed to BubblePreferenceController" into qt-dev

5 years agoMerge "Fix overlapping problem on wifi detail screen" into qt-dev
TreeHugger Robot [Thu, 23 May 2019 13:13:48 +0000 (13:13 +0000)]
Merge "Fix overlapping problem on wifi detail screen" into qt-dev

5 years agoFix Wi-Fi QR code decode fail
Arc Wang [Tue, 21 May 2019 08:53:48 +0000 (16:53 +0800)]
Fix Wi-Fi QR code decode fail

ZXing generate QR code with default encoding ISO-8859-1,
the generated QR code is wrong encoded if there is a
character outside of the charset.

Generate QR code of UTF-8 encoding.

Bug: 131851854
Test: manual
Change-Id: I96a5e72a978c654b62d89b3b11dd3016bf0ee1df

5 years agoMerge "Background activity starts are now blocked by default." into qt-dev
Alan Stokes [Thu, 23 May 2019 12:13:54 +0000 (05:13 -0700)]
Merge "Background activity starts are now blocked by default." into qt-dev
am: 3178ea5f2d

Change-Id: Ica202122fd24816e9252fea12335ae958eaf35ce

5 years agoAdd ability to adjust height of VideoPreference
Beverly [Wed, 22 May 2019 14:46:34 +0000 (10:46 -0400)]
Add ability to adjust height of VideoPreference

Test: manual
Bug: 132108705
Change-Id: I3b2172764908f408ba96bc6ef6dc0305f4dabd28

5 years agoMerge "Background activity starts are now blocked by default." into qt-dev
TreeHugger Robot [Thu, 23 May 2019 09:43:27 +0000 (09:43 +0000)]
Merge "Background activity starts are now blocked by default." into qt-dev

5 years agoFix fingerprint enrolling in settings show heavy theme
pastychang [Thu, 23 May 2019 07:42:41 +0000 (15:42 +0800)]
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

5 years agoFix overlapping problem on wifi detail screen
tmfang [Thu, 23 May 2019 06:41:03 +0000 (14:41 +0800)]
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

5 years agoMerge "Fix Settings crashing while displaying phone number slice." into qt-dev
Stanley Wang [Thu, 23 May 2019 05:11:28 +0000 (22:11 -0700)]
Merge "Fix Settings crashing while displaying phone number slice." into qt-dev
am: 3da9f727e3

Change-Id: Icc1d2e188c55e1601584025f7e27864e85260487

5 years agoMerge "Apply stencil theme for description textview" into qt-dev
Pasty Chang [Thu, 23 May 2019 05:10:10 +0000 (22:10 -0700)]
Merge "Apply stencil theme for description textview" into qt-dev
am: 6746e15859

Change-Id: I7c12641d7921af25609576a9709b2a39bd7c186a

5 years agoMerge "Update logic to build slider slice" into qt-dev
Lei Yu [Thu, 23 May 2019 04:52:14 +0000 (21:52 -0700)]
Merge "Update logic to build slider slice" into qt-dev
am: 8866301b83

Change-Id: Iefcf422a0e337626ae492b54c61be067ebfdb591

5 years agoMerge "Fix Settings crashing while displaying phone number slice." into qt-dev
TreeHugger Robot [Thu, 23 May 2019 04:19:27 +0000 (04:19 +0000)]
Merge "Fix Settings crashing while displaying phone number slice." into qt-dev

5 years agoReduced time to 3 seconds.
joshmccloskey [Thu, 23 May 2019 02:35:48 +0000 (19:35 -0700)]
Reduced time to 3 seconds.

Test: Manual.
Fixes: 133364918
Change-Id: I1ce38f49a64d7066117cf3f0008a4558983033f2

5 years agoMerge "Apply stencil theme for description textview" into qt-dev
Pasty Chang [Thu, 23 May 2019 01:40:14 +0000 (01:40 +0000)]
Merge "Apply stencil theme for description textview" into qt-dev

5 years agoMerge "Update logic to build slider slice" into qt-dev
TreeHugger Robot [Thu, 23 May 2019 00:39:10 +0000 (00:39 +0000)]
Merge "Update logic to build slider slice" into qt-dev

5 years agoRemove gentle/alerting icons from channel settings
Evan Laird [Fri, 17 May 2019 18:46:04 +0000 (14:46 -0400)]
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

5 years agoMerge "Updated spacing" into qt-r1-dev
TreeHugger Robot [Wed, 22 May 2019 22:20:49 +0000 (22:20 +0000)]
Merge "Updated spacing" into qt-r1-dev

5 years agoApp Bubble control page should always be available, even if off globally
Mady Mellor [Wed, 22 May 2019 17:38:40 +0000 (10:38 -0700)]
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

5 years agoMake sure the fragment manager is passed to BubblePreferenceController
Mady Mellor [Wed, 22 May 2019 17:01:35 +0000 (10:01 -0700)]
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

5 years agoUpdate logic to build slider slice
Lei Yu [Wed, 22 May 2019 20:55:24 +0000 (13:55 -0700)]
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

5 years agoAdd entry point to global actions panel settings
Steve Elliott [Wed, 22 May 2019 18:13:29 +0000 (14:13 -0400)]
Add entry point to global actions panel settings

Bug: 133241418
Test: manual
Change-Id: Id4268cacce30b08ad5c7c8afe3e1b44d4d1ac1e3

5 years agoUpdated spacing
joshmccloskey [Tue, 21 May 2019 22:34:22 +0000 (15:34 -0700)]
Updated spacing

Test: Manual.
Fixes: 133190719
Change-Id: I1d6b0de2815d03cf6277192fd192cdbedd358dee

5 years agoMerge "Add null check to precent crash in monkey test" into qt-dev
lindatseng [Wed, 22 May 2019 20:22:01 +0000 (13:22 -0700)]
Merge "Add null check to precent crash in monkey test" into qt-dev
am: 99162f2a35

Change-Id: I0f97e3b46e081fca41190ba9ea10d839f268511a