summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Dialog.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-7/+27
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+954
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-954/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+2
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-2/+21
* Initial ContributionThe Android Open Source Project2008-10-211-0/+935