summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix issue #2477264: "Force Stop" in "Manage Applications" is not working"Dianne Hackborn2010-03-033-7/+17
|\
| * Fix issue #2477264: "Force Stop" in "Manage Applications" is not workingDianne Hackborn2010-03-033-7/+17
| | | | | | | | Also add cancel button when adding a device admin.
* | Add support for tethering errors.Robert Greenwalt2010-03-032-2/+20
|/
* Merge "Disable tethering checkbox when USB mass storage is active."Mike Lockwood2010-03-032-0/+10
|\
| * Disable tethering checkbox when USB mass storage is active.Mike Lockwood2010-03-032-0/+10
| | | | | | | | | | Change-Id: If60fab4c18bbac4da22af6c1799f28344e9870bd Signed-off-by: Mike Lockwood <lockwood@android.com>
* | b/2482585 Bluetooth settings: remove "Scan for devices" from menuMichael Chan2010-03-021-30/+0
|/ | | | Change-Id: I206794245a6afeb97366dd32e609f4e7f9374c20
* Merge "Support new vibrate/silent behavior."Daniel Sandler2010-03-014-30/+84
|\
| * Support new vibrate/silent behavior.Daniel Sandler2010-02-264-30/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updated settings tree looks like this: [ ] Silent mode (unchanged) [ ] Allow vibration in silent mode (new) Phone vibrate: (changed from boolean) ( ) Always ( ) Only in silent mode ( ) Never See change I14cf91b0 for explanation & framework support. Change-Id: I22ba7bcfa5ddf4e545800083c6e80fb655f211e5
* | Merge "Send battery reports using ApplicationErrorReport.BatteryInfo."Jacek Surazski2010-02-271-18/+9
|\ \
| * | Send battery reports using ApplicationErrorReport.BatteryInfo.Jacek Surazski2010-02-261-18/+9
| | |
* | | Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-264-9/+11
| | |
* | | Import new translations.Eric Fischer2010-02-2641-3188/+4623
| | |
* | | Merge "Temporarily hiding enabling non-working functionality UI option for ↵Oscar Montemayor2010-02-261-3/+2
|\ \ \ | | | | | | | | | | | | Froyo early droidfooders. Tracking issue in bug 2475355 Review Settings app options for non-working functionality."
| * | | Temporarily hiding enabling non-working functionality UI option for Froyo ↵Oscar Montemayor2010-02-261-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | early droidfooders. Tracking issue in bug 2475355 Review Settings app options for non-working functionality.
* | | | Merge "Fix for 2284833 : Remove big brightness icon and make it a small one ↵Amith Yamasani2010-02-263-2/+3
|\ \ \ \ | |/ / / |/| | | | | | | on the title bar."
| * | | Fix for 2284833 : Remove big brightness icon and make it a small one on the ↵Amith Yamasani2010-02-263-2/+3
| | | | | | | | | | | | | | | | title bar.
* | | | Merge "Fix a couple of monkey bugs."Amith Yamasani2010-02-261-3/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix a couple of monkey bugs.Amith Yamasani2010-02-261-3/+5
| |/ / | | | | | | | | | | | | Bug: 2467286 Bug: 2436861
* | | Default the auto-restore setting to "enabled."Christopher Tate2010-02-251-1/+1
| | | | | | | | | | | | Change-Id: I6aeb0b4ace3c0ed1ad226b00a9ec9e4de12b7183
* | | Fixed bad 9-patches in power widget for mdpiAdam Powell2010-02-252-0/+0
|/ /
* | Merge "Power Widget: don't display toast in intermediate state"Ken Shirriff2010-02-251-2/+6
|\ \ | |/ |/|
| * Power Widget: don't display toast in intermediate stateKen Shirriff2010-02-241-2/+6
| | | | | | | | | | If bluetooth or wifi is in an intermediate state, the widget can't modify the state, so it shouldn't pop up a toast.
* | Add dialog when ejecting sdcardSuchi Amalapurapu2010-02-246-432/+112
| | | | | | | | Remove some dead code
* | Merge "Fixing bug 2455152 - Enabled accessibility services are disabled upon ↵Amith Yamasani2010-02-241-25/+0
|\ \ | |/ |/| | | restarting accessibility"
| * Fixing bug 2455152 - Enabled accessibility services are disabled upon ↵Svetoslav Ganov2010-02-181-25/+0
| | | | | | | | restarting accessibility
* | Use flattenToShortString for voice recognizer setting, so as to match what's ↵Mike LeBeau2010-02-231-2/+3
| | | | | | | | | | | | done in RecognitionManagerService. Fixes http://b/2463844
* | Fix issue #2396296: An admin is already setDianne Hackborn2010-02-221-2/+12
| |
* | Apps on SD Card project.Oscar Montemayor2010-02-224-6/+94
| | | | | | | | | | Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
* | Add new button to report battery usage to the developer.Dianne Hackborn2010-02-227-36/+257
| | | | | | | | | | | | | | | | This displays a new button on the application battery usage details screen for the user to send a bug report to the developer, if that is possible to do. Also adds a button to directly force stop the app from the details screen, and uses the new facilities to determine whether the button should be enabled.
* | Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern ↵Jim Miller2010-02-191-4/+1
|\ \ | | | | | | | | | unlock."
| * | Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.Jim Miller2010-02-181-4/+1
| |/
* | Enable move option for moving packages from internal to sdcardSuchi Amalapurapu2010-02-193-4/+59
| |
* | Change "firmware version" to "android version"mah2010-02-181-1/+1
|/ | | | | | | | Bug: 2391822 In Settings -> About phone, the platform version was under the label "Firmware version". That doesn't really mean anything, because the build number is a more accurate identifier for the build that is currently running.
* Merge "Added a default fallback message for cases where the TTS plugin does ↵Charles Chen2010-02-181-10/+3
|\ | | | | | | not provide a sample string."
| * Added a default fallback message for cases where the TTS plugin doesCharles Chen2010-02-181-10/+3
| | | | | | | | not provide a sample string.
* | Settings: sdcard: Refactor unmount calls for new apiSan Mehat2010-02-182-2/+2
|/ | | | Signed-off-by: San Mehat <san@google.com>
* Merge "Adding checks for null to TextToSpeechSettings to handle cases where ↵Charles Chen2010-02-181-2/+27
|\ | | | | | | the plugin fails to return properly from CheckVoiceData and GetSampleString."
| * Adding checks for null to TextToSpeechSettings to handle casesCharles Chen2010-02-181-2/+27
| | | | | | | | | | where the plugin fails to return properly from CheckVoiceData and GetSampleString.
* | Merge "Checkbox (in Sound settings) to control new lockscreen sfx."Daniel Sandler2010-02-183-1/+26
|\ \ | |/ |/|
| * Checkbox (in Sound settings) to control new lockscreen sfx.Daniel Sandler2010-02-173-1/+26
| |
* | Merge "Show current locale as summary for Select language setting."Amith Yamasani2010-02-172-2/+15
|\ \
| * | Show current locale as summary for Select language setting.Amith Yamasani2010-02-172-2/+15
| |/ | | | | | | Bug: 2402834
* | Merge "Fix bug 2446811 Ensure the default locale is never constructed with ↵Jean-Michel Trivi2010-02-171-1/+7
|\ \ | |/ |/| | | a null string."
| * Fix bug 2446811 Ensure the default locale is never constructedJean-Michel Trivi2010-02-171-1/+7
| | | | | | | | with a null string.
* | Fix issue #2420412: API review: DeviceAdmin API changesDianne Hackborn2010-02-172-6/+8
| |
* | Update Settings UI regarding tethering.Robert Greenwalt2010-02-164-12/+64
|/ | | | | | If tethering is disabled (build var or a gservices property) for the device, don't show any of the tethering options. If Usb Tethering is disabled (config.xml) don't show Usb Options. If Wifi Tethering is disabled (config.xml) don't show Wifi Options.
* Remove a no longer necessary (or present!) import.Dan Egnor2010-02-141-1/+0
|
* Make the one-recognizer case actually work. :) The settings item wasn'tMike LeBeau2010-02-122-5/+16
| | | | | | | | | | actually getting linked to the recognizer's settings in that case. Also add a summary line to the line for choosing the recognizer, so you can see which one is currently selected, in the case that more than one is installed. Fix the TTS settings strings to match what we do for voice input.
* Dynamically populate a list of available recognition services in voice settings,Mike LeBeau2010-02-123-36/+184
| | | | | | only showing the option to choose if there is more than one to choose from. Use the new settingsActivity meta-data to target the appropriate settings activity for the chosen recognizer.
* Merge "Fixing a problem with the TextToSpeech settings failing to refresh ↵Charles Chen2010-02-121-3/+9
|\ | | | | | | the list of languages after the user has switched synthesis engines."