John Zhen Mo
8a9151b67e
-Updated ExoPlayer to 2.8.1, fixing livestream with long duration not loading.
...
-Updated OkHttp to 3.10.0 and RxJava to 2.1.14.
-Changed player recovery seek to use ExoPlayer built-in window seeking instead of seeking after stream window starts playing.
-Changed playback speed changer default step size to 25%.
-Changed player notification to reset on all state changes.
-Fixed gradle dependency version incorrect variable names.
-Fixed video player double tap not working during pause.
-[#1412 ] Fixed NPE when sharing video to main video activity when it was playing but is out of focus: Reset main player state when new intent is received.
-[#1410 ] Fixed fast forwarding and rewinding not working within 10 seconds from beginning or end of a stream window.
2018-06-28 12:01:34 -07:00
John Zhen Mo
bca8b344ca
-Refactored playback resolvers and other persistent player objects to instantiate once only during player creation to enforce non-nullity.
...
-Fixed background and popup player service staying in foreground when playback is paused or completed.
-Fixed player metadata not updating on new stream.
-Fixed player intent playback quality not applied.
-Fixed player auto-queue not applied after stream transition or swapping.
2018-06-28 12:00:00 -07:00
John Zhen Mo
eed6ab4fbe
-Fixed playlist fragment infinite update cycle.
...
-Updated Room DB version to 1.1.0.
2018-06-28 11:59:59 -07:00
John Zhen Mo
0b52f3d43c
-Fixed some typos.
2018-06-28 11:58:33 -07:00
John Zhen Mo
b786475d88
-Reduced fling speed required to close popup by 40%.
2018-06-28 11:58:33 -07:00
John Zhen Mo
87a12db995
-Fixed statistics fragment button not animating when pressed.
...
-Removed background player notification button opacity change.
2018-06-28 11:58:33 -07:00
John Zhen Mo
6d19ca0c75
-Fixed bookmarked playlist not updating metadata when changed.
2018-06-28 11:58:32 -07:00
John Zhen Mo
6b09a40ffa
-[ #1383 ]Fixed popup player caption selector not populating due to full width aspect ratio selector.
...
-Fixed potential memory leak in media session connector containing player instance.
2018-06-28 11:58:32 -07:00
John Zhen Mo
0ef48f4f7d
-Refactored player media source resolution into external helpers.
...
-Baked resolved media metadata into media source for one-way data passing.
2018-06-28 11:58:32 -07:00
John Zhen Mo
7219fe7a54
-Fixed skip silence state not maintained by player on new queue.
...
-Fixed TrackSelector deprecations.
2018-06-28 11:58:32 -07:00
John Zhen Mo
1eac8f7500
-Added skip silence toggle to playback speed control.
...
-Added step size selector to playback speed control.
-Added skip silence flag to player intents.
-Moved default preset in playback speed control to neutral dialog button, renamed as reset.
-Removed nightcore preset from playback speed control.
2018-06-28 11:58:32 -07:00
John Zhen Mo
9ff4dcdd8a
-Updated ExoPlayer to 2.8.0
...
-Updated MediaSource contracts in ManagedMediaSource.
-Changed PlaceholderMediaSource and FailedMediaSource to use built-in BaseMediaSource implementation.
-Changed deprecated DynamicConcatenatingMediaSource to ConcatenatingMediaSource.
-Removed manual playlist media source disposal in favor of player built-in disposal.
2018-06-28 11:58:32 -07:00
Christian Schabesberger
719f4a3eec
Merge pull request #1510 from karyogamy/lib-update
...
Library version update and database backup fix
2018-06-28 12:16:04 +02:00
John Zhen Mo
bf3c48d49d
-Updated room db to 1.1.1.
...
-Fixed database import/export to no longer include accessory db files to ensure backward compatibility.
2018-06-26 12:26:01 -07:00
John Zhen Mo
8c88232d19
-Fixed player new share intent causing main player crash due to player activity in background.
2018-06-26 10:21:43 -07:00
John Zhen Mo
653a89181b
-Fixed minimizing to popup player does not destroying existing player when drawing over app permission is not granted.
2018-06-26 10:19:16 -07:00
Christian Schabesberger
4c30ac2b25
Merge branch '640-screen-off' of https://github.com/krtkush/NewPipe into test
2018-06-26 11:23:45 +02:00
Christian Schabesberger
62d1d54b5e
Merge pull request #1354 from karyogamy/minimize-on-exit
...
Minimize main player on exit
2018-06-25 19:46:13 +02:00
Christian Schabesberger
8f4833b0e3
Merge pull request #1454 from Somethingweirdhere/dev
...
Added share option to long tap menu
2018-06-25 15:28:37 +02:00
Christian Schabesberger
310ffb093f
Merge pull request #1498 from Somethingweirdhere/download
...
Download option in share menu
2018-06-25 12:35:34 +02:00
Christian Schabesberger
2356ba62c6
Merge pull request #1472 from acrosca/undo_delete
...
undo delete
2018-06-25 10:04:17 +02:00
Somethingweirdhere
148ac881e2
Cleaned code, downloaddialog now also appears after giving storage permission.
2018-06-20 14:46:57 +02:00
John Zhen Mo
97d6ad224d
-Fixed view not registered when playback is started on external players.
2018-06-18 18:27:37 -07:00
John Zhen Mo
a12933b11c
-Fixed remote playlist metadata not updated when remote source data has changed.
2018-06-18 18:22:52 -07:00
Somethingweirdhere
c08efcb234
Added download to share menu
2018-06-17 13:55:43 +02:00
Andrei.Rosca
06345fd273
undo delete - code format
2018-06-15 16:15:55 +02:00
Issam Maghni
538c5634b3
Disable animation (hidden anyway by navigation)
2018-06-15 01:21:30 -04:00
Andrei.Rosca
43ba378309
undo delete
2018-06-13 09:07:57 +02:00
Kartikey Kushwaha
5c921e32e1
Further fixes wrt FLAG_NOT_FOCUSABLE.
2018-06-09 01:38:57 +05:30
Kartikey Kushwaha
bf46a23698
reintroduced hideControls method.
2018-06-09 01:13:37 +05:30
Kartikey Kushwaha
ebe3eab92d
Fixed bug #640 .
2018-06-09 01:01:13 +05:30
Somethingweirdhere
a9c3d65648
Added share option to Popup and Background queues
2018-06-08 15:59:05 +02:00
John Zhen Mo
fdc0f5dc25
-Added back button press check to destroy rather than minimize main video player.
2018-06-05 23:37:20 -07:00
Somethingweirdhere
3bd2262671
Added share option to long tap menu
2018-06-05 19:48:31 +02:00
John Zhen Mo
a29851e83f
-Expanded minimize to exit to allow resuming on background player.
...
-Modified minimize to exit toggle to selection dialog.
2018-06-03 14:09:16 -07:00
John Zhen Mo
e7406dff08
-Added toggle to allow main video player to switch to popup player when onstop is called.
...
-Fixed player state not recovering when player is stopped during multiwindow mode.
-Updated gradle to 3.1.2.
2018-06-03 13:20:39 -07:00
Christian Schabesberger
1b6383af71
Merge branch 'dev' of https://github.com/DafabHoid/NewPipe into test
2018-06-03 12:20:43 +02:00
Christian Schabesberger
1d6887c8a9
Merge branch 'media-session-fix' of https://github.com/karyogamy/NewPipe into test
2018-06-03 12:12:54 +02:00
Andrei.Rosca
f6ac6faa8a
Remember brightness for the session
2018-06-02 09:06:40 +02:00
John Zhen Mo
a00ef3fb22
-Fixed media session activation.
...
-Removed redundant setShuffle call in media session callback and its user.
-Removed unused dummy playback preparer.
2018-05-28 20:02:02 -07:00
DafabHoid
e29c865250
Downloader: Notify the progress every 64K instead of every 512 Bytes
...
This improves downloading performance dramatically when cpu bound:
Before, even a high-end cpu from 2013 can't download faster than around 1MB/s.
The bigger read buffer size removes the need for a dedicated BufferedInputStream.
2018-05-28 01:07:30 +02:00
Christian Schabesberger
f26c4463d1
fix conflict
2018-05-27 13:30:23 +02:00
Christian Schabesberger
7d5c4c47b6
roll back to more stable version of newpipe extractor
2018-05-25 18:29:30 +02:00
Christian Schabesberger
d79d05d5b2
remove unused imports
2018-05-25 09:43:28 +02:00
TobiGr
5b937924ad
Add dialog to accept privacy policy before sending crash report
...
Add link to privacy policy in about fragment
Replace some onClickListeners with Lamdas
2018-05-25 09:29:14 +02:00
DafabHoid
65610e0ace
Utility: Buffer the output to files when serializing
2018-05-18 18:23:32 +02:00
DafabHoid
67fc72aa76
Fix crash on loading not yet finished downloads from .giga files
2018-05-18 18:18:37 +02:00
Christian Schabesberger
f1119865b0
Merge pull request #1375 from acrosca/code_inspection
...
Code inspection
2018-05-12 14:21:37 +02:00
Christian Schabesberger
932a0128e5
Merge branch 'settingsExport' of https://github.com/Somethingweirdhere/NewPipe into test
2018-05-12 13:34:05 +02:00
Christian Schabesberger
83ddb0ac15
make compartible to yoututbe service restructure
2018-05-11 18:00:28 +02:00