mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-03-24 12:27:01 +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.