NewPipe/app/src/main/java/org/schabi/newpipe
Stypox 53f8415e9b
Use @SuppressWarnings for checkstyle suppressions & warnings
It's better to use @SuppressWarnings instead of the suppressions file, so that the warning suppression is at the place where it acts.
2022-03-18 23:57:11 +01:00
..
about Replace CircleImageView with ShapeableImageView 2022-02-23 15:11:25 -05:00
database Fix Room warning about unused columns during build 2022-02-19 17:13:57 +01:00
download Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00
error Apply feedback 2022-02-20 20:17:04 +01:00
fragments Merge pull request #7570 from TeamNewPipe/improvement/infoItemDialogBuilder 2022-02-26 16:18:39 +01:00
info_list Deduplicate code for fetching stream info when sparse 2022-03-03 16:54:40 +01:00
ktx Fixed SonarLint problems 2022-01-21 22:49:24 +01:00
local Use @SuppressWarnings for checkstyle suppressions & warnings 2022-03-18 23:57:11 +01:00
player Use @SuppressWarnings for checkstyle suppressions & warnings 2022-03-18 23:57:11 +01:00
settings Merge pull request #7518 from mauriciocolli/remove-icon-duplicates 2022-03-15 21:51:04 +01:00
streams Use @SuppressWarnings for checkstyle suppressions & warnings 2022-03-18 23:57:11 +01:00
util Delete some unused code 2022-03-17 23:26:34 -04:00
views Delete some unused code 2022-03-17 23:26:34 -04:00
App.java Update ACRA library 2022-02-02 13:12:29 -05:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
DownloaderImpl.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
ExitActivity.java Replaced System.Exit calls with FinishAffinity and Start Activity calls 2021-06-17 17:18:15 +01:00
MainActivity.java Migrate CheckForNewAppVersion to Worker (and rename it) 2022-03-03 13:26:57 -05:00
NewPipeDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
NewVersionWorker.kt Convert NewVersionWorker to Kotlin 2022-03-03 13:34:35 -05:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
QueueItemMenuUtil.java Deduplicate code for fetching stream info when sparse 2022-03-03 16:54:40 +01:00
RouterActivity.java Prefer video-only streams to video streams 2022-02-20 19:38:40 +01:00