| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- use MatrixCursor var as in the other cases
Change-Id: Iba1163a851e62de9a0dd6e7c1c5d28f06452bdba
|
|
|
|
|
|
|
|
| |
queryNonIndexableKeys(...)
- add the new requested method "queryNonIndexableKeys" from the contract
Change-Id: I72be47851a7e19e3f14960f4e2b60c3e952f1fac
|
|
|
|
|
|
|
| |
- use the real constants SearchIndexablesContract.COLUMN_INDEX_XML_RES_XXX
for the colum names
Change-Id: I820ce9d3b048345365639fe049aedccaf3f203d8
|
|
|
|
|
|
|
| |
- also add indexing of CheckBoxPreferences
- also some code cleaning
Change-Id: I2943caaec3d64fb2a6be85168454fc76fe572afe
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- comply to the SEARCH_INDEX_DATA_PROVIDER
- add to the Index the name of previously paired BT devices
(this will work for now only and only if BT has been on during
the indexing)
Change-Id: I00065db0f4e9657cca3578a2fafa0ec39cfaa432
|
|
- 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
|