Skip to content

Releases: drstranges/ActionHandler

Refactor

19 Oct 09:46
Compare
Choose a tag to compare

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

23 Sep 15:26
Compare
Choose a tag to compare

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

15 Jul 08:54
Compare
Choose a tag to compare

Fixed bug with showing Progress Dialog for RequestAction and RxRequestAction.

RxRequestAction

05 Jul 22:41
Compare
Choose a tag to compare
v0.1.14

Update README.md

First release

14 Jun 23:31
Compare
Choose a tag to compare
First release Pre-release
Pre-release

Initial release.