Commit Graph

4739 Commits

Author SHA1 Message Date
Eric Fischer
295eb95588 Merge "Import revised translations." 2011-08-26 16:23:16 -07:00
Eric Fischer
7f0c80608a Import revised translations.
Change-Id: I0916afa3320093422451fbe98bf6d6a0386a302d
2011-08-26 14:59:45 -07:00
Isaac Levy
cc38b49392 WifiSettings cleanup; emptyListi() instead of null
Change-Id: I0fced1f00ff259aed98988f0913383c50a3c6427
2011-08-26 14:29:22 -07:00
Irfan Sheriff
6dbfdf3800 Merge "Speeding up WifiSettings AP list printout" 2011-08-26 14:06:05 -07:00
satok
ef283b41b0 Add debug code to spell checker settings
Change-Id: Iab3bee33e4d6bd19c30e20591d6a2f08e1cff157
2011-08-26 18:01:07 +09:00
satok
e36f1c581b SpellChecker settings
Change-Id: I0d7af408d2b70e8e593e490484526dd8fffdc725
2011-08-26 16:03:19 +09:00
Isaac Levy
fdac5bae25 Speeding up WifiSettings AP list printout
Change-Id: Idc82ba7320469e05984ba6ac9f7d2cf927dfaa00
2011-08-25 19:31:20 -07:00
Jake Hamby
2aaf687aa6 Merge "Bluetooth : fix for showing paired device list error" 2011-08-25 15:14:47 -07:00
Irfan Sheriff
de58555d25 Merge "Fixed wifi refresh bug, b/5021754" 2011-08-25 14:04:03 -07:00
Isaac Levy
e2c6e7520b Fixed wifi refresh bug, b/5021754
Change-Id: I93711094ceb1490accce1e466de4cc1541dffdff
2011-08-25 12:13:19 -07:00
Irfan Sheriff
06285deb66 Merge "Update WifiP2pManager API use" 2011-08-25 11:50:46 -07:00
jhtop.kim
8abbaab8b3 Bluetooth : fix for showing paired device list error
- Pair one devie, then turn off BT then reboot the phone
  and enter Bluetooth settings screen and turn on BT.
  The last paired device will not be displayed in paired list.
- After onResume() is called, the list is shown.

- The reason is that mDevicePreferenceMap is not empty. The paired
  devices are cached when BT is off and then skipped when BT is
  turned on and updateContent() is called again.
- Make the mDevicePreferenceMap clear when updateContent() is called
  and adapter state is BluetoothAdapter.STATE_ON.

Change-Id: Ia745e02bcb4e21a54ccc8477a4dfbad1fa5aed17
Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
2011-08-25 11:42:38 -07:00
jhtop.kim
d66b61908d Bluetooth : fix for unnecessary device-scan starting
- When trying to pair with any device, if bond state changes
  device scan will be started automatically.

- add some flag to check proper scan time and to prevent unnecessary device scanning.

Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>

Change-Id: I4977ec122105f33cdd25a4f5c9fed59dda916379
2011-08-24 15:31:40 -07:00
Irfan Sheriff
3d05e3c2be Update WifiP2pManager API use
Bug: 5002384
Change-Id: I6fb3564482061783429b433105ae5f2fa1cfafcc
2011-08-24 14:19:29 -07:00
Irfan Sheriff
a796598ff9 Merge "Fixing Wifi strings and pref ordering per ui" 2011-08-24 13:33:13 -07:00
Narayan Kamath
e681a91d3e Merge "Call setLanguage( ) on the TTS engine before the sample." 2011-08-24 12:46:59 -07:00
Narayan Kamath
8c3663bbd7 Call setLanguage( ) on the TTS engine before the sample.
This makes the sample play faster, and results in a reliable
return value from getLanguage().

bug:5207139
Change-Id: Ic6ca4a2f4aed299d35c320ecc3f327579c66471b
2011-08-24 20:33:01 +01:00
Isaac Levy
5070e45a87 Fixing Wifi strings and pref ordering per ui
- also no longer disabling wifi_watchdog toggle when radio is off.

Change-Id: Ic52249afd619028fe2765f434ee166f3d36e14fd
2011-08-24 11:37:39 -07:00
Svetoslav Ganov
b9b935d7cb Merge "Updated Accessibility tutorial strings." 2011-08-24 11:36:09 -07:00
Narayan Kamath
fdc53383a9 Merge "Implement the new TTS settings UI." 2011-08-24 02:24:29 -07:00
Jaikumar Ganesh
ba69d3bd7d DO NOT MERGE Fix crash when device is null in Connection Access Cancel.
Bug: 5203970
Change-Id: Ic0604174c0ac9b40685e883f37e1a54070ee0463
2011-08-23 15:11:35 -07:00
Gilles Debunne
1a84334644 Merge "Bug 5038721: battery info links to new location setting for GPS management." 2011-08-23 14:58:59 -07:00
Gilles Debunne
8a0062fd91 Merge "Bug 5050590: wrong title for lock screen" 2011-08-23 13:21:42 -07:00
Irfan Sheriff
9284d48a8a Merge "Autojoin new unsecured networks without dialog" 2011-08-23 13:02:35 -07:00
Isaac Levy
22d441acdb Autojoin new unsecured networks without dialog
Unsaved, open wifi networks will connect on single click
without opening the connect dialog box

