Commit Graph

31017 Commits

Author SHA1 Message Date
Arc Wang
a0f09d6362 Merge "Disable metered preference in details page if unable to change" into rvc-dev am: bfcb8058ab am: f6fe32971f am: ea10d71cee am: 10728b63a8
Change-Id: I91476713f3aeecd6c3e619564e2e363d6a7c4a9a
2020-03-26 09:32:14 +00:00
Arc Wang
f6fe32971f Merge "Disable metered preference in details page if unable to change" into rvc-dev am: bfcb8058ab
Change-Id: Ic5a663d485d0660bed0451a4aec31f46527c8bf5
2020-03-26 08:42:58 +00:00
Quang Luong
b9b09b0474 Disable metered preference in details page if unable to change
Wifi networks that cannot change their metered preference (such as
suggested networks) should have their metered preference in the network
details page greyed out and unselectable.

Bug: 151159939
Test: manual - build and visual verification
Change-Id: I8507cd6f39bed5e32884fbf667dffb3f330d8b56
2020-03-25 17:31:44 -07:00
Bonian Chen
2fb77eca94 Merge "[Settings] Avoid re-create fragment when subscription not changed" into rvc-dev am: 8bbebc03a6 am: f4db2d1056 am: 78b3e60c9b am: f33dc50f8b
Change-Id: I71fd7f4151e360d70bdbb55c422c7c156cc349a9
2020-03-25 19:36:05 +00:00
Bonian Chen
78b3e60c9b Merge "[Settings] Avoid re-create fragment when subscription not changed" into rvc-dev am: 8bbebc03a6 am: f4db2d1056
Change-Id: I076fbd468413ca55f6de66e403e0c3b871544399
2020-03-25 19:06:44 +00:00
Bonian Chen
c47a9795a7 Merge "[Settings] Avoid re-create fragment when subscription not changed" into rvc-dev am: 8bbebc03a6
Change-Id: Ic58bf0651cbb3736679473716d6b2b3e51d745bd
2020-03-25 18:51:47 +00:00
Bonian Chen
8bbebc03a6 Merge "[Settings] Avoid re-create fragment when subscription not changed" into rvc-dev 2020-03-25 18:33:05 +00:00
Lais Andrade
0d08bf287f Merge "Add help uri placeholder for vibration settings" into rvc-dev am: d9a498057e am: 7b6d857d73 am: 3f37c05c0d am: 3ca3dedc34
Change-Id: Iecdd167bc79deca228db6d2c06515c95f36cfacf
2020-03-25 16:37:39 +00:00
TreeHugger Robot
aff4cc492d Merge "Verify BluetoothDevice is not null before calling BluetoothHearingAid System APIs" into rvc-dev am: 32ec718cfa am: f07ee55a4a am: a90bd1e0fd am: 29ef236361
Change-Id: I3f63e9ebd09827f30dbe40d07cb4f8d3390eb834
2020-03-25 16:33:28 +00:00
Bonian Chen
3d8a4d2484 [Settings] Avoid re-create fragment when subscription not changed
Simply updating the content of fragment instead of re-create it in order
to improve the performance of mobile network page.

Bug: 149190278
Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=MobileNetworkActivityTest
Change-Id: I744c2d76b814abdb619c8f40c3f113902ad8a827
2020-03-25 23:59:12 +08:00
Lais Andrade
3f37c05c0d Merge "Add help uri placeholder for vibration settings" into rvc-dev am: d9a498057e am: 7b6d857d73
Change-Id: Ied441dd9b65da28eb4dcb8a3865183819b3a07a3
2020-03-25 15:32:05 +00:00
Lais Andrade
edb6cc3cab Merge "Add help uri placeholder for vibration settings" into rvc-dev am: d9a498057e
Change-Id: I80c2988f08b486c458cdb04c7bfcb144765dc83a
2020-03-25 15:19:56 +00:00
Lais Andrade
d9a498057e Merge "Add help uri placeholder for vibration settings" into rvc-dev 2020-03-25 15:08:13 +00:00
TreeHugger Robot
a90bd1e0fd Merge "Verify BluetoothDevice is not null before calling BluetoothHearingAid System APIs" into rvc-dev am: 32ec718cfa am: f07ee55a4a
Change-Id: I789d4f511b06ac399d252cabf268f11922f1b407
2020-03-25 13:53:03 +00:00
TreeHugger Robot
3376c4859b Merge "Verify BluetoothDevice is not null before calling BluetoothHearingAid System APIs" into rvc-dev am: 32ec718cfa
Change-Id: Id12c97604cf344f49f02bdfef7950da6a03b0425
2020-03-25 13:42:54 +00:00
TreeHugger Robot
32ec718cfa Merge "Verify BluetoothDevice is not null before calling BluetoothHearingAid System APIs" into rvc-dev 2020-03-25 13:35:10 +00:00
TreeHugger Robot
ff9e7720ea Merge "[Wi-Fi] Fix check mark button when edit the password of a secured network." into rvc-dev am: a802eba9b8 am: 202e028212 am: 42b9886a66 am: b794d5969c
Change-Id: If04a12f9f5aa1f3bf469dfddc9abaacd6f82160a
2020-03-25 12:02:18 +00:00
TreeHugger Robot
42b9886a66 Merge "[Wi-Fi] Fix check mark button when edit the password of a secured network." into rvc-dev am: a802eba9b8 am: 202e028212
Change-Id: I1bbe29bba534aacf4809620464928bee8bcd98ea
2020-03-25 11:27:05 +00:00
TreeHugger Robot
a9de0d0fac Merge "[Wi-Fi] Fix check mark button when edit the password of a secured network." into rvc-dev am: a802eba9b8
Change-Id: Ie9308e892fa163091fe3dca73fc0bde18f43a02c
2020-03-25 11:08:23 +00:00
TreeHugger Robot
a802eba9b8 Merge "[Wi-Fi] Fix check mark button when edit the password of a secured network." into rvc-dev 2020-03-25 10:56:22 +00:00
Arc Wang
b011c5bf82 [Wi-Fi] Fix check mark button when edit the password of a secured network.
Should handle WifiConfigUiBase#dispatchSubmit() for check mark button events.

