summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility ↵Svetoslav Ganov2010-03-091-0/+22
| | | | | | services check boxes Change-Id: Ie5d78c1ddb61241db8259a200a3df1950d767cce
* Merge "Use a queried package name for the IME settings activity."Amith Yamasani2010-03-091-1/+10
|\
| * Use a queried package name for the IME settings activity.Amith Yamasani2010-03-091-1/+10
| | | | | | | | | | | | | | | | | | This fixes a bug that if the package name of the IME settingsActivity is different from it's class name, it wouldn't find the activity. This allows the package name to be optionally specified in the XML or it will be queried, for proper intent resolution. Change-Id: Ib9e6e8ef7d59ad9e88300529873eed2b39fe9981
* | Clean up the tethering settings screen a bit.Robert Greenwalt2010-03-091-42/+5
| | | | | | | | Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20
* | Merge "b/2491823 Fixed brightness toggle for phones w/o auto-brightness"Erik2010-03-091-0/+4
|\ \
| * | b/2491823 Fixed brightness toggle for phones w/o auto-brightnessErik2010-03-081-0/+4
| |/ | | | | | | | | Logic didn't allow a transition from max to min brightness when used on a phone that didn't support auto-brightness.
* / Fix VPN profile path in settings.Hung-ying Tyan2010-03-091-1/+1
|/ | | | | | | | http://b/issue?id=2485656 ...and eliminate multiple Settings instances in history stack Change-Id: I076b78781ee7ce458f82e6d9659a94ce64841a0e
* Merge "Fix vibrate settings for incoming calls."Daniel Sandler2010-03-081-12/+14
|\
| * Fix vibrate settings for incoming calls.Daniel Sandler2010-03-081-12/+14
| | | | | | | | | | Bug: 2489593 Change-Id: Id0347bada808f604febc51c3d69d30442c3d51c4
* | Merge "Fixed NPE in WifiApDialog found by monkey"Adam Powell2010-03-081-2/+1
|\ \
| * | Fixed NPE in WifiApDialog found by monkeyAdam Powell2010-03-081-2/+1
| |/ | | | | | | Change-Id: I4f5e75e21c1e3433712e49a148db4af04215f0a1
* / Fixes monkey bug: 2292396Amith Yamasani2010-03-081-1/+5
|/
* Merge "Added null check for monkey behavior"Adam Powell2010-03-051-1/+1
|\
| * Added null check for monkey behaviorAdam Powell2010-03-051-1/+1
| |
* | Refactor android.backup -> android.app.backupChristopher Tate2010-03-052-2/+2
|/ | | | Change-Id: I8e8f34d243506ded5ebf71817de5a2caac92969d
* Disable move for apps with internalOnly install locationSuchi Amalapurapu2010-03-051-0/+10
|
* Update Tethering UIRobert Greenwalt2010-03-041-12/+135
| | | | Finalizing some strings and changing the error handling.
* Get all strings in for Wifi tetheringIrfan Sheriff2010-03-042-2/+5
| | | | | Bug: 2413908 Change-Id: I3d28fcfcb4a6e4eaf03e57d69f9d2c92730b12e5
* Add AP support for tetheringIrfan Sheriff2010-03-045-1/+515
| | | | | | | | First phase of the AP support in UI and framework Bug: 2421638 Change-Id: I0b6c31be5fe79bd4d33c292464d271b054754e8d
* b/2278841 Added state for auto-brightness on the power widget.Erik2010-03-041-9/+45
| | | | | | Added icons and a transition step to the brightness setting on the power widget so auto-brightness can be toggled and the widget will remain in sync with changes made through settings.
* Merge "Update Tether Settings UI."Robert Greenwalt2010-03-041-20/+0
|\
| * Update Tether Settings UI.Robert Greenwalt2010-03-041-20/+0
| | | | | | | | Remove the USB notification option.
* | Move application icon to left in InstalledAppDetails.Suchi Amalapurapu2010-03-042-25/+25
| | | | | | | | | | Fix text overlapping icon issue. Add new icons for filter options
* | Fix to use application's resources when parsing its XML.Dianne Hackborn2010-03-041-1/+8
|/
* Add a checkbox to the Dock settings to control insertion/removal sound effects.Daniel Sandler2010-03-041-0/+14
| | | | | | | | | The sounds are present in the build but are turned off by default (and there isn't currently a UI to turn them on). (Mentioned in http://b/2469862) Change-Id: I9ded1d67cc19204113047aeb8fc8b0123cea1427
* Merge "b/2310373 Show pairing dialogs if the device has been scanning for bt ↵Michael Chan2010-03-032-4/+25
|\ | | | | | | devices recently."
| * b/2310373 Show pairing dialogs if the device has been scanning for bt ↵Michael Chan2010-03-032-4/+25
| | | | | | | | | | | | devices recently. Change-Id: Iec9eb37a5e79b63cc3cf226e2ead6d9ed06d56a6
* | Merge "Fix issue #2477264: "Force Stop" in "Manage Applications" is not working"Dianne Hackborn2010-03-032-7/+8
|\ \
| * | Fix issue #2477264: "Force Stop" in "Manage Applications" is not workingDianne Hackborn2010-03-032-7/+8
| | | | | | | | | | | | Also add cancel button when adding a device admin.
* | | Add support for tethering errors.Robert Greenwalt2010-03-031-2/+18
|/ /
* | Merge "Disable tethering checkbox when USB mass storage is active."Mike Lockwood2010-03-031-0/+8
|\ \
| * | Disable tethering checkbox when USB mass storage is active.Mike Lockwood2010-03-031-0/+8
| |/ | | | | | | | | 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-011-26/+55
|\
| * Support new vibrate/silent behavior.Daniel Sandler2010-02-261-26/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |
* | | 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-261-0/+1
|\ \ \ \ | |/ / / |/| | | | | | | on the title bar."
| * | | Fix for 2284833 : Remove big brightness icon and make it a small one on the ↵Amith Yamasani2010-02-261-0/+1
| | | | | | | | | | | | | | | | 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
* | 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-243-292/+97
| | | | | | | | 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