summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix some Bluetooth settings bugs."Jake Hamby2011-07-255-95/+36
|\
| * Fix some Bluetooth settings bugs.Jake Hamby2011-07-255-95/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove BluetoothFindNearby.java (no longer used) - Show message when Bluetooth is turning off - Fix case where device name sometimes didn't show when turning BT on - Disable "Rename device" and "Visibility timeout" menus when BT is off - Remove "Got onDeviceAdded, but cachedDevice already exists" log message - Never show "Rename device" in action menu (bug 5064378) - Show discovery time remaining as "m:ss", not "mm:ss" (bug 5064104) Bug: 5064378 Bug: 5064104 Change-Id: I79609dfdad61993a28cff64c9e082870ff74d180
* | Merge "[step6] Apply api and fix crush in spell checker settings."satok2011-07-253-11/+28
|\ \
| * | [step6] Apply api and fix crush in spell checker settings.satok2011-07-263-11/+28
| |/ | | | | | | Change-Id: Ie430ca7ff4147c530aae895d1d13a40a01c63b98
* | Text instead of icons in account settings optionsGilles Debunne2011-07-254-17/+18
|/ | | | | | Also changed the default style to remove the opaque title background. Change-Id: I948d9a15961223c3703bb607e2e5a6bf41e0ff5e
* Revamp of the accessibility settings.Costin Manolache2011-07-257-530/+675
| | | | | | | | | | | | 1. Reimplemented accessibility settings accrding to UX design. NOTE: The strings are not final, rather reasonable placeholders to avoid blocking on them. Will submit another CL with string updates and any necessary polishes. bug:5065409 Change-Id: I3ba229a624298dbf238bc8562b42616b386f8c34
* Merge "Accounts & Sync - sync status indicators missing contentDescription ↵Svetoslav Ganov2011-07-252-0/+22
|\ | | | | | | attributes."
| * Accounts & Sync - sync status indicators missing contentDescription attributes.Svetoslav Ganov2011-07-232-0/+22
| | | | | | | | | | | | | | | | 1. Added the content descriptions. bug:5033572 Change-Id: I4d04f4c6e7b79dcc9720b69505aa64e798a02fad
* | Merge "[Step 1] Add preference activities for spell checkers"satok2011-07-2413-1/+321
|\ \
| * | [Step 1] Add preference activities for spell checkerssatok2011-07-2513-1/+321
| | | | | | | | | | | | | | | Bug: 5057977 Change-Id: I8f2f3d480325029c794c058beed2475033a617f9
* | | Updated: Wi-Fi p2p initial UI implementationrepo sync2011-07-2414-10/+833
| | | | | | | | | | | | Change-Id: If60f42f76fa07a868d2e11b012b4697252c69f5f
* | | Merge "Fix USB tethering"Mike Lockwood2011-07-231-39/+27
|\ \ \
| * | | Fix USB tetheringMike Lockwood2011-07-191-39/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous approach no longer works with the new USB drivers, since the usb0 interface is no longer enabled by default. This introduced a chicken & egg problem - usb0 will not be enabled until the user tries to start tethering, but Settings will not enable the checkbox unless usb0 is enabled. To fix this we add an explicit call to start USB tethering in the connectivity manager. This will enable RNDIS if necessary and then bring up tethering once usb0 is enabled. Change-Id: If3972c89e05377af00b7a71cc2588e44bd4cfaed Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Fix lock screen timeout summary text on first use.Amith Yamasani2011-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The lock screen timeout summary is inconsistent with the popup list when Security settings is launched for the first time. This fixes the inconsistency. Bug: 5064223 Change-Id: I8cbd7c06233faddd91ab29a1e046112a6f910935
* | | | Fix zero-click sharing description.Martijn Coenen2011-07-221-1/+1
| |/ / |/| | | | | | | | | | | | | | At least explain something, until we have a proper animation. Change-Id: I3d51a36a7362347052b2706af35a469bb4d7964f
* | | Merge "Allow applications to set the title of the subtype enabler Bug: 5058105"satok2011-07-212-3/+14
|\ \ \ | |_|/ |/| |
| * | Allow applications to set the title of the subtype enablersatok2011-07-222-3/+14
| | | | | | | | | | | | | | | | | | Bug: 5058105 Change-Id: Id5e4ccbdf4f830ce5c67232f530d73679d9e038f
* | | Merge "Add an extra parameter to identify the caller application. Fix the ↵Costin Manolache2011-07-211-1/+43
|\ \ \ | | | | | | | | | | | | handling of 'suspend' - the callback will not be visible."
| * | | Add an extra parameter to identify the caller application. Fix the handling ↵Costin Manolache2011-07-211-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | of 'suspend' - the callback will not be visible. Change-Id: Ide8b841b6b57e31ac082678b27c314b9eeff8846
* | | | Merge "Unused assets removed from Settings"Gilles Debunne2011-07-2110-0/+0
|\ \ \ \
| * | | | Unused assets removed from SettingsGilles Debunne2011-07-2010-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I321321fe8f730c1e664245944db4ab77ca4c7539
* | | | | Merge "Review comments for 0-click setting."Martijn Coenen2011-07-211-3/+1
|\ \ \ \ \
| * | | | | Review comments for 0-click setting.Martijn Coenen2011-07-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I89c84f3a01e7ec15851379b017e3f886138e6611
* | | | | | Remove the "user dictionary" settings entry if noneJean Chalard2011-07-212-2/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user dictionary service is not present or disabled, the settings application should not be showing an entry to use it. Bug: 5024166 Change-Id: Ic57d67eb03cf54e2c411fb0909c2a5d23d3e1fd7
* | | | | Merge "Do not crash when the user dictionary service is disabled."Jean Chalard2011-07-212-9/+12
|\ \ \ \ \
| * | | | | Do not crash when the user dictionary service is disabled.Jean Chalard2011-07-212-9/+12
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This still does not remove the UI. It only prevents the Settings application from crashing. Bug: 5024166 Change-Id: I6e8c0a8953af6c02273de2a881e85a5248cb8bd6
* | | | | Added setting for zero-click sharing over NFC.Martijn Coenen2011-07-216-2/+177
|/ / / / | | | | | | | | | | | | Change-Id: I3848c4815d65d3a8b9b5e579c6a353dde6901ee4
* | | | Merge "USB: Add dialog with instructions for installing AFT"Mike Lockwood2011-07-202-0/+34
|\ \ \ \
| * | | | USB: Add dialog with instructions for installing AFTMike Lockwood2011-07-202-0/+34
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5032807 Change-Id: Ic7737629c6081a3d6192e060da525fcc4c494919 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Merge "Fix issue 5012047: silent mode mutes music"Eric Laurent2011-07-201-14/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue 5012047: silent mode mutes musicEric Laurent2011-07-191-14/+20
| |/ / | | | | | | | | | | | | | | | | | | Always display notification volume seek bar and ignore "use ringtone volume for notifications" check box on non voice capable devices (tablets). Change-Id: I379eb6858594a271b9ee11a2359bfdc27153c5af
* | | Merge "Fix issue #4976176: Font size setting does not persist"Dianne Hackborn2011-07-193-3/+3
|\ \ \ | |/ / |/| |
| * | Fix issue #4976176: Font size setting does not persistDianne Hackborn2011-07-193-3/+3
| | | | | | | | | | | | Change-Id: Ie36c97680f43414b5cdc1615519527ba5e8fa902
* | | Merge "Fix issue #4999758: Disabling a system app should require..."Dianne Hackborn2011-07-182-3/+29
|\ \ \
| * | | Fix issue #4999758: Disabling a system app should require...Dianne Hackborn2011-07-182-3/+29
| |/ / | | | | | | | | | | | | | | | ...a scary sounding confirmation Change-Id: I88b14a95b804f14d25a9efcb04b282d60f9719c3
* | | Merge "Removed summary text and categories in Wireless settings"Gilles Debunne2011-07-185-89/+9
|\ \ \ | |/ / |/| |
| * | Removed summary text and categories in Wireless settingsGilles Debunne2011-07-085-89/+9
| | | | | | | | | | | | | | | | | | Bug 5002377 and 5002476. Change-Id: Ia35dd9701f59a18a812b5079396835cc19e6d901
* | | Merge "USB: Toggle installer CD menu title when installer CD is ↵Mike Lockwood2011-07-182-14/+43
|\ \ \ | | |/ | |/| | | | enabled/disabled"
| * | USB: Toggle installer CD menu title when installer CD is enabled/disabledMike Lockwood2011-07-182-14/+43
| | | | | | | | | | | | | | | | | | | | | Bug: 5032789 Change-Id: I0710133b2318147c7556e9f970f4443511ee1729 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | Bluetooth : Fix for changing the BT device icon if the calss is null (mouse)jhtop.kim2011-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | | - mouse is displayed as keyboard. if class is null, default icon is keyboard in hid profile Change-Id: I2ff928ce1032d8eb492d81fff2e7fb218970b768 Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
* | | Bluetooth : fix to finish deviceprofilesettings activity when device is not ↵jhtop.kim2011-07-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | bonded - if cached device state is "BluetoothDevice.BOND_NONE" then finish activity Change-Id: I5c981e8c4800c10f1f8570668794301d5da03188 Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
* | | Bluetooth : fix UI bug: Disable "OK" button if friendly name is nulljhtop.kim2011-07-181-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | - If device's name is null, BT address is set as friendly name. - so, fixed. if name field is null "OK" button is disabled. Change-Id: I04b59ebf13d1b3203acf7345bd531cc6c563da0d Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
* | | Bluetooth : UI bug fix : Pairing dialog box takes space as characterjhtop.kim2011-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | - In pairing dialog box even if PIN was removed in text box, still the OK button is enabled - When length is zero , disable the OK button in pairing dialog - update fix to prevent error while mOkButton is not ceated. Change-Id: I38ff3029cff2e7c4e87b7f9c93fa262125e91d44 Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
* | | Merge "Adding temporary setting for enabling touch exploration."Svetoslav Ganov2011-07-183-0/+21
|\ \ \
| * | | Adding temporary setting for enabling touch exploration.Svetoslav Ganov2011-07-153-0/+21
| | | | | | | | | | | | | | | | Change-Id: I81cef6f3bf4e533da1082bf836a74e38fe718af3
* | | | Updated touch exploration tutorial strings.Alan Viverette2011-07-181-14/+14
| |/ / |/| | | | | | | | Change-Id: I14f1caff8a7956da342f44b74c2de6a0b7d5abc0
* | | Merge "Data usage app bars, draw estimated cycle usage."Jeff Sharkey2011-07-175-25/+133
|\ \ \
| * | | Data usage app bars, draw estimated cycle usage.Jeff Sharkey2011-07-175-25/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show application list with normalized percentage data usage as horizontal bar chart. Draw estimated usage for remainder of cycle to reinforce log scale, and break out received/sent when showing app details. Bug: 5038591, 4948713, 4818025 Change-Id: Ib71e73d4f692adc7fe8ae87edd0cec2a8f3976d3
* | | | Merge "Fix NPE in MasterClear"Amith Yamasani2011-07-171-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix NPE in MasterClearAmith Yamasani2011-07-171-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5008299 Change-Id: If2d02af7ecda7fe40445a3ec8e023138c5523fd6