summaryrefslogtreecommitdiff
path: root/core/java/android/app
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with calling onConfigurationChanged() too much.Dianne Hackborn2010-03-181-12/+17
* Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390"Amith Yamasani2010-03-182-11/+27
|\
| * Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390Amith Yamasani2010-03-172-11/+27
* | Fix issue #2519590: Lock screen stuck in landscape modeDianne Hackborn2010-03-181-0/+4
|/
* docs: remove documenation about the search dialog from SearchManagerScott Main2010-03-171-1167/+9
* Make browser search consistent with QSB.Leon Scroggins2010-03-171-1/+1
* Merge "Set SOURCE to app package name when starting QSB (if not set)"Bjorn Bringert2010-03-161-3/+10
|\
| * Set SOURCE to app package name when starting QSB (if not set)Bjorn Bringert2010-03-161-3/+10
* | Dismiss a dialog if dimissed right after calling show().Romain Guy2010-03-161-1/+1
|/
* Merge "Use a Go button instead of a magnifying glass in the keyboard for in-a...Amith Yamasani2010-03-141-2/+2
|\
| * Use a Go button instead of a magnifying glass in the keyboard for in-app search.Amith Yamasani2010-03-121-2/+2
* | Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks"Christopher Tate2010-03-121-2/+0
|\ \
| * | API CHANGE: expose the backup-related ApplicationInfo flag masksChristopher Tate2010-03-121-2/+0
* | | Merge "ListActivity.onDestroy, remove any pending callbacks."Nicolas Catania2010-03-121-29/+37
|\ \ \
| * | | ListActivity.onDestroy, remove any pending callbacks.Nicolas Catania2010-03-121-29/+37
| |/ /
* / / Fix problem with starting a translucent activity in onCreate().Dianne Hackborn2010-03-123-7/+35
|/ /
* | Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching ...Amith Yamasani2010-03-121-14/+32
|\ \
| * | Fix for 2175289 : Can't get keyboard in search dialog after switching to land...Amith Yamasani2010-03-111-14/+32
| |/
* | Fix issue #2492387: system server crash in WallpaperManagerServiceDianne Hackborn2010-03-111-16/+17
* | Add correct copyright headers to multiple filesKenny Root2010-03-113-0/+48
* | Preserve widgets on upgrade.Romain Guy2010-03-111-9/+10
* | Merge "Javadoc fix."Daniel Sandler2010-03-111-3/+3
|\ \ | |/ |/|
| * Javadoc fix.Daniel Sandler2010-03-111-3/+3
* | Merge "add more debug info to SQL section in bugreport"Vasu Nori2010-03-111-11/+27
|\ \ | |/ |/|
| * add more debug info to SQL section in bugreportVasu Nori2010-03-111-11/+27
* | Merge "Fix a variable name reference in Activity docs."Mike LeBeau2010-03-111-1/+1
|\ \
| * | Fix a variable name reference in Activity docs.Mike LeBeau2010-03-111-1/+1
| |/
* / When context is voice, show the microphone.Leon Scroggins2010-03-102-1/+13
|/
* Merge "Hide Go button in browser when no text is entered"Bjorn Bringert2010-03-081-4/+21
|\
| * Hide Go button in browser when no text is enteredBjorn Bringert2010-03-051-4/+21
* | Fix doc references to "android.backup" to the new "android.app.backup"Christopher Tate2010-03-051-4/+4
* | Refactor android.backup => android.app.backupChristopher Tate2010-03-0523-12/+1802
* | Merge "don't assume Cursor.getExtras returns non-null"Mark Wagner2010-03-051-7/+9
|\ \
| * | don't assume Cursor.getExtras returns non-nullMark Wagner2010-03-051-7/+9
| |/
* / Refactor car mode.Dianne Hackborn2010-03-052-11/+105
|/
* Merge "Show AutoCompleteTextView dropdown in Search dialog when cursor update...Amith Yamasani2010-03-042-1/+10
|\
| * Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixe...Amith Yamasani2010-03-042-1/+10
* | Fix some bugs.Dianne Hackborn2010-03-042-2/+16
|/
* Feature to return an extra in the cursor that keeps the spinny going.Amith Yamasani2010-03-032-7/+53
* Use "play" icon for search dialog button in BrowserBjorn Bringert2010-03-031-12/+6
* Add SearchManager.SUGGEST_COLUMN_TEXT_2_URLBjorn Bringert2010-03-032-29/+56
* Prevent crash in Dialog.Romain Guy2010-03-011-19/+7
* Merge "Add BatteryInfo to ApplicationErrorReport."Jacek Surazski2010-02-271-7/+70
|\
| * Add BatteryInfo to ApplicationErrorReport.Jacek Surazski2010-02-261-7/+70
* | Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn2010-02-265-9/+36
* | Add new -W option to Am to wait for the start to complete.Dianne Hackborn2010-02-262-0/+95
* | Comment out the finalize() methods defined on the Activity,Carl Shapiro2010-02-252-3/+9
* | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-253-5/+5
|/
* Fix for voice search crash in maps and youtube. Bug 2453182Amith Yamasani2010-02-251-7/+8
* Merge "Add some backup Javadoc and clean imports"Kenny Root2010-02-241-45/+60
|\