summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/search/Index.java
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth : Handle SQL memory situation during OPP.Sravan Kumar V2016-07-011-7/+20
* Only access CMHW from main thread.Danny Baumann2015-10-291-0/+12
* Fix bug #19313587 Settings unusable when userdata is fullFabrice Di Meglio2015-02-271-2/+16
* Hidden ApplicationInfo flags are now in privateFlags.Alex Klyubin2015-02-111-1/+2
* Merge "Fix bug #17393417 Developer Options are not indexed after activating t...Fabrice Di Meglio2014-09-041-0/+1
|\
| * Fix bug #17393417 Developer Options are not indexed after activating themFabrice Di Meglio2014-09-041-0/+1
* | Fix bug #17208479 Have Cellular Networks Show up in Data UsageFabrice Di Meglio2014-09-021-1/+7
|/
* Fix bug #17250939 Stability: ANRs in Settings: at com.android.settings.search...Fabrice Di Meglio2014-08-291-34/+30
* Enforce the presence of the Indexable interface for IndexingFabrice Di Meglio2014-07-241-20/+50
* Code cleaning for IndexFabrice Di Meglio2014-07-231-6/+6
* FR #14318673 Search - add synonymsFabrice Di Meglio2014-07-101-3/+3
* Search - add support for saving the UserId in the Index - part 2Fabrice Di Meglio2014-07-101-0/+4
* Search - add support for saving the UserId in the IndexFabrice Di Meglio2014-07-101-8/+13
* FR #16136331 Search - results should be ordered with match on Title and then ...Fabrice Di Meglio2014-07-081-11/+32
* am c9548c17: Merge "Fix bug #15460001 "Cell broadcasts" setting search sugges...Fabrice Di Meglio2014-06-071-6/+16
|\
| * Fix bug #15460001 "Cell broadcasts" setting search suggested in wifi only dev...Fabrice Di Meglio2014-06-061-7/+16
* | am 2aa32299: Merge "Fix bug #15335840 "Safety information" search suggestion ...Fabrice Di Meglio2014-05-301-2/+2
|\ \ | |/
| * Fix bug #15335840 "Safety information" search suggestion shown thoughFabrice Di Meglio2014-05-301-2/+2
* | am 2bc41e29: Merge "Fix bug #15342475 Settings search ranking improvement" in...Fabrice Di Meglio2014-05-301-6/+12
|\ \ | |/
| * Fix bug #15342475 Settings search ranking improvementFabrice Di Meglio2014-05-301-6/+12
* | FR #15314612 - Enable search on non accentuated charsFabrice Di Meglio2014-05-281-8/+16
* | Search - prepare for better normalizationFabrice Di Meglio2014-05-281-24/+14
|/
* Fix bug #14494292 Settings>Search>Recent searches keep on populating the same...Fabrice Di Meglio2014-05-201-1/+8
* Fix NPE when going into WiFi SettingsFabrice Di Meglio2014-05-091-0/+1
* Add saved Search queries featureFabrice Di Meglio2014-04-231-11/+99
* Fix missing summary for CheckBoxPreferenceFabrice Di Meglio2014-04-211-2/+6
* Search results - just show the first item of ListPreference entriesFabrice Di Meglio2014-04-151-1/+3
* Allow partial Index rebuilding thru updateFromClassNameResource(...)Fabrice Di Meglio2014-04-141-4/+17
* Search - add support for deleting all preferences for a class nameFabrice Di Meglio2014-04-141-14/+23
* Update SettingsSearchIndexablesProvider for supporting queryNonIndexableKeys(...Fabrice Di Meglio2014-04-141-101/+178
* Fallback to the default values when indexing from local resource.Svetoslav2014-04-111-1/+6
* Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)Fabrice Di Meglio2014-04-111-24/+61
* Some code refactoringFabrice Di Meglio2014-04-101-56/+64
* Fix bug3 13933442 Search - for security reasons only index data...Fabrice Di Meglio2014-04-091-0/+44
* Code cleaning for Search Remote Provider queriesFabrice Di Meglio2014-04-091-20/+46
* Fix bug #13928293 Search - remove "switchTextOn" / "switchTextOff" from indexingFabrice Di Meglio2014-04-091-79/+23
* Fix issue about at which time Bluetooth devices name are indexedFabrice Di Meglio2014-04-081-1/+2
* Add support for saving and using the Preference's key valueFabrice Di Meglio2014-04-081-13/+32
* Add indexing for SwitchPreferencesFabrice Di Meglio2014-04-021-29/+89
* Add indexing for ListPreferencesFabrice Di Meglio2014-04-021-31/+73
* Add indexing for Notifications preferencesFabrice Di Meglio2014-04-011-55/+105
* Settings - update for new UI (no more Drawer)Fabrice Di Meglio2014-03-281-1/+18
* Add dynamic Preferences indexing (part 2)Fabrice Di Meglio2014-03-201-345/+392
* Add indexing for cached Bluetooth (BT) paired devicesFabrice Di Meglio2014-03-201-6/+7
* Add external Preferences indexingFabrice Di Meglio2014-03-191-0/+741