summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* Move PhoneWindow and friends back into internal packageAdam Powell2015-05-061-1/+1
* Save search context when dispatching onSearchRequested.Tim Kilbourn2015-04-131-0/+22
* Fix application of default dialog themeAlan Viverette2015-04-101-12/+14
* Avoid double-apply of dialog themeAlan Viverette2015-04-081-19/+27
* Add a type parameter to startActionMode() calls.Clara Bayarri2015-03-131-3/+22
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-071-0/+3
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-4/+8
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+2
* Split up android.policy into framework.jar and services.jar 1/3Jorim Jaggi2015-02-101-8/+8
* Allow disabling the Options Pannel feature for TVsJose Lima2015-01-261-4/+10
* 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