evermind
a1ddd297eb
Merge tag 'v0.21.13' of https://github.com/TeamNewPipe/NewPipe into dev
2021-10-22 00:13:57 +02:00
Tobi
44cad27d0a
Merge pull request #7268 from TeamNewPipe/release/0.21.13
...
Release 0.21.13
- Fix playback resume
- Ensure that the service for new version checks is not started in background
2021-10-21 20:51:01 +02:00
TacoTheDank
b6c2bade73
Update AndroidX Media library
2021-10-19 17:36:36 -04:00
TacoTheDank
b6b19b474e
Update RecyclerView & Groupie
2021-10-19 17:31:59 -04:00
polymorphicshade
063cfbc6b0
Merge branch 'master' into sponsorblock
...
# Conflicts:
# README.es.md
# README.ko.md
# README.md
# README.pt_BR.md
# README.ro.md
# README.so.md
# README.tr.md
# app/src/main/java/org/schabi/newpipe/CheckForNewAppVersion.java
# app/src/main/java/org/schabi/newpipe/player/Player.java
# app/src/main/res/layout-large-land/player.xml
# app/src/main/res/layout/player.xml
# app/src/main/res/values/strings.xml
2021-10-17 23:13:08 -06:00
TobiGr
b79ea7b51b
NewPipe 0.21.13 (979)
2021-10-17 12:55:06 +02:00
TobiGr
16d4a034e2
Merge remote-tracking branch 'origin/dev' into notifications
2021-10-14 21:15:43 +02:00
evermind
61a84a1a27
BraveNewPipe Release 0.21.12-1.0.3
...
- sync with TeamNewPipe v0.21.12
- [Rumble] unescape description for stream. Eg.: replace & with &.
2021-10-13 06:35:35 +02:00
evermind
3f9f4e9f01
Merge tag 'v0.21.12' of https://github.com/TeamNewPipe/NewPipe into dev
2021-10-13 06:33:33 +02:00
TobiGr
d7b29aae5c
Merge branch 'master' into dev
2021-10-12 20:03:42 +02:00
TobiGr
7c9896beaf
Release NewPipe 0.21.12 (978)
2021-10-12 16:45:01 +02:00
evermind
579bff9f03
Merge tag 'v0.21.11' of https://github.com/TeamNewPipe/NewPipe into dev
2021-10-12 10:13:17 +02:00
litetex
048743c062
Merge pull request #7148 from TacoTheDank/androidxMediaBump
...
Update AndroidX Media library to 1.4.x
2021-10-11 21:28:49 +02:00
TobiGr
cea14c9d0d
Merge remote-tracking branch 'origin/dev' into notifications-1
2021-10-11 16:37:49 +02:00
TobiGr
f11b5ae7a1
Release NewPipep 0.21.11 (977)
2021-10-10 20:52:38 +02:00
TobiGr
1b869199f4
Update extractor to 0.21.11
2021-10-02 18:25:26 +02:00
TacoTheDank
a953aab9b4
Update AndroidX Media to 1.4.x
2021-09-30 15:33:20 -04:00
polymorphicshade
9a5aab7e2d
Merge branch 'master' into sponsorblock
...
# Conflicts:
# app/build.gradle
# app/src/main/java/org/schabi/newpipe/CheckForNewAppVersion.java
# app/src/main/java/org/schabi/newpipe/DownloaderImpl.java
# app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
# app/src/main/java/org/schabi/newpipe/player/PlayQueueActivity.java
# app/src/main/java/org/schabi/newpipe/settings/ContentSettingsFragment.java
# app/src/main/res/values-so/strings.xml
# app/src/main/res/values/strings.xml
# fastlane/metadata/android/de/full_description.txt
2021-09-26 11:24:42 -06:00
TacoTheDank
b61d44aaa6
Update Groupie to 2.9.0
2021-09-22 19:08:03 -04:00
evermind
a07fdbda54
BraveNewPipe Release 0.21.10-1.0.2
...
- sync with TeamNewPipe v0.21.10
- [Rumble] unescape titles for search/trending. Eg.: replace & with &.
- [Rumble] changed default trending to be set to "Today's Battle Leaderboard Top 50";
2021-09-22 09:15:07 +02:00
evermind
54d3d16c84
Merge tag 'v0.21.10' of https://github.com/TeamNewPipe/NewPipe into dev
2021-09-21 08:07:59 +02:00
Atemu
8beb60531d
app/build.gradle: add "Sponsorblock" suffix to app_name
...
It was not possible to distinguish regular NP from our fork in the launcher.
Until we have a better name, this will do.
Fixes https://github.com/polymorphicshade/NewPipe/issues/96
2021-09-20 13:38:07 +02:00
Koitharu
fb0473da39
Merge branch 'dev' of https://github.com/TeamNewPipe/NewPipe into feature/notifications
2021-09-20 07:26:01 +03:00
Stypox
7e26748dc4
Merge branch 'master' into dev
2021-09-19 22:37:00 +02:00
TobiGr
9346f9b0f3
Update extractor version to 0.21.10
2021-09-13 16:47:40 +02:00
XiangRongLin
75c9e959de
Allow passing in package suffix for release builds through CLI param
2021-09-12 20:19:45 +02:00
Tobi
a2887034a6
Merge pull request #7068 from litetex/fix-restart
...
Fixed restarting not working properly
2021-09-11 12:51:38 +02:00
evermind
37a0df073d
replace all NewPipe occurrences with BraveNewPipe in any strings.xml file
...
use gradle to replace the strings on the fly
2021-09-08 17:27:39 +02:00
Koitharu
a5b9fe4c35
Refactor FeedLoadService to use it within the notification worker
2021-09-07 13:30:26 +03:00
Vasiliy
da9bd1d420
Notifications about new streams
2021-09-07 13:30:16 +03:00
litetex
fda0a550fd
Fixed the app restarting not working properly
...
* Using [``process-phoenix``](https://github.com/JakeWharton/ProcessPhoenix )
2021-09-06 20:47:44 +02:00
TobiGr
638825cdff
Release NewPipe 0.21.10 (976)
2021-09-05 21:47:28 +02:00
TobiGr
8afd44a72f
Update extractor version
2021-09-05 21:31:39 +02:00
polymorphicshade
7cbe84d2b2
fixed download issue and updated version string
2021-09-04 13:58:14 -06:00
talanc
e603dddc54
Added support for CSV+ZIP subscriptions
...
Updated import instructions string
2021-08-31 12:07:34 +02:00
litetex
dbd90299bd
Replaced deprecated `kotlin-android-extensions
with
kotlin-parcelize
`
...
References:
* https://developer.android.com/topic/libraries/view-binding/migration#groovy
* https://developer.android.com/kotlin/parcelize#groovy
2021-08-26 18:08:54 +02:00
evermind
4476ab34fc
BraveNewPipe Release 0.21.9-1.0.1
...
- sync with TeamNewPipe v0.21.9
2021-08-25 07:48:15 +02:00
evermind
1f0314d52e
Merge tag 'v0.21.9' of https://github.com/TeamNewPipe/NewPipe into dev
2021-08-25 07:39:24 +02:00
Stypox
fcef783bbb
Replace UniversalImageLoader with Picasso
2021-08-24 10:56:25 +02:00
polymorphicshade
695970e069
Merge branch 'master' into sponsorblock
...
# Conflicts:
# app/src/main/java/org/schabi/newpipe/player/PlayQueueActivity.java
# app/src/main/java/org/schabi/newpipe/player/Player.java
# app/src/main/res/layout/player.xml
# app/src/main/res/values-so/strings.xml
2021-08-23 22:01:53 -06:00
TobiGr
6fbb601802
Merge branch 'master' into dev
2021-08-22 22:22:37 +02:00
TobiGr
ccc2d892c1
Update extractor version to 0.21.9
2021-08-22 20:23:01 +02:00
evermind
654ae4575f
Release 0.21.8-1.0.1
...
minor bug fix for uploader url extraction on android 4.4.2 devices not working
2021-08-22 07:15:39 +02:00
evermind
d2fec91bd4
change the name of the app to BraveNewPipe
2021-08-18 08:09:16 +02:00
TobiGr
9dd2a82b7d
Update extractor version
2021-08-10 12:20:08 +02:00
XiangRongLin
52cc3f10c1
Add gradle parameter to skip formatKtLint and use in CI
2021-08-06 18:11:22 +02:00
Stypox
340a84e583
Release 0.21.9 (975)
2021-08-04 10:38:59 +02:00
Stypox
4291877830
Merge branch 'master' into dev
2021-08-04 10:36:59 +02:00
polymorphicshade
6b564ad66d
Merge branch 'master' into sponsorblock
2021-08-03 18:38:11 -06:00
Stypox
2ac265a6f5
Release 0.21.8 (974)
2021-08-03 21:00:57 +02:00