Jared Fantaye
1dd0930b83
Fixed some small issues
2023-02-28 17:30:17 +01:00
Jared Fantaye
265de55a07
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
d8ed2c8503
Refactoring removeDuplicates function and preventing concurrent calls.
2023-02-28 16:43:58 +01:00
Stypox
73aebc1110
Merge pull request #9847 from Redirion/exo183
...
Update to ExoPlayer 2.18.3
2023-02-26 19:16:25 +01:00
Stypox
3cb76e4c34
Merge pull request #9746 from NyanCatTW1/issue9745
...
Add an option to Ignore hardware media button events
2023-02-26 16:35:12 +01:00
Stypox
65680b2ccf
Only update main tabs position when it changes
2023-02-26 15:58:09 +01:00
Stypox
c8ffe65acf
Simplify code to set tab layout position
2023-02-26 15:42:49 +01:00
Stypox
a4767fc48a
Listen to ignore hardware buttons pref changes
2023-02-26 14:28:57 +01:00
Nyan Cat
42d861688e
Implement Ignore hardware media button events option
2023-02-26 14:02:50 +01:00
Stypox
2ee4c6e289
Merge pull request #9728 from mahendranv/channel_card
...
Larger channel cards in search results
2023-02-26 13:43:09 +01:00
Stypox
097c2368f4
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
Stypox
80e0c6ab0e
Merge pull request #9755 from Jared234/9458_faulty_playlist_thumbnail_update
...
Fixed a bug that caused erroneous updates of the playlist thumbnails
2023-02-26 13:13:12 +01:00
Jared Fantaye
9067c770a7
Made some small code improvements
2023-02-25 22:14:49 +01:00
Stypox
f1a071b668
Merge pull request #9858 from Stypox/fit-more-grid-columns
...
Reduce the size of thumbnails on big screens to fit more grid columns
2023-02-25 20:42:36 +01:00
Stypox
8e888ebdf7
Reduce the size of thumbnails on big screens to fit more grid columns
...
Reverts part of #9310 , which introduced bigger grid thumbnail sizes on big screens, because some users reported not being happy about having too few grid columns. See https://github.com/TeamNewPipe/NewPipe/pull/9310#discussion_r1070670806 .
2023-02-25 15:03:58 +01:00
Stypox
612122997b
Merge pull request #9769 from pratyaksh1610/branch-9765
...
Fix progress bar scaling on thumbnail in playlists card view
2023-02-25 14:50:07 +01:00
Stypox
4b050c0dd8
Merge pull request #9850 from Stypox/fix-api33-links-again3
...
[Android 11+] Correctly open URLs in browser and fix opening downloads and external players
2023-02-25 14:33:41 +01:00
Stypox
be4f3d9d62
Improve javadocs in ShareUtils
2023-02-25 13:14:31 +01:00
Stypox
24ff6a4313
Rename videoURL to streamUrl
2023-02-25 13:14:31 +01:00
Stypox
c2968a3ff2
Use non-deprecated resolveActivity method on API 33+
...
But such method is not available before API 33
2023-02-25 13:14:31 +01:00
Stypox
671dd4afd3
Merge pull request #9777 from pratyaksh1610/branch-9774
...
[Bug] Crash fix when click on empty comment
2023-02-25 09:44:31 +01:00
Stypox
600ebdae18
Correctly open urls in browser on Android 11+
...
- Fix misconfiguration in manifest ('http|https|market' is not valid)
- Split ShareUtils functions taking a boolean parameter into pairs of functions with better names and less runtime checks
- Move all Kore-related functions to KoreUtils
- Remove the toast_no_player string
2023-02-25 09:13:59 +01:00
Robin
5560cea470
Update to ExoPlayer 2.18.3
2023-02-23 12:46:05 +01:00
evermind
30a0c666a3
throw if error could not be handled here
2023-02-21 12:59:47 +01:00
evermind
6f2277cfe7
always set testOnly to false in gradle.properties to get debug builds installed
2023-02-21 11:16:12 +01:00
evermind
5842955201
updated readme to reflect sponsorblock and searchfilters addition
2023-02-21 11:16:12 +01:00
evermind
4d16679214
sponsorblock: cache to prevent fetching same VideoSegment information again
2023-02-18 00:39:00 +01:00
evermind
1d9550e76f
sponsorblock: use serviceId instead of string comparison to determine if youtube service selected
2023-02-18 00:39:00 +01:00
evermind
9736776f8c
sponsorblock: move fetching VideoSegment's to DownloadDialog
...
- move fetching VideoSegment's to DownloadDialog
- integrate ProgressBar to show that we are fetching VideoSegment's
2023-02-18 00:39:00 +01:00
evermind
ccf195c956
Revert "values: change github_url show in AboutFragment to the fork's"
...
This reverts commit b06e2309d3
.
2023-02-18 00:39:00 +01:00
evermind
c8b959d77c
BITCHUTE: adjust theme colors and cleanup
2023-02-18 00:39:00 +01:00
evermind
316cb867cc
RUMBLE: change theme colors to greenish
2023-02-18 00:39:00 +01:00
evermind
d525b04468
sponsorblock: move fetching VideoSegment's to DownloadDialog
...
- move fetching VideoSegment's to DownloadDialog
- integrate ProgressBar to show that we are fetching VideoSegment's
2023-02-18 00:31:34 +01:00
evermind
d74cc92104
sponsorblock: use serviceId instead of string comparison to determine if youtube service selected
2023-02-18 00:15:00 +01:00
evermind
5d746cd4e4
sponsorblock: cache to prevent fetching same VideoSegment information again
2023-02-18 00:13:32 +01:00
Stypox
39c500f33c
Revert "Use WindowCompat."
2023-02-14 08:27:04 +01:00
pratyaksh1610
624ad6a47c
Prevent NPEs when comment text is null
2023-02-14 08:18:13 +01:00
evermind
a055804051
Merge branch 'sponsorblock' into bnp
2023-02-12 20:53:56 +01:00
evermind
529c471a77
searchfilters: updated SearchFilterLogicAndUiGeneratorTest for Peertube
2023-02-12 20:39:35 +01:00
blankie
b26df18183
Fix crash from RYD when video is being fullscreened
2023-02-12 21:26:23 +07:00
polymorphicshade
5d222fce16
Merge branch 'master' into sponsorblock
...
# Conflicts:
# app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt
# app/src/main/java/org/schabi/newpipe/error/ErrorUtil.kt
# app/src/main/java/org/schabi/newpipe/player/playback/MediaSourceManager.java
# app/src/main/java/org/schabi/newpipe/player/ui/VideoPlayerUi.java
# app/src/main/java/us/shandian/giga/service/DownloadManagerService.java
# app/src/main/java/us/shandian/giga/ui/adapter/MissionAdapter.java
# app/src/main/res/values-es/strings.xml
# app/src/main/res/values-it/strings.xml
# app/src/main/res/values-zh-rTW/strings.xml
2023-02-11 16:21:57 -07:00
evermind
1423e3c54a
BraveNewPipe Release 0.25.0-2.0.3
...
- sync with v0.25.0
- RUMBLE: fix getting video size for Rumble as they no longer support HEAD (discovered 20230203)
2023-02-10 01:44:19 +01:00
Jared Fantaye
68ea99d6e6
Made some small code improvements
2023-02-09 23:17:36 +01:00
Jared Fantaye
bc29f40d69
Implemented the suggested changes
2023-02-09 21:18:21 +01:00
evermind
ba8a97a5c0
Merge tag 'v0.25.0' of https://github.com/TeamNewPipe/NewPipe into bnp-0.25.0
2023-02-09 21:10:04 +01:00
Jared234
42fb13f17a
Merge branch 'dev' into 1473_remove_duplicates_from_playlist
2023-02-09 20:47:10 +01:00
Jared Fantaye
d5b54c85ed
Made some small adjustments to the database query
2023-02-09 20:41:22 +01:00
pratyaksh1610
f0307b1b48
fix progress bar scaling in card view
2023-02-09 21:38:02 +05:30
Mahendran
75292e099c
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
Stypox
e0cb2892b8
Merge branch 'master' into dev
2023-02-08 22:48:14 +01:00