NewPipe/app/src/main/java/org/schabi/newpipe
ktprograms 1e652b159e Load uploaderUrl when showing Channel Details from Play Queue
This checks if the uploaderUrl is in the database, if not it gets the
uploaderUrl and puts it in the database. This is similar to the fetching
of uploaderUrl when it doesn't exist done in #6919.

Also use createNotification when error occurs in getStreamInfo.
2022-01-25 11:00:34 +08:00
..
about Fixed the app restarting not working properly 2021-09-06 20:47:44 +02:00
database Make SearchHistoryEntry.kt fields nullable to match java version (#7674) 2022-01-21 16:01:11 +00:00
download Merge pull request #7452 from litetex/show-alert-when-file-manager-not-found 2021-12-14 20:01:02 +01:00
error Add javadoc to ErrorUtil and ErrorActivity 2021-12-07 18:14:53 +01:00
fragments Merge pull request #7668 from litetex/fix-video-reset-on-player-switch 2022-01-19 16:45:10 +01:00
info_list Added ability to see pinned comment 2021-12-24 11:29:34 -06:00
ktx Fixed StackOverflow 2021-11-15 20:22:17 +01:00
local Fix false warning 2022-01-18 07:40:59 +03:00
player Workaround: Set recovery before switching player 2022-01-17 20:52:07 +01:00
settings Small improvements to code quality and readability 2021-12-21 20:55:41 +01:00
streams Android 10+ only allows SAF -> Respect that in the dialog 2021-12-08 20:22:26 +01:00
util Load uploaderUrl when showing Channel Details from Play Queue 2022-01-25 11:00:34 +08:00
views Adress requested changes and remove an unused return value in NewPipeTextViewHelper 2021-10-16 13:41:05 +02:00
App.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
BaseFragment.java Get rid of setUserVisibleHint 2021-10-16 15:33:45 -04:00
CheckForNewAppVersion.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01: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 Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00
NewPipeDatabase.java Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
NewVersionManager.kt Respect expires header when checking for new version 2021-01-23 09:02:11 +01:00
PanicResponderActivity.java Clean up SDK version checks 2020-09-06 12:55:30 +02:00
QueueItemMenuUtil.java Load uploaderUrl when showing Channel Details from Play Queue 2022-01-25 11:00:34 +08:00
RouterActivity.java Replace ErrorActivity with ErrorUtil 2021-12-04 10:36:36 +01:00