-
Notifications
You must be signed in to change notification settings - Fork 93
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
Migration to 0.12.0 while still supporting Android API 21..25 #129
Comments
|
|
Maybe as such:
? |
Not sure why the support for |
It was something I did as a personal project because the new APIs are more pleasant to work with. Apart from the jump to the newer APIs, not much changed in this version (see the Changelog). So if you are worried about missing out on bug/security fixes or new features, there were none (not counting the dependency updates, which you can exclude from your build if your project does not use them). ez-vcard is very stable and I don't expect there to be many more updates. |
Self note: Support for See "Updated Java language support" section in: https://developer.android.com/about/versions/oreo/android-8.0 |
After updating to 0.12.0 , I've noticed that it has some changes that I hope I've found proper alternatives to them:
VCardWriter
and maybe also others. There is Path instead, but it requires API 26 while the app I work on is for Android API 21 and above.Is it ok to use this instead:
?
Does it auto-close the stream?
Birthday
doesn't support providingDate
class to it. I can't use Temporal as it requires API 26 . Is it ok to convert toPartialDate
? Would work the same? Meaning like this:I tried to find information on the repository, but found only what has changed, and not how to migrate:
https://github.com/mangstadt/ez-vcard/wiki/Changelog
Please help.
The text was updated successfully, but these errors were encountered: