Commit Graph

20665 Commits

Author SHA1 Message Date
Amith Yamasani
a8c4db48c2 Merge "Only allow admin users to adopt sd card as internal storage." into mnc-dev 2015-06-30 23:00:28 +00:00
Amith Yamasani
350274040e Only allow admin users to adopt sd card as internal storage.
Bug: 21883016
Change-Id: I11ca324ab74ce2a8bf13064b4c7735aea132c562
2015-06-30 14:23:54 -07:00
Jason Monk
a8af51b2d8 Merge "Handle adjust volume user restriction" into mnc-dev 2015-06-30 20:08:15 +00:00
Jason Monk
72965ad53b Handle adjust volume user restriction
- Finish all do not disturb pages immediately
 - Disable relevant items in Sounds & notification

Bug: 21642285
Change-Id: I8de9bd10b8cea8adaa306b1ae388ab7d1ccc4e7e
2015-06-30 19:21:10 +00:00
Makoto Onuki
a2bd2eacc3 Merge "Make sure Fragments are public for FragMan to instantiate" into mnc-dev 2015-06-30 16:40:58 +00:00
Jason Monk
e6a0bee557 Merge "Fix crash in ignore optimizations dialog" into mnc-dev 2015-06-30 14:20:58 +00:00
Jason Monk
d5884c5023 Fix crash in ignore optimizations dialog
Launch it like a dialog, because it is one.

Bug: 22181580
Change-Id: Ibeda8506cfb7a9a9d60f70462a4e03972b38f8aa
2015-06-30 10:17:25 -04:00
Rubin Xu
02c7e95fd4 Merge "No longer use ExternalStorageFormatter to format external storage" into mnc-dev 2015-06-30 14:05:32 +00:00
Jason Monk
6799ef423b Merge "Reduce jank in wifi settings" into mnc-dev 2015-06-30 14:03:05 +00:00
Adam Lesinski
4444fb85a9 Merge dex2oat with app being installed
Bug:22008744
Change-Id: Id87fe215760202e2969c27d686fa8ba106b00754
2015-06-29 14:56:01 -07:00
Jorim Jaggi
d9bd96b309 Add setting to disable screenshot separately (2/2)
Bug: 22063668
Change-Id: I85b255ac114184e0edbd71010d517b337ad935e5
2015-06-29 14:50:45 -07:00
Jorim Jaggi
1e7b8f86d8 Fix userId for credentials from managed profiles
Bug: 22094377
Change-Id: Ia98d0e386d4c56f3eb502ff11f86b0fd7dadea3c
2015-06-29 20:34:27 +00:00
Jason Monk
312c90c8ca Merge "Remove char limit from owner info" into mnc-dev 2015-06-29 19:52:51 +00:00
Jason Monk
d79984c9e4 Remove char limit from owner info
Bug: 21959734
Change-Id: I21854309ca390cb126ba50feaa56fb9a35b862e1
2015-06-29 15:42:41 -04:00
Jason Monk
898acde060 Merge "Handle rotation (or refresh) before callback is received" into mnc-dev 2015-06-29 18:55:29 +00:00
Jason Monk
d0d7b924cb Handle rotation (or refresh) before callback is received
Make sure we unregister the old receiver

Bug: 22160603
Change-Id: I798ca07dd65711caa4d3295b7ad811ca2fc69c1d
2015-06-29 14:43:19 -04:00
Jason Monk
55dd8869db Reduce jank in wifi settings
- Fix view recycling for AccessPointPreferences by adding a dummy
   during initial inflation
 - Cut down on what is done during onBindView and refresh()
 - Try to re-use AccessPointPreferences when possible

Some jank still occurs when scan results come in, but it is less
than before.

Bug: 16518752
Change-Id: I2619303281dd50aa3864783c49738ae9f221834a
2015-06-29 13:47:14 -04:00
Geoff Mendal
21e00f9819 Import translations. DO NOT MERGE
Change-Id: Ib4c36b177018329faa9359c2d02f3ebc33bb1134
Auto-generated-cl: translation import
2015-06-29 07:50:47 -07:00
Sanket Padawe
52dce9d334 Merge "Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't support." into mnc-dev 2015-06-28 02:45:48 +00:00
Yohei Yukawa
473440d79b Merge "Dont crash if there is no spellchecker" into mnc-dev 2015-06-27 21:40:53 +00:00
Johan Redestig
b1570d285a Dont crash if there is no spellchecker
The fact that isSpellCheckerEnabled returns true does not mean
that getCurrentSpellChecker will return non null. By default
isSpellCheckerEnabled is true in TextServicesSettings, even when
there is no spellchecker service active on the device.

The issue can be verified by disabling the Google Keyboard (assuming
the GMS LatinImeGoogle is used) in Settings|Apps and later
entering Settings|Language & input. Without this patch Settings
crashes at that point with the following stack:

E/AndroidRuntime(13020): Caused by: java.lang.NullPointerException: \
Attempt to invoke virtual method 'java.lang.CharSequence android.vie\
w.textservice.SpellCheckerInfo.loadLabel(android.content.pm.PackageM\
anager)' on a null object reference
E/AndroidRuntime(13020):        at com.android.settings.inputmethod.\
InputMethodAndLanguageSettings.onResume(InputMethodAndLanguageSettin\
gs.java:253)
E/AndroidRuntime(13020):        at android.app.Fragment.performResum\
e(Fragment.java:2096)
E/AndroidRuntime(13020):        at android.app.FragmentManagerImpl.m\
oveToState(FragmentManager.java:928)
E/AndroidRuntime(13020):        at android.app.FragmentManagerImpl.m\
oveToState(FragmentManager.java:1067)

Bug: 19832033
Change-Id: I65e6d269572e064aa6897807b6611ef947d90211
2015-06-26 18:15:13 -07:00
Adam Lesinski
18ae8512b9 Merge "Report real wifi running time in Power Details" into mnc-dev 2015-06-27 01:10:51 +00:00
Adam Lesinski
cba028c60a Report real wifi running time in Power Details
Bug:21934412
Change-Id: Ic8623c8b424021f1af3d143d3b07398dd22091d6
2015-06-26 18:04:47 -07:00
Sanket Padawe
94c0b0d436 Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't support.
Bug: 22014309
Change-Id: I606649cb4d2e13330afa89075ad074e7dc525f87
2015-06-26 15:57:43 -07:00
Shirish Kalele
8ac57a16cd Merge "Use the ephemeral flag in the AccessPoint to mark a connection as a Wifi Assistant connection." into mnc-dev 2015-06-26 21:34:37 +00:00
Jim Miller
8dc38d96ba Remove userActivity() from Settings now that it's managed by FingerprintService
Fixes bug 20732273

Change-Id: Ia6ad603cab0255d3ee8739c36516597594acd1f2
2015-06-26 14:00:15 -07:00
Rubin Xu
ccbdc57ee7 No longer use ExternalStorageFormatter to format external storage
Bug: 9433509
Change-Id: I5723828de080df568937004157acf830ca190f81
2015-06-26 15:27:23 +01:00
Makoto Onuki
0c0858acad Make sure Fragments are public for FragMan to instantiate
Bug 21990428

Change-Id: If2dd5e43a4cc73ccf60278fdab874516c7fc181b
2015-06-25 17:01:54 -07:00
Robin Lee
614fc178bf Fix build
Change-Id: Ibb2db14b2fd38b2c8c066c97f8cd6e396c104ce8
2015-06-25 16:01:44 -07:00
Robin Lee
f04bcebd4e Merge "Enable VPN settings for secondary users" into mnc-dev 2015-06-25 22:27:55 +00:00
Robin Lee
dd142295da Enable VPN settings for secondary users
This is now supported.

Change-Id: I4a8eabe3042c04061f293066e84238029f18ecd8
2015-06-25 15:26:02 -07:00
Selim Cinek
30d6b2b8f1 Merge "Always announcing wrong pattern now for talkback in pattern settings" into mnc-dev 2015-06-25 22:25:40 +00:00
Selim Cinek
f2f29ff557 Merge "Increased the error message font size" into mnc-dev 2015-06-25 22:25:31 +00:00
Selim Cinek
00da4f6d3b Always announcing wrong pattern now for talkback in pattern settings
Bug: 21797216
Change-Id: If86078f2d711a80e4a4aa28ce8817aed8244d30b
2015-06-25 18:12:26 -04:00
Selim Cinek
f0eebe7e9d Increased the error message font size
Bug: 21568693
Change-Id: I059b962950335f5780783953505ec1e1f0e5b591
2015-06-25 18:12:21 -04:00
Shirish Kalele
1bcf050bf0 Use the ephemeral flag in the AccessPoint to mark a
connection as a Wifi Assistant connection.

