Releases: hss01248/DialogUtil
Releases · hss01248/DialogUtil
1.2.6
- 解决回调的空指针问题
2.取消自动弹出软键盘方法,回调增加onshow方法,以供用户自己弹出软键盘
3.默认显示md 单选的cancel 按钮
4.增加作为dialog样式的activity弹窗的方法; showAsActivity()
5.优化bottomSheetDialog的样式,增加沉浸式,增加类似小米手机系统分享框的viewpager左右滑效果.
1.1.7
can set width percent and height percent
can disable shadow background
1.2.5
- 能够将dialog作为activity显示
2.依照support 包中alertdialog样式自定义matrial dialog布局和样式,以解决原生的alertdialog无法作为TYPE_TOAST和activity显示的问题.
3. 至此,除了原生ProgressDialog和Design包下的BottomSheetDialog在TYPE_TOAST或activity显示有异样外,其他ios样式和material 样式的均可以在三种状态下显示: 普通dialog,TYPE_TOAST,作为activity
1.2.4
1.iosloading的动画更换实现方式:从GifImageView播放gif改为animation-list实现,以规避诡异的混淆失败的bug
2.input dialog增加: 可设置第二个输入框为密码模式,增加输入检验的回调,完善软键盘的弹出和收回
1.2.3
ios样式的dialog中增加按钮上方完全自定义view的功能:setCustomContentHolder
1.2.1
1.bottomsheetdialog 可以控制是否使用behavior:
true时使用design包中的BottomSheetDialog
false时使用普通dialog
2.bottomsheetdialog 可以自定义样式: setBottomsheetStyle()
1.2.0
fix proguard bug
fix bottomsheetdialog bottom cancel button bug
can set bottomsheetdialog default height