straw/app/src/main/java/org/schabi/newpipe
James Straub fa896abecc Added the ability to limit video quality if using mobile data.
* Added a dropdown to video & audio settings
* Changes to ListHelper:
** Limits resolution when code requests the default video resolution
** Limits audio bitrate when code requests the default audio bitrate
** Removed some dead code and did some cleanup
** Make methods private/protected to help understand what was in use
** The code now chooses one format over an other using a simple raking system defined in array constants. I realized I needed to do this in order to choose the most efficient video stream. I did my best to evaluate the video and audio formats based on quality and efficiency. It's not an exact science.
** Made changes to the tests to support my changes
2018-04-21 12:35:04 -04:00
..
about - add donation hint and website to about activity 2017-12-05 17:07:31 +01:00
database made frontend combatible to latest extractor refactorings 2018-03-18 16:37:49 +01:00
download fix conflict 2018-04-08 18:49:27 +02:00
fragments Merge branch 'playlist_to_next' of https://github.com/Shan11812/NewPipe into test 2018-04-14 11:04:08 +02:00
history -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
info_list -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
player Added the ability to limit video quality if using mobile data. 2018-04-21 12:35:04 -04:00
playlist Don't save stream and store recovery position from StreamInfo 2018-04-05 23:47:20 -04:00
report fix email button not working 2018-04-02 20:53:32 +02:00
settings -Added accessibility caption style and text color resolver. 2018-04-08 13:58:55 -07:00
subscription Implement subscriptions import/export 2018-03-08 10:39:24 -03:00
util Added the ability to limit video quality if using mobile data. 2018-04-21 12:35:04 -04:00
views Implement UI for subscriptions import/export 2018-03-08 11:50:46 -03:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Implement subscriptions import/export 2018-03-08 10:39:24 -03:00
BaseFragment.java -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
Downloader.java Show download size preview 2018-04-08 08:45:15 -03:00
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 Revert removal of menu items 2018-04-08 16:26:47 -03: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 Improve some aspects of the Downloader implementation 2018-02-21 08:08:52 -03:00
RouterActivity.java Fix naming inconsistency 2018-04-07 16:09:34 -03:00