Change-Id: I71da155aa8b711309f0ed7eca4bd22a254db28c5
2011-08-23 12:28:44 -07:00
Gilles Debunne
6465054995 Bug 5050590: wrong title for lock screen
Change-Id: Iba170a25ac56db4140ab91f4fd583c0f676b02b0
2011-08-23 11:01:41 -07:00
Narayan Kamath
0cfbb0f10a Implement the new TTS settings UI.
bug:5149036

Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
2011-08-23 18:10:01 +01:00
Gilles Debunne
c9575c489b Bug 5038721: battery info links to new location setting for GPS management.
Change-Id: I7063e0b93b6ef9f94cd783ce57206e302126bd9a
2011-08-22 18:02:42 -07:00
Gilles Debunne
778e5240ee Merge "Bug 5161247: More... is aligned with other main menu entries" 2011-08-22 17:39:21 -07:00
Gilles Debunne
81aa9508d8 Merge "Bug 5078738: some options moved to overflow menu" 2011-08-22 17:39:07 -07:00
Gilles Debunne
a0880011e5 Bug 5161247: More... is aligned with other main menu entries
Change-Id: I813d9f674f1bcff940e5e57051e4ced8b56911a6
2011-08-22 15:59:57 -07:00
Amith Yamasani
78545348fd Reduce the minimum size of buttons in App details screen.
The earlier reduction was not sufficient for all cases.
If the min width is totally removed, it makes the buttons too
small in portrait, causing wrapping. Forcing to 0.5 weight will
make it too wide in landscape.

Change-Id: I02a71a065f14d5f75bea68aab25c8b16941589e9
2011-08-22 15:06:57 -07:00
Eric Fischer
bfd76c67cb Merge "Import revised translations." 2011-08-22 12:07:13 -07:00
Eric Fischer
5b892f12e6 Import revised translations.
Change-Id: I90d6935c58330a986ce67086f7af4ae9eb96e8ba
2011-08-22 11:34:42 -07:00
Gilles Debunne
348b62e6e9 Bug 5078738: some options moved to overflow menu
Change-Id: I4ea41dfcd2b0d05de870fb8af5a7614970538491
2011-08-19 16:20:57 -07:00
Irfan Sheriff
905e2864eb Merge "Changing wifi connection dialog per UX" 2011-08-19 16:04:44 -07:00
Amith Yamasani
154305019c Merge "Vertically center adjacent buttons in App Info screen." 2011-08-19 14:39:04 -07:00
Amith Yamasani
da3cabca76 Vertically center adjacent buttons in App Info screen.
Also reduce the min width of the buttons because the horizontal space
available has reduced.

Bug: 5156394
Change-Id: Ib7adfa208565503bbf537cb469e7d8feded2c5b8
2011-08-19 14:13:42 -07:00
Wink Saville
4cfc0dd0d7 Merge "Allow SIM PIN on CDMA LTE devices" 2011-08-19 13:55:17 -07:00
Jeff Sharkey
0f3f91854c Merge "More TabWidget and padding tweaks to match spec." 2011-08-19 12:41:22 -07:00
Wink Saville
cd05e88595 Allow SIM PIN on CDMA LTE devices
Bug: 5161360
Change-Id: I6f98da08e6be08403d9b3b08b02b02b9a63b14fe
2011-08-19 09:55:56 -07:00
Justin Ho
d664985ea6 Updated Settings icons for Backup and Security
Bug: 5174358

Change-Id: I0306d918fc85701b5278f82989883938457dd83b
2011-08-19 09:00:35 -07:00
Justin Ho
1ade3cf192 Merge "Updates to screen security settings UI text per design. Bug: 5173985" 2011-08-19 07:45:40 -07:00
Isaac Levy
d621e09300 Changing wifi connection dialog per UX
- Added an advanced options checkbox and moving WPS, DHCP, Proxy to there
- Minor string changes

Change-Id: I7a135a483435379692a54ea0ef2663136c468945
2011-08-18 21:05:08 -07:00
Ben Komalo
5b5c906b39 Merge "Stop leaking wakelocks in cryptkeeper." 2011-08-18 18:13:47 -07:00
Claudia de Veaux
c9c9be1ffe Updates to screen security settings UI text per design.
Bug: 5173985

Change-Id: Icdb1873fd9867e3aed7752e90a00c2f725c1fa6a

Edit to lock_after_timeout_summary to rephrase so new option values will
read correctly.

Also, this change includes a fix for embarrassing spelling/grammar mistakes
in Accessibility hint text.
Bug: 5184517
2011-08-18 17:24:26 -07:00
Matthew Xie
92f92b5449 Merge "Remember user choice for phone book access permission dialog" 2011-08-18 17:12:33 -07:00
Matthew Xie
b707255a44 Remember user choice for phone book access permission dialog
Change the always-allowed checkbox to be don't-ask-again checkbox to remember
user's decision so that user will not be bothered agian if he/she checks
the don't-ask-again checkbox
bug 5099661

Change-Id: If32ab8e93313bbd33ff040553083f0cf9359b69e
2011-08-18 16:31:30 -07:00
Amith Yamasani
33d76c3091 Merge "Power widget - track brightness changes." 2011-08-18 15:58:42 -07:00
Amith Yamasani
49c3ef901b Power widget - track brightness changes.
Also, don't change background data setting when changing auto-sync state.

Bug: 3030482
Change-Id: Iad19cac8375d2d38004dbe401ceaec5402e11989
2011-08-18 15:54:18 -07:00