Evan Rosky
4ee5dccbb0
Merge "Add a developer option which allows non-resizables in freeform"
2019-11-15 17:32:15 +00:00
Bill Yi
c45ca05f4e
Import translations. DO NOT MERGE
...
Change-Id: I17ea8e9a661de5860993cba1584e4901e5417646
Auto-generated-cl: translation import
2019-11-15 13:56:37 +00:00
tim peng
582273d612
Merge "Sync dimen from SystemUI"
2019-11-15 08:48:27 +00:00
Arc Wang
75dc89b122
[Wi-Fi] Create WifiNetworkDetailsFragment related version 2 files for WifiTracker2 development
...
Create below version 2 files for WifiTracker2 development, we can
check the feature flag only a few times and easily remove version 1
files in the future.
src/com/android/settings/wifi/details2/
src/com/android/settings/wifi/savedaccesspoints2/
tests/robotests/src/com/android/settings/wifi/details2/
tests/robotests/src/com/android/settings/wifi/savedaccesspoints2/
Bug: 143326832
Test: make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.wifi.details2
make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.wifi.savedaccesspoints2
Change-Id: I4d2caf1ce313871605252395764b02747240f217
2019-11-15 14:41:23 +08:00
timhypeng
3dd4f2cc19
Sync dimen from SystemUI
...
Bug: 141139595
Test: manual
Change-Id: Ifa9a31750b9a926e09aec9262aa89e8de66c91e2
2019-11-15 06:28:33 +00:00
Sunny Shao
abcbc79d7d
Add a dark theme slice
...
Fixes: 142476879
Test: make RunSettingsGoogleRoboTests -j ROBOTEST_FILTER=com.android.settings.homepage.contextualcards.slices.DarkThemeSliceTest
Change-Id: I4865c3c4a807bc4ac96762a882b193a3e2595019
2019-11-15 13:41:49 +08:00
tim peng
1d07f6e970
Merge "Battery icon is too large"
2019-11-15 05:22:47 +00:00
Evan Rosky
f55bd86185
Add a developer option which allows non-resizables in freeform
...
Bug: 138594779
Test: manual + pref test
Change-Id: I1620189799dc83cb1c255ca30c4ef29e73e73756
2019-11-14 17:00:35 -08:00
Raff Tsai
b22bbffe90
Merge "Modify preference_list_fragment to support tabLayout"
2019-11-14 04:04:31 +00:00
timhypeng
c71f996da9
Battery icon is too large
...
-sync layout from SystemUI
Bug: 141139595
Test: make -j42 RunSettingsRoboTests
Change-Id: I5e165e953682fcfdebf0d06475bb1abd171684d9
2019-11-14 10:55:54 +08:00
Bill Yi
99877ab69c
Import translations. DO NOT MERGE
...
Change-Id: Iec335f65ffc271388a8563cb319f729aa27a84fa
Auto-generated-cl: translation import
2019-11-13 13:05:38 -08:00
Julia Reynolds
9540929cfe
Merge "Add NLS specific screens for notification listener approval"
2019-11-13 14:02:39 +00:00
Raff Tsai
988a912237
Modify preference_list_fragment to support tabLayout
...
- Remove buttonBar because it is only used in PublicVolumeSettings
- Add tabLayout in preference_list_fragment.xml
Bug: 141601408
Test: manual
Change-Id: Ieb84ccf2e685a03abec7b07cb8f9f4b64ee475e0
2019-11-13 17:37:59 +08:00
Kevin Chang
ec6fad2ca2
Merge "Add accessibility timeout video and illustration" am: 1595fc8fc8
...
am: 95d21e0d44
Change-Id: I888cae4271d525f7cd9a02b9ffb494544409a5c9
2019-11-12 17:11:33 -08:00
Kevin Chang
95d21e0d44
Merge "Add accessibility timeout video and illustration"
...
am: 1595fc8fc8
Change-Id: Ib1c19cfd318de968cb426e9fb09eb4e4d674a70b
2019-11-12 17:06:59 -08:00
Raff Tsai
a19e37a02d
Merge "change screen pinning settings UI"
2019-11-13 00:54:42 +00:00
Raff Tsai
72a65094fc
change screen pinning settings UI
...
Fixes: 144306573
Test: manual
Change-Id: I7c80a17f90ed84e7245fe26c985aa3fe2e71cc8d
2019-11-12 11:33:51 +08:00
Julia Reynolds
78b4505d6e
Update text on notification on/off toggles for clarity
...
Test: manual
Fixes: 141011559
Change-Id: I06b8519bb5a80496d84889f8c5264bff098ebefd
2019-11-11 17:37:45 +00:00
Bill Yi
be658e94f7
Import translations. DO NOT MERGE
...
Change-Id: Id91fd596039e71d8e677fa03f66521fd019fa245
Auto-generated-cl: translation import
2019-11-10 01:07:23 -08:00
Bill Yi
8134971f00
Import translations. DO NOT MERGE
...
Change-Id: I5b9dc323282c81680df423e4df855f9f25e3c028
Auto-generated-cl: translation import
2019-11-08 23:40:50 -08:00
Julia Reynolds
31dc1fd806
Add NLS specific screens for notification listener approval
...
Fixes: 141689199
Fixes: 143639217
Test: atest
Change-Id: I4ead087e0015ad33d6be4f9357de50a4298b3347
2019-11-08 14:13:24 +00:00
Kevin Chang
6915e6a551
Add accessibility timeout video and illustration
...
Add the new assets of accessibility timeout.
Bug: 143861394
Test: Visual
Change-Id: I0e4ba60c934191afbcaddb81e6d07d37244dce64
Merged-In: I0e4ba60c934191afbcaddb81e6d07d37244dce64
2019-11-08 19:47:02 +08:00
TreeHugger Robot
9aded56b70
Merge "Remove duplicate layout mobile_network_settings_container_v2"
2019-11-08 08:22:15 +00:00
Raff Tsai
8fe35bff52
Remove duplicate layout mobile_network_settings_container_v2
...
- MobileNetworkActivity can use settings_base_layout.xml as layout.
- MobileNetworkActivity need to use Theme.Settings.Home because
it requests Window.FEATURE_NO_TITLE. Otherwise MobileNetworkActivity
will show title defined in xml first then change to new title.
Fixes: 123794771
Test: rebuild, manual
Change-Id: I39ae25b6d335437ffddb2f1562e7a0347db97108
2019-11-08 12:04:16 +08:00
TreeHugger Robot
504d2d3cba
Merge "Modify account page multiple profile UI"
2019-11-08 03:48:32 +00:00
Raff Tsai
4992919d95
Remove unused resources
...
Bug: 123794771
Test: rebuild, robolectric
Change-Id: I22f43220cc9ad4ec2074af425b0da75f59e470a4
2019-11-07 18:12:34 +08:00
Raff Tsai
f5277ba54a
Modify account page multiple profile UI
...
- Extend the tab width to 50%
- Hide category title in two tab mode
Bug: 141601408
Test: manual
Change-Id: I73a1a64c704f7a74c200803efef97cdac5534aa7
2019-11-07 14:53:54 +08:00
Kevin Chang
efcfbaeb5a
Merge "Add accessibility timeout video and illustration"
2019-11-07 01:12:40 +00:00
TreeHugger Robot
07e39a6246
Merge "Remove mobile network v1"
2019-11-06 05:01:41 +00:00
Stanley Wang
59b709bccb
Merge "Fix a11y issue, the description of navigation buttons should be the same."
2019-11-06 03:31:41 +00:00
Felipe Leon
16cc74021f
Merge "Settings: fix apn_editor carrier_enabled summaryOff string" am: 9d29833485 am: 6ee2108bdb
...
am: 980d003f40
Change-Id: I484d34231ff23a25e41010c2deffdb46bf539ec5
2019-11-05 10:58:53 -08:00
Felipe Leon
980d003f40
Merge "Settings: fix apn_editor carrier_enabled summaryOff string" am: 9d29833485
...
am: 6ee2108bdb
Change-Id: I86c907e3899841df85cc7433133d1430be7f7c5e
2019-11-05 10:14:35 -08:00
Felipe Leon
6ee2108bdb
Merge "Settings: fix apn_editor carrier_enabled summaryOff string"
...
am: 9d29833485
Change-Id: Ie05efff7a54b001dbe7c86b03f00091c86245ab0
2019-11-05 09:47:14 -08:00
Treehugger Robot
9d29833485
Merge "Settings: fix apn_editor carrier_enabled summaryOff string"
2019-11-05 17:15:45 +00:00
Kevin Chang
6838ae7c0b
Add accessibility timeout video and illustration
...
Add the new assets of accessibility timeout.
Bug: 143861394
Test: Visual
Change-Id: I0e4ba60c934191afbcaddb81e6d07d37244dce64
2019-11-05 19:32:05 +08:00
Kevin Chang
b36d53535f
Merge "Add the license announcement in the drawable files of Accessibility warning dialog"
2019-11-05 11:27:29 +00:00
Raff Tsai
1eccd55a70
Remove mobile network v1
...
Fixes: 142920912
Test: rebuild, robolectric
Change-Id: Ib365ba712af62729ca35abbc370aef087ce52a90
2019-11-05 17:54:54 +08:00
Raff Tsai
5d0c49e9ef
Merge "Fix Battery page animation" into qt-qpr1-dev
...
am: 8b348f1f30
Change-Id: I922be1ac21e17c9ae71d7721401a08bbd56ca020
2019-11-04 22:15:20 -08:00
TreeHugger Robot
8b348f1f30
Merge "Fix Battery page animation" into qt-qpr1-dev
2019-11-05 05:34:41 +00:00
Bonian Chen
d7e52888b4
Merge "[Settings] Manual network select without aggregate"
2019-11-05 05:33:53 +00:00
Bonian Chen
ef1481f589
[Settings] Manual network select without aggregate
...
Remove the feature of aggregation when performing manual network
selection.
Bug: 141287649
Test: Manual
make RunSettingsRoboTests -j ROBOTEST_FILTER=NetworkSelectSettingsTest
make RunSettingsRoboTests -j ROBOTEST_FILTER=NetworkOperatorPreferenceTest
Change-Id: I813ad31f9d5cf310877442f5558e236671ab5d23
2019-11-05 04:19:30 +00:00
Raff Tsai
6a3433b67a
Fix Battery page animation
...
TextView summary1 has default height 2 line. If the content is longer
than 2 line, the TextView increases itself which causes the animation.
By increasing minLines to 3, it can avoid the animation. And remove
summary2 because it is only for debug purpose, the debug information
can be merged to summary1.
Fixes: 139554919
Test: visual, make RunSettingsRoboTests
Change-Id: I167ac87c9bd83035e00d4991961599e76f4f69e1
(cherry picked from commit 648ada031d )
Merged-In: I167ac87c9bd83035e00d4991961599e76f4f69e1
2019-11-05 12:11:51 +08:00
Kevin Chang
762c7ab59e
Add the license announcement in the drawable files of Accessibility warning dialog
...
Add the license announcement in the drawable files to make it consistent to other
files.
Bug: 143917082
Test: Maunal
Change-Id: I892a4194b2b4b46dd64165a08da97cc41b3bd4f8
2019-11-05 03:01:39 +00:00
Stanley Wang
be82622922
Fix a11y issue, the description of navigation buttons should be the same.
...
Change the description of navigation button to "Back".
Test: manual
Fixes: 139650858
Change-Id: I8729129b769e98b7a2fbaa6aa24cebcedc8d720b
2019-11-05 10:59:00 +08:00
Raff Tsai
29c15273b5
Fix Weird floating "add language" item
...
- Base theme has android:clipToPadding=false attribute. It let user
UI draw under navigation bar but also cause this problem. Add
android:clipToPadding=true in layout to fix the problem.
Fixes: 142108980
Test: manual
Change-Id: Ibe60b348a3c7c01d9786612ceac23a47a78a208a
2019-11-04 17:34:02 +08:00
Bill Yi
9db5fcb2ff
Import translations. DO NOT MERGE
...
Change-Id: Ie3137ceba6f623d0a7aa1176166930b522dee60e
Auto-generated-cl: translation import
2019-11-02 17:25:40 -07:00
Bill Yi
56ddb7e146
Import translations. DO NOT MERGE
...
Change-Id: I8e693f54207ef25e479e2ddddb0abe2453b6205c
Auto-generated-cl: translation import
2019-11-02 16:57:54 -07:00
Bill Yi
9c302428e2
Import translations. DO NOT MERGE
...
Change-Id: Iba15b4f235a486dbc97d9c0fb143d45622c85794
Auto-generated-cl: translation import
2019-11-01 14:08:51 -07:00
Kevin Chyn
7bd69425ab
Merge "Revert "Remove attention controller"" into qt-qpr1-dev am: 1876b8c6dd
...
am: ca51533d56
Change-Id: I7f1e7b3ddc83ce806d826bfd2ff40b89c44bc386
2019-11-01 10:14:32 -07:00
Kevin Chyn
68e9c89fd3
Revert "Update attention string" am: 44efb41d98
...
am: 3ba07e6fa5
Change-Id: I22040f4f595dc0f1a5d7355b3da13cd2d8f527c4
2019-11-01 10:14:28 -07:00