index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
Dialog.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modu...
Adam Powell
2014-05-06
1
-1
/
+4
|
\
|
*
onWindowDismissed API cleanup
Adam Powell
2014-05-05
1
-1
/
+4
*
|
android.widget.Toolbar
Adam Powell
2014-04-04
1
-3
/
+3
*
|
Manually merge commit '2faf28cf' into master
Will Haldean Brown
2014-03-04
1
-0
/
+4
|
\
\
|
|
/
|
*
Add swipe-to-dismiss support to PhoneWindow.
Will Haldean Brown
2014-03-04
1
-0
/
+4
*
|
Replace auto-create in findViewById() with explicit create() API
Alan Viverette
2013-12-11
1
-15
/
+16
*
|
Prevent reentrance in Dialog.findViewById()
Alan Viverette
2013-12-09
1
-1
/
+6
*
|
Allow alert dialogs to inflate custom view layouts
Alan Viverette
2013-12-05
1
-4
/
+11
*
|
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-1
/
+0
|
/
*
Dismiss immediately to maintain consistent state.
Craig Mautner
2013-06-10
1
-2
/
+3
*
Fix a bug resolving the correct icon/logo in action bars
Adam Powell
2013-05-31
1
-0
/
+5
*
Initial draft of high-level multi-display APIs.
Jeff Brown
2012-08-31
1
-8
/
+12
*
Add setOnDismissListener to AlertDialog.Builder
Adam Powell
2012-08-27
1
-4
/
+6
*
Dialog not dismissed when tearing down dialog fragment.
Svetoslav Ganov
2012-05-06
1
-1
/
+6
*
Don't check whether dismiss() is called on the UI thread
Romain Guy
2012-05-04
1
-8
/
+1
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-1
/
+1
*
Bug 5513073 - IllegalArgumentException: View not attached to window
Adam Powell
2011-11-01
1
-1
/
+9
*
Fix bug 5528574 - "View not attached to window manager" upon
Adam Powell
2011-11-01
1
-0
/
+21
*
docs: add developer guide cross-references, Project ACRE, Round 2
Joe Fernandez
2011-10-14
1
-3
/
+8
*
am 1a846ab0: am b1578d85: Merge "Fix startSearch condition on Dialog, because...
Conley Owens
2011-04-29
1
-1
/
+1
|
\
|
*
Fix startSearch condition on Dialog, because pressing search key causes ANR p...
lge-aosp
2011-03-15
1
-1
/
+1
*
|
Add support for mouse hover and scroll wheel.
Jeff Brown
2011-02-25
1
-13
/
+10
*
|
Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called
Adam Powell
2011-02-08
1
-0
/
+2
*
|
am 6a11185b: am c8c3021a: Merge "Fix issue #3398767: Need translucent holo th...
Dianne Hackborn
2011-01-27
1
-3
/
+7
|
\
\
|
*
|
Fix issue #3398767: Need translucent holo theme
Dianne Hackborn
2011-01-27
1
-3
/
+7
*
|
|
am a58552e0: am f95bd0fe: Merge "Argh forget to include my final part of the ...
Dianne Hackborn
2011-01-25
1
-0
/
+27
|
\
\
\
|
|
/
/
|
*
|
Argh forget to include my final part of the change.
Dianne Hackborn
2011-01-25
1
-0
/
+27
*
|
|
am 2ec5a716: am 36c84403: Merge "Fix issue #3362484: Can\'t dismiss activity ...
Dianne Hackborn
2011-01-18
1
-20
/
+2
|
\
\
\
|
|
/
/
|
*
|
Fix issue #3362484: Can't dismiss activity picker by tapping outside dialog
Dianne Hackborn
2011-01-18
1
-20
/
+2
*
|
|
Add joystick support to framework.
Jeff Brown
2011-01-17
1
-1
/
+50
|
/
/
*
|
Add dispatch key shortcut window callback.
Jeff Brown
2011-01-05
1
-1
/
+31
*
|
Again maybe fix issue #3169193...
Dianne Hackborn
2011-01-03
1
-2
/
+5
*
|
Fix Dialog generating multiple onCancel().
Dianne Hackborn
2010-12-14
1
-2
/
+1
*
|
Fix bug 3240444 - add OnMenuVisibilityListener for action bar.
Adam Powell
2010-12-01
1
-0
/
+6
*
|
Fix bug 2948913 - provide lifecycle notifications for action modes
Adam Powell
2010-11-15
1
-1
/
+7
*
|
Holo theme progress and assets!
Adam Powell
2010-10-08
1
-5
/
+9
*
|
Added AlertDialog.Builder#getContext
Adam Powell
2010-09-28
1
-1
/
+1
*
|
Holo themes and assets in progress
Adam Powell
2010-09-27
1
-1
/
+5
*
|
Add facilities for layout transitions
Chet Haase
2010-08-24
1
-1
/
+1
*
|
Clean up some options menu/action bar menu handling for Dialogs.
Adam Powell
2010-08-17
1
-0
/
+10
*
|
Support ActionBar in Dialogs
Adam Powell
2010-08-09
1
-3
/
+21
*
|
Moved context modes into view, renamed to action modes
Adam Powell
2010-07-26
1
-5
/
+11
|
/
*
merge from open-source master
The Android Open Source Project
2010-06-02
1
-1
/
+1
|
\
|
*
Replaced raw string arguments for Context.getSystemService() with final Conte...
Christian Mehlmauer
2010-05-31
1
-1
/
+1
*
|
Tame the monkey.
Romain Guy
2010-03-29
1
-3
/
+7
*
|
Dismiss a dialog if dimissed right after calling show().
Romain Guy
2010-03-16
1
-1
/
+1
*
|
Preserve widgets on upgrade.
Romain Guy
2010-03-11
1
-9
/
+10
*
|
Prevent crash in Dialog.
Romain Guy
2010-03-01
1
-19
/
+7
*
|
Don't start global search from system dialogs
Bjorn Bringert
2010-02-22
1
-6
/
+8
*
|
Cleanup of global search references in SearchDialog and SearchManager.
Amith Yamasani
2010-02-17
1
-5
/
+0
[next]