summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* Dismiss immediately to maintain consistent state.Craig Mautner2013-06-101-2/+3
* Fix a bug resolving the correct icon/logo in action barsAdam Powell2013-05-311-0/+5
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-8/+12
* Add setOnDismissListener to AlertDialog.BuilderAdam Powell2012-08-271-4/+6
* Dialog not dismissed when tearing down dialog fragment.Svetoslav Ganov2012-05-061-1/+6
* Don't check whether dismiss() is called on the UI threadRomain Guy2012-05-041-8/+1
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Bug 5513073 - IllegalArgumentException: View not attached to windowAdam Powell2011-11-011-1/+9
* Fix bug 5528574 - "View not attached to window manager" uponAdam Powell2011-11-011-0/+21
* docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-3/+8
* am 1a846ab0: am b1578d85: Merge "Fix startSearch condition on Dialog, because...Conley Owens2011-04-291-1/+1
|\
| * Fix startSearch condition on Dialog, because pressing search key causes ANR p...lge-aosp2011-03-151-1/+1
* | Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-13/+10
* | Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if calledAdam Powell2011-02-081-0/+2
* | am 6a11185b: am c8c3021a: Merge "Fix issue #3398767: Need translucent holo th...Dianne Hackborn2011-01-271-3/+7
|\ \
| * | Fix issue #3398767: Need translucent holo themeDianne Hackborn2011-01-271-3/+7
* | | am a58552e0: am f95bd0fe: Merge "Argh forget to include my final part of the ...Dianne Hackborn2011-01-251-0/+27
|\ \ \ | |/ /
| * | Argh forget to include my final part of the change.Dianne Hackborn2011-01-251-0/+27
* | | am 2ec5a716: am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity ...Dianne Hackborn2011-01-181-20/+2
|\ \ \ | |/ /
| * | Fix issue #3362484: Can't dismiss activity picker by tapping outside dialogDianne Hackborn2011-01-181-20/+2
* | | Add joystick support to framework.Jeff Brown2011-01-171-1/+50
|/ /
* | Add dispatch key shortcut window callback.Jeff Brown2011-01-051-1/+31
* | Again maybe fix issue #3169193...Dianne Hackborn2011-01-031-2/+5
* | Fix Dialog generating multiple onCancel().Dianne Hackborn2010-12-141-2/+1
* | Fix bug 3240444 - add OnMenuVisibilityListener for action bar.Adam Powell2010-12-011-0/+6
* | Fix bug 2948913 - provide lifecycle notifications for action modesAdam Powell2010-11-151-1/+7
* | Holo theme progress and assets!Adam Powell2010-10-081-5/+9
* | Added AlertDialog.Builder#getContextAdam Powell2010-09-281-1/+1
* | Holo themes and assets in progressAdam Powell2010-09-271-1/+5
* | Add facilities for layout transitionsChet Haase2010-08-241-1/+1
* | Clean up some options menu/action bar menu handling for Dialogs.Adam Powell2010-08-171-0/+10
* | Support ActionBar in DialogsAdam Powell2010-08-091-3/+21
* | Moved context modes into view, renamed to action modesAdam Powell2010-07-261-5/+11
|/
* merge from open-source masterThe Android Open Source Project2010-06-021-1/+1
|\
| * Replaced raw string arguments for Context.getSystemService() with final Conte...Christian Mehlmauer2010-05-311-1/+1
* | Tame the monkey.Romain Guy2010-03-291-3/+7
* | Dismiss a dialog if dimissed right after calling show().Romain Guy2010-03-161-1/+1
* | Preserve widgets on upgrade.Romain Guy2010-03-111-9/+10
* | Prevent crash in Dialog.Romain Guy2010-03-011-19/+7
* | Don't start global search from system dialogsBjorn Bringert2010-02-221-6/+8
* | Cleanup of global search references in SearchDialog and SearchManager.Amith Yamasani2010-02-171-5/+0
* | Add Dialog.setOnShowListener() to the public API.Ficus Kirkpatrick2010-01-151-2/+1
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
|/
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-141-6/+33
* Do a better job at finding the activity associated with a dialog when trigger...Karl Rosaen2009-09-041-2/+20
* Infrastructure for supporting wallpaper previews.Dianne Hackborn2009-08-201-0/+6
* Don't start search from a dialog if there is no activity associated withKarl Rosaen2009-07-211-0/+5
* Respect onSearchRequested in Dialog and actually launch search. Also dismiss...Karl Rosaen2009-07-141-2/+12
* Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialogRomain Guy2009-07-141-6/+33
* Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreat...Romain Guy2009-07-081-2/+4