-
-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor BitmapUtils to Kotlin #98
Conversation
* Rename BitmapUtils.java to BitmapUtils.kt * Convert BitmapUtils to Kotlin * Update CHANGELOG.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work so far! some points for improvement =D.
Please make the CI pass, so I can jump in and put the last bits in place ;)
Thanks ^^
cropper/src/main/java/com/canhub/cropper/BitmapCroppingWorkerJob.kt
Outdated
Show resolved
Hide resolved
@Canato Fixed lint checks |
@Canato I think I resolved all issues... 😀 |
🙂 @Canato Updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks man!!!
😇 |
close #35
Description:
Migrated BitmapUtils to Kotlin