Change-Id: Ife26f6799a5b9e4640181d150edb7455adf38f0f
2015-06-25 13:56:33 -07:00
Adam Lesinski
7217592dd1 Merge "Add computed power to each Battery Details page" into mnc-dev 2015-06-25 19:34:43 +00:00
Jason Monk
fb6e1186ab Fix accessibility for account sync
Needed to get views recycling so that feedback could occur during
switch turning off.

Bug: 20020216
Change-Id: Ib7b1cdca78f5ac5064cdf521122ff7a5ee49f572
2015-06-25 15:06:00 -04:00
Adam Lesinski
46b62233d4 Add computed power to each Battery Details page
Some battery sippers have nothing interesting besides
their power consumption. Show that.

Bug:21934412
Change-Id: I7669343086892fb7be34fec00d1fd4c0bfd08b55
2015-06-25 11:14:21 -07:00
Daichi Hirono
91ba69df7e Merge "Remove while box at the top right of storage setup wizard." into mnc-dev 2015-06-25 04:47:13 +00:00
Daichi Hirono
fdc72d907c Merge "Update storage wizard's assets." into mnc-dev 2015-06-25 04:45:10 +00:00
Daichi Hirono
ae56c1449a Remove while box at the top right of storage setup wizard.
The CL specify correct ID for the tile asset.

BUG=22049781

Change-Id: Ib7800487518e017fab1110fde5d70cc35bceffb7
2015-06-25 13:44:44 +09:00
Daichi Hirono
b7edd7b852 Update storage wizard's assets.
BUG=22049781

Change-Id: Ie7eae9c76db06c77d0f4e85941125c005c2f28eb
2015-06-25 13:16:18 +09:00
Srinu Jella
1c1320a84d Bluetooth: Fix to avoid taking space as name upon orientation
Use case: Renaming the DUT name on orientation chnage

STR:
1) Go for the option of rename phone.
2) give only space characters.
3) The rename option shows disabled.
4) Change the orientation of the phone.
5) Check whether it accepts space as a name.

Failure: Renaming a phone with space characters gets
accepted during change in orientation.Accepted
space as BT name upon changing orientation

Root cause: There is no check for validating the input
string while renaming the device name on orientation change.

Fix: This fix is to avoid taking space character as a name in the
BluetoothNameDialogFragment upon orientation change from
PORTRAIT mode to LANDSCAPE mode and vice versa.

Change-Id: Ia66f27bb9b06739e42d73b15745c12a42512a1fc
2015-06-25 02:08:38 +00:00
Sanket Padawe
1c19cb5edd Merge "Add data limit paused string to Data Usage Settings screen." into mnc-dev 2015-06-24 21:29:44 +00:00
Sanket Padawe
716b1f841c Add data limit paused string to Data Usage Settings screen.
Bug: 17073752
Change-Id: I14ade2c13db9203d33c11b2b06307e06d87b3800
2015-06-24 14:26:21 -07:00
Jason Monk
1cbbec00ab Merge "Fix marquee on app snippet in InstalledAppDetails" into mnc-dev 2015-06-24 19:04:28 +00:00
Jason Monk
b01459997e Fix marquee on app snippet in InstalledAppDetails
First need to fix layout of the app_item as the widget was running
over the end of the view, do this by switching to a RelativeLayout.

Then select the view so it can actually marquee.

Bug: 22043942
Change-Id: Ieb94649ccf3dc8dcf56014c02fcdc06da71a9a62
2015-06-24 14:53:57 -04:00
Akshay Kannan
5006bf1de7 Merge "Language Update for Wi-Fi/Bluetooth Scanning" into mnc-dev 2015-06-24 15:55:32 +00:00
Geoff Mendal
ab93f0e803 Import translations. DO NOT MERGE
Change-Id: I837fc4cac73ece9ddde78dcc941afc75ad3ae7ca
Auto-generated-cl: translation import
2015-06-24 08:01:08 -07:00