Commit Graph

10208 Commits

Author SHA1 Message Date
Irfan Sheriff
dd413128f1 am 814db19c: am 67995f97: Merge "Fix for F/C in WifiConfigInfo"
* commit '814db19c4631dba3c60ac807771be4bf04c20880':
  Fix for F/C in WifiConfigInfo
2013-01-22 15:23:57 -08:00
Irfan Sheriff
814db19c46 am 67995f97: Merge "Fix for F/C in WifiConfigInfo"
* commit '67995f973dd524ba20983b9246a17a10746c4590':
  Fix for F/C in WifiConfigInfo
2013-01-22 15:12:22 -08:00
Irfan Sheriff
67995f973d Merge "Fix for F/C in WifiConfigInfo" 2013-01-22 22:58:20 +00:00
Baligh Uddin
f2004699b5 Import translations. DO NOT MERGE
Change-Id: I5386ba5861b8c9b623bd6031d936474ad457ca1f
Auto-generated-cl: translation import
2013-01-22 09:27:15 -08:00
Elliott Hughes
420b193069 am d7d5b33b: am 375b6d98: Merge "Force closed at settings application when delete Misc files"
* commit 'd7d5b33bcd78680d475c92fca7bafc4ac4279621':
  Force closed at settings application when delete Misc files
2013-01-22 08:03:32 -08:00
Elliott Hughes
d7d5b33bcd am 375b6d98: Merge "Force closed at settings application when delete Misc files"
* commit '375b6d985be9203fb221eb42810e586e196c34f8':
  Force closed at settings application when delete Misc files
2013-01-22 07:58:42 -08:00
Elliott Hughes
375b6d985b Merge "Force closed at settings application when delete Misc files" 2013-01-22 15:43:05 +00:00
Jia Arlan
dffcc39ba5 Fix of Settings application sort crash
The original implementation of compareTo function
will sometimes cause crash when the power usage list
above 32 items.

When comparing double values a proper comparison method
needs to be used. Using just subtraction does not take
into account NaN:S, infinities and +/-0 numbers. In certain
cirtumstances it seems that using subtraction causes
compareTo to return values that is not expected by the
sorting code and causes an illegal argument exception with
"Comparison method violates its general contract!".

This problem only happens if the sort code is called arrays
containing more than 32 (currently) due to how
ComparableTimSort works (call chain is Collections.sort ->
Arrays.sort(Object[]) -> ComparableTimSort.

Change-Id: If732f04797a3c8b2a43568c90bb73a1ec69a4c98
2013-01-21 14:22:49 +01:00
Irfan Sheriff
4044512744 Merge "Allow only valid EAP configs" 2013-01-19 18:16:36 +00:00
Shuhrat Dehkanov
15a6869fce Fix for F/C in WifiConfigInfo
1. Turn off Wi-Fi
2. Open the dialer and input *#*#4636#*#*
3. Navigate to Wi-Fi information -> Wi-Fi config and observe "Unfortunately,
Settings has stopped" dialog.

Change-Id: I6ed59fc157e9bd8a46e00184b91a1a9f0412d198
Signed-off-by: Shuhrat Dehkanov <uzbmaster@gmail.com>
2013-01-19 21:50:06 +09:00
ikbae.kim
475b99cba2 Fix for battery temperature display
Centi temperature under zero degree is displayed with '-' sign.
Fix this using absolute value in centi degree display.

Change-Id: If4958d9c75c03d1f3ecfd14436fc80dc2fd57860
2013-01-19 17:42:49 +09:00
Dianne Hackborn
18b64f446c Improve app ops UI.
Merge app entries together some.

Also a little weekend present for swetland.

Change-Id: Ie2b6654d9de0b9eeaafbf4b070845353c130b9c1
2013-01-18 18:45:47 -08:00
Irfan Sheriff
f2e086be7f Allow only valid EAP configs
We allow configuring all possible EAP fields today even though
some of the configs make no sense and will not result in a
successful connection.

Allow only support configs for various EAP methods

Change-Id: I2e3e8d4d6203acb2eac8cd645df39e1a9ca579ab
2013-01-18 16:32:22 -08:00
Predrag Stanojevic
aee4b75aba Force closed at settings application when delete Misc files
NullPointerException in MiscFilesHandler.java, missing check to
ensure that dir.list() does not return null.

Change-Id: I13aac19949826b385610fd1fee2befb411684023
2013-01-18 08:56:19 +01:00
Chris Craik
e533c3191d Merge "Remove now obsolete tracing options" 2013-01-17 23:45:33 +00:00
Chris Craik
87c3ce7667 Remove now obsolete tracing options
Change-Id: I8bd79161e0cb88619e2713b18c5f94cc1a12cb87
2013-01-17 11:41:22 -08:00
Russell Brenner
7961b05e58 Merge "Stop hijacking strings from Setup Wizard" 2013-01-17 18:05:43 +00:00
Russell Brenner
f3e6c611be Merge "Revised text for skipping wifi" 2013-01-17 18:05:12 +00:00
Fabrice Di Meglio
fd50438e8e Merge "Fix Switches padding for Settings app" 2013-01-17 16:33:25 +00:00
Dianne Hackborn
b791c4b11d Merge "Show all apps that can perform an op." 2013-01-17 02:52:17 +00:00
Dianne Hackborn
228df665d4 Show all apps that can perform an op.
Change-Id: Ic4c6fdbc5b345c890a2f41a00b4b5c11272702d7
2013-01-16 18:49:48 -08:00
Amith Yamasani
486d1ac237 Merge "Use bindServiceAsUser() to follow API change." 2013-01-16 23:28:06 +00:00
Russell Brenner
a70688feac Stop hijacking strings from Setup Wizard
Some UX behavior was moved from Setup Wizard to Wi-Fi Settings after
the localization deadline, so the existing string resources were
leveraged by way of their msgid attributes. In most cases, the
original strings are no longer needed in Setup Wizard and are being
removed from there in a separate CL.

Bug: 8020975
Change-Id: Ibd7625c7335ed3c8823b637a452585f5c70e965a
2013-01-16 14:39:43 -08:00
Russell Brenner
18f91756b1 Revised text for skipping wifi
Also stopped using msgid's for these two strings from SetupWizard,
which was done to repurpose existing strings after the localization
deadline.

Bug: 7350454
Change-Id: I575937b4fa5d15a6cac4c9cb60cf2d8741c7f774
2013-01-16 14:17:26 -08:00
Amith Yamasani
3f9c9b6eae Use bindServiceAsUser() to follow API change.
Change-Id: Ib12f1dcf7f3a5df7e166b732e1c29e7e9d0869ed
2013-01-16 12:34:16 -08:00
Dianne Hackborn
a522a8ef82 Quick and dirty UI for viewing app op information.
Change-Id: If17bfbe84cf438ca9bb37bf446564f39de99cee1
2013-01-15 19:20:19 -08:00
Fabrice Di Meglio
b27223f139 Fix Switches padding for Settings app
- use setPaddingRelative() instead of setPadding()

Change-Id: Ifd14193a5f60d303035b394616dc65a70e1ef5f9
2013-01-15 18:54:11 -08:00
Baligh Uddin
6001a7b0d4 Merge "Import translations. DO NOT MERGE" 2013-01-15 09:33:31 -08:00
Irfan Sheriff
adf4926a97 Merge "Update enterprise API usage" 2013-01-15 09:03:20 -08:00
Baligh Uddin
557a7b61ee Import translations. DO NOT MERGE
Change-Id: I520b61f5ffc00be86776506400bfa59019f999c8
Auto-generated-cl: translation import
2013-01-14 18:03:58 -08:00
Irfan Sheriff
de11bcec8d Update enterprise API usage
Also, remove the unnecessary keystore lock/unlock checks since these
are now controlled at lockscreen

Change-Id: If65c4029d4cf2b8377fbc3512c9f691572125995
2013-01-14 14:45:16 -08:00
Jeff Sharkey
4b5728bbfb Merge "Invert split action bar logic." 2013-01-12 14:17:38 -08:00
Jeff Brown
602ebd18a2 Merge "Support wifi display settings on tablets." 2013-01-11 16:01:30 -08:00
Jeff Brown
e428e02f16 Support wifi display settings on tablets.
Bug: 7612891
Change-Id: Ie1268f97e4c28cd9a321a966cd6952bd2a9bc281
2013-01-11 15:29:27 -08:00
Fabrice Di Meglio
e635e39b3d Merge "Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)" 2013-01-11 11:16:41 -08:00
Jeff Sharkey
cc0d26bb14 Invert split action bar logic.
The majority of Settings activities don't want split action bars, so
invert the logic to be opt-in instead of opt-out.

Bug: 7545845
Change-Id: I794f6df911dda61904e02a0f6b917ab92c846293
2013-01-11 11:16:31 -08:00
Fabrice Di Meglio
ca322c1356 Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)
- mirror more icons: avatar for multi user. brightness, cellphone, network signal, language,
application, wifi lock, phone call

