merged upstream/dev
This commit is contained in:
commit
86d619be30
|
@ -19,7 +19,7 @@ hasn't been reported/requested before
|
||||||
* We use English for development. Issues in other languages will be closed and ignored.
|
* We use English for development. Issues in other languages will be closed and ignored.
|
||||||
* Please only add *one* issue at a time. Do not put multiple issues into one thread.
|
* Please only add *one* issue at a time. Do not put multiple issues into one thread.
|
||||||
* When reporting a bug please give us a context, and a description how to reproduce it.
|
* When reporting a bug please give us a context, and a description how to reproduce it.
|
||||||
* Issues that only contain a generated bug report, but no describtion might be closed.
|
* Issues that only contain a generated bug report, but no description might be closed.
|
||||||
|
|
||||||
## Bug Fixing
|
## Bug Fixing
|
||||||
* If you want to help NewPipe to become free of bugs (this is our utopic goal for NewPipe), you can send us an email to
|
* If you want to help NewPipe to become free of bugs (this is our utopic goal for NewPipe), you can send us an email to
|
||||||
|
|
|
@ -8,8 +8,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 69
|
versionCode 70
|
||||||
versionName "0.14.2"
|
versionName "0.15.0"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
ATTENTION: This version probably is a bugfest, just like the last one. However due to the full shutdown since the 17. a broken version is better then no version. Right? ¯\_(ツ)_/¯
|
||||||
|
|
||||||
|
### Improvements
|
||||||
|
* downloaded files can now be opened with one click #1879
|
||||||
|
* drop support for android 4.1 - 4.3 #1884
|
||||||
|
* remove old player #1884
|
||||||
|
* remove streams from current play queue by swiping them to the right #1915
|
||||||
|
* remove auto queued stream when a new stream is enqueued manually #1878
|
||||||
|
* Postprocessing for downloads and implement missing features #1759 by @kapodamy
|
||||||
|
* Post-processing infrastructure
|
||||||
|
* Proper error handling "infrastructure" (for downloader)
|
||||||
|
* Queue instead of multiple downloads
|
||||||
|
* Move serialized pending downloads (`.giga` files) to app data
|
||||||
|
* Implement max download retry
|
||||||
|
* Proper multi-thread download pausing
|
||||||
|
* Stop downloads when swicthing to mobile network (never works, see 2nd point)
|
||||||
|
* Save the thread count for next downloads
|
||||||
|
* A lot of incoherences fixed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Fix crash with default resolution set to best and limited mobile data resolution #1835
|
||||||
|
* pop-up player crash fixed #1874
|
||||||
|
* NPE when trying to open background player #1901
|
||||||
|
* Fix for inserting new streams when auto queuing is enabled #1878
|
||||||
|
* Fixed the decypering shuttown issue
|
Loading…
Reference in New Issue