Bug: 152144169
Test: make RunSettingsRoboTests ROBOTEST_FILTER=ConfigureWifiEntryFragmentTest
      make RunSettingsRoboTests ROBOTEST_FILTER=ConfigureAccessPointFragmentTest
Change-Id: I35cbc1cdd6fbef3fd51aaa8dec94722e4155b7f4
2020-03-25 17:14:28 +08:00
Zhen Zhang
55a96b6fb9 Merge changes Ibd2f4111,Ia6cc60bc into rvc-dev am: c37fcd0cb8 am: a12da1ba40 am: fb5a490371 am: a824add6af
Change-Id: Iea936fd0bdaac9f4bd83a754c3e57e1af9fd5ca1
2020-03-25 08:37:57 +00:00
Zhen Zhang
fb5a490371 Merge changes Ibd2f4111,Ia6cc60bc into rvc-dev am: c37fcd0cb8 am: a12da1ba40
Change-Id: I9a84a10f0aab8d9b3a059eb2a89c998041aafab4
2020-03-25 08:03:17 +00:00
Zhen Zhang
e3892d4d8d Merge changes Ibd2f4111,Ia6cc60bc into rvc-dev am: c37fcd0cb8
Change-Id: Ieb2d2f950d9d6f43ba712d2220d5e66d9b1d5beb
2020-03-25 07:42:49 +00:00
Zhen Zhang
c37fcd0cb8 Merge changes Ibd2f4111,Ia6cc60bc into rvc-dev
* changes:
  Fix crash in AllInOneTetherSettings when user is not admin
  Refactor new tether settings to remove SharedPreferences
2020-03-25 07:25:07 +00:00
Vince Leung
f93c47c0a0 Merge "Use super method for Vibration preferences" 2020-03-25 06:29:15 +00:00
Menghan Li
81204e8f28 Merge "Enlarge the touch area of edit shortcut dialog" into rvc-dev am: f9f732e3be am: f84c49f13a am: cc7f9e781f am: ee6b74de12
Change-Id: I1d6e78f6e8f6dec8681f73a4ac8ebf49a2b67944
2020-03-25 06:22:13 +00:00
Menghan Li
cc7f9e781f Merge "Enlarge the touch area of edit shortcut dialog" into rvc-dev am: f9f732e3be am: f84c49f13a
Change-Id: I831ad7fedeb62267949f5685839f42f68cc0090d
2020-03-25 05:47:59 +00:00
Menghan Li
cf48a06391 Merge "Enlarge the touch area of edit shortcut dialog" into rvc-dev am: f9f732e3be
Change-Id: I39827e0788e207b7d670f77303b964cf6923ce61
2020-03-25 05:36:46 +00:00
Menghan Li
f9f732e3be Merge "Enlarge the touch area of edit shortcut dialog" into rvc-dev 2020-03-25 05:23:44 +00:00
Bonian Chen
e1c699c7af Merge "[Settings] Code refactor on MobileNetworkActivity" into rvc-dev am: f9bb3b4d05 am: 0f4345cdf6 am: ff7dc60895 am: 8f9c9e6402
Change-Id: I29886624ce72c8cb3ca6c297ccb7ff1d63e435c2
2020-03-25 05:15:23 +00:00
Bonian Chen
ff7dc60895 Merge "[Settings] Code refactor on MobileNetworkActivity" into rvc-dev am: f9bb3b4d05 am: 0f4345cdf6
Change-Id: Ibce5efebb8c0fd20471811f7cd5ce324a5b347c1
2020-03-25 04:51:01 +00:00
Bonian Chen
fdca269a5e Merge "[Settings] Code refactor on MobileNetworkActivity" into rvc-dev am: f9bb3b4d05
Change-Id: I11095d23554c38e431bef78aee0665853367a8dd
2020-03-25 04:42:03 +00:00
Bonian Chen
f9bb3b4d05 Merge "[Settings] Code refactor on MobileNetworkActivity" into rvc-dev 2020-03-25 04:35:04 +00:00
Jason Chiu
84f86702eb Merge "Move sticky cards to the bottom" into rvc-dev am: bff181f846 am: 8c4d31c8c4 am: 6839ead7c6 am: 11a6cbd998
Change-Id: I12c636fb6cb9bf698465ca5aa167918478029ec1
2020-03-25 03:27:20 +00:00
menghanli
bd09e28a84 Enlarge the touch area of edit shortcut dialog
Bug: 148837311
Test: Manual test
Change-Id: I54ca93ccaa87514bf4d201b95ed855003d1c164c
2020-03-25 11:20:32 +08:00
Jason Chiu
8c4d31c8c4 Merge "Move sticky cards to the bottom" into rvc-dev am: bff181f846
Change-Id: I08aa3c6b3650480b6c631365a0eae049cc2a073f
2020-03-25 02:43:06 +00:00
Jason Chiu
bff181f846 Merge "Move sticky cards to the bottom" into rvc-dev 2020-03-25 02:28:07 +00:00
Jason Chiu
4e6841e7b5 Move sticky cards to the bottom
Sticky cards have higher scores and were on the top of homepage.

