Isira Seneviratne
c91ffa4863
Use AndroidX's PendingIntentCompat class.
2023-04-13 10:53:46 +05:30
Stypox
65d0f89a09
Merge pull request #9707 from Jared234/1473_remove_duplicates_from_playlist
...
Remove duplicates from playlist feature
2023-02-28 22:14:01 +01:00
Stypox
6f5fec78fb
Update app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java
2023-02-28 21:40:11 +01:00
Stypox
c04e2cda2c
Update app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java
2023-02-28 21:35:57 +01:00
Stypox
7726a0434f
Merge pull request #9747 from Jared234/9126_remove_partially_watched_from_feed
...
Added option to remove partially watched videos from the 'Whats new' feed
2023-02-28 19:10:11 +01:00
Jared Fantaye
31b9dddf8a
Fixed some small issues
2023-02-28 17:30:17 +01:00
Jared Fantaye
2ac9258cde
Merge remote-tracking branch 'origin/1473_remove_duplicates_from_playlist' into 1473_remove_duplicates_from_playlist
2023-02-28 16:44:13 +01:00
Jared Fantaye
e399847186
Refactoring removeDuplicates function and preventing concurrent calls.
2023-02-28 16:43:58 +01:00
Stypox
f6ef1d14f7
Merge pull request #9728 from mahendranv/channel_card
...
Larger channel cards in search results
2023-02-26 13:43:09 +01:00
Stypox
529c09e32c
Merge pull request #8180 from Trust04zh/fix-4053-8176
...
Make UI behavior for playback information display more consistent
2023-02-26 13:22:13 +01:00
Jared Fantaye
34d3ee3a63
Made some small code improvements
2023-02-25 22:14:49 +01:00
Jared Fantaye
0752461c77
Made some small code improvements
2023-02-09 23:17:36 +01:00
Jared Fantaye
2567a6d28c
Implemented the suggested changes
2023-02-09 21:18:21 +01:00
Jared234
e26fafd61b
Merge branch 'dev' into 1473_remove_duplicates_from_playlist
2023-02-09 20:47:10 +01:00
Mahendran
5751979faa
Larger channel cards in search results
...
- Thumbnail larger (100dp) than the usual (92dp) throughout the app
- Description lint count is 8 (normally 3)
2023-02-09 06:15:22 +05:30
Trust_04zh
62a906bb73
Make positions in list depend on watch history, remove confusing animations
...
The following is the list of all commits squashed together:
Regain function for option `Positions in lists`
use option `Resume playback` to control display of progress info in VideoDetailFragment, remove this (extra) function from option `Positions in lists`.
remove extra check for live streams, live streams updates just as non-live streams.
fix #8176 by eliminating exit delay
Regain function for option `Positions in lists`
update code with developer's comments
apply static import to methods in util class DependentPreferenceHelper
Regain function for option `Positions in lists`
use option `Resume playback` to control display of progress info in VideoDetailFragment, remove this (extra) function from option `Positions in lists`.
remove extra check for live streams, live streams updates just as non-live streams.
fix behavior for displaying progress bar when autoplay off but video resume on
not to retrieve unnecessary states when position in lists disabled
fix mistake in code
simplify conditional logic
update doc comment and remove unused method
Fix not showing duration if position indicators disabled
Positions in lists only depends on watch history
2023-02-07 09:48:18 +01:00
Jared234
049673af55
Merge branch 'dev' into 9458_faulty_playlist_thumbnail_update
2023-02-05 20:45:44 +01:00
Jared Fantaye
daa30ec46a
Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id
2023-02-05 20:32:34 +01:00
Jared Fantaye
87c87acedc
Implemented the feature using multiple checkboxes
2023-02-04 18:48:27 +01:00
Jared Fantaye
472d488cc4
Implemented the feature and fixed some small issues
2023-02-01 23:10:31 +01:00
Jared Fantaye
5fb93f6a76
First draft of the new feature
2023-01-30 22:37:24 +01:00
Stypox
e10a3aa2e3
Merge pull request #9538 from Jared234/4186_warning_duplicates_in_playlist
...
Handle duplicate streams in the "Add to playlist" dialog
2023-01-29 10:36:31 +01:00
Stypox
6614f50fdf
Improve handling playlist duplicate indicator
2023-01-29 10:32:32 +01:00
Jared Fantaye
7d4c31de48
Added the duplicate indicator explanation & removed some unnecessary functions
2023-01-27 15:37:33 +01:00
Jared Fantaye
0e35bac519
Made some small adjustments
2023-01-20 11:55:50 +01:00
TobiGr
0153cfd7b2
Fix SonarLint
2023-01-16 23:20:50 +01:00
TobiGr
79e157e212
Fix more NPEs after OnSharedPreferenceChangeListener changes
2023-01-16 23:05:29 +01:00
Stypox
8375f1b60f
Fix NPEs after OnSharedPreferenceChangeListener changes
...
Apps targeting {@link android.os.Build.VERSION_CODES#R} on devices running OS versions {@link android.os.Build.VERSION_CODES#R Android R} or later, will receive a {@code null} value when preferences are cleared.
2023-01-16 22:30:28 +01:00
Mahendran
bf63b3aca2
Thumbnails used in NewPipe are small (list/grid) mode. This PR facilitates full width thumbnails and dubbed as card mode.
2023-01-15 22:32:03 +05:30
Stypox
cd44aad907
See if playlists already contain a stream from db
2023-01-14 18:01:48 +01:00
Jared Fantaye
938cbfc16a
Added the number of duplicates to the toast text.
2023-01-14 18:01:48 +01:00
Jared Fantaye
f558a4a0d2
Removed the duplicate dialog and added another toast option
2023-01-14 18:01:48 +01:00
Jared Fantaye
7a3b3452c4
Fixed the functionality, improved performance & general code cleanup
2023-01-14 18:01:47 +01:00
Jared Fantaye
8f38f02cd3
Continued working on a way to show that items are already in a playlist
2023-01-14 18:01:47 +01:00
Jared Fantaye
40522dbebf
Started working on a way to show that items are already in a playlist
2023-01-14 18:01:47 +01:00
Jared Fantaye
2caccef5cd
Implemented a warning before adding duplicate to playlist.
2023-01-14 18:01:46 +01:00
ge78fug
03618ea4d9
Chenged the name of the icon
2023-01-14 09:21:37 +01:00
Jared Fantaye
82d74d18ee
Implemented the "remove duplicates" feature.
2023-01-13 21:35:22 +01:00
ge78fug
9fa2c538d9
Chenged the What's New icon
2023-01-13 16:33:45 +01:00
Jared Fantaye
71be67f17d
Fixed the "Remove Watched" bug
...
Reverted changes and fixed bug in a different way
2023-01-12 23:44:26 +01:00
Stypox
52be821088
Merge pull request #9523 from Jared234/9468_permanently_set_thumbnail
...
Allow the user to permanently set a thumbnail
2023-01-12 23:27:50 +01:00
Jared Fantaye
0933b335e6
Created the first draft.
2023-01-10 20:55:18 +01:00
Jared Fantaye
8016140124
Removed the "Unset Thumbnail" item if you can't use this feature
2023-01-04 16:21:16 +01:00
Jared Fantaye
a5da1c9ce6
Formatting, renaming and small fixes
2022-12-09 12:01:59 +01:00
Jared Fantaye
9bfe79b34c
Fixed some bugs and improved code quality
2022-12-08 23:31:20 +01:00
Jared Fantaye
fdd014db90
Tried to implement the feature
2022-12-07 02:32:53 +01:00
Stypox
1b562ebca1
Merge pull request #9501 from Stypox/import-subscriptions-hint
...
Add hint to improve discoverability of subscription import
2022-12-04 20:19:19 +01:00
Stypox
0defd52b0d
Show hint about how to import subscriptions when there are none
2022-12-04 19:16:47 +01:00
Stypox
f034d7644f
Merge pull request #8810 from Isira-Seneviratne/Math_floorDiv
...
Use Math.floorDiv().
2022-12-04 18:08:12 +01:00
Jared Fantaye
c4eb72385d
Added menu with tappable list items
2022-12-03 09:52:04 +01:00