Alex Vale
036ac72e3c
fix: remove erroneous playbackRate check ( #2106 )
...
* remove erroneous playbackRate check
A playback rate != 1 causes shouldHidePlayerControls to erroneously return false.
* Add change
Co-authored-by: Alex <alxmorais8@msn.com >
2022-03-03 01:53:23 +00:00
Diego Rodríguez Baquero
e42a515199
fix: modernify code ( #2068 )
...
* fix: modernify code
* standard fix
* fixes
2021-10-11 18:23:09 -05:00
Diego Rodríguez Baquero
c36e43eaa3
fix: electron upgrade fixes ( #2058 )
...
* fix: electron upgrade fixes
* fix: electron remote
* fixes
* fixes
* pin
* actually
2021-10-10 13:21:45 -05:00
Alex
770c641f1b
refactor: ETA calculation ( #2055 )
...
* Refactor ETA calculation
* Update src/renderer/pages/player-page.js
Co-authored-by: Alex <alxmorais8@msn.com >
* Fix lint issue
Co-authored-by: Alex <alxmorais8@msn.com >
2021-10-02 15:11:45 +02:00
Benjamin Tan
0d512db6e2
Ensure that default file/protocol handlers are re-installed after updating. ( #997 )
...
Previously, they were only installed when the preference was changed.
This caused the handlers to point to non-existing files after updates
occurred and older versions were removed by Squirrel.
Closes #791 , #911 .
2021-09-22 20:11:53 -05:00
Vincenzo De Petris
24969c87f3
Fix ghost image showing on media player drag ( #1922 )
...
* fix: ghost image showing on media player drag
* fix: add missing space
* fix: access Image from window object
2021-09-22 20:10:30 -05:00
Adam Gotlib
5619f1805b
Release media keys when opening external player ( #1237 )
2021-09-22 20:07:00 -05:00
Alex
e9d72ebb17
fix: resume torrents after deletion ( #1974 )
...
* fix: resume torrents after deletion
* Update torrent-list-controller.js
Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com >
2021-09-22 19:56:00 -05:00
Agyant Tiwari
610abea1c3
Play/Pause video on click ( #1878 )
...
* Play/Pause video on click
* Fixing lint
* fix: use dispatcher
Co-authored-by: Alex <alxmorais8@msn.com >
2021-08-16 13:47:53 +02:00
renovate[bot]
c531169a37
fix(deps): update dependency create-torrent to v5 ( #2034 )
...
* fix(deps): update dependency create-torrent to v5
* Update webtorrent.js
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com >
2021-08-05 20:54:37 -05:00
Alex
ef4fc2d28d
feat: paste torrent address with right click ( #1989 )
...
* feat: paste torrent address with right click
* Change right click to directly pasting
2021-06-09 23:55:40 +02:00
Feross Aboukhadijeh
d12fd7768a
fix: Link to VLC using HTTPS ( #1987 )
...
May help with users who are man-in-the-middled and redirected to malicious websites.
See: https://github.com/webtorrent/webtorrent-desktop/issues/1908
2021-06-02 16:46:17 -07:00
Feross Aboukhadijeh
756480a69f
chore: Update to Electron 13; Bump all deps ( #1986 )
...
* chore: Update to Electron 12; Bump all deps
* Fixes for Electron 12
* chore: Update to Electron 13
2021-06-02 08:21:35 -07:00
Alberto Miranda
5f5e4e0ee2
Fix cannot set property 'enabled' of undefined ( #1938 )
2021-06-02 07:41:09 -07:00
Alex
e6a33fb53a
Merge pull request #1905 from getsnoopy/fix-units
...
Fix formatting of measurement units
2021-04-14 09:57:26 +02:00
BlueManCZ
f8d9567422
Change command
2021-01-31 22:21:13 +01:00
BlueManCZ
97b54744df
Update comment
2021-01-31 11:19:44 +01:00
BlueManCZ
4a974a1d3d
Look for libappindicator libraries instead of package
2021-01-31 11:12:18 +01:00
Varun Varada
d299704f57
Fix formatting of measurement units
...
There were some incorrectly formatted unit symbols and units names in
the app, so this commit fixes them per SI and ISO/IEC specifications.
2020-12-22 19:00:05 -06:00
Feross Aboukhadijeh
919af5bf15
Merge pull request #1217 from cezar-carneiro/show-progress-on-cast-screen
2020-11-26 01:44:32 +01:00
Feross Aboukhadijeh
464e63fd92
standard (Fixes for PR #1818 )
2020-11-22 16:12:04 -10:00
suraj rathod
0efb5fa7ad
Merge branch 'master' into master
2020-11-20 11:27:33 +05:30
Feross Aboukhadijeh
9e0d91f144
Disable background throttling
...
Reference: https://github.com/webtorrent/webtorrent-desktop/pull/1720#issuecomment-722011487
I actually think we want backgroundThrottling: false so our timers and intervals aren't throttled when the app is backgrounded.
2020-11-04 12:34:48 -10:00
Feross Aboukhadijeh
9e1721990d
bitfield@4
2020-11-03 13:03:40 -10:00
Feross Aboukhadijeh
a20f82cc61
standard
2020-10-29 11:30:07 -10:00
Feross Aboukhadijeh
630ed76b8c
standard
2020-10-28 09:52:07 -10:00
Feross Aboukhadijeh
7b06acb972
don't rely on deprecated return value from ReactDOM.render
2020-10-27 18:18:30 -10:00
Feross Aboukhadijeh
80b86b5693
standard
2020-10-21 13:50:42 -10:00
Julen Garcia Leunda
77877d4201
Merge pull request #1812 from dsernst/scrub-preview
...
Adds Youtube-style Scrubbing preview
2020-10-20 17:31:43 +02:00
Feross Aboukhadijeh
a7766e8d3f
fixes for capture-frame@4
2020-08-28 16:58:40 -07:00
Julen Garcia Leunda
bb55b3fab2
Add m2ts video container support
2020-08-12 23:06:14 +02:00
Julen Garcia Leunda
57d02aa316
Merge pull request #1850 from Hinara/patch-1
...
Fix #1807 (VLC does not start)
2020-07-31 17:11:07 +02:00
David Ernst
d3bfccaa6b
Check for type === video in clearPreview()
2020-07-30 19:10:14 -07:00
Julen Garcia Leunda
60b4365a76
Merge pull request #1840 from subins2000/fix-1839-no-keyevents-on-user-input
...
Fix #1839 : Prevent keypress events on user input elements
2020-07-30 18:31:22 +02:00
Julen Garcia Leunda
cb0ad73c80
Merge pull request #1754 from hicom150/fix_windows_installer
...
Fix windows installer event handler
2020-07-30 18:30:59 +02:00
Hinara
0edeaa4d58
Accept null value as playerPath
2020-07-30 15:06:26 +02:00
Hinara
f88d5426c9
Fix #1807
...
eb5a291c8b/src/renderer/lib/migrations.js (L219) cause external player to be a empty string instead of a null one
2020-07-25 02:39:09 +02:00
Borewit
1b7d4f09a9
Fix issue #1833 , only pass metadata. Prevent MetadataCollector (from music-metadata) is serialized.
2020-07-21 23:00:22 +02:00
Subin Siby
15cca44bd2
Fix #1839 : Prevent keypress events on user input elements
2020-07-17 18:47:23 +05:30
Feross Aboukhadijeh
48ad571a59
electron 10: re-enable remote module
...
Electron 10 disables the remote module by default. We've always tried to avoid using `remote` in WTD so there aren't many occurrances of it, but there are still a few places where we use it
2020-07-15 20:01:08 -07:00
Feross Aboukhadijeh
57a003d7c5
electron 10 crash reporter changes
...
Crash reporter doesn't need to be started in child processes, and in fact the functions are all deprecated. Instead start it from the main process, and the child processes will automatically be covered
Change of params to crashReporter.start() function
2020-07-15 19:44:34 -07:00
Feross Aboukhadijeh
a2539b15d5
Prep for 0.22.0 release
...
Supercedes: https://github.com/webtorrent/webtorrent-desktop/pull/1730
Thanks @hicom150 :)
2020-07-15 15:39:39 -07:00
Feross Aboukhadijeh
27bbdcc465
fixes for Electron 9
2020-07-15 14:35:03 -07:00
Feross Aboukhadijeh
06ce97bf6c
Remove mkdirp
...
Fixes: https://github.com/webtorrent/webtorrent-desktop/issues/1831
2020-07-15 14:03:27 -07:00
SurajRathod
583cecc661
selective import
2020-06-06 17:46:30 +05:30
David Ernst
c4b318bd5f
Clean up code and add better comments
2020-05-02 11:40:00 -07:00
David Ernst
d55acf9c12
Fix 'extra-lint' errors
2020-05-01 22:41:19 -07:00
David Ernst
24bc40c95e
Fix preview border rendering
2020-05-01 22:06:05 -07:00
David Ernst
0716444be5
Working video scrubbing preview
2020-05-01 21:57:42 -07:00
David Ernst
85c0e99e16
Only show previews for video
2020-05-01 21:05:29 -07:00