summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+25
* Fix issue #2176944: Need API so browser, others can determine memory size of ...Dianne Hackborn2009-10-081-0/+21
* Merge change I29232f2a into eclairAndroid (Google) Code Review2009-10-081-1/+1
|\
| * Only dismiss search dialog after launching intent.Bryan Mawhinney2009-10-071-1/+1
* | Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-18/+0
* | Fix issue #2163654: deadlock, runtime restartDianne Hackborn2009-10-071-14/+25
|/
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-054-10/+16
* Don't reinflate search bar when dialog is already showingBjorn Bringert2009-10-051-3/+5
* On BACK in search, hide just IME if IME is fullscreenBjorn Bringert2009-10-011-0/+11
* Remove globalSearch argument from triggerSearch()Bjorn Bringert2009-10-013-14/+4
* Semi-workaround for #2027266: app drawer showing up on the side of the screenDianne Hackborn2009-09-303-4/+17
* Update from API review.Dianne Hackborn2009-09-301-6/+28
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-302-3/+4
* Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-301-0/+1
* Merge change I174d16a3 into eclairAndroid (Google) Code Review2009-09-301-1/+26
|\
| * Debugging for #2027266: app drawer showing up on the sideDianne Hackborn2009-09-301-1/+26
* | Merge change I8b2e000c into eclairAndroid (Google) Code Review2009-09-301-17/+26
|\ \ | |/ |/|
| * add class description and revise descriptions forScott Main2009-09-301-17/+26
* | Recreate search dialog view each time it's shown.Bryan Mawhinney2009-09-301-20/+27
|/
* Unhide SearchManager.SUGGEST_PARAMETER_LIMITBjorn Bringert2009-09-291-2/+1
* Merge change Ida50e915 into eclairAndroid (Google) Code Review2009-09-282-8/+34
|\
| * Pass limit=50 to all suggestion sources.Bjorn Bringert2009-09-282-8/+34
* | Don't crash search when getKeyDispatcherState() is nullBjorn Bringert2009-09-281-8/+11
|/
* The touch screen is probably a feature.Dianne Hackborn2009-09-261-0/+9
* Merge change 27178 into eclairAndroid (Google) Code Review2009-09-251-5/+7
|\
| * Fix issue #2136448: googleapps crashes while adding 2nd gmail accountDianne Hackborn2009-09-251-5/+7
* | Merge change 27162 into eclairAndroid (Google) Code Review2009-09-251-2/+2
|\ \ | |/
| * Fix Activity.overridePendingTransition().Dianne Hackborn2009-09-251-2/+2
* | add a optional String to the key of notifications to allow usersFred Quintana2009-09-252-2/+31
|/
* Merge change 27038 into eclairAndroid (Google) Code Review2009-09-251-0/+1
|\
| * Redraw search autocomplete dropdown after config change.Bryan Mawhinney2009-09-251-0/+1
* | am 6266e40a: Better JavaDoc for Activity.onSearchRequested().Bjorn Bringert2009-09-251-6/+7
|\ \ | |/ |/|
| * Better JavaDoc for Activity.onSearchRequested().Bjorn Bringert2009-09-251-6/+7
| * Fix search intent component bug DO NOT MERGEBjorn Bringert2009-09-211-1/+1
* | Dismiss QSB dialog when doing an in-app global search.Bryan Mawhinney2009-09-251-0/+6
* | A variety of work on animations.Dianne Hackborn2009-09-253-0/+46
* | Fix bug 2129190Mike Cleron2009-09-241-3/+10
* | Merge change 26587 into eclairAndroid (Google) Code Review2009-09-231-51/+48
|\ \
| * | Back button in search always goes back or closes searchBjorn Bringert2009-09-231-51/+48
* | | Fix bug where onStartCommand() was never called with a null intent.Dianne Hackborn2009-09-231-11/+28
|/ /
* | Merge change 26456 into eclairAndroid (Google) Code Review2009-09-221-5/+5
|\ \
| * | - make an AccountManager per context, not one per processFred Quintana2009-09-221-5/+5
* | | Add support for thumbnails to WallpaperInfo.Daniel Sandler2009-09-221-0/+28
* | | Various fixes and improvements to window, activity.Dianne Hackborn2009-09-221-6/+22
|/ /
* | Use FLAG_ACTIVITY_CLEAR_TOP when launching search suggestions.Bjorn Bringert2009-09-221-0/+3
* | Merge change 26260 into eclairAndroid (Google) Code Review2009-09-222-3/+28
|\ \
| * | Add search_mode flag to intents launched by QSB suggestionsBjorn Bringert2009-09-212-3/+28
* | | Turn animations on by default.Dianne Hackborn2009-09-211-2/+2
* | | Use icon URI as icon cache key in search dialogBjorn Bringert2009-09-211-53/+73
|/ /
* | Send action key and msg with GlobalSearch clicksBjorn Bringert2009-09-213-3/+12