Skip to content

v2.1.0

Compare
Choose a tag to compare
@sjwall sjwall released this 06 Sep 17:45
· 291 commits to master since this release

Features

  • Added support for primary and secondary text being CharSequence. (#82)
  • Added STATE_FINISHING for state change after the finish method has been called.
  • Added STATE_NON_FOCAL_PRESSED for state change after the user has pressed the prompt somewhere other than the target or the system back button has been pressed.

Bug Fixes

  • Fixed STATE_DISMISSING state change incorrectly occurring when auto dismiss is disabled. Fixes null pointer exception in sample. (#82)