summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modu...Adam Powell2014-05-061-1/+4
|\
| * onWindowDismissed API cleanupAdam Powell2014-05-051-1/+4
* | android.widget.ToolbarAdam Powell2014-04-041-3/+3
* | Manually merge commit '2faf28cf' into masterWill Haldean Brown2014-03-041-0/+4
|\ \ | |/
| * Add swipe-to-dismiss support to PhoneWindow.Will Haldean Brown2014-03-041-0/+4
* | Replace auto-create in findViewById() with explicit create() APIAlan Viverette2013-12-111-15/+16
* | Prevent reentrance in Dialog.findViewById()Alan Viverette2013-12-091-1/+6
* | Allow alert dialogs to inflate custom view layoutsAlan Viverette2013-12-051-4/+11
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
|/
* 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