Commit Graph

590 Commits

Author SHA1 Message Date
DC
2792a409f5 Add Cosmos Laundromat as a default torrent 2016-03-29 00:41:48 -07:00
DC
6557be108e Loading spinner for videos
Only worked for audio before
2016-03-29 00:41:42 -07:00
DC
dfbc3daa4c Make npm run package work on Mac and Linux 2016-03-28 23:09:07 -07:00
DC
ccc686b539 Remove global shortcuts when player isn't active 2016-03-28 22:57:40 -07:00
Feross Aboukhadijeh
622ae9a914 webtorrent@0.88
Lots of perf fixes for #256
2016-03-28 22:55:23 -07:00
DC
fe5959e0b4 Loading spinner: center, text-overflow ellipsis 2016-03-28 22:36:45 -07:00
DC
ddcae88b27 Loading spinner: show download speed 2016-03-28 21:23:52 -07:00
DC
4c23643b5e Show spinner when audio/video is stalled
Fixes #243
2016-03-28 21:16:06 -07:00
DC
bf3f2e51fe Fix version, my bad 2016-03-28 20:10:02 -07:00
DC
0eab6a9783 Linux updater: better message 2016-03-28 18:52:09 -07:00
DC
9030f23278 Linux update notifications
Fixes #257
2016-03-28 16:16:43 -07:00
Feross Aboukhadijeh
92d8a7a187 Update package.js for electron-packager v6 2016-03-28 13:55:18 -07:00
Feross Aboukhadijeh
9c7accb023 Merge pull request #258 from feross/greenkeeper-electron-packager-6.0.0
Update electron-packager to version 6.0.0 🚀
2016-03-28 13:53:28 -07:00
Nate Goldman
59a41540ad app -> desktop 2016-03-28 13:50:27 -07:00
Feross Aboukhadijeh
fc6646a3ad WebTorrent Desktop 2016-03-28 13:36:51 -07:00
greenkeeperio-bot
23abc13b37 chore(package): update electron-packager to version 6.0.0
http://greenkeeper.io/
2016-03-28 07:59:53 -07:00
Feross Aboukhadijeh
c6e11701b7 update 0.1.1 changelog 2016-03-28 01:18:13 -07:00
Feross Aboukhadijeh
3bde56b5c6 package .zip files for Linux 2016-03-28 01:17:57 -07:00
Feross Aboukhadijeh
1f9551bd0a Fixes for PR #250 2016-03-28 00:48:14 -07:00
DC
ffdee3d7f7 v0.1.1 2016-03-28 00:39:15 -07:00
Feross Aboukhadijeh
d181ea1105 Merge pull request #250 from rom1504/add_binary
add binary, fix #247
2016-03-27 22:05:47 -07:00
Romain Beaumont
fef72507ef add binary, fix #247
cmd.js is mostly taken from node_modules/electron-prebuilt/cli.js (what the node_modules/.bin/electron symlink points to)
2016-03-28 02:26:13 +02:00
DC
86309317a7 Track progress for currently playing file. Fixes #244 2016-03-27 16:17:35 -07:00
DC
a2ee63023f Show filename in window title. Fix #245
Also fix error popover z index
2016-03-27 16:17:35 -07:00
Feross Aboukhadijeh
a409cd6b32 check for updates 5 seconds after startup 2016-03-27 03:30:29 -07:00
Feross Aboukhadijeh
cb6c33f34a Merge pull request #240 from feross/changelog
Update CHANGELOG
2016-03-27 03:27:14 -07:00
Feross Aboukhadijeh
6c3b69f5fe Update CHANGELOG 2016-03-27 03:13:38 -07:00
DC
5ae6d43e39 Memoize event handlers
Stop virtualdom from swapping out every event handler on every update
2016-03-27 02:58:26 -07:00
Feross Aboukhadijeh
8313855ea4 Merge pull request #239 from feross/absolute-path-urls
Resolve posterURL and torrentPath at runtime
2016-03-27 02:12:41 -07:00
Feross Aboukhadijeh
a668898022 Resolve posterURL and torrentPath at runtime
Fixes bug where posters and torrent files can’t be found in the built
app.
2016-03-27 02:10:58 -07:00
Feross Aboukhadijeh
a3a0f760c4 Merge pull request #237 from feross/fix-233
Fixes for PR #233
2016-03-27 01:16:56 -07:00
Feross Aboukhadijeh
9b75025cb2 Save .torrent dialog: Add "All Files" option 2016-03-27 01:10:45 -07:00
Feross Aboukhadijeh
ecfe243b16 Right click -> "Save torrent file" without using streams
For #233
2016-03-27 01:06:58 -07:00
Feross Aboukhadijeh
e88ad66e48 Make right click -> "copy magnet uri" work for default torrents
For #233
2016-03-27 01:06:36 -07:00
Feross Aboukhadijeh
ce892e0ea7 sintel.torrent: Use webtorrent.io torrent 2016-03-27 00:58:50 -07:00
Feross Aboukhadijeh
42b1510bc3 Merge pull request #233 from Flet/torrent-context-menu
add context menu with share/save actions
2016-03-27 00:39:15 -07:00
Feross Aboukhadijeh
b45c2a6677 Merge pull request #236 from feross/fix-mac-flash
Fix OS X flash of white
2016-03-27 00:31:08 -07:00
Feross Aboukhadijeh
60161bea1a Delay lazy load of client
This works great on my slow Macbook 12”, so I assume it will work
without lag on most other people’s computers.
2016-03-27 00:28:33 -07:00
Feross Aboukhadijeh
8d7424d19d OS X: Prevent white flash on window open
We got the window to run less JS but now it’s shown by the main process
too soon! This fixes that with a setTimeout.

Perhaps when this issue is fixed
(https://github.com/atom/electron/issues/861) we can remove the timeout.
2016-03-27 00:27:28 -07:00
Feross Aboukhadijeh
e1737641ab Merge pull request #235 from feross/about-window
Windows/Linux: Add About Window (#220)
2016-03-26 23:53:37 -07:00
Feross Aboukhadijeh
f03fac7446 About window: increase size slightly 2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
6bf71faba4 About window: only allow text selection 2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
3f1ae1b53c About window: font-size tweaks 2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
e0525ab023 Windows/Linux: Hide menu on About Window 2016-03-26 23:43:24 -07:00
Feross Aboukhadijeh
878584866b Windows/Linux: Add About Window (#220) 2016-03-26 23:43:24 -07:00
DC
54c4279270 Speed up init() by >= 2x
Lazy load the WebTorrent, Chromecast, and Airplay modules
2016-03-26 23:31:32 -07:00
Dan Flettre
a91dc4e1ea add context menu with share/save actions 2016-03-26 23:10:27 -05:00
Feross Aboukhadijeh
ba74aac7bf Merge pull request #232 from feross/ui-responsiveness
UI responds instantly to torrent enable/disable (#208)
2016-03-26 20:40:12 -07:00
Feross Aboukhadijeh
c0b1e84c39 UI responds instantly to torrent enable/disable (#208) 2016-03-26 20:36:57 -07:00
Feross Aboukhadijeh
f2a80a49d5 Merge pull request #231 from feross/shortcut-fix
Keyboard shortcuts: volume shortcuts should be local
2016-03-26 20:07:30 -07:00