Christian Schabesberger
decb167ba9
make the new extractor refactorings work with SoundCloud
2018-07-10 16:26:42 +02:00
Christian Schabesberger
d5a500c037
bring everything to compile and run
2018-07-08 17:46:21 +02:00
Christian Schabesberger
d10f9a5f25
add getMoreInfo to SearchInfo
2018-07-08 14:45:00 +02:00
Christian Schabesberger
eae7babf93
Merge pull request #1454 from Somethingweirdhere/dev
...
Added share option to long tap menu
2018-06-25 15:28:37 +02:00
John Zhen Mo
b338d9dbcf
-Fixed view not registered when playback is started on external players.
2018-06-18 18:27:37 -07:00
John Zhen Mo
7fb9345344
-Fixed remote playlist metadata not updated when remote source data has changed.
2018-06-18 18:22:52 -07:00
Somethingweirdhere
baa63249d1
Added share option to long tap menu
2018-06-05 19:48:31 +02:00
Christian Schabesberger
0a6572c282
roll back to more stable version of newpipe extractor
2018-05-25 18:29:30 +02:00
Christian Schabesberger
371f14cdc9
make compartible to yoututbe service restructure
2018-05-11 18:00:28 +02:00
Christian Schabesberger
0733ae2404
make compatible with encosing urlidhandler commit
2018-05-11 18:00:28 +02:00
Christian Schabesberger
ac2fa74c8f
merge chagnes with dev
2018-04-29 13:01:37 +02:00
Christian Schabesberger
4c10ef65f5
add delete while history
...
add delete whole history
2018-04-29 12:51:57 +02:00
Christian Schabesberger
a09b9d3e4d
made items actually deltable
2018-04-29 12:51:57 +02:00
Christian Schabesberger
c470909f19
add delete options for StatisticPlaylistFragment
2018-04-29 12:51:57 +02:00
Christian Schabesberger
5e59cfcf9d
remove HistoryInfoItem again
...
blub
2018-04-29 12:51:57 +02:00
Christian Schabesberger
a099fe35d2
reorder playqueue/localPlaylist classes
2018-04-29 12:51:57 +02:00
Christian Schabesberger
bcfd8a2450
rename playlist to player.playqueue
2018-04-29 12:49:52 +02:00
Christian Schabesberger
8ed9d71e14
put local foo into local foo folder
2018-04-29 12:47:12 +02:00
Christian Schabesberger
004c2fa55a
Project restructure for history part 1
...
- add HistoryInfoItem (deriving from StreamInfoItem)
in order to add a special options menu for the list items
- delete HistoryActivity and everything that belongs to its UI (not the
manager tho)
- put everything that is local into local. (subscriptions still missing)
2018-04-29 12:47:12 +02:00
Christian Schabesberger
6c7e54868d
Merge branch 'playlist_to_next' of https://github.com/Shan11812/NewPipe into test
2018-04-14 11:04:08 +02:00
John Zhen Mo
ece93cadd5
-Added better player exception handling to player.
...
-Added expired media source cleaning to media source manager.
2018-04-11 20:27:38 -07:00
Mauricio Colli
d494b6c934
Long-click to open the downloads activity
...
- Closes #1263
2018-04-08 16:53:22 -03:00
Christian Schabesberger
665b9087b1
fix conflict
2018-04-08 18:49:27 +02:00
Christian Schabesberger
f1691050cd
Merge branch 'download-permissions-screen' of https://github.com/arispoloway/NewPipe into perm
2018-04-08 18:21:27 +02:00
Aris Poloway
169b6acd24
Clean up download dialog opening
2018-04-08 11:47:11 -04:00
Mauricio Colli
35b3bf2edb
Show download size preview
2018-04-08 08:45:15 -03:00
Aris Poloway
676d64a24a
Open download dialog if video download is clicked instead
2018-04-07 13:32:31 -04:00
Mauricio Colli
140fb86401
Fix Info's start time when using VideoDetailFragment
...
- Update extractor dependency
2018-04-06 04:35:44 -03:00
Christian Schabesberger
a0f74e715a
fix bugreport for kiosk
2018-04-01 21:54:00 +02:00
shan11812
2837e44bab
Adds 'Add to Playlist' option to Related and Channel lists
2018-04-01 20:47:24 +05:30
John Zhen Mo
b546df7b95
-Fixed activity not available exception when setting title on subscription fragments when used as front pager.
2018-03-25 10:29:37 -07:00
John Zhen Mo
8b60397f06
-Changed detail fragment thumbnail failure to produce a snackbar error rather than a full error activity.
2018-03-22 18:11:59 -07:00
John Zhen Mo
18d019c62a
-Added quadratic slider strategy implementation and tests.
...
-Modified playback speed control to use quadratic sliders instead of linear.
-Modified number formatters in player helper to use double instead of float.
-Simplified slider behavior in playback parameter dialog.
-Fixed potential NPE in base local fragment.
2018-03-21 20:08:33 -07:00
John Zhen Mo
0258726f0a
-Changed thumbnail toggle in disabled mode to load dark dummy image.
...
-Changed play queue items to display service names.
-Fixed Soundcloud playlist not fitting thumbnail.
-Refactored image display options to follow uniform behavior.
-Refactoring and style changes on audio reactor and media button receiver.
2018-03-19 16:44:17 -07:00
Christian Schabesberger
96a327af17
made frontend combatible to latest extractor refactorings
2018-03-18 16:37:49 +01:00
Mauricio Colli
9c9b6bc0d6
Change thumbnail's scale strategy
...
- Closes #1054
2018-03-10 13:36:50 -03:00
Mauricio Colli
562f7e7e41
Add duration view to video detail fragment
...
- Add "textAllCaps" to the mini stream layout
- Closes #609
2018-03-10 13:20:10 -03:00
Mauricio Colli
cc2feab37e
Implement UI for subscriptions import/export
...
- Nice and easy to use import/export options in the subscriptions fragment
- Includes instructions for each service (in the import fragment/screen)
2018-03-08 11:50:46 -03:00
Mauricio Colli
83b084a90b
Implement subscriptions import/export
...
- Import subscriptions from YouTube and SoundCloud (all services that the extractor support)
- Import/export a JSON representation of the subscriptions
- [Minor] Remove some javax annotations in favor of the one provided by the android support library
2018-03-08 10:39:24 -03:00
Schabi
03d7a416f3
add live lable to toolbar
2018-03-06 19:24:58 +01:00
John Zhen Mo
0c17f0825b
-Added loader eviction to avoid spawning too many threads in MediaSourceManager.
...
-Added nonnull and final constraints to variables in MediaSourceManager.
-Added nonnull and final constraints on context related objects in BasePlayer.
-Fixed Hls livestreams crashing player when behind live window for too long.
-Fixed cache miss when InfoCache key mismatch between StreamInfo and StreamInfoItem.
2018-03-03 11:42:23 -08:00
John Zhen Mo
563a4137bd
-Fixed inconsistent audio focus state when audio becomes noisy (e.g. headset unplugged).
...
-Fixed live media sources failing when using cached data source by introducing
cacheless data sources.
-Added custom track selector to circumvent ExoPlayer's language normalization NPE.
-Updated Extractor to correctly load live streams.
-Removed deprecated deferred media source and media source manager.
-Removed Livestream exceptions.
2018-02-25 15:10:11 -08:00
John Zhen Mo
8803b60b28
-Updated Exoplayer to 2.7.0.
...
-PoC for new seamless stream loading mechanism.
2018-02-24 21:54:47 -08:00
Christian Schabesberger
a42da09d6c
make NewPipe compatible with latest Extractor refactorings
2018-02-24 22:57:25 +01:00
Christian Schabesberger
b12f0490f3
remove ActionBarHandler
2018-02-16 12:18:15 +01:00
Christian Schabesberger
42a2bc8a9a
clean DetailFragment code
2018-02-16 11:31:25 +01:00
Christian Schabesberger
cbfe91f36f
merge RouterActivity and RouterVideoActivity
...
change share title
fixed compatiblity issue
rename info_screen to show_info
2018-02-12 23:07:17 +01:00
Christian Schabesberger
ba0be665ae
fixed issues from prevoius merge
2018-02-12 00:43:12 +01:00
Christian Schabesberger
2773f5fbc8
move download menu item into detail controls menu
2018-02-11 21:34:32 +01:00
John Zhen Mo
cb41afb11f
-Fixed Soundcloud playlist bookmark button not working when entered from search page.
...
-Fixed NPE when playlist fragment is destroyed while renaming.
-Fixed remote playlist thumbnail to use uploader avatar when thumbnail url is unavailable.
-Added dispose on exit to all database requests in local playlist fragment.
2018-02-10 17:20:56 -08:00