Commit Graph

83 Commits

Author SHA1 Message Date
Preston
afba093b2c Update package-lock.json 2020-11-30 14:37:10 -05:00
Preston
25c42900bb Update node-ytdl-core 2020-11-29 22:30:23 -05:00
Preston
fdb258b4e3 Use WIP branch for Search and playlists 2020-11-28 19:08:39 -05:00
Preston
22c40fb049 Update Dependencies 2020-11-23 21:53:49 -05:00
TDDR
79a1555e2c
Finiashed adding overlay that displays title (#789) 2020-11-15 14:13:18 -05:00
Preston
aaf0ab3ab2 Update package-lock.json 2020-11-13 17:34:04 -05:00
Luca
5aaa104d4b Update of comment scraper 2020-11-07 11:50:29 +01:00
Preston
af7fbe29db Update ytdl-core 2020-11-01 14:23:18 -05:00
Preston
fb422f100d Bump ytdl-core and Electron versions 2020-10-31 11:34:17 -04:00
Preston
bce0f1ab3c Update dependencies 2020-10-27 13:21:58 -04:00
Preston
f75df62c90 Move logic to utils store and load country data on boot 2020-10-22 14:56:49 -04:00
Luca
bf2737b947 Added geoLocation code 2020-10-22 13:47:30 +02:00
Preston
4fa3436a03 Update dependencies 2020-10-21 15:55:58 -04:00
Preston
a7cd21b7ad Test temporary search fix 2020-10-21 11:15:42 -04:00
Synkky
07312ec16a
Display heart badge on loved comments (#675)
* Display heart badge on loved comments

* Change red badge to material red (#F44336)

* Fix linting issues
2020-10-19 10:01:24 -04:00
Luca
44b31c71cc Updated comment scraper to fix like bug 2020-10-11 11:50:30 +02:00
Preston
faf88c21f0 Update dependencies 2020-10-09 12:40:34 -04:00
Preston
4240bf9e35 Update Premiere Logic 2020-10-08 21:53:34 -04:00
Luca
9df6e248ad Comment display, Comment links
Added:
Comment links - Links in comments are now clikcable and displayed in
blue

Fixed:
Comment display - Comments should now display the whole text. They were
cut of due to an issue in the module, which is now fixed
2020-10-07 17:48:53 +02:00
Preston
677d044c71 Update Dependencies 2020-10-06 18:15:15 -04:00
syncng
4b4a5caa88
Live video count fix (#602)
* Fix video card info bar for live video

* Lowercase publication date on video card

* Revert "Lowercase publication date on video card"

Due to problems in certain languages
2020-10-06 17:47:40 -04:00
Luca
890f2fc01b No more comments, Comment repeat infinitely
Added:
No more comments - new toast with new string that is displayed when no
more comments are available

Fixed:
Comment repeat infinitely - comments now stop to load when all are
displayed.
2020-10-05 20:31:45 +02:00
Luca
5353acab55 Comment sorting, Sorting Button, Comment publishedText
Added:
Comment sorting - The comments can now be sorted by newest or most
popular (default)

Fixed:
1) Sorting Button - Now displays in the selected sorting method after
changing it
2) Comment publishedText - Comments published x day(s) ago should now
display their publish text correctly (upstream mistake)
2020-10-05 19:52:26 +02:00
Preston
8077d9d999 Update dependencies and fix linting problems 2020-10-04 14:30:54 -04:00
Preston
2d6fb44463 Update package-lock.json 2020-10-02 10:09:03 -04:00
Preston
88117cb360 Update -, build.yml, and 3 more files... 2020-09-30 20:49:43 -04:00
Preston
bb5ad7dc25 Change to proper Comment scraper module 2020-09-29 12:42:13 -04:00
Preston
aa2f4b8e10 Push working comment scraper logic 2020-09-26 11:43:01 -04:00
Preston
c89f12f04c Update local channel scraper 2020-09-25 21:40:22 -04:00
Preston
8418a363a8 Update dependencies 2020-09-25 17:46:18 -04:00
Preston
f6171bdaee Temporarily disable comments in the local API 2020-09-21 18:22:51 -04:00
Preston
f3a1c9da06 Update comments scraper module 2020-09-21 08:38:19 -04:00
Preston
8d22aaad34 Replace comment logic with new scraper (Still not working yet) 2020-09-20 21:59:59 -04:00
Preston
b0d1ddf1ac Add notifications for new blog posts and app updates 2020-09-20 14:22:39 -04:00
Preston
b58821908a Update dependencies and resolve hidden error 2020-09-18 18:11:58 -04:00
Preston
3b061c0bec Update dependencies 2020-09-12 20:36:02 -04:00
Preston
d77c9aed49 Add functionality to import and export subscriptions / history 2020-09-06 18:12:25 -04:00
Preston
f895703446 Fix subscription order for live or streamed videos 2020-09-02 21:00:24 -04:00
Preston
8f35f95a5b Finish Core Subscriptions logic and add more locales to profiles page 2020-09-01 23:21:32 -04:00
Preston
b291cbf37b Start progress on adding profiles 2020-09-01 23:21:32 -04:00
Luca
5e6876c970 Added the videojs-vtt-thumbnails-freetube module from npm instead of the Github repository 2020-09-01 12:04:54 +02:00
Preston
d50fa669dd Show Timestamp on hovering the time bar and update dependencies 2020-08-31 17:40:37 -04:00
Luca
b78f045ff6 Update of the videojs-vtt-thumbnails npm based module to the github maintained fork 2020-08-31 21:27:24 +02:00
Luca
66903d8002 Updated DashGenerator and changed the used video formats for the local dash generation from formats to adaptiveFormats 2020-08-30 21:31:48 +02:00
Preston
024e1fe2eb Add Module to generate manifest files locally 2020-08-28 15:43:10 -04:00
Preston
d4c4c83f1e Fix lock file 2020-08-27 22:44:09 -04:00
Preston
feea541fdb Update Dependencies, Fix linter, Hide Refresh Button for Trending / Popular 2020-08-24 17:52:39 -04:00
Mykyta Poturai
c1ce439399 Improve long list rendering time
Speed up list rendering by wrapping list elements in a lazy container.
Only the first 16 elements are loaded at first. The rest is rendered
after it becomes visible.
2020-08-24 22:59:14 +03:00
Preston
ed220750d6 Update Dependencies and Fix linting warnings 2020-08-22 14:15:04 -04:00
Sundowner
38d8f2f6ff
Update package-lock.json 2020-08-21 11:46:06 -04:00