Change-Id: Ida6d3ce898a49e7fb88545b84c5171106fce4e9d
2013-01-11 11:15:42 -08:00
Romain Guy
9c79dea53d Merge "Add new profiling graph type" 2013-01-10 18:41:40 -08:00
Romain Guy
7bc89a9a61 Add new profiling graph type
Change-Id: I37945e7668174f62545a8c8fb96e0ee68751a24e
2013-01-10 18:39:12 -08:00
Fabrice Di Meglio
6826f3b67a Merge "Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)" 2013-01-10 16:46:39 -08:00
Fabrice Di Meglio
d07142eb7f Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)
- mirror sound icon

Change-Id: Id0104b0662c90f516af159982611114572794651
2013-01-10 14:09:16 -08:00
Baligh Uddin
0c13c64a63 Import translations. DO NOT MERGE
Change-Id: I982475662504037faf32a1f3a035aca38e45f782
Auto-generated-cl: translation import
2013-01-09 11:45:34 -08:00
Baligh Uddin
c876f4a324 Merge "Import translations. DO NOT MERGE" 2013-01-08 09:52:14 -08:00
Irfan Sheriff
1ec14c18d7 Merge "Allow underscore in proxy hostnames" 2013-01-07 15:20:51 -08:00
Irfan Sheriff
61298b3fda Allow underscore in proxy hostnames
Some proxies use underscore and we should allow configuring them

Change-Id: I6b4eeac7d486ff1eb10cc14cee5ef36db0f9e278
2013-01-07 15:03:15 -08:00
Romain Guy
70618480d9 Change "track frame time property" to a list preference
The preference can now be used to disable GPU profiling, expose
profiling data to dumpsys gfxinfo or display that data on screen.

Change-Id: Ib77e9695445fae4a7419667716e92bcc196437df
2013-01-07 11:25:10 -08:00
Baligh Uddin
19e1fd97e1 Import translations. DO NOT MERGE
Change-Id: I717baee570b22b75416ebe012654e432c706ccd4
Auto-generated-cl: translation import
2013-01-07 10:15:55 -08:00
Baligh Uddin
ae2a22db7f Import translations. DO NOT MERGE
Change-Id: I23a0fe1f0bc3f044d2f028a621cb1070bcecb5fa
Auto-generated-cl: translation import
2013-01-02 13:44:46 -08:00
Amith Yamasani
8f716f66cf Refresh battery stats when the battery state or charge level changes.
This will keep them in sync. We still don't automatically update
the stats periodically, in case the user is investigating some
behavior. That's why we have a refresh button.

Bug: 7737824
Change-Id: I8a59cad6c72f540533b3526fc476260465c73492
2012-12-26 08:41:25 -08:00
Elliott Hughes
c611de2dca am 52d623ed: am f141594c: Merge "Correct check box visibility in Display / Brightness"
* commit '52d623ede4a697259b1b3506b0464941e376218e':
  Correct check box visibility in Display / Brightness
2012-12-20 11:06:47 -08:00