mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-03-15 20:29:43 +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.