Commit graph

6713 commits

Author SHA1 Message Date
Roy Yosef
88c4f367e4 Display search suggestion: did you mean & showing result for 2020-07-05 22:01:35 +02:00
Stypox
0dcfbdb8ab Merge pull request #3506 from Royosef/PlaylistTab
Add playlist tab to main page
2020-07-05 21:06:23 +02:00
Tobias Groza
ca5117d297 Merge pull request #3845 from B0pol/peertube_instance
add privacytools.io peertube instance to manifest
2020-07-05 14:37:11 +02:00
bopol
b530e02478 add privacytools.io peertube instance to manifest 2020-07-04 11:39:00 +02:00
Stypox
89899dc1c9 Move local/remote playlist merge() to PlaylistLocalItem class
In order not to have a utils class just for one function
2020-07-04 11:38:22 +02:00
Stypox
8736a1c072 Fix style issues 2020-07-04 11:38:22 +02:00
Roy Yosef
820ab5893c Final declarations, naming & redundant code
* add final declarations where missing
* fix typo "onSelectedLisener" to "onSelectedListener"
* rename "baseEqual" to "baseEquals"
* replace getPlaylistsObserver code with functions pointers
* remove duplicate code in constructors
* remove useless null checks
2020-07-04 11:37:38 +02:00
Roy Yosef
37dd391807 Add playlist tab to main page
Add bookmarked playlist as tab in the main page (by Settings > Content > Content of main page)
2020-07-04 11:35:45 +02:00
Tobias Groza
8b5f576f4f Merge pull request #3841 from B0pol/update_inv_instances
update invidious instances
2020-07-03 15:38:10 +02:00
bopol
710e149583 update extractor version 2020-07-02 23:17:38 +02:00
Tobias Groza
9d17e20c8e Merge pull request #3404 from mauriciocolli/feed-add-filter-sub-list
Add filter to the feed group dialog to show only ungrouped subscriptions
2020-07-02 22:53:11 +02:00
bopol
7a0b5fd646 update invidious instances 2020-07-02 21:41:23 +02:00
Tobias Groza
349780325b Merge pull request #3837 from Stypox/audio-sync
Fix audio/video desync caused by floating point cumulative errors
2020-07-02 21:29:18 +02:00
Stypox
c0d12cfd90 Merge pull request #3774 from eames-palmer/status-bar-color
Update status color to match toolbar color
2020-07-01 08:39:32 +02:00
Tobias Groza
d34ae58ad9 Merge pull request #3373 from mauriciocolli/feed-add-search-sub-list
Add search for subscription picker in the feed group dialog
2020-07-01 00:16:01 +02:00
Tobias Groza
0ca6b306a4 Merge pull request #3822 from Stypox/fix-queue-colors
Fix queue channel name color for some devices
2020-07-01 00:13:29 +02:00
Tobias Groza
d32dec7ad3 Merge pull request #3828 from wb9688/checkstyle-fix
Do not include Checkstyle in any APK
2020-06-30 23:19:33 +02:00
Stypox
6db881fc17 Fix audio/video desync caused by floating point cumulative errors 2020-06-30 22:41:09 +02:00
Jasper Eames Palmer
62c02ad447 Update non-service status bar colors to match toolbar colors 2020-06-29 22:30:09 -07:00
wb9688
e771b67fdb Do not include Checkstyle in any APK 2020-06-28 14:59:44 +02:00
Mauricio Colli
331ce24540 Add filter to the feed group dialog to show only ungrouped subscriptions 2020-06-27 11:58:40 -03:00
Mauricio Colli
5c57c1d500 Fix subscription picker items flickering in the feed group dialog
The adapter could not tell the items were the same because the
subscription class was missing some methods (i.e. equals and hashcode),
so a full rebind was being done.
2020-06-27 11:25:31 -03:00
Mauricio Colli
77439f720c Add search for subscription picker in the feed group dialog 2020-06-27 11:25:25 -03:00
Stypox
5898d7e37b Fix queue channel name color for some devices 2020-06-27 16:11:25 +02:00
Tobias Groza
38af616e7a Merge pull request #3787 from budde25/fix-popup-queue
Fixes enqueue resuming paused videos
2020-06-27 11:56:08 +02:00
Tobias Groza
eabcb46031 Merge pull request #3406 from B0pol/playlist_peertube
Add possibility to open PeerTube links in NP for some instances (without needing to share to NP)
2020-06-26 18:53:49 +02:00
Tobias Groza
b292c9893d Merge pull request #3752 from Redirion/exoupdate
Update to ExoPlayer 2.11.6
2020-06-26 18:33:53 +02:00
Robin
1d5803e1ad 2.11.6 2020-06-25 09:26:59 +02:00
Ethan Budd
561053b46d fixes enqueue resuming paused videos 2020-06-17 22:15:50 -05:00
wb9688
f2d4e462b8 Merge pull request #3704 from Stypox/keep-failed-streams
Do not remove items generating errors form queue
2020-06-15 15:16:26 +02:00
wb9688
7444772ca0 Merge pull request #3437 from TheLastGimbus/fast-rewind-forward-in-background-activity
Fast rewind forward in background activity
2020-06-15 15:06:58 +02:00
TheLastGimbus
c478b0cc96 Add buttons also in landscape mode 2020-06-14 23:22:31 +02:00
TheLastGimbus
26eaffe169 Change to final 2020-06-14 19:52:58 +02:00
TheLastGimbus
9b8a227c41 Add speed button to top bar 2020-06-14 15:16:04 +02:00
TheLastGimbus
528bbb3969 Remove speed buttons from bottom menu 2020-06-14 15:15:38 +02:00
Tobias Groza
86321a278b Merge pull request #3772 from adinilfeld/copy-video-title
Copy video title
2020-06-13 16:38:14 +02:00
Jasper Eames Palmer
6c0b6ea034 Update status color to match toolbar color 2020-06-11 19:29:15 -07:00
adinilfeld
8b791002b7 made ClipboardManager final 2020-06-11 09:36:57 -07:00
adinilfeld
825db7422a inverted if-else statement 2020-06-11 09:36:05 -07:00
adinilfeld
eaf2330678 removed unnecessary setLongClickable 2020-06-11 09:33:05 -07:00
wb9688
e5425f07ab Merge pull request #3759 from Stypox/fix-search
Fix search crash: adapter array index out of bounds
2020-06-11 13:06:30 +02:00
adinilfeld
24d774689f added a copyToClipboard method to ShareUtils, and modified CommentsMiniInfoItemHolder and VideoDetailFragment to use the new method. 2020-06-10 15:14:08 -07:00
adinilfeld
6fdb924877 allowed user to copy video title to clipboard (from detail screen) 2020-06-10 14:17:43 -07:00
adinilfeld
05371df1dc set an OnLongClickListener 2020-06-10 14:11:06 -07:00
Stypox
b1d1254347 Fix search crash: adapter array index out of bounds 2020-06-07 21:28:54 +02:00
Tobias Groza
aba3e22f3e Merge pull request #3698 from B0pol/openWebsite
avoid duplicate: use openUrlInBrowser instead of openWebsite
2020-06-06 18:44:24 +02:00
Robin
0f2cd29733 Update to ExoPlayer 2.11.5 2020-06-06 15:29:52 +02:00
Stypox
bc914d4932 Do not remove items generating errors form queue 2020-05-31 14:06:22 +02:00
bopol
cf31cf66c1 Merge branch 'dev' into playlist_peertube 2020-05-31 12:26:46 +02:00
bopol
1aeff68c92 avoid duplicate: use openUrlInBrowser instead of openWebsite 2020-05-31 12:17:54 +02:00