NewPipe/app/src/main/java/org/schabi/newpipe
kapodamy 9e34fee58c New MP4 muxer + Queue changes + Storage fixes
Main changes:
* correctly check the available space (CircularFile.java)
* misc cleanup (CircularFile.java)
* use the "Error Reporter" for non-http errors
* rewrite network state checking and add better support for API 21 (Lollipop) or higher
* implement "metered networks"
* add buttons in "Downloads" activity to start/pause all pending downloads, ignoring the queue flag or if the network is "metered"
* add workaround for VPN connections and/or network switching. Example: switching WiFi to 3G
* rewrite DataReader ¡Webm muxer is now 57% more faster!
* rewrite CircularFile, use file buffers instead of memory buffers. Less troubles in low-end devices
* fix missing offset for KaxCluster (WebMWriter.java), manifested as no thumbnails on file explorers

Download queue:
* remember queue status, unless the user pause the download (un-queue)
* semi-automatic downloads, between networks. Effective if the user create a new download or the downloads activity is starts
* allow enqueue failed downloads
* new option, queue limit, enabled by default. Used to allow one or multiple downloads at same time

Miscellaneous:
* fix crash while selecting details/error menu (mistake on MissionFragment.java)
* misc serialize changes (DownloadMission.java)
* minor UI tweaks
* allow overwrite paused downloads
* fix wrong icons for grid/list button in downloads
* add share option
* implement #2006
* correct misspelled word in strings.xml (es) (cmn)
* fix MissionAdapter crash during device shutdown

New Mp4Muxer + required changes:
* new mp4 muxer (from dash only) with this, muxing on Android 7 is possible now!!!
* re-work in SharpStream
* drop mp4 dash muxer
* misc changes: add warning in SecondaryStreamHelper.java,
* strip m4a DASH files to normal m4a format (youtube only)

Fix storage issues:
* warn to the user if is choosing a "read only" download directory (for external SD Cards), useless is rooted :)
* "write proof" allow post-processing resuming only if the device ran out of space
* implement "insufficient storage" error for downloads
2019-06-03 18:09:43 -03:00
..
about Java language level + javadoc + xml 2018-09-11 19:20:10 +02:00
database error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
download New MP4 muxer + Queue changes + Storage fixes 2019-06-03 18:09:43 -03:00
fragments Remove share utilities from BaseStateFragment 2019-04-06 20:17:04 +02:00
info_list Merge branch 'dev' into timestampClickFix 2019-03-26 23:20:55 +01:00
local Remove share utilities from BaseStateFragment 2019-04-06 20:17:04 +02:00
player Readd CustomTrackSelector 2019-04-28 01:45:19 +02:00
report New MP4 muxer + Queue changes + Storage fixes 2019-06-03 18:09:43 -03:00
settings New MP4 muxer + Queue changes + Storage fixes 2019-06-03 18:09:43 -03:00
streams New MP4 muxer + Queue changes + Storage fixes 2019-06-03 18:09:43 -03:00
util New MP4 muxer + Queue changes + Storage fixes 2019-06-03 18:09:43 -03:00
views data flow issue + declaration redundancy 2018-09-11 19:18:41 +02:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Conflict resolution 2018-11-23 01:41:47 +05:30
BaseFragment.java error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
CheckForNewAppVersionTask.java Update CheckForNewAppVersionTask.java 2019-02-26 19:33:01 +01:00
Downloader.java merged upstream/dev 2018-12-20 08:51:44 +05:30
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
MainActivity.java error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
NewPipeDatabase.java Implement subscriptions import/export 2018-03-08 10:39:24 -03:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java data flow issue + declaration redundancy 2018-09-11 19:18:41 +02:00
RouterActivity.java Merge branch 'dev' into dev 2019-03-07 15:20:42 +01:00