This project adheres to Semantic Versioning.
- Fixed prompt icon sharing its state with other drawables
- Improved ActionMode example
- Fixed crash when running on Gingerbread and below that was introduced in v1.6.1
- Fixed prompt being shown behind ActionMode (removed drawing behind DrawerLayout)
- Added ActionMode example
- Added RTL layout support
- Added methods to change text gravity
- Added disabling idle animation
- Added method to change the view that is rendered as the target
- Improved dialog style sample
- Fixed prompt text positioning not taking clip bounds into account
- Fixed clip bounds being incorrectly calculated on KitKat and lower
- Fixed status bar height being incorrectly applied to clip bounds
- Changed how status bar height is obtained
- Fixed clip bounds being incorrectly calculated
- Added tinting icon drawable
- Fixed icon drawable being incorrectly tinted
- Added changing primary and secondary text typeface
- Reduced number of generated methods
- Removed incorrect delay in starting the prompt display animation
- Added style attribute for controlling capturing focal touch events
- Added option to capture touch events outside prompt
- Added options to disable auto dismiss and auto finish prompt
- Fixed prompt view position not changing on target view position change
- Fixed null pointer exception in Builder.show when create returns null
- Fixed crash if secondary text not set
- Fixed incorrectly named method getTextSeparation, renamed to setTextSeparation
- Fixed incorrect text positioning when view is clipped
- Fixed incorrect margin use
- Added loading prompt theme from style
- Fixed prompt being drawn outside activity bounds
- Initial release