- fix bug:some method invalid in built-in dialog
- code refactoring
- use Generic Type to make calling method easy
- combine MaterialTipDialog and MaterialDialog to one
- combine NormalTipDialog and NormalDialog to one
- NormalDialog and MaterialDialog supports at most three btns.
- new added attribute isPopupStyle : show Dialog as PopupWindow
- new added method cancelText for ActionSheetDialog
- fix bug method setCanceledOnTouchOutside() sometime invalid
- change code style
- new added base widget - BasePopup
- new added built-in widget - BubblePopup
- BaseDialog support auto dimiss in given delay
- BasePopup small bug fix
- Combine FlycoAnimation_Lib into FlycoDialog_Lib
- Fix bug for View in Popup click no response
- Improve the function of BaseBubblePopup
- bugfix issue14
- remove the dependence of NineOldAnimation(only support 3.0+)
- bugfix issue22