Antony Sargent
72286f2908
Switch some strings to 'Downloaded SIM' instead of 'eSIM'
...
We also added a '/' divider to distinguish the two bits of state that
these strings convey - active vs inactive, and SIM vs eSIM (aka
downloaded sim).
Fixes: 127821561
Test: m Settings
Change-Id: Ibaa611bb5585dd9797e4db2fb4d684274be26791
2019-03-22 11:27:10 -07:00
Antony Sargent
e4d93dfa34
Strings for erase SIM preference
...
These are strings for a preference and its associated dialogs allowing a
user to erase an eSIM profile.
Bug: 124254555
Test: m Settings
Change-Id: Ieb57121544687ff96ad2c939144497aaf7d29367
2019-03-22 11:09:47 -07:00
Alex Kershaw
73136b6e03
Merge "Add new policy transparency UI strings."
2019-03-22 16:44:19 +00:00
Irina Dumitrescu
60d5117b9f
Merge "Fail the screen lock flow if the old password has already changed."
2019-03-22 16:12:39 +00:00
Felipe Leme
fcf98251f2
Updated privacy settings to launch custom content capture settings when available.
...
Test: manual verification
Test: atest EnableContentCapturePreferenceControllerTest \
CtsContentTestCases:android.content.cts.AvailableIntentsTest#testRequestEnableContentCaptureIntent
Test: adb shell am start-activity -a android.settings.REQUEST_ENABLE_CONTENT_CAPTURE
Fixes: 119264902
Change-Id: I2a030c31d966d40feb6ba449e4bbc9ef8cf0565b
2019-03-22 08:10:48 -07:00
TreeHugger Robot
8bb2c1da2d
Merge "More strings for bubble settings"
2019-03-22 13:57:29 +00:00
Alex Kershaw
874dc13274
Add new policy transparency UI strings.
...
This will ultimately be used in CL
Iffbe4d466e4dc8ba5255b8a37d828da09b52a3b3.
Bug: 123930863
Test: Not applicable
Change-Id: I7ed8ebc97e34dd7f1ea5f82244686ab3723646b9
2019-03-22 13:12:20 +00:00
TreeHugger Robot
403da03aa5
Merge "Add strings for "swipe to dismiss" bottom bar style."
2019-03-22 12:51:10 +00:00
Irina Dumitrescu
4b96dc3ec7
Fail the screen lock flow if the old password has already changed.
...
Test: atest RunSettingsRoboTests
Bug: 120039091
Change-Id: Ib0860ccbc1ba84a2ac8dafcf3cf33f6ddf160e4c
2019-03-22 11:49:00 +00:00
Yi-Ling Chuang
d2d3cffda1
Add strings for "swipe to dismiss" bottom bar style.
...
Bug: 126214056
Test: rebuild
Change-Id: I823d1c0ed82d81f415f303810197246ede15690d
2019-03-22 16:25:13 +08:00
TreeHugger Robot
c74577eacf
Merge "Revert "Add divider line in Preference for scan QR code button and share hotspot button""
2019-03-22 08:18:16 +00:00
Arc Wang
8040f4c59f
Revert "Add divider line in Preference for scan QR code button and share hotspot button"
...
This reverts commit 890f3a4340
.
Reason for revert: I find a UI defect in this fix.
Change-Id: Icdbb1d2b5319636b8c4c54bcdc0fc3562585a15a
2019-03-22 05:36:59 +00:00
TreeHugger Robot
9caf09e1bf
Merge "Clean up manage_applications_apps.xml"
2019-03-22 03:09:14 +00:00
Arc Wang
3196013b1a
Merge "Add strings for adding a different Wi-Fi Easy Connect entry point"
2019-03-22 02:26:33 +00:00
Arc Wang
d2405c7328
Merge "Improve Wi-Fi Easy Connect lock screen UI information"
2019-03-22 02:19:48 +00:00
TreeHugger Robot
8f4368ddd7
Merge "Update strings for battery settings"
2019-03-22 01:39:53 +00:00
Michael Groover
961e55309c
Merge "Add Sensors Off QS developer tile"
2019-03-22 00:34:21 +00:00
TreeHugger Robot
8a26152a50
Merge "Make conditional work properly when toggle it in QS"
2019-03-22 00:16:45 +00:00
Mady Mellor
982236bd79
More strings for bubble settings
...
Test: it compiles
Change-Id: I92964a1864fbe0bca243db424495afd399ade4cc
2019-03-21 16:59:37 -07:00
Fan Zhang
e3cee29472
Merge "Remove reference to R.id.summary_container."
2019-03-21 23:41:58 +00:00
TreeHugger Robot
3f7cbc7c54
Merge "Update string for app storage settings"
2019-03-21 23:41:15 +00:00
Mill Chen
bd10886288
Make conditional work properly when toggle it in QS
...
Some conditionals do not work properly when users toggle its state in
QS, the cause is that these conditionals don't have a way to monitor the
status changed. Make RecyclerView handle onWindowFocusChanged event and
make sure that conditionals can update the status when going back to
Settings from QS.
Bug: 118387886
Bug: 123171638
Bug: 123167705
Test: visual, robotests
Change-Id: Ib3bb9bf43afaa58726502eea1e98bcf602bc3677
2019-03-21 13:28:25 -07:00
jackqdyulei
8eff5deeac
Update strings for battery settings
...
Bug: 112285389
Test: Build
Change-Id: I0be0a4b4ddd18be12a277526711bf88e7f333c5c
2019-03-21 12:56:36 -07:00
Fan Zhang
92fad094b0
Update string for app storage settings
...
Fixes: 128347544
Test: visual
Change-Id: I4dd803a04301b39d7f2de8f61eb7d193f8164d0b
2019-03-21 12:45:26 -07:00
Mady Mellor
e57cd2478e
Merge "Update bubbles strings in settings"
2019-03-21 17:29:27 +00:00
Julia Reynolds
f7b793f808
Merge "Add settings for individual NAS components"
2019-03-21 13:09:00 +00:00
TreeHugger Robot
fc38c5c04e
Merge "Revert layout transition from slice view"
2019-03-21 12:00:28 +00:00
tmfang
4b8eccb519
Clean up manage_applications_apps.xml
...
Since LinearLayout have only one view(FrameLayout),
LinearLayout is redundant.
It can improve a bit render time.
Test: Open App info screen
Fixes: 124702325
Change-Id: I368b20c5f9916b876586dab71eac43512664d15b
2019-03-21 19:29:49 +08:00
Yanting Yang
1cdb780526
Revert layout transition from slice view
...
Fixes:129002765
Test: visual
Change-Id: Ice56eb0ee5cd6018927271ab33ad9dd3321953b1
2019-03-21 16:59:47 +08:00
Arc Wang
815d9bf1f2
Add strings for adding a different Wi-Fi Easy Connect entry point
...
Bug: 129031195
Test: NA
Change-Id: I392148328552c268ff6a57836efa9987f4680b39
2019-03-21 14:31:25 +08:00
TreeHugger Robot
b9e6f894c3
Merge "Add divider line in Preference for scan QR code button and share hotspot button"
2019-03-21 06:26:27 +00:00
Arc Wang
abfd8ab726
Improve Wi-Fi Easy Connect lock screen UI information
...
1. Change lock screen title and remove description
2. In QR code generator screen, change summary and show password under QR code picture
Bug: 128920152
Bug: 128576809
Test: manual test
Change-Id: Id096d7f417308df14ffe50c618644750aa991df8
2019-03-21 14:09:22 +08:00
TreeHugger Robot
55cbba6073
Merge "Use "Disable"/"Enable" for system app"
2019-03-21 04:45:23 +00:00
TreeHugger Robot
ff02854e9a
Merge "Remove hardcoded height for SliceView"
2019-03-21 04:02:48 +00:00
Arc Wang
890f3a4340
Add divider line in Preference for scan QR code button and share hotspot button
...
Bug: 128940862
Test: manual test
Change-Id: If576f0840cc8924b63348f04fe12c3a0d4edcb89
2019-03-21 10:48:55 +08:00
Lucas Lin
f32823bc6d
Merge "Modify dialog message for partial connectivity"
2019-03-21 02:34:03 +00:00
Mady Mellor
dde0b7717e
Update bubbles strings in settings
...
Test: manual - check that the strings are right
Change-Id: I9aeb80abb868ff73bbb9b1481d8f3793a6b451e5
2019-03-20 18:59:39 -07:00
Clown SHEN
f5d2552b7a
Merge "Add new string for toast to notify user Wi-Fi not in range"
2019-03-21 00:43:37 +00:00
TreeHugger Robot
9bbff3da37
Merge "Update system dashboard pref summary"
2019-03-21 00:21:24 +00:00
jackqdyulei
02f64c0634
Remove hardcoded height for SliceView
...
Fixes: 128953120
Test: Build
Change-Id: I052d2b539421132002a3217fe2ef82d0ab6aba19
2019-03-20 17:10:26 -07:00
Fan Zhang
0eca452b17
Update system dashboard pref summary
...
Fixes: 127350259
Test: visual
Change-Id: I4e7ff67af6df94d6a030096156f6485f375e8a2e
2019-03-20 13:29:41 -07:00
TreeHugger Robot
c48cdcd5f9
Merge "Make BT icon colorful"
2019-03-20 18:51:28 +00:00
Julia Reynolds
05eff1c6a7
Add settings for individual NAS components
...
Test: robotest
Bug: 127825514
Change-Id: I4359bb548d10b39652bb8c263fa685d595d7a9ea
2019-03-20 09:26:46 -04:00
clownshen
a9aa6d1821
Add new string for toast to notify user Wi-Fi not in range
...
Bug: 126503889
Test: build passed
Change-Id: Ide2d733d72c2b31fcaa302d0ddb742b92fac6d7e
2019-03-20 07:12:32 +00:00
Kevin Chyn
cd829aced1
Merge "Show confirmation dialog for removing enrollment"
2019-03-20 07:01:52 +00:00
TreeHugger Robot
08d9835b8e
Merge "Update About phone icon background color"
2019-03-20 06:51:25 +00:00
TreeHugger Robot
1029b976f4
Merge "Update enrollment intro"
2019-03-20 06:28:33 +00:00
Yanting Yang
522b634f98
Update About phone icon background color
...
Fixes:120810263
Test: visual
Change-Id: I8b91a0ef7ba66ff0f4fbd84c765119266119a4a6
2019-03-20 12:52:18 +08:00
Cosmo Hsieh
64df6a3073
Merge "[Network Connection] Implement new UI changing"
2019-03-20 04:34:25 +00:00
Kevin Chyn
e00f7e029f
Show confirmation dialog for removing enrollment
...
Fixes: 123605413
Test: builds
Change-Id: I9e918977909bcf461a29eb36f157c3a261c6dcc4
2019-03-19 21:22:15 -07:00