- Fixed crash on Lollipop devices
- Moved everything Gradle-related over to Kotlin Scripting
- Add method to set the text within the PinView
- v3.0.2 fixes
- Added
text
field to get current inputted text
- Changed
onEntered()
to be called every time a text is entered, and not just at the end
- Updated min version to 21
- Added a bunch more customization attributes such as padding, width size, background, text size, text color, pin width, and whether the text is bold
- Updated min version to 19
- Switched to AndroidX
- Kotlinized the project
- Fixed package name
- Made the PinView customizable via an XML declaration
- Initial Release