summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/res
Commit message (Collapse)AuthorAgeFilesLines
* Rotation lock.Daniel Sandler2010-11-041-0/+2
| | | | | | | | | | | | | | | | | | IWindowManager now supports two new methods, freezeRotation() and thawRotation(), that allow a caller to temporarily stash the device's current rotation as the default rotation (when no other constraints are present). The system bar uses this to implement a user-accessible rotation lock by calling freezeRotation() and then turning off accelerometer-based display rotation; unless overridden by an app, the display will continue to appear in the frozen rotation until the rotation is unlocked by the user (either via the rotation lock icon in the system bar or by checking "rotate screen automatically" in Settings). Bug: 2949639 Change-Id: Icd21c169d1053719590e72401f229424b254622f
* 3012761 Please fix problems with your stringsSvetoslav Ganov2010-09-301-1/+1
| | | | Change-Id: I429632381e862b2ad1e9e22402ef17863458d88f
* Add an AUTO_TIME_ZONE setting so that we can switch timezones while keeping ↵Amith Yamasani2010-09-221-13/+14
| | | | | | correct time. Have the NITZ provider honor the new setting before updating the time zone.
* Accessibility support for WebViewsSvetoslav Ganov2010-09-131-0/+28
| | | | Change-Id: Ibb139192bae4d60fd53a7872b19c06312bb41558
* am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+1
|\ | | | | | | | | | | | | Merge commit '04bc807057d1c336a5d1340595b790eee4c5b372' * commit '04bc807057d1c336a5d1340595b790eee4c5b372': Allow Bluetooth radio to be toggled in Airplane mode.
| * Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "bluetooth" to the list of toggleable radios. Because this string is in the Settings DB, I had to bump the version number. Why is this in the settings DB anyway, rather than a carrier config option? I also discovered that the SystemUI package copied the entire contents of res/values/defaults.xml from SettingsProvider, when I originally tried to update the unreferenced SystemUI version of the setting. To prevent future confusion, I removed all of the values from the SystemUI version of res/values/defaults.xml. Change-Id: Ib8a75c85b9db5c1963b65538ee2765d5087e67d2
* | Add settings option for running MTP server in PTP mode.Mike Lockwood2010-08-311-0/+2
| | | | | | | | | | | | | | | | This can be used as a compatibility workaround for host operating systems without MTP support. Change-Id: If4f1856206056ca8e40c3ffbfa382f185c413598 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | am 384759b1: am 2b81d6dd: am 02e18d4d: Merge "Make the default backup ↵Christopher Tate2010-08-241-1/+2
|\ \ | |/ | | | | | | | | | | | | | | configuration "disabled; local transport selected"" into froyo Merge commit '384759b1c5e39d0f99fa551a369ae73197ab26c5' * commit '384759b1c5e39d0f99fa551a369ae73197ab26c5': Make the default backup configuration "disabled; local transport selected"
| * Make the default backup configuration "disabled; local transport selected"Christopher Tate2010-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default out of the box, an Android build will have the backup mechanism in its "disabled" state and pointed to the LocalTransport test transport. We do not want retail devices built without the Google backend to have backup enabled out of the box; it would cause them to gradually grind away the cache partition for no good reason. On those devices with this change, developers would need to enable backup manually (possibly using the normal Settings UI; more probably using the 'bmgr' shell tool), but would no longer also have to manually configure the active transport name. Device vendors producing Google-enabled products will simply use resource overlays to configure the default state and transport name for their builds. When building a product that points to the Google backup transport by default, the "def_backup_enabled" boolean resource should still be set to 'false' -- the Google backup disclosure activity supplied by GSF will take care of enabling the backup services if the user opts in to it. (Basically, vendors will never have to overlay the def_backup_enabled resource -- the default value of 'false' is correct for any retail device regardless of whether it can use the Google backup transport.) In the SDK build, the default transport will remain the local one, but the default enable state overridden and set to "true". This is the ideal situation for developers: all aspects of the backup mechanism immediately operative with no manual configuration needed. Change-Id: I866f8f627b023b338bc7757e61604e6d8a901a34
* | Import Romansh translations.Eric Fischer2010-08-181-0/+23
|/ | | | Change-Id: I798cc041fc1d93c3e51a1598a80781453229a523
* Fix 2579461Suchi Amalapurapu2010-04-071-4/+0
| | | | | | | | Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm. Change-Id: I80e97b3d24845adad7102f40dcbe238f00efa406
* Import revised translationsKenny Root2010-03-1720-260/+340
| | | | Change-Id: Id1a0d62dc917937fc14ccab26eb7bd2c2148137e
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-1/+3
| | | | | | | | | Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
* Add VIBRATE_IN_SILENT to the settings database & backup.Daniel Sandler2010-03-101-0/+3
| | | | Change-Id: Id31e24ef0536278ccb66b22bba7ed2b47eb1a371
* Support unbundled bookmarks.Romain Guy2010-03-091-0/+56
| | | | | | Bug #2460685 Change-Id: I402e342673cd8de88664a595401a141e09583e1d
* Correct path to LowBattery.ogg.Daniel Sandler2010-03-081-1/+1
| | | | | Bug: 2320026 Change-Id: Idede20701c5a3d0e60bd327a869b1adf1577db21
* Filenames of sound effects are not translatable.Eric Fischer2010-02-241-7/+7
|
* Turn off lock screen sounds by default.Daniel Sandler2010-02-231-4/+4
| | | | | | | | | | This change also fixes a typo that was suppressing the dock sounds. But: so as not to surprise anyone, this change defaults dock sounds off as well. Will need to add UI somewhere to turn them on (Spare Parts?). Bug: 2465483 Change-Id: Ic2cccb416d5616a84363debb740bf5897f0831c4
* New user interface sound effects:Daniel Sandler2010-02-121-0/+12
| | | | | | | | | | | | | | | | - Low battery. (http://b/2320026) - Dock/undock events. - Keyguard lock/unlock events. New system settings have been created to turn these on/off and to specify the relevant sound files. [Production notes: The provided low battery sound and dock sounds were synthesized; the lock screen sounds are processed samples of a ballpoint pen click mechanism.] Bug: 2320026 Change-Id: I374285b0f94f59c7555bb8816580f5a8c802e90d
* Add new manifest option for install locationSuchi Amalapurapu2010-02-101-0/+1
| | | | | | | | | | | | Change recommendAppInstallLocation api add code to parse new attribute. Define flags in PackageInfo Add new settings attributes for enabling setting and value for install location Some tests The policy for install location: if explicitly set in manifest as internal only we try to install the app only on internal storage. if set to preferExternal, we try to install it on sdcard if possible. If not we fall back to internal. If the user enables setting SET_INSTALL_LOCATION(which will always be set to false in final release builds) and sets a prefered location, we try to honour it.
* Settings: Add settings for MountService prefs and bump DB version to 46San Mehat2010-01-081-0/+6
| | | | | | | | | | | | Adds 4 new Settings: Secure.MOUNT_PLAY_NOTIFICATION_SND - Play notification sound on events Secure.MOUNT_UMS_AUTOSTART - Auto-start UMS when host detected Secure.MOUNT_UMS_PROMPT - Show notification when host detected Secure.MOUNT_UMS_NOTIFY_ENABLED - Show notification while UMS enabled These settings are also added to the Settings backup list Signed-off-by: San Mehat <san@google.com>
* Update with latest translations.Eric Fischer2010-01-071-1/+1
|
* am a9791d30: Merge change Iae3ed706 into eclairAmith Yamasani2009-12-021-0/+3
|\ | | | | | | | | | | | | Merge commit 'a9791d304b8ec03e04ad4533b1820a64794e1bcc' into eclair-mr2 * commit 'a9791d304b8ec03e04ad4533b1820a64794e1bcc': Add new setting for notification light pulsing. Bug #2238250
| * Add new setting for notification light pulsing. Bug #2238250Amith Yamasani2009-12-011-0/+3
| | | | | | | | New System setting and code to set the defaults on upgrade.
| * Import revised translations. DO NOT MERGEEric Fischer2009-11-131-1/+1
|/ | | | Approver: jerryw
* Remove unneeded icon.Daniel Sandler2009-10-011-0/+0
| | | | | | (Obviated by commit a408791148e816215f65ad81a187051c5fb47c68.) Change-Id: I6e01fa52f2bbeb28c969e6a033ab0b1032cbc848
* Placeholder mdpi assetsMike Cleron2009-09-301-0/+0
|
* Newer iconsMike Cleron2009-09-301-0/+0
|
* New iconsMike Cleron2009-09-292-0/+0
|
* Turn on haptic feedback by default.Dianne Hackborn2009-09-261-0/+1
| | | | Change-Id: I85efeca1a0aca91992e28236077c668e0d14cbbb
* Turn animations on by default.Dianne Hackborn2009-09-211-1/+1
| | | | | | | | | | | | | | | Add API to skip the animation for a particular start activity, so that a latter better one can be used. Fix Theme.NoDisplay to actually work. Fiddle with various animations: don't do a different animation for task switching, try a scale animation for switching in/out of the wallpaper. Adjust the animation duration so that at normal speed we have something more like the slower animation option (so slow is now the default). Change-Id: Ieba9f3db0bd9a762a19b327a3ecccbc7b547893d
* Add automatic lighting control frameworkDan Murphy2009-09-151-0/+1
| | | | | | | | | | | | | | | | | | Add changes to have the ability to turn on and off the automatic light sensing for the device. This is fully configurable and is by default not present. Vendors should override the ALS setting to enable the automatic lighting controls. These changes will add a check box to the Brightness settings menu to give control to the user to allow the device's display lighting to be controlled via the slide bar or the auto lighting system. If the user selects auto then the slide bar will become invisible. Manual mode will present the slide bar to the user. Change-Id: I146a6d75b99b08c9b839218ce6b85adf21f9fd73 Signed-off-by: Dan Murphy <D.Murphy@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
* Import revised translations. DO NOT MERGEEric Fischer2009-09-0812-0/+228
|
* Wifi: Add support for enabling Wifi while in airplane mode.Mike Lockwood2009-07-291-0/+1
| | | | | | | | | | If the new system settings value for AIRPLANE_MODE_TOGGLEABLE_RADIOS contains RADIO_WIFI, then the user will be allowed to enable Wifi while in airplane mode. Turning on airplane mode will still disable Wifi, but the user will be free to reenable it in the Settings app. Signed-off-by: Mike Lockwood <lockwood@android.com>
* resolved conflicts for merge of cdb9e971 to masterEric Fischer2009-07-2817-187/+11
|\
| * Mark the the airplane mode internal strings as not translatable.Eric Fischer2009-07-2817-187/+11
| | | | | | | | Bug 2017552
* | am c353268c: Merge change 6968 into donutAndroid (Google) Code Review2009-07-1316-0/+328
|\ \ | |/ | | | | | | | | | | Merge commit 'c353268c20a8ea425ac9f1e328684855cfc805e0' * commit 'c353268c20a8ea425ac9f1e328684855cfc805e0': Import new translations
| * Import new translationsEric Fischer2009-07-1316-0/+328
| |
* | resolved conflicts for merge of cf098294 to masterThe Android Open Source Project2009-07-031-0/+3
|\ \ | |/
| * Move backup state to settings, change permission checks to use symbol.Dianne Hackborn2009-07-011-0/+3
| | | | | | | | | | | | | | | | | | | | This changes the backup service to use the settings provider instead of system properties, correspondingly making it off by default and allowing specific devices to define the transport. Also tweaks the permission checks to use the permission symbol instead of raw strings. This requires some corresponding changes in the vendor projects.
* | Settings: Add preference to enable/disable assisted GPS.Mike Lockwood2009-06-251-0/+1
|/ | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* Squashed commit of the following:Eric Fischer2009-06-171-0/+22
| | | | | | | | commit 8e1a200225b7e4756b83d17d679a71a06a38b696 Author: Eric Fischer <enf@google.com> Date: Tue Jun 16 16:32:56 2009 -0700 Make names of Settings, VPN, Subscribed Feeds providers localizable.
* Fix the build: Remove ADD_SYSTEM_SERVICE, which I had accidentallyDan Egnor2009-06-151-23/+0
| | | | | | | | reintroduced in an errant and clumsy git merge operation. Also remove permission label and description strings for now-deleted permissions FOTA_UPDATE and (within the SettingsProvider package) WRITE_GSERVICES.
* Settings: Disable network location service by default, enable GPS instead.Mike Lockwood2009-05-191-2/+5
| | | | | | | | Network Location Provider requires user opt-in, so it should be disabled by default and only enabled if the user agrees to the terms of service and privacy policy. Use GPS as default location provider instead. Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-0/+64
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-033-64/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+41
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+23
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+0