Commit Graph

2486 Commits

Author SHA1 Message Date
Luca Hohmann 5f1818ee91
Setting to enable and disable display of video play button (#1370)
* Added setting to toggle play button in video player

* Fixed wrong way around boolean check

* Fixed setting not loading on startup
2021-05-29 20:35:28 +02:00
Milo Ivir 26f7e7aa4f
Translated using Weblate (Croatian)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hr/
2021-05-29 20:33:33 +02:00
retiolus d4684f3b7a
Translated using Weblate (Catalan)
Currently translated at 22.6% (106 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ca/
2021-05-29 05:33:11 +02:00
Patrick Hintermayer 8fdbc0afed
Translated using Weblate (German)
Currently translated at 99.7% (466 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/de/
2021-05-29 00:33:15 +02:00
PikachuEXE 754a4a8aa3
Update video player to remove default big play button shown when paused (#1270) 2021-05-28 22:29:35 +02:00
Nikita Epifanov c6be835502
Translated using Weblate (Russian)
Currently translated at 98.2% (459 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2021-05-28 13:33:43 +02:00
Axus Wizix 1422550c08
Translated using Weblate (Russian)
Currently translated at 95.9% (448 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2021-05-28 07:33:27 +02:00
Grzegorz Wójcicki 7dfc3ac88a
Translated using Weblate (Polish)
Currently translated at 99.7% (466 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pl/
2021-05-28 02:41:14 +02:00
ovari ac502088df
Translated using Weblate (Hungarian)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/hu/
2021-05-28 01:04:05 +02:00
Rex_sa f9f346c9fe
Translated using Weblate (Arabic)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ar/
2021-05-28 01:04:05 +02:00
zmni 3f4c226805
Translated using Weblate (Indonesian)
Currently translated at 99.7% (466 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/id/
2021-05-27 18:34:38 +02:00
Svallinn bf55e41c63 Chore: Bump `ytdl-core` dependency from 4.8.0 to 4.8.1
This should fix the fetching of age-restricted videos
2021-05-27 16:30:41 +00:00
Axus Wizix cf2ed7f052
Translated using Weblate (Russian)
Currently translated at 95.7% (447 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2021-05-27 07:35:17 +02:00
Jeff Huang d0f834957f
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/zh_Hant/
2021-05-27 07:35:16 +02:00
Ihor Hordiichuk e4a95afb2b
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/uk/
2021-05-26 23:33:56 +02:00
Yaron Shahrabani 668eee457e
Translated using Weblate (Hebrew)
Currently translated at 96.3% (450 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/he/
2021-05-26 23:33:55 +02:00
Oğuz Ersen a04c12cc60
Translated using Weblate (Turkish)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/tr/
2021-05-26 23:33:55 +02:00
Allan Nordhøy 1653185c7e
Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.3% (464 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/nb_NO/
2021-05-26 23:33:54 +02:00
Dragibus Noir 8f850a3f72
Translated using Weblate (French)
Currently translated at 100.0% (467 of 467 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/fr/
2021-05-26 23:33:54 +02:00
Alex Stewart f9f5223f23
Allow changing volume by scrolling over any part of video player (#1254)
* Added toggle component to settings

* Setting to toggle this feature is now functional. Video volume can now be changed by scrolling anywhere on the video, or just on the slider, depending on this setting

* Added translation lines for en_US and en_GB

* Changed setting line from 'Scroll Volume Over Video' to 'Scroll Volume Over Video Player'

* Changed 'mousewheel' to 'wheel' event, as 'mousewheel' is deprecated

* Ran lint check in settings.js

Co-authored-by: Alex Stewart <albinexotech@gmail.com>
2021-05-26 17:55:11 +02:00
PikachuEXE 3bce276564
Implement search filter changed indicator (#1257)
* ! Fix app unable to load due to missing `getLocale` in `mapActions`

* Implement search filter changed indicator
2021-05-25 19:54:27 +02:00
PikachuEXE 70aa159bb8
Update "Open Link" button to include playlist ID (#1258)
* ! Fix app unable to load due to missing `getLocale` in `mapActions`

* $ Update a function's name with incorrect name casing

* Update "open youtube link" button to open with playlist when playing a video with an active playlist
2021-05-25 19:39:34 +02:00
Karl Tammik 81d9484111
Translated using Weblate (Estonian)
Currently translated at 91.2% (425 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/et/
2021-05-23 21:33:55 +02:00
Rex_sa 279f0c8a56
Translated using Weblate (Arabic)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ar/
2021-05-23 18:34:38 +02:00
Luca e6611d2849 Bumped packages for comment like fix 2021-05-23 18:21:41 +02:00
ChunkyProgrammer 2def271bb2
Settings/Fix: Filter out non-YouTube links in NewPipe imports (#1319) 2021-05-23 15:42:04 +00:00
Axus Wizix ce9dfe148e
Translated using Weblate (Russian)
Currently translated at 95.0% (443 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ru/
2021-05-23 06:32:59 +02:00
Svallinn 1c57c2b0d7
Refactor/Main: Remove `enableRemoteModule` option from `webPreferences` 2021-05-23 04:39:48 +01:00
Svallinn 1900578d2d
Build: Suppress generation of `.build-id` links in rpm packages
This commit addresses a certain issue with `rpmbuild` in which certain
packages will conflict with each other because they have identical
`.build-id` links in the package.

I can speculate from some comments I've seen that this might be do
to electron versions the packages rely on, but I can't know for sure.

Most relevant issues I've seen:
https://github.com/jordansissel/fpm/issues/1503
https://github.com/jgraph/drawio-desktop/issues/259
2021-05-23 03:52:50 +01:00
Luca Hohmann 3c9de5e63a
Added Estonian, Serbian languages, fixed comment likes and bumped packages (#1311) 2021-05-22 21:21:48 +02:00
Svallinn 6ccc7e9fa4
Refactor: Swap `dispatch`/`commit` calls with mapped actions/mutations 2021-05-22 00:56:32 +01:00
Svallinn e72fbcf0a4
Refactor: Remove all `v` delegate variables 2021-05-22 00:52:11 +01:00
Svallinn 4686d21bd3
Chore: Remove `@electron/remote` dependency 2021-05-22 00:50:32 +01:00
Svallinn af0353ea32
Refactor: Erase `@electron/remote` references and other dangerous calls
The `remote` module is deprecated and `@electron/remote` is unnecessary,
since the `ipcMain` and `ipcRenderer` can replace their functionality,
providing better performance and better security.

All other dangerous calls (mainly pulling main process constructs into
the renderer process) have also been removed.
2021-05-22 00:49:48 +01:00
Svallinn 56f4c37735
Search: Fix up a few duration and upload time related options 2021-05-20 17:21:26 +01:00
Kyotaro Iijima c9fd6385f4
Translated using Weblate (Japanese)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/ja/
2021-05-20 13:33:54 +02:00
Jacque Fresco e73e170c9b
Translated using Weblate (Indonesian)
Currently translated at 97.8% (456 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/id/
2021-05-20 05:33:49 +02:00
Svallinn 089cd5845b
SponsorBlock: Prevent multiple notifications at the end of a video
Closes: #1299

Previously, the app would notified the user (with a toast) of a
sponsor segment skip repeatedly if the segment lasted
until the end of a video.
This commit fixes that behavior so that it's displayed only once.
2021-05-20 04:00:39 +01:00
Dennis ten Hoove f6fb6c67c9
Translated using Weblate (Dutch)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/nl/
2021-05-19 22:34:58 +02:00
Jakub 41e67334e2
Translated using Weblate (Slovak)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/sk/
2021-05-19 22:34:58 +02:00
-) abf3245f8f
Translated using Weblate (Latin)
Currently translated at 23.8% (111 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/la/
2021-05-19 19:33:44 +02:00
-) 594c1a3321
Translated using Weblate (German)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/de/
2021-05-19 19:33:42 +02:00
Nicole Richwine dad7705dbe
Translated using Weblate (Spanish)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2021-05-19 09:34:01 +02:00
Oscar Nydza 23bada653b
Translated using Weblate (Spanish)
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2021-05-19 09:34:01 +02:00
Luca Hohmann 67218ab5f1
Fixed wrongly sized clickable link to comment authors. Added link to reply author's channel (#1298) 2021-05-18 22:52:47 +02:00
Nicole Richwine fce8e25e46
Translated using Weblate (Spanish)
Currently translated at 98.2% (458 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2021-05-18 21:33:45 +02:00
The Cats e577a448ff
Translated using Weblate (Spanish)
Currently translated at 98.2% (458 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/es/
2021-05-18 21:33:45 +02:00
The Cats e1284f6355
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (466 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pt_BR/
2021-05-18 21:33:44 +02:00
Luca Hohmann 0cc88642b0
Fixed old trending page api call (#1297) 2021-05-18 20:59:23 +02:00
Grzegorz Wójcicki c15316080c
Translated using Weblate (Polish)
Currently translated at 99.5% (464 of 466 strings)

Translation: FreeTube/Translations
Translate-URL: https://hosted.weblate.org/projects/free-tube/translations/pl/
2021-05-18 15:34:10 +02:00