summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/WallpaperTypeSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Allow help to be defined to intent uriJason Monk2015-04-141-0/+5
| | | | | | | | | Allow help uris to be either an intent uri or as uri (as they were before). Also add a default help uri, and specific helps for several screens. Bug: 15475009 Change-Id: Iff982892973f01d32ff61ea88d4844e9a7153500
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)Fabrice Di Meglio2014-04-111-8/+2
| | | | | | | | | | - getNonIndexableKeys(Context) allow a SearchIndexProvider to tell which data he does not want to index by providing a list of the data keys - use this new API for SoundSettings and removing KEY_EMERGENCY_TONE related settings if the device is not CDMA - add a BaseSearchIndexProvider for code simplification Change-Id: I23633ace1d7e390ee05fac0a5458a33e04e72d8d
* Add dynamic Preferences indexing (part 2)Fabrice Di Meglio2014-03-201-2/+3
| | | | | | | | | | - change the Index SQL model. Add a new "enabled" column. - use that column for issuing a more restrictive search query - change the SearchIndexProvider API to pass the "enable" state - apply it to Bluetooth settings - refactor the list of indexable resources (SearchIndexableResources) Change-Id: Ic900fb27cb12a285a80d953aa1aa88f0070cd986
* Add external Preferences indexingFabrice Di Meglio2014-03-191-14/+11
| | | | | | | | | | | | | | - define SettingsSearchIndexablesProvider as an internal SearchIndexablesProvider - protect access thru using android.permission.READ_SEARCH_INDEXABLES - update WallpaperTypeSettings and WifiSettings for taking care of the new model - update the Dashboard for taking care about external Icons for the search result - update sqlite model/version for taking care about Intents (enable launching external applications for showing the settings) Change-Id: I2e38599327e6480f1754f52666becce0884cee9d
* Add dynamic Preferences indexingFabrice Di Meglio2014-03-121-4/+47
| | | | | | | | | | | | | | | | | | - introduce a new private interface "Indexable". - refactor Wallpaper and Wi-Fi settings to support this new interface. - only index saved/remembered Wi-Fi networks - also add the capability to remove some data from the Index. Fragments that want to publish some dynamic indexable data should implement the "Indexable" interface and provide a static final field named "INDEX_DATA_PROVIDER" with is the Indexable.IndexDataProvider interface for providing the data for indexing. Thru this interface the Index can ask what are the data chuncks to index. Change-Id: I31e7212c87b8218efe1a8f3028147cb19e119be6
* Use a different wallpaper fragment title from the preference item.Amith Yamasani2011-07-251-3/+5
| | | | | | | Change wallpaper list ordering to alphabetic. Display battery level and charging status in Battery settings. Change-Id: I8ead0fb0f018c79ed258bd1c1ca3f8ecaf32da83
* Wallpaper settingsAmith Yamasani2011-06-161-0/+59
Added an option in Screen settings to choose a wallpaper. It then shows a list of wallpaper sources and launches the corresponding intent on selecting. Bug: 4691375 Change-Id: I9de9edf56ae4cdd5145a1c5d836df66b893a05fe