Commit Graph

10185 Commits

Author SHA1 Message Date
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
32be0476cd am aa6a23a9: am ea673970: am 1e7b8f86: Fix userId for credentials from managed profiles
* commit 'aa6a23a9b2432b1483b38cfb3e33de8771d14569':
  Fix userId for credentials from managed profiles
2015-06-29 21:34:02 +00:00
Jorim Jaggi
aa6a23a9b2 am ea673970: am 1e7b8f86: Fix userId for credentials from managed profiles
* commit 'ea673970e16b49f28d7f39c8b4993f186e561d6d':
  Fix userId for credentials from managed profiles
2015-06-29 21:23:26 +00: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
e0f12b4e22 am 7a63a8f0: am 2d6445d4: am 312c90c8: Merge "Remove char limit from owner info" into mnc-dev
* commit '7a63a8f08b6391fb6b76d356411c8a1b25f66815':
  Remove char limit from owner info
2015-06-29 20:24:51 +00:00
Jason Monk
7a63a8f08b am 2d6445d4: am 312c90c8: Merge "Remove char limit from owner info" into mnc-dev
* commit '2d6445d4a1b99f95dd5f11561fc9392c7c9eb407':
  Remove char limit from owner info
2015-06-29 20:16:18 +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
e2edacfa5c am 9b9e75d0: am d1c770f0: am 898acde0: Merge "Handle rotation (or refresh) before callback is received" into mnc-dev
* commit '9b9e75d019e83cf983988c3def1904cabea412fb':
  Handle rotation (or refresh) before callback is received
2015-06-29 19:31:59 +00:00
Jason Monk
9b9e75d019 am d1c770f0: am 898acde0: Merge "Handle rotation (or refresh) before callback is received" into mnc-dev
* commit 'd1c770f023c3d428b80c92277d45dcfa0ab83190':
  Handle rotation (or refresh) before callback is received
2015-06-29 19:19:51 +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
Sanket Padawe
0d71e6f47e am 4e484afa: am d52bd38d: am 52dce9d3: Merge "Hide EAP SIM, AKA & AKA\' choices in wifi Settings if device doesn\'t support." into mnc-dev
* commit '4e484afa128a1883ef5e5a104fda0607856d6f3b':
  Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't support.
2015-06-28 03:22:38 +00:00
Sanket Padawe
4e484afa12 am d52bd38d: am 52dce9d3: Merge "Hide EAP SIM, AKA & AKA\' choices in wifi Settings if device doesn\'t support." into mnc-dev
* commit 'd52bd38d055cfa44049f80aed700228968860c54':
  Hide EAP SIM, AKA & AKA' choices in wifi Settings if device doesn't support.
2015-06-28 03:09:39 +00: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
Adam Lesinski
201a65962f am 207ec04b: am 92f9c17f: am 18ae8512: Merge "Report real wifi running time in Power Details" into mnc-dev
* commit '207ec04b76746d8e647e449a66ec91410cfd6369':
  Report real wifi running time in Power Details
2015-06-27 01:41:52 +00:00
Adam Lesinski
207ec04b76 am 92f9c17f: am 18ae8512: Merge "Report real wifi running time in Power Details" into mnc-dev
* commit '92f9c17fe74bea7a9ec00d58dffc8164735efb13':
  Report real wifi running time in Power Details
2015-06-27 01:30:21 +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
67aed7ac72 am d5b91e44: am e654ebc0: am 8ac57a16: Merge "Use the ephemeral flag in the AccessPoint to mark a connection as a Wifi Assistant connection." into mnc-dev
* commit 'd5b91e447710d5a3db018d0d96b84469a7453db5':
  Use the ephemeral flag in the AccessPoint to mark a connection as a Wifi Assistant connection.
2015-06-26 22:18:16 +00:00
Shirish Kalele
d5b91e4477 am e654ebc0: am 8ac57a16: Merge "Use the ephemeral flag in the AccessPoint to mark a connection as a Wifi Assistant connection." into mnc-dev
* commit 'e654ebc03a12cb58eed44fab55e5f2ff0a8da3c8':
  Use the ephemeral flag in the AccessPoint to mark a connection as a Wifi Assistant connection.