Bug: 149274976
Test: visual
Change-Id: I5fc2303ac42fff5bc4d44e355112ea4529253acd
2020-03-25 02:27:43 +00:00
Bonian Chen
806c9d5214 [Settings] Code refactor on MobileNetworkActivity
Apply the behavior of ProxySubscriptionManager into
MobileNetworkActivity.

Bug: 149190278
Test: m RunSettingsRoboTests -j ROBOTEST_FILTER=MobileNetworkActivityTest
Change-Id: I2d4b12dead7a9ea68cc8e335cd37f22226fe295f
2020-03-25 10:19:40 +08:00
TreeHugger Robot
b33d60d868 Merge "Fix Passpoint network details privacy and ssid" into rvc-dev am: 56fb482acf am: 395d0fb2b4 am: 2e65c42842 am: ca0f8a39f3
Change-Id: Ibfdd761415f506f511c4f33202f94a20e0f64406
2020-03-25 02:04:09 +00:00
TreeHugger Robot
395d0fb2b4 Merge "Fix Passpoint network details privacy and ssid" into rvc-dev am: 56fb482acf
Change-Id: I341c49c78d234cfbf536431b282b234d06069eda
2020-03-25 01:22:41 +00:00
TreeHugger Robot
56fb482acf Merge "Fix Passpoint network details privacy and ssid" into rvc-dev 2020-03-25 01:04:47 +00:00
Rahul Sabnis
5bce75f0fb Verify BluetoothDevice is not null before calling BluetoothHearingAid
System APIs

Bug: 149238489
Test: Manual
Change-Id: Ic6de2ccd81dc66ce79afcd91f18e92e959c8b12b
2020-03-24 18:03:13 -07:00
Philip P. Moltmann
125d06a311 Merge "Send attributionTag to notification APIs" into rvc-dev am: 7443e3de6e am: 74be567166 am: 6f8310ec88 am: 8a6b846051
Change-Id: I120903751c891abe36f32b55dc04ebaa2f8db8bb
2020-03-25 00:40:47 +00:00
TreeHugger Robot
715687986f Merge "[Settings] Avoid from Settings crash" into rvc-dev am: d227755be8 am: d169749e7d am: adce5a2ec1 am: e7a6a2c302
Change-Id: Ic1b13d094291cf06644533f59b5195183904b5a4
2020-03-25 00:37:49 +00:00
Philip P. Moltmann
74be567166 Merge "Send attributionTag to notification APIs" into rvc-dev am: 7443e3de6e
Change-Id: I1c30cfefbcdaa08e715b17b262e42a9c7448b3b8
2020-03-25 00:01:04 +00:00
Philip P. Moltmann
7443e3de6e Merge "Send attributionTag to notification APIs" into rvc-dev 2020-03-24 23:53:51 +00:00
TreeHugger Robot
d169749e7d Merge "[Settings] Avoid from Settings crash" into rvc-dev am: d227755be8
Change-Id: I2fb1ee5ab5f737660676b27062b89329e9cedf81
2020-03-24 23:47:44 +00:00
TreeHugger Robot
d227755be8 Merge "[Settings] Avoid from Settings crash" into rvc-dev 2020-03-24 23:32:34 +00:00