-
-
Notifications
You must be signed in to change notification settings - Fork 994
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
Update README.md and CHANGELOG.md #503
Conversation
@wasky We Need to update the saving example with the coroutine one. We also need to keep the old one as well. |
Is it related to #511 and you want to keep Java support? |
Yes. For documentation purposes. |
I would introduce new API before the release rather than keep the old one in docs. The reason for this is the exception handling. In current old version of API and in AsyncTask version of API you can't handle potential exceptions from the lib. In new API this will work:
I made a PR with new API for Java (#512) and changed the README in this PR to show example usage of new API for borh Java and Kotlin. |
@wasky I've published the jar. Can you update the documentation? |
* Remove info about deprecation of saveAsFile() and saveAsBitmap() * Update instruction text for coroutines version of saving image
# Conflicts: # README.md
No description provided.