Skip to content

Releases: orhanobut/dialogplus

1.11

31 Jan 14:44
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Header/Footer misplace fix
  • ListHolder width fix

v1.9 release

12 Jul 13:31
Compare
Choose a tag to compare
  • NPE fix

v1.8 release

12 Jul 13:04
Compare
Choose a tag to compare
  • Set content width and height manually
.setContentWidth(800)
.setContentHeight(ViewGroup.LayoutParams.WRAP_CONTENT)
  • Set default height when expand feature is enabled
.setExpanded(true, 100)
  • Major change for the builder class. DialogPlus must use new static factory method to initialize.
DialogPlus dialog = DialogPlus.newDialog(context) ...
  • Major refactoring

v1.7 release

21 Jun 18:59
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • getHeaderView() added
  • getFooterView() added
  • getHolderView() added
  • some bug fixes
  • OnCancelListener added
  • OnDismissListener added
  • OnBackPressListener added

v1.2

01 Feb 16:21
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • OnItemClickListener modified, it contains DialogPlus object now.
  • Backpress issue is fixed, it will dismiss the dialog if the cancelable is true