Feross Aboukhadijeh
ccaf0de63d
Windows/Linux: Fix broken Quit option in Tray icon
...
This also cleans up the code by handling quit in the same way for all
platforms, removing the special case in tray.js for darwin.
We already have a 'before-quit' handler in main/index.js, so this is
now handled there :)
2016-04-04 13:40:27 -07:00
Feross Aboukhadijeh
9d8e79fb35
Windows: Shorter install splash screen
2016-04-04 13:18:59 -07:00
Feross Aboukhadijeh
189ec60f4e
Merge pull request #286 from feross/protocol-handler
...
OS X: Use app.setAsDefaultProtocolClient
2016-04-04 13:17:43 -07:00
Feross Aboukhadijeh
6fcc9c23b8
OS X: Use app.setAsDefaultProtocolClient
...
- OS X: Register as default handler for "magnet" on startup
Also:
- Log errors in the renderer process, like the rest of errors in the
main process
- Windows: Less chance of registry write race condition
Fix #285
2016-04-04 04:57:23 -07:00
Feross Aboukhadijeh
d0515bb2a2
Windows: register protocol handlers on startup
...
Just like other OSes. There's no reason for there to be a difference.
2016-04-04 04:43:27 -07:00
grunjol
4f79fbfc41
refactor cast module
...
* refactor cast module
* fix standard
* remove debug dependency
2016-04-04 01:22:02 -07:00
Feross Aboukhadijeh
5ccabe756a
fix: OS X has no tray icon
2016-04-04 01:08:18 -07:00
DC
fb42b84245
Save state when quitting on OSX
2016-04-04 01:08:18 -07:00
DC
ee5b6ea472
PR #278 fixes
2016-04-04 01:08:18 -07:00
DC
609df9eb1e
Torrent warning & error events
...
Fixes #253
2016-04-04 01:08:18 -07:00
DC
20157f39ee
Seed in place, don't copy to /tmp
...
Fixes https://github.com/feross/webtorrent-desktop/issues/254
2016-04-04 01:08:18 -07:00
Feross Aboukhadijeh
c975f2f2d0
Merge pull request #283 from feross/greenkeeper-electron-prebuilt-0.37.4
...
Update electron-prebuilt to version 0.37.4 🚀
2016-04-03 21:22:54 -07:00
greenkeeperio-bot
c9559419cd
chore(package): update electron-prebuilt to version 0.37.4
...
http://greenkeeper.io/
2016-04-03 04:08:48 -07:00
Feross Aboukhadijeh
f3771dd645
chore(package): update webtorrent to version 0.90.0
...
Update webtorrent to version 0.90.0 🚀
2016-04-02 02:03:01 -07:00
greenkeeperio-bot
52d909c374
chore(package): update webtorrent to version 0.90.0
...
http://greenkeeper.io/
2016-04-02 01:22:56 -07:00
Feross Aboukhadijeh
ae69d186f6
Fixes for PR #279
2016-04-02 00:39:37 -07:00
DC
04b7cdb24f
Don't re-verify unchanged files
...
Keep track of the most recent file modtimes at which we verified that the torrent piece hashes all match.
2016-04-02 00:38:29 -07:00
Feross Aboukhadijeh
8868ec6d68
Update CONTRIBUTING.md
2016-04-01 21:27:47 -07:00
DC
15242666ce
UI: Pending torrent is not necessarily from magnet link
2016-04-01 03:54:17 -07:00
Feross Aboukhadijeh
a5255a3621
webtorrent@0.89
2016-04-01 01:13:39 -07:00
Feross Aboukhadijeh
76072b1be1
fix badge link issue
...
the spaces between badges were linked
2016-04-01 00:31:52 -07:00
Feross Aboukhadijeh
7485750b41
electron-prebuilt@0.37.3
2016-04-01 00:12:58 -07:00
Feross Aboukhadijeh
f7482fce5b
remove debug dependency
2016-04-01 00:09:51 -07:00
Feross Aboukhadijeh
e402fb93fb
webtorrent-app -> webtorrent-desktop
2016-04-01 00:09:45 -07:00
DC
520ab99b21
Toggle show/hide in tray icon
...
Fix state saving on app exit
2016-03-31 08:38:35 -07:00
DC
742061183b
Show new files immediately when seeding
...
Fixes #208
2016-03-31 08:07:55 -07:00
DC
8a16ddb3d0
Don't log mediaTimeUpdate, less noise
2016-03-30 20:48:25 -07:00
DC
af783e0532
Save audio metadata, after extraction
...
Fixes #260
2016-03-30 20:47:04 -07:00
Feross Aboukhadijeh
d1806d9503
0.2.0
v0.2.0
2016-03-29 03:58:38 -07:00
Feross Aboukhadijeh
1ce894c134
changelog
2016-03-29 03:57:29 -07:00
Feross Aboukhadijeh
8b1d7e5394
Changelog v0.2.0
2016-03-29 03:52:19 -07:00
DC
39a6832631
Minimize to tray
...
Fixes #150
2016-03-29 03:51:15 -07:00
Feross Aboukhadijeh
9694a9f5fd
CHANGELOG
2016-03-29 03:16:23 -07:00
Feross Aboukhadijeh
0683255281
webtorrent@0.88.1
2016-03-29 02:53:08 -07:00
DC
3a76629f09
UX polish: highlight drag-drop even when placeholder isn't visible
...
Before, if you scrolled so that the bottom placeholder wasn't visible, there was no indication that the app is still a drag target.
2016-03-29 02:37:25 -07:00
DC
630e8611ba
Add Cosmos Laundromat as a default torrent
2016-03-29 00:41:48 -07:00
DC
cc273e7312
Loading spinner for videos
...
Only worked for audio before
2016-03-29 00:41:42 -07:00
DC
c8da083526
Make npm run package work on Mac and Linux
2016-03-28 23:09:07 -07:00
DC
840966c7f0
Remove global shortcuts when player isn't active
2016-03-28 22:57:40 -07:00
Feross Aboukhadijeh
8ce7235c2b
webtorrent@0.88
...
Lots of perf fixes for #256
2016-03-28 22:55:23 -07:00
DC
f70cef2cee
Loading spinner: center, text-overflow ellipsis
2016-03-28 22:36:45 -07:00
DC
dc2e2a82e7
Loading spinner: show download speed
2016-03-28 21:23:52 -07:00
DC
c70fef3feb
Show spinner when audio/video is stalled
...
Fixes #243
2016-03-28 21:16:06 -07:00
DC
1afedac12f
Fix version, my bad
2016-03-28 20:10:02 -07:00
DC
b8ff4b378b
Linux updater: better message
2016-03-28 18:52:09 -07:00
DC
86069a7173
Linux update notifications
...
Fixes #257
2016-03-28 16:16:43 -07:00
Feross Aboukhadijeh
25db4eec9d
Update package.js for electron-packager v6
2016-03-28 13:55:18 -07:00
Feross Aboukhadijeh
9080a69e3c
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
986fbf5418
app -> desktop
2016-03-28 13:50:27 -07:00
Feross Aboukhadijeh
df04363f7c
WebTorrent Desktop
2016-03-28 13:36:51 -07:00