You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolutely. There are bunch of use of deprecated APIs because the app was initially created to target very old Android versions.
A way to automate a linter to at least warn on merge requests can enter in the scope of this issue (probably with a Github Actions but I may deploy jenkins or whatever)
Hope you don't mind but I thought it would be a good idea to track some changes here, as a way to jump-start newcomers who would want to contribute to the project.
So here are some deprecation warnings that have been popping up from what I've seen.
During building and testing with Android Studio, I noticed a warning saying that something in the App uses or overrides a deprecated API.
I decided to run the code checking tool and export the result (minus the "typos", which I think are useless at the moment) as an HTML page.
linting_result.zip
This seems like a good starting point for future modernization of the app.
The text was updated successfully, but these errors were encountered: