summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Include 'calling_package' extra for uses of in-app voice search so thatMike LeBeau2009-07-151-1/+8
* Fix keyboard not showing for global search on Dream. Rather than trying toMike LeBeau2009-07-141-11/+17
* Respect onSearchRequested in Dialog and actually launch search. Also dismiss...Karl Rosaen2009-07-141-2/+12
* Merge change 7135 into donutAndroid (Google) Code Review2009-07-141-6/+33
|\
| * Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialogRomain Guy2009-07-141-6/+33
* | Add reporting of activity movement for search manager.Dianne Hackborn2009-07-1411-73/+175
|/
* Use activity icon when search suggestion icon is missingBjorn Bringert2009-07-141-11/+116
* * Use cached resources for widgetsMitsuru Oshima2009-07-112-33/+75
* Fix regression in handling the 'Go' buttonSatish Sampath2009-07-101-12/+11
* Deprecate DialogInterface methods in SearchManagerBjorn Bringert2009-07-101-2/+7
* Don't crash the app when restore agent bringup throwsChristopher Tate2009-07-091-19/+26
* Make suggestion text color change based on the item state.Satish Sampath2009-07-091-23/+122
* Merge change 6503 into donutAndroid (Google) Code Review2009-07-091-2/+2
|\
| * Hide soft keyboard in SearchDialog.dismiss()Bjorn Bringert2009-07-081-2/+2
* | Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreat...Romain Guy2009-07-082-6/+8
|/
* Run search UI on its own thread.Bjorn Bringert2009-07-084-158/+18
* NEW_API: Expose autoUrlDetect searchable attribute.Satish Sampath2009-07-081-12/+14
* widgets scaling fix. Use container's compatibility info and display metrics w...Mitsuru Oshima2009-07-061-2/+18
* Fixes #1963229. Introduces Context#isRestricted().Romain Guy2009-07-061-0/+7
* Fix a bug where clicking the "more results" suggestion with the trackballMike LeBeau2009-07-061-0/+9
* Merge change 5950 into donutAndroid (Google) Code Review2009-07-011-2/+8
|\
| * Fix memory leaks in system_serverSuchi Amalapurapu2009-07-011-2/+8
* | Make search UI open up quicker to the user.Satish Sampath2009-07-011-2/+9
|/
* Replace indeterminate progress animated asset with new onesRomain Guy2009-06-301-2/+3
* Update spinner's drawables. Clean up resources, pave the way for new animation.Romain Guy2009-06-261-6/+5
* Make the BackupHelperDispatcher properly handle multiple helpers.Joe Onorato2009-06-251-1/+4
* Invoke getSystem.updateConfiguration when binding an application toSuchi Amalapurapu2009-06-251-0/+7
* Merge change 5319 into donutAndroid (Google) Code Review2009-06-241-8/+20
|\
| * Add new APIs to LauncherActivity to be used elsewhere.Dianne Hackborn2009-06-241-8/+20
* | Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-245-14/+49
|/
* Fix the weird anchoring of the search dropdown when pivoting into anMike LeBeau2009-06-241-0/+1
* Move to a single dropdown background for the search dialog. This oneMike LeBeau2009-06-241-4/+0
* Fix NPE in SuggestionsAdapter when cursor is null.Bjorn Bringert2009-06-241-1/+1
* Include user query in search intentsBjorn Bringert2009-06-242-0/+15
* Store correct state in SearchDialog.onSaveInstanceState()Bjorn Bringert2009-06-231-56/+25
* Merge change 5006 into donutAndroid (Google) Code Review2009-06-223-5/+15
|\
| * Pass the originating app's versionCode along with a restore setChristopher Tate2009-06-223-5/+15
* | Launch user-entered URLs directly without a web search.Satish Sampath2009-06-221-4/+67
|/
* Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-2/+2
* Make all static methods in SearchManager non-static.Bjorn Bringert2009-06-223-43/+30
* Add non-static version of SearchManager.getSuggestions().Bjorn Bringert2009-06-221-0/+13
* Remove checks for Activity Context when creating SearchManagerBjorn Bringert2009-06-221-5/+0
* Merge change 4785 into donutAndroid (Google) Code Review2009-06-192-5/+9
|\
| * Fix issue #1753079: running instrumentation in shared processes.Dianne Hackborn2009-06-192-5/+9
* | Merge change 4808 into donutAndroid (Google) Code Review2009-06-191-4/+6
|\ \
| * | Fixes #1928566. Prevents runtime restart upon configuration change.Romain Guy2009-06-191-4/+6
| |/
* | Remove deprecated api. Aptly rename freeStorageWithIntent to freeStorage.Suchi Amalapurapu2009-06-191-10/+1
|/
* Merge change 4696 into donutAndroid (Google) Code Review2009-06-182-1/+13
|\
| * Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-182-1/+13
* | Re-enable query jamming.Mike LeBeau2009-06-181-3/+1
|/