Releases: drstranges/ActionHandler
Releases · drstranges/ActionHandler
Refactor
Move logic of preparing dialog to separate method in DialogAction. Now it is possible to override createDialog
method to show completely custom dialog
New Features
Changes:
- added
app:modelLongClick="@{modelForLongClick}"
binding attribute - added TitleProvider for ActionItem in CompositeAction
- ProgressBarController can show many progress dialog for each tag parameter:
ProgressBarController .showProgressDialog(context, tag, message);
Bugfix:
- fixex crashes when activity is destroing while ProgressBarController shows progress
New ProgressBarController
Fixed bug with showing Progress Dialog for RequestAction and RxRequestAction.
RxRequestAction
v0.1.14 Update README.md
First release
Initial release.