Bill Yi
5fca94ac3d
Merge "Bad Wi-Fi: Change strings to carrier specs" into nyc-dr1-dev
...
am: 0d00554d62
Change-Id: I9397ef4575f8816da764eabf1e58e33dfa80c4af
2016-09-17 03:47:36 +00:00
Paul Stewart
00641d68c3
Bad Wi-Fi: Change strings to carrier specs
...
am: 49d703319b
Change-Id: I644d183683367280b3653750f84d9d2c9ee4c5ff
2016-09-17 03:47:35 +00:00
Bill Yi
0d00554d62
Merge "Bad Wi-Fi: Change strings to carrier specs" into nyc-dr1-dev
2016-09-17 03:39:34 +00:00
Bill Yi
a8cb657e2f
Import translations. DO NOT MERGE am: a4e479afec
-s ours am: a76f80c519
-s ours am: 84c341d366
-s ours
...
am: 746fdbbaa2
-s ours
Change-Id: Ib7475e19a3651d65698558c380a6486f7afd078a
2016-09-17 03:35:02 +00:00
Bill Yi
746fdbbaa2
Import translations. DO NOT MERGE am: a4e479afec
-s ours am: a76f80c519
-s ours
...
am: 84c341d366
-s ours
Change-Id: If793b1c35c2abb9662cb7f49a7ffa38b990c760d
2016-09-17 03:32:35 +00:00
Bill Yi
84c341d366
Import translations. DO NOT MERGE am: a4e479afec
-s ours
...
am: a76f80c519
-s ours
Change-Id: I912507f92155593edbf06af0612ac91a89f67b69
2016-09-17 03:30:07 +00:00
Bill Yi
a76f80c519
Import translations. DO NOT MERGE
...
am: a4e479afec
-s ours
Change-Id: If2e7a6470cfcf7b522d37c242e9e52acfc9a247c
2016-09-17 03:24:29 +00:00
Paul Stewart
49d703319b
Bad Wi-Fi: Change strings to carrier specs
...
Also add a checkbox to persist the value. However, the logic to
pass this persistence to ConnectivityService has not yet been added.
Bug: 31075769
Test: Visual inspection of dialog (upcoming)
Change-Id: I370ab07ea276b024ce4adc61e10ca085be1c5549
2016-09-16 17:51:16 -07:00
Bill Yi
a4e479afec
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 31516661
Change-Id: Idc23b872921e45152ba6c092551b6984db2073cc
2016-09-16 17:39:21 -07:00
Amit Mahajan
5892792b17
Changes to support read-only apn types.
...
User will not be allowed to add/modify APNs for the read-only types.
Bug: 31074581
Change-Id: I954bd68249a93ce9deb0146725c1432ea6cb0f38
2016-09-16 16:22:18 -07:00
Daniel Nishi
7f075a3c41
Use a config flag instead of a RO flag for showing Manage Storage.
...
Bug: 30455784
Test: make SettingsTests; run the instrumentation.
Change-Id: I860192c1c20fcaec2a5cbcdc085ff01dafa7351a
2016-09-16 15:56:47 -07:00
Hugo Benichi
e590183dcc
Add a "Cellular data fallback" pref. am: a317684cfc
am: aabd051f50
am: d294f58361
...
am: 56e754b446
Change-Id: Id2c098cf8df2c8f3b1dc5a6f6aa7cb4618f85ddd
2016-09-16 16:57:11 +00:00
Hugo Benichi
56e754b446
Add a "Cellular data fallback" pref. am: a317684cfc
am: aabd051f50
...
am: d294f58361
Change-Id: Iceca5357dab0d1a2755070f9b3b2fd7964b6e8ca
2016-09-16 16:53:17 +00:00
Hugo Benichi
d294f58361
Add a "Cellular data fallback" pref. am: a317684cfc
...
am: aabd051f50
Change-Id: Iddbac3787f05e97bee559a8e991d1c2412ccbc37
2016-09-16 16:51:11 +00:00
Hugo Benichi
aabd051f50
Add a "Cellular data fallback" pref.
...
am: a317684cfc
Change-Id: I902d4039aefddbe38a7caa20afede7af20d03086
2016-09-16 16:45:15 +00:00
Julia Reynolds
2dcc7a8895
Merge "Add notification channel settings."
2016-09-16 15:35:23 +00:00
Hugo Benichi
a317684cfc
Add a "Cellular data fallback" pref.
...
Also adjust working of the "lost internet" notification.
Bug: 31075769
Change-Id: I17e18516c9bfdc32b38686191327b6d6f87aed95
2016-09-17 00:30:05 +09:00
TreeHugger Robot
4338fc676e
Merge "Import translations. DO NOT MERGE"
2016-09-16 03:51:22 +00:00
Julia Reynolds
b5ec2d71a2
Add notification channel settings.
...
If a user has set a preference at an app wide level, it cannot be
undone at a channel level, but channels can be more restrictive.
Tests: changing settings for apps and channels.
Change-Id: I7907b8179ffc24d68197c917f182e63d8e1ff7a7
2016-09-15 21:46:17 -04:00
TreeHugger Robot
19b062265e
Merge "Extend MetricsFactory so it can log to different LogWriters"
2016-09-15 23:07:33 +00:00
Lei Yu
7976bb5b83
Merge "RTL: Navigate to previous tab when back."
2016-09-15 23:04:28 +00:00
Bill Yi
a5e9df1417
Import translations. DO NOT MERGE
...
Change-Id: Ibf23355f7b80612e52b6b528c24318742e96cf5a
Auto-generated-cl: translation import
2016-09-15 15:54:24 -07:00
TreeHugger Robot
02f3cd3849
Merge "Prevent height change in default ringtone preferences."
2016-09-15 22:10:43 +00:00
Fan Zhang
66a9852a7b
Extend MetricsFactory so it can log to different LogWriters
...
- Renamed MetricsFractory to MetricsFeatureProvider, and access it using
FeatureFactory.
- Instead of containing exactly 1 logWriter, MetricsFeatureProvider now
contain a list.
- Added OnAttach event in Lifecycle. This is needed when a mixin
requires Context to initialize itself.
- Updated tests.
Bug: 29575437
Test: make RunSettingsRoboTests
Change-Id: I7cc1528b9a744cd40088701e2bd115f41a8bf744
2016-09-15 14:25:31 -07:00
Todd Kennedy
6ed0c7e8d7
Add remote control of Instant Apps
...
Bug: 31470039
Test: manual
Change-Id: I82eb47f4d24fb88d0f264eca1176aec55364867c
2016-09-15 13:55:44 -07:00
Svetoslav Ganov
b349c0dc97
Merge "Remove references to removed string"
2016-09-15 20:29:30 +00:00
Fan Zhang
7aae6746b1
Prevent height change in default ringtone preferences.
...
- Added a placeholder summary text in ringtone preferences so the height
is reserved while we load ringtone names.
Bug: 28075406
Test: Visually inspected
Change-Id: Ia4022679fcc9d6992c3bb9439f7bfce9bb552ea1
2016-09-15 13:12:22 -07:00
Svet Ganov
778a6273ec
Remove references to removed string
...
The Bluetooth permission UI no longer has a title. The string
was removed but it is referred from the manifest. Remove the
unneccessary reference.
bug:31468194
Change-Id: Ibe496d05cb84742e1a0fa418926478353790edbb
2016-09-15 13:06:44 -07:00
Noah Wang
22d273d16e
Merge "Disable accessibility focus on the instruction video in magnification gesture screen." into nyc-mr1-dev am: 131988f1ea
am: 898a35ce45
...
am: e8b7af45c3
Change-Id: Iad17a6025ec7fdbed8f43ebd771c74e40c19ad8a
2016-09-15 19:49:00 +00:00
Noah Wang
071fab88eb
Disable accessibility focus on the instruction video in magnification gesture screen. am: 93ec5312c5
am: 3e00d852c4
...
am: d8f9e29395
Change-Id: Ie27d136cd93a48eb4bef81fe07e34d7e66af4606
2016-09-15 19:48:59 +00:00
Noah Wang
e8b7af45c3
Merge "Disable accessibility focus on the instruction video in magnification gesture screen." into nyc-mr1-dev am: 131988f1ea
...
am: 898a35ce45
Change-Id: Ia86d07ce3bf86ee66a1d67e6d04ef59604ef71e9
2016-09-15 19:46:33 +00:00
Noah Wang
d8f9e29395
Disable accessibility focus on the instruction video in magnification gesture screen. am: 93ec5312c5
...
am: 3e00d852c4
Change-Id: I322c47b86023f5ebb25b312515d69e8bbe5d08e5
2016-09-15 19:46:32 +00:00
Noah Wang
898a35ce45
Merge "Disable accessibility focus on the instruction video in magnification gesture screen." into nyc-mr1-dev
...
am: 131988f1ea
Change-Id: I934a6368af1ba29a59092a3cad8c46870e5c8455
2016-09-15 19:44:21 +00:00
Noah Wang
3e00d852c4
Disable accessibility focus on the instruction video in magnification gesture screen.
...
am: 93ec5312c5
Change-Id: Ie60200fd1ced75472c24a7efbb0112fd10628e06
2016-09-15 19:44:20 +00:00
Noah Wang
131988f1ea
Merge "Disable accessibility focus on the instruction video in magnification gesture screen." into nyc-mr1-dev
2016-09-15 19:31:24 +00:00
Amin Shaikh
db01a3f0c0
Test for wallpaper preference layout crash.
...
Test: runtest --path tests/unit/src/com/android/settings/WallpaperPreferenceLayoutTest.java
Bug: 31489007
Change-Id: I3c8440e84f3c169ac97ab13efde7ea7fa2027352
2016-09-15 11:52:18 -07:00
Lorenzo Colitti
e143efc1ea
Fix unintended modification of the NO_INTERNET dialog. am: 4753ad5902
am: 10646478f1
am: 2aa0c9396b
...
am: 70505bc1d6
Change-Id: I1e170d8de459c5eca5edf485c76b813b8f760c8e
2016-09-15 18:41:29 +00:00
Julia Reynolds
f6884a60b4
Merge "Non-blockable notification packages can't be blocked." into nyc-mr1-dev am: e28857ddb9
am: 3960cfb4b9
...
am: db25143933
Change-Id: Icf09923d1a1da2fd26b6a96f64326fd3f374eab6
2016-09-15 18:34:32 +00:00
Julia Reynolds
5de900acf9
Non-blockable notification packages can't be blocked. am: 77b1f52574
am: d8a033cca5
...
am: 77f405ae50
Change-Id: I22a588c12e61774a46e79f34e0a6190116c27c8f
2016-09-15 18:34:24 +00:00
Lorenzo Colitti
5a88e67aa5
Support displaying a dialog when Wi-Fi loses Internet access. am: 1449ecd460
am: a4aa79bb69
am: 0e92ddbc1b
...
am: e4d8284000
Change-Id: Ie207cae240bce6acee3211cbdb5291ffd1a0f702
2016-09-15 18:31:55 +00:00
jackqdyulei
e54dd3a0cd
RTL: Navigate to previous tab when back.
...
When go back from RTL language, user should be navigated to the
previous setting tab.
Bug: 31145366
Test: make RunSettingsRoboTests
Change-Id: I2f2ec727f9737ea0e52dac9950c8af34559e3d9a
2016-09-15 11:22:53 -07:00
Matthew Fritze
68125813b2
Update edit text padding on Bluetooth device renaming dialog
...
Change-Id: I490452925e1b66dd3f135b14c99a7a02ba238888
Fixes: 31383112
Test: Visually inspected
2016-09-15 11:02:08 -07:00
Lorenzo Colitti
70505bc1d6
Fix unintended modification of the NO_INTERNET dialog. am: 4753ad5902
am: 10646478f1
...
am: 2aa0c9396b
Change-Id: Ia2fc74f9aa673e75e39f34337c413a8f058a78a7
2016-09-15 17:33:00 +00:00
Lorenzo Colitti
2aa0c9396b
Fix unintended modification of the NO_INTERNET dialog. am: 4753ad5902
...
am: 10646478f1
Change-Id: I06f91c28fcce1bf737f1d11feecd95f681de8958
2016-09-15 17:29:45 +00:00
Noah Wang
93ec5312c5
Disable accessibility focus on the instruction video in magnification
...
gesture screen.
Test: Manually built and tested with Bullhead
Bug: 30898790
Change-Id: I399e2b9be33ebf6dd5100705eb5f2ba5c5cc98b1
2016-09-15 10:27:49 -07:00
Lorenzo Colitti
10646478f1
Fix unintended modification of the NO_INTERNET dialog.
...
am: 4753ad5902
Change-Id: Ib045d44acbf93ffc99d2a0545a4808ff0ad3ea58
2016-09-15 17:20:43 +00:00
Julia Reynolds
db25143933
Merge "Non-blockable notification packages can't be blocked." into nyc-mr1-dev am: e28857ddb9
...
am: 3960cfb4b9
Change-Id: Ic12986ccf1f49a57fe2515ed05adf3f8ab70ae48
2016-09-15 17:16:57 +00:00
Julia Reynolds
77f405ae50
Non-blockable notification packages can't be blocked. am: 77b1f52574
...
am: d8a033cca5
Change-Id: Ibf527a51f6f16348b8ca245685f5325cbdab31b4
2016-09-15 17:16:44 +00:00
Julia Reynolds
3960cfb4b9
Merge "Non-blockable notification packages can't be blocked." into nyc-mr1-dev
...
am: e28857ddb9
Change-Id: I924ed5721fe547510e5141912330d24427c74f0e
2016-09-15 17:10:09 +00:00
Julia Reynolds
d8a033cca5
Non-blockable notification packages can't be blocked.
...
am: 77b1f52574
Change-Id: I3b202fcb17e36960d97ecf10d60b99e688c9914f
2016-09-15 17:08:58 +00:00