Julia Reynolds
b24cfafd1d
Merge "Lowercase s." into nyc-dev
2016-04-04 13:52:27 +00:00
Clara Bayarri
4b91148b3d
Merge "Remove fullstop at end of phrases" into nyc-dev
...
am: bd5eb13
* commit 'bd5eb1331ecc741bae84b1d1093c5102877f36b9':
Remove fullstop at end of phrases
Change-Id: I79391dfad9814397dc6276ffb70042ba67a0543a
2016-04-04 12:24:46 +00:00
Clara Bayarri
bd5eb1331e
Merge "Remove fullstop at end of phrases" into nyc-dev
2016-04-04 12:17:00 +00:00
Jeff Sharkey
6cd645a487
Merge "Mark UI components for tests to find." into nyc-dev
...
am: 9069181
* commit '9069181c847168896c6fac97e8869944c97f0f2e':
Mark UI components for tests to find.
Change-Id: Ie822df10d4a0c64727f46a29fbb6e07e366de702
2016-04-03 04:09:00 +00:00
Jeff Sharkey
9069181c84
Merge "Mark UI components for tests to find." into nyc-dev
2016-04-03 03:59:21 +00:00
Jeff Sharkey
a77652fea9
Mark UI components for tests to find.
...
Bug: 26498834
Change-Id: Id8ade0b9230a946c7facf8ebaf9700c196b31ee3
2016-04-01 23:18:11 -06:00
Anna Galusza
16d58e78df
Add Tron Logging to portion of A11y SUW that lives in Settings.
...
Bug: 27777706
Change-Id: I0c0f0f1c30ba5b1d40bc4e74faadacbdb93dbc51
2016-04-01 14:34:17 -07:00
Udam Saini
a2a73452a9
Increase string char limit.
...
This string wraps around when shown in setup wizard, so this should be
safe.
bug:27942672
Change-Id: Id1ef964b90ddc2ebb127351176afa19a96fe977e
2016-04-01 14:25:01 -07:00
Alan Viverette
26753d7106
Use normal button style for Clear data / cache buttons
...
Bug: 27967106
Change-Id: I251edc122a74c69e8174b8467c36c28ca47aa853
2016-04-01 12:26:11 -04:00
Tyler Gunn
d5eb67f566
Merge "Adding "wifi only" option for wifi calling." into nyc-dev
...
am: 00c334c
* commit '00c334ccba341761af448805ddfc842394f3dfbb':
Adding "wifi only" option for wifi calling.
Change-Id: I7766c8b09b3713fa75c72838f7136bd8dc32b332
2016-04-01 15:58:41 +00:00
Tyler Gunn
00c334ccba
Merge "Adding "wifi only" option for wifi calling." into nyc-dev
2016-04-01 15:43:08 +00:00
Tyler Gunn
2013ba8ed1
Adding "wifi only" option for wifi calling.
...
- Added "wifi-only" option to the list of wifi calling modes.
- Added code in settings initialization to check whether the carrier
supports including the wifi-only option. If it does not, changes the
entries/values to a ser which does not include the wifi-only option.
Bug: 27858149
Change-Id: Ib02a97afcf6f2722c28b7a4d9c241774944c52d0
2016-04-01 08:41:18 -07:00
Julia Reynolds
96ddca3519
Lowercase s.
...
Bug: 27853578
Change-Id: I1c0b3a7fc00ba4f5e8330885213d641aec9518f7
2016-04-01 10:53:10 -04:00
Clara Bayarri
3cb2511166
Remove fullstop at end of phrases
...
Requested by UX
Bug: 27913794
Change-Id: Ieb6ace1236787128825e39c310331603f574a32b
2016-04-01 12:39:35 +01:00
Clara Bayarri
dfae1467ea
Merge "Change Work Challenge background image" into nyc-dev
...
am: 63096e9
* commit '63096e965c1ff95b8b7eed53388aa00014500381':
Change Work Challenge background image
Change-Id: Ib2b87c666fe73da24de6f375c74505f4b3498e21
2016-04-01 11:27:42 +00:00
Clara Bayarri
63096e965c
Merge "Change Work Challenge background image" into nyc-dev
2016-04-01 11:18:24 +00:00
Robin Lee
e79fed2839
Merge "DISALLOW_CONFIG_CREDENTIALS blocks user credentials" into nyc-dev
...
am: 4d29ab3
* commit '4d29ab31455ae7c7eef91871230e34b3ecc452e1':
DISALLOW_CONFIG_CREDENTIALS blocks user credentials
Change-Id: I20a82efa39f5116ba3919198418873e794fa5240
2016-03-31 18:55:32 +00:00
Robin Lee
4d29ab3145
Merge "DISALLOW_CONFIG_CREDENTIALS blocks user credentials" into nyc-dev
2016-03-31 18:44:21 +00:00
Robin Lee
c421db78f0
DISALLOW_CONFIG_CREDENTIALS blocks user credentials
...
All settings preferences related to credentials of any kind should be
stopped by this user restriction.
Bug: 26879958
Change-Id: I983c6e58081bd4022bb006942499cba4b74954e7
2016-03-31 18:45:43 +01:00
Victor Chang
5cffb81f56
Merge "Show notification when failing to turn on always-on vpn" into nyc-dev
...
am: b1d7142
* commit 'b1d7142cb21de23ec9c1dddb824405bf252bffed':
Show notification when failing to turn on always-on vpn
Change-Id: I76c5ad7c545294edfeb533148ba85cdcdc41dc58
2016-03-31 17:44:34 +00:00
Victor Chang
b1d7142cb2
Merge "Show notification when failing to turn on always-on vpn" into nyc-dev
2016-03-31 17:04:53 +00:00
Jason Monk
d09508b8fc
Merge "Fix categeries being read out on settings dashboard" into nyc-dev
...
am: 69446e8
* commit '69446e80ab95f7d01b7612a02ae35e75d9b5c609':
Fix categeries being read out on settings dashboard
Change-Id: Ifd3c3ad560969b58557acd86a98eb299d65a4385
2016-03-31 15:43:28 +00:00
Victor Chang
1b8855b211
Show notification when failing to turn on always-on vpn
...
- Notification icon is Settings icon
- VpnName is obtained as the same way as AppPreference
- Post notification as the current user with PendingIntent to VpnSettings to parent user
- Auto-cancel when user taps on the notification
- This implementation posts notification only when the failure happens sychronously
(Assume ConnectivityService only unset always-on package immediately after calling setAlwaysOnVpnPackageForUser)
Bug:27374485
Change-Id: I0aee38498c8cc300dd8eb9687adcae5f9dc4f8af
2016-03-31 16:40:22 +01:00
Jason Monk
69446e80ab
Merge "Fix categeries being read out on settings dashboard" into nyc-dev
2016-03-31 14:36:45 +00:00
Jason Monk
9c868652ba
Fix categeries being read out on settings dashboard
...
Change-Id: Ica0eec62a532fa40b57553e8e3d9fba1cba3bd4e
Fixes: 26125682
2016-03-31 10:35:03 -04:00
Bill Yi
645c198f3e
Merge "Import translations. DO NOT MERGE" into nyc-dev
2016-03-31 13:23:37 +00:00
Yohei Yukawa
b5164e04a3
Merge changes Ieea9a13a,Id2ae6151 into nyc-dev
...
am: 5ffbf2e
* commit '5ffbf2e39d8ce5bb4f1256564fe060534541c710':
Remove gear icon from InputMethodPreference.
Update title to "Add or edit virtual keyboards".
Change-Id: Ideeeb1062a62ed77a7d178c80469effa0c3ade7c
2016-03-31 06:21:39 +00:00
Yohei Yukawa
5ffbf2e39d
Merge changes Ieea9a13a,Id2ae6151 into nyc-dev
...
* changes:
Remove gear icon from InputMethodPreference.
Update title to "Add or edit virtual keyboards".
2016-03-31 06:13:54 +00:00
Bill Yi
6153baa067
Import translations. DO NOT MERGE
...
Change-Id: I942bbb8156f204723bf2b421702ecf6a1ddbd7cf
Auto-generated-cl: translation import
2016-03-30 22:29:47 -07:00
Daichi Hirono
03f89ff4fa
Merge "Change the dialog text in USB device tyep chooser." into nyc-dev
...
am: 9856531
* commit '9856531b450b6bdc73f0d8f4416661c10d4560ec':
Change the dialog text in USB device tyep chooser.
Change-Id: Ided54b1ce7d00dcdf028b1d0724eae117a0f4f64
2016-03-31 00:36:16 +00:00
Daichi Hirono
9856531b45
Merge "Change the dialog text in USB device tyep chooser." into nyc-dev
2016-03-30 23:59:05 +00:00
Mihai Nita
7df885353a
Merge "Fix missing dot in the remove language confirmation message" into nyc-dev
...
am: 627d0af
* commit '627d0af541b1cc008c69db5f68a402914bd21971':
Fix missing dot in the remove language confirmation message
Change-Id: I2bb5ca2e567adb04bb8f66a067cb71fe33c46b97
2016-03-30 22:48:29 +00:00
Mihai Niță
627d0af541
Merge "Fix missing dot in the remove language confirmation message" into nyc-dev
2016-03-30 22:37:53 +00:00
Mihai Nita
632a311c35
Fix missing dot in the remove language confirmation message
...
Bug: 27709559
Change-Id: Ie0f4ecf01578a1f6317b058dfed288dcbfa28d92
2016-03-30 14:55:30 -07:00
Noah Wang
38597204cb
Merge "Make preview screens in font/display size settings scrollable Bug: 27274145 Change-Id: Ib93ff8faa9b14181b9b4f596a8b48cd0804f8f82" into nyc-dev
...
am: 74df3ec
* commit '74df3ec00247ea18ccf43c466e26dfe1a4622162':
Make preview screens in font/display size settings scrollable Bug: 27274145 Change-Id: Ib93ff8faa9b14181b9b4f596a8b48cd0804f8f82
Change-Id: Ieb2a3374987ae69f8305aa0b03a94f907d4a4061
2016-03-30 21:48:50 +00:00
Noah Wang
74df3ec002
Merge "Make preview screens in font/display size settings scrollable Bug: 27274145 Change-Id: Ib93ff8faa9b14181b9b4f596a8b48cd0804f8f82" into nyc-dev
2016-03-30 21:41:42 +00:00
Udam Saini
85eebb52a8
Adds a multi line preference class.
...
Some preferences (namely inside the encryption interstitial) can flow
passed a single line when the font size is set to largest. We should
allow for this to extend to another line instead of using ellipsis.
bug:27875272
Change-Id: I2697ae37bfe39a4890298f82cf80fc70b93881df
2016-03-30 14:39:42 -07:00
Noah Wang
abf6312b8d
Make preview screens in font/display size settings scrollable
...
Bug: 27274145
Change-Id: Ib93ff8faa9b14181b9b4f596a8b48cd0804f8f82
2016-03-30 14:32:32 -07:00
Amith Yamasani
251b5a9a63
Merge "Don\'t prompt twice to uninstall updates" into nyc-dev
...
am: 8df0415
* commit '8df04151d0461ce1520043eb74943f67f9a74aa8':
Don't prompt twice to uninstall updates
Change-Id: I35169cfa6a2936638309b23a76c5bcd636df6dc9
2016-03-30 20:50:43 +00:00
Amith Yamasani
8df04151d0
Merge "Don't prompt twice to uninstall updates" into nyc-dev
2016-03-30 20:43:03 +00:00
Noah Wang
825b0506ff
Merge "Adding contentDescription to ViewPager in font/display size settings. Bug: 27326035" into nyc-dev
...
am: 1308bd8
* commit '1308bd8bb1f1223c57a867246542ec22d7f9ef53':
Adding contentDescription to ViewPager in font/display size settings. Bug: 27326035
Change-Id: I73c5c49f685670b7a5f91c46dde0ac693f1d5fa2
2016-03-30 20:06:33 +00:00
Noah Wang
88bb01d96f
Merge "Set minimum height for preview screen of font/display size settings Bug: 27699996" into nyc-dev
...
am: bcf590c
* commit 'bcf590c88ad07865f20e5b1500f3815c03a32cb9':
Set minimum height for preview screen of font/display size settings Bug: 27699996
Change-Id: I2875bbb371f8426aac82b13c8be871476cc43200
2016-03-30 20:06:33 +00:00
Noah Wang
1308bd8bb1
Merge "Adding contentDescription to ViewPager in font/display size settings. Bug: 27326035" into nyc-dev
2016-03-30 20:03:38 +00:00
Noah Wang
bcf590c88a
Merge "Set minimum height for preview screen of font/display size settings Bug: 27699996" into nyc-dev
2016-03-30 20:03:13 +00:00
Jason Monk
22e2ee8638
Merge "Fix keywords for default home app" into nyc-dev
...
am: c6aa18b
* commit 'c6aa18bcd96ba5085153ad46bcf187dfe3c009f5':
Fix keywords for default home app
Change-Id: I5dcdafcba6be8549d8ee874b131d99532959adbb
2016-03-30 19:21:44 +00:00
Jason Monk
c6aa18bcd9
Merge "Fix keywords for default home app" into nyc-dev
2016-03-30 19:11:18 +00:00
Jason Monk
d2c753f0fb
Fix keywords for default home app
...
Change-Id: I38851f70d34168f906cf9b7223772bb3442852db
Fixes: 27826745
2016-03-30 15:09:20 -04:00
Yohei Yukawa
611410a8c4
Update title to "Add or edit virtual keyboards".
...
Per comment from UX, we replace "Add virtual keyboard" with
"Add or edit virtual keyboards" because the user is able to not only
enable but also disable virtual keyboards.
Bug: 27543291
Change-Id: Id2ae61519152bbe622aa5915f728a4cbbc49e078
2016-03-30 11:40:30 -07:00
Amith Yamasani
bacc708f96
Don't prompt twice to uninstall updates
...
PackageInstaller is going to ask again, so skip
asking in Settings when user wants to uninstall
updates to a system app.
Bug: 26694521
Change-Id: I4335a4e9bfe54985eb58ba19a890caba06705bef
2016-03-30 09:52:33 -07:00
Jason Monk
4038f15af3
Merge "Fix sim pin settings" into nyc-dev
...
am: aafabba
* commit 'aafabbabab3771b89944ea2a7aea2b4f7b8ba071':
Fix sim pin settings
Change-Id: I26a86f87522a50933d8d7a293b1b3c9089043f4c
2016-03-30 16:43:54 +00:00