Skip to content
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

CB-13916(android): Suppress deprecation warnings #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brodycj
Copy link

@brodycj brodycj commented Jan 28, 2019

Here are some changes needed to suppress ugly deprecation warnings when building on Android.

Note that with these changes, old android.annotation package is no longer used. This is desired since a number of android.annotation packages should be considered obsolete for androidx (apache/cordova-android#565; apache/cordova#69).

@jcesarmobile jcesarmobile changed the title Suppress deprecation warnings on Android CB-13916(android): Suppress deprecation warnings Dec 15, 2019
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the only deprecated class is ProgressDialog, not the others.
I don't think we should hide the warnings, but to remove them.
If that means killing the progressStart/progressStop I'm ok with that, since they are not documented (but we should do a major release anyway)

There was a jira issue for the deprecated warnings, so I've changed the title:
https://issues.apache.org/jira/browse/CB-13916

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants