NewPipe/app/src/main/java/org/schabi/newpipe/fragments/list
bg1722 bef5907ec3
show OverallDuration in Playlist
earlier only overall amount of videos was shown. Now overall duration is shown there too - as formatted by existing Localization.concatenateStrings() and Localization.getDurationString().

show all videos OverallDuration in local Playlist too

refactor to make implementation in LocalPlaylistFragment and PlaylistFragment more obviously similar

unfortunately could not refactor upto BaseLocalListFragment

revert the changes for online Playlists

because they are paginated and may be infinite i.e. correct count may come only from the service->extractor chain which unfortunately does not give overall duration yet

next try to improve user-experience with online Playlist

just show that duration is longer (">") than the calculated value in case there is more page(s)

even more improve user-experience for online Playlist

by adding the duration of next items as soon as they are made visible

make showing of playlists duration configurable, disabled by default

adjusted duration to be handled as long because it comes as long from extractor

no idea why I handled it as int earlier

Revert "make showing of playlists duration configurable, disabled by default", refactor

This reverts commit bc1ba17a20d3dd1763210f81d7ca67c5f1734a3d.

Fix rebase

Apply review

Rename video -> stream

Remove unused settings keys
2024-03-29 14:11:27 +01:00
..
channel Some more slight improvements 2024-03-28 22:46:30 +01:00
comments Add @NonNull annotations 2023-12-22 18:52:42 +01:00
kiosk Adjust empty state message for ListInfoFragments depending on Info stream type 2023-08-05 03:50:28 +02:00
playlist show OverallDuration in Playlist 2024-03-29 14:11:27 +01:00
search Merge pull request #8242 from dtcxzyw/trim-search-string 2024-03-28 18:34:59 +01:00
videos Add some documentation and javadocs 2023-12-22 11:57:55 +01:00
BaseListFragment.java Fix NPEs after OnSharedPreferenceChangeListener changes 2023-01-16 22:30:28 +01:00
BaseListInfoFragment.java Revert relying on source ListInfo, use commentsInfoItem.getUrl() instead 2023-12-22 11:57:55 +01:00
ListViewContract.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00