Stypox
4030befcea
Add StreamHistoryEntry.toStreamInfoItem()
...
Co-authored-by: Haggai Eran <haggai.eran@gmail.com>
2025-02-16 21:40:55 +01:00
Stypox
f31414f26c
Add getThumbnailUrl() to PlaylistLocalItem interface
...
Co-authored-by: Haggai Eran <haggai.eran@gmail.com>
2025-02-16 21:40:48 +01:00
Stypox
2bd2aaac9d
Add getPlaylist(id) to RemotePlaylistManager
...
Co-authored-by: Haggai Eran <haggai.eran@gmail.com>
2025-02-16 21:40:36 +01:00
Nicholas Sala
959c61a9d4
Fixed playlist order between "Bookmarked Playlists" list and "add to playlist" dialog list. Now both lists are sorted using case insensitive order if the user has not yet adjusted manually the order.
2024-09-26 13:24:26 +00:00
Stypox
d9b116bf00
Fix NPE when avatarUrl is empty
2024-04-09 20:18:21 +02:00
Stypox
29bfbbeacd
Also sort playlist duplicates by display index
2024-03-29 20:55:24 +01:00
Stypox
737604faca
Fix DatabaseMigrationTest
...
Complete removal of unneeded index, and remove default value for `remote_playlists.display_index`.
2024-03-29 20:43:55 +01:00
Stypox
77d913295f
Apply review
2024-03-29 18:08:37 +01:00
Stypox
564e34b3e7
Merge branch 'dev' into pr8221
2024-03-29 18:08:31 +01:00
Stypox
92c3bedf0d
Merge pull request #8242 from dtcxzyw/trim-search-string
...
Trim search string and remove duplicate records from the database
2024-03-28 18:34:59 +01:00
TacoTheDank
a2e752c06e
Change Converters to class to fix build
2023-12-23 11:47:57 +01:00
TacoTheDank
7d6dec1379
Update miscellaneous libraries
2023-12-23 11:47:57 +01:00
Tobi
01c8ee7fbc
Update app/src/main/java/org/schabi/newpipe/database/feed/dao/FeedDAO.kt
...
Co-authored-by: Stypox <stypox@pm.me>
2023-11-23 17:12:16 +01:00
TobiGr
279fc49410
Fix notifiying about old "new" streams
...
Add tests for `FeedDAO.unlinkStreamsOlderThan(:offsetDateTime) `
Closes #10237
2023-10-14 18:33:21 +02:00
Stypox
7828cd233d
Separate imageListToDbUrl from choosePreferredImage
...
imageListToDbUrl should be used if the URL is going to be saved to the database, to avoid saving nothing in case at the moment of saving the user preference is to not show images.
2023-09-22 10:14:44 +02:00
Stypox
e97da723fc
Add documentation and fix SonarCloud issue
2023-09-22 10:14:44 +02:00
Stypox
4164bf36f6
Implement better image selection strategy
2023-09-22 10:14:44 +02:00
Stypox
a6a7c2271a
Add image quality preference
2023-09-22 10:14:43 +02:00
Stypox
46109ff3b9
Support obtaining multiple images from the extractor
2023-09-22 09:57:33 +02:00
TobiGr
b7d0198743
Fix database migration and string trimming
...
Co-authored-by: Yingwei Zheng <dtcxzyw@qq.com>
2023-08-16 22:02:12 +02:00
TobiGr
8ef6481017
Trim search string and remove duplicate records from the database
...
Co-authored-by: Yingwei Zheng <dtcxzyw@qq.com>
2023-08-16 21:26:35 +02:00
TacoTheDank
463834f6cd
Update AndroidX Room library
2023-07-17 21:09:44 -04:00
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
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
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
Jared Fantaye
5b95360879
Made some small adjustments to the database query
2023-02-09 20:41:22 +01:00
Jared Fantaye
741239911b
Fixed the merge conflict
2023-02-05 21:21:02 +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
cd44aad907
See if playlists already contain a stream from db
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
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
Jared Fantaye
82d74d18ee
Implemented the "remove duplicates" feature.
2023-01-13 21:35:22 +01:00
Stypox
f7fe8d0e57
Merge pull request #9642 from Jared234/8582_empty_playlists_not_shown
...
Fixed a bug that prevented the display of multiple empty playlists
2023-01-13 13:20:42 +01:00
Jared Fantaye
0933b335e6
Created the first draft.
2023-01-10 20:55:18 +01:00
Jared Fantaye
3be950c143
Fixed a bug that caused multiple empty playlists to be not shown.
2023-01-08 11:53:42 +01:00
Jared Fantaye
be2394e912
Added migration to new database
2022-12-09 22:40:54 +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
Jared Fantaye
c4eb72385d
Added menu with tappable list items
2022-12-03 09:52:04 +01:00
Stypox
c0b2e2aebe
Fix duplicate videos in feed "All"
2022-10-27 23:43:39 +02:00
Isira Seneviratne
cf52c320fc
Remove unused methods in HistoryRecordManager.
2022-08-06 05:09:54 +05:30
litetex
e2f5b521bb
Merge pull request #8621 from Stypox/deduplicate-feed
...
Deduplicate SQL queries to get feed streams
2022-07-24 14:52:35 +02:00