mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-29 14:27:39 +00:00
Add annotations to methods and parameters. Replace Jetbrains' @NotNull with Androidx' @NonNull annotatiation. Make class variables static if possible. Use constants for some Strings. Simplify if conditions.