Releases: orhanobut/dialogplus
Releases · orhanobut/dialogplus
1.11
31 Jan 14:44
Compare
Sorry, something went wrong.
No results found
padding top issue fix for utils
setContentBackgroundResource added, as default white
setOverlayBackgroundResource added, as default semi-transparent black
ListViewHolder itemclick position will return 0 when there is header (it was 1)
v1.10 release
18 Jul 16:06
Compare
Sorry, something went wrong.
No results found
Header/Footer misplace fix
ListHolder width fix
v1.9 release
12 Jul 13:31
Compare
Sorry, something went wrong.
No results found
v1.8 release
12 Jul 13:04
Compare
Sorry, something went wrong.
No results found
Set content width and height manually
.setContentWidth (800 )
.setContentHeight (ViewGroup .LayoutParams .WRAP_CONTENT )
Set default height when expand feature is enabled
Major change for the builder class. DialogPlus must use new static factory method to initialize.
DialogPlus dialog = DialogPlus .newDialog (context ) ...
v1.7 release
21 Jun 18:59
Compare
Sorry, something went wrong.
No results found
Expand feature added similar to Android L share dialog.
.setExpanded (true ); //this will enable it
ScreenType removed
Gravity now uses android gravity class.
Release
22 May 07:59
Compare
Sorry, something went wrong.
No results found
Outmost margin option is added, thus you can move dialog under toolbar or move it above your footer etc.
v1.5-release
11 Apr 21:17
Compare
Sorry, something went wrong.
No results found
getHeaderView() added
getFooterView() added
getHolderView() added
some bug fixes
OnCancelListener added
OnDismissListener added
OnBackPressListener added
v1.2
01 Feb 16:21
Compare
Sorry, something went wrong.
No results found
BasicHolder is removed
ViewHolder added in order to add custom view.
Top, Center animations are added
Center option is added
Set margin option is added
Set animation option is added
OnClickListener option is added
v1.1
21 Jan 10:01
Compare
Sorry, something went wrong.
No results found
OnItemClickListener modified, it contains DialogPlus object now.
Backpress issue is fixed, it will dismiss the dialog if the cancelable is true