| Commit message (Expand) | Author | Age | Files | Lines |
* | Update searchables when packages are modified, in case they are enabled/disab... | Amith Yamasani | 2011-08-23 | 1 | -0/+10 |
* | Make the system global search provider a user setting. | Narayan Kamath | 2011-06-28 | 2 | -21/+158 |
* | Build searchables list after boot | Bjorn Bringert | 2010-05-04 | 1 | -1/+24 |
* | Use PackageMonitor in SearchManagerService | Bjorn Bringert | 2010-02-23 | 1 | -54/+16 |
* | Clean up global search and web search activity finding | Bjorn Bringert | 2010-02-23 | 2 | -173/+70 |
* | Rename media resource broadcasts | Suchi Amalapurapu | 2010-02-08 | 1 | -4/+4 |
* | Apps on sdcard: Add new broadcasts | Suchi Amalapurapu | 2010-02-02 | 1 | -1/+8 |
* | Move Search dialog out of system process into current activity. | Amith Yamasani | 2010-01-27 | 2 | -531/+0 |
* | Implement API to have new broadcasts replace existing broadcasts. | Dianne Hackborn | 2009-12-14 | 1 | -2/+3 |
* | Move android.server.search.SearchableInfo to android.app | Bjorn Bringert | 2009-12-04 | 4 | -814/+2 |
* | Remove globalSearch argument from triggerSearch() | Bjorn Bringert | 2009-10-01 | 1 | -2/+1 |
* | resolved conflicts for merge of 1e348378 to eclair | Mike LeBeau | 2009-08-27 | 1 | -30/+8 |
|\ |
|
| * | Revert "Remove third party support for Quick Search Box (aka global search)." | Karl Rosaen | 2009-08-27 | 1 | -30/+8 |
* | | resolved conflicts for merge of 081a136d to eclair | Jean-Baptiste Queru | 2009-08-21 | 1 | -8/+30 |
|\ \
| |/ |
|
| * | Remove third party support for Quick Search Box (aka global search). | Anonymous Coward | 2009-08-21 | 1 | -8/+30 |
* | | NEW API for SearchManager and Activity to 'triggerSearch'. | krosaen | 2009-08-18 | 2 | -5/+38 |
|/ |
|
* | Fix in-app search shortcut icons | Bjorn Bringert | 2009-07-30 | 1 | -0/+8 |
* | Fix issue #1999179: search -> click result -> press home = search dialog is s... | Dianne Hackborn | 2009-07-28 | 2 | -8/+37 |
* | Proactively set mVisible attribute in startSearch and stopSearch (not just in... | Karl Rosaen | 2009-07-22 | 1 | -0/+6 |
* | Fix back key handling for search dialog. | Karl Rosaen | 2009-07-20 | 2 | -44/+62 |
* | Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_F... | Karl Rosaen | 2009-07-14 | 1 | -1/+1 |
* | Add reporting of activity movement for search manager. | Dianne Hackborn | 2009-07-14 | 2 | -23/+92 |
* | Merge change 6912 into donut | Android (Google) Code Review | 2009-07-13 | 1 | -0/+8 |
|\ |
|
| * | JavaDoc for SearchableInfo.getActivityMetaData() | Bjorn Bringert | 2009-07-13 | 1 | -0/+8 |
* | | Initialize searchmanager on demand | Bjorn Bringert | 2009-07-13 | 1 | -30/+39 |
|/ |
|
* | Check if a searchable is null before adding it to the list of searchables | Mike LeBeau | 2009-07-09 | 1 | -1/+6 |
* | Run search UI on its own thread. | Bjorn Bringert | 2009-07-08 | 3 | -274/+424 |
* | NEW_API: Expose autoUrlDetect searchable attribute. | Satish Sampath | 2009-07-08 | 1 | -0/+15 |
* | Represent new searchSettingsDescription attribute on searchables in | Mike LeBeau | 2009-06-30 | 1 | -1/+15 |
* | EnhancedGoogleSearch overrides GoogleSearch if present. | Satish Sampath | 2009-06-23 | 1 | -0/+17 |
* | protect starting of search dialog behind 'dev.disablesearchdialog' system pro... | Karl Rosaen | 2009-06-15 | 1 | -0/+16 |
* | Run search dialog in the system process. | Bjorn Bringert | 2009-06-15 | 2 | -10/+205 |
* | Added attribute queryAfterZeroResults to searchables. | Satish Sampath | 2009-06-11 | 1 | -0/+16 |
* | Include web search providers in Searchables. | Satish Sampath | 2009-06-05 | 2 | -61/+214 |
* | Turn off verbose logging in SearchableInfo, which seems to have been | Mike LeBeau | 2009-06-04 | 1 | -1/+1 |
* | Update searchables list in getSearchablesInGlobalSearch(). | Bjorn Bringert | 2009-05-20 | 1 | -17/+14 |
* | Additional logging in buildSearchableList(). | Satish Sampath | 2009-05-15 | 1 | -1/+8 |
* | Refactor SearchableInfo. | Bjorn Bringert | 2009-05-06 | 2 | -134/+172 |
* | Add 'includeInGlobalSearch' attribute to searchable meta-data. | Bjorn Bringert | 2009-04-29 | 3 | -1/+39 |
* | Add searchSuggestThreshold to searchable meta-data. | Bjorn Bringert | 2009-04-29 | 1 | -0/+15 |
* | Add GLOBAL_SEARCH intent for finding global search provider. | Bjorn Bringert | 2009-04-28 | 2 | -37/+11 |
* | AI 147564: Merge back from search branch to donut. Notes: | Karl Rosaen | 2009-04-23 | 3 | -303/+351 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 4 | -0/+1046 |
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 4 | -1030/+0 |
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -17/+1 |
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+17 |
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 1 | -6/+88 |
* | auto import from //branches/cupcake/...@127436 | The Android Open Source Project | 2009-01-22 | 1 | -0/+2 |
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -0/+18 |
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -1/+2 |