NewPipe-app-android/app/src/main/java/org/schabi/newpipe/local
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
..
bookmark Remove useless override 2023-09-20 15:42:09 +02:00
dialog Merge branch 'dev' into 9458_faulty_playlist_thumbnail_update 2023-02-05 20:45:44 +01:00
feed Update miscellaneous libraries 2023-12-23 11:47:57 +01:00
history Deduplicate code to initialize ClickListeners on playlist controls 2023-09-18 23:22:32 +02:00
holder Add image quality preference 2023-09-22 10:14:43 +02:00
playlist show OverallDuration in Playlist 2024-03-29 14:11:27 +01:00
subscription Update miscellaneous libraries 2023-12-23 11:47:57 +01:00
BaseLocalListFragment.java Fix NPEs after OnSharedPreferenceChangeListener changes 2023-01-16 22:30:28 +01:00
HeaderFooterHolder.java
LocalItemBuilder.java Replace UniversalImageLoader with Picasso 2021-08-24 10:56:25 +02:00
LocalItemListAdapter.java Added the duplicate indicator explanation & removed some unnecessary functions 2023-01-27 15:37:33 +01:00