2015-06-26 22:05:13 +00:00
Jim Miller
91d50cc9b6 am 5222f94c: am 2f16e670: am 8dc38d96: Remove userActivity() from Settings now that it\'s managed by FingerprintService
* commit '5222f94ce633f4d584c3f9fa78650c58b99c77c0':
  Remove userActivity() from Settings now that it's managed by FingerprintService
2015-06-26 21:40:09 +00: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
5222f94ce6 am 2f16e670: am 8dc38d96: Remove userActivity() from Settings now that it\'s managed by FingerprintService
* commit '2f16e670191cfc6a5e6e5f293f37c0b546d82cdf':
  Remove userActivity() from Settings now that it's managed by FingerprintService
2015-06-26 21:27:29 +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
278680d1cf am a3b8938e: am 996e8b1f: am 614fc178: Fix build
* commit 'a3b8938eeb6c0c3061984aab111d7cd6f40f6f1c':
  Fix build
2015-06-25 23:40:51 +00:00
Robin Lee
a3b8938eeb am 996e8b1f: am 614fc178: Fix build
* commit '996e8b1fe2a0f549ffcec32255e1edc42e1e7b4a':
  Fix build
2015-06-25 23:28:50 +00:00
Robin Lee
91615ee208 am 2d22a706: am 4b0f82c0: am f04bcebd: Merge "Enable VPN settings for secondary users" into mnc-dev
* commit '2d22a7061dba6feab11f4663a4e9a1aab9ddbe12':
  Enable VPN settings for secondary users
2015-06-25 23:04:11 +00:00
Selim Cinek
ae4ec21869 am d4181619: am 74dae06f: am 30d6b2b8: Merge "Always announcing wrong pattern now for talkback in pattern settings" into mnc-dev
* commit 'd41816193af397cc05fbf1962fce391b5d06ddb3':
  Always announcing wrong pattern now for talkback in pattern settings
2015-06-25 23:04:10 +00:00
Robin Lee
614fc178bf Fix build
Change-Id: Ibb2db14b2fd38b2c8c066c97f8cd6e396c104ce8
2015-06-25 16:01:44 -07:00
Robin Lee
2d22a7061d am 4b0f82c0: am f04bcebd: Merge "Enable VPN settings for secondary users" into mnc-dev
* commit '4b0f82c00dd84c0ae6c171ff267e9493f77cc264':
  Enable VPN settings for secondary users
2015-06-25 22:48:14 +00:00
Selim Cinek
d41816193a am 74dae06f: am 30d6b2b8: Merge "Always announcing wrong pattern now for talkback in pattern settings" into mnc-dev
* commit '74dae06fa3dee056256cddc8474d122946bc0ecf':
  Always announcing wrong pattern now for talkback in pattern settings
2015-06-25 22:48:13 +00: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
00da4f6d3b Always announcing wrong pattern now for talkback in pattern settings
Bug: 21797216
Change-Id: If86078f2d711a80e4a4aa28ce8817aed8244d30b
2015-06-25 18:12:26 -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
e913bb4e83 am a0da7783: am 27edf038: am 7217592d: Merge "Add computed power to each Battery Details page" into mnc-dev
* commit 'a0da7783a880b9f3988b9f790cdfbbe4f3c2e99f':
  Add computed power to each Battery Details page
2015-06-25 20:16:29 +00:00
Jason Monk
1342ec8505 am 4c1b0b7d: am bdb83ba4: am fb6e1186: Fix accessibility for account sync
* commit '4c1b0b7d25b32028b5401efb39a29dac1f550867':
  Fix accessibility for account sync
2015-06-25 20:16:28 +00:00
Adam Lesinski
a0da7783a8 am 27edf038: am 7217592d: Merge "Add computed power to each Battery Details page" into mnc-dev
* commit '27edf038b94430875c24800287c46774b2f561d8':
  Add computed power to each Battery Details page
2015-06-25 20:01:33 +00:00
Jason Monk
4c1b0b7d25 am bdb83ba4: am fb6e1186: Fix accessibility for account sync
* commit 'bdb83ba43f834cbeb8226c0becdbbf87ec0c07ff':
  Fix accessibility for account sync
2015-06-25 20:01:26 +00: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