Commit Graph

222 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
0462530503 Fixes for PR #279 2016-04-02 00:39:37 -07:00
DC
f7aa58c6ef 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
DC
bad24ca364 UI: Pending torrent is not necessarily from magnet link 2016-04-01 03:54:17 -07:00
DC
78b90296c0 Toggle show/hide in tray icon
Fix state saving on app exit
2016-03-31 08:38:35 -07:00
DC
f0cae2509c Show new files immediately when seeding
Fixes #208
2016-03-31 08:07:55 -07:00
DC
f500cbf4dd Don't log mediaTimeUpdate, less noise 2016-03-30 20:48:25 -07:00
DC
d7d8125c4b Save audio metadata, after extraction
Fixes #260
2016-03-30 20:47:04 -07:00
DC
23ce394bb9 Minimize to tray
Fixes #150
2016-03-29 03:51:15 -07:00
Feross Aboukhadijeh
bc5292dd02 CHANGELOG 2016-03-29 03:16:23 -07:00
DC
0d6db35904 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
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
ccc686b539 Remove global shortcuts when player isn't active 2016-03-28 22:57:40 -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
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
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
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
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
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
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
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
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
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
c0b1e84c39 UI responds instantly to torrent enable/disable (#208) 2016-03-26 20:36:57 -07:00
Feross Aboukhadijeh
14611739ff Keyboard shortcuts: volume shortcuts should be local
`globalShortcut` will register the shortcut at the OS level, even when
the app is not focused.

Using `localShortcut` would work, but let's put it in the top menu
instead, where all the other shortcuts are.
2016-03-26 20:04:29 -07:00
DC
cc3dadb025 Add (BETA) to window title
Also fix a bug: fix relative paths to the default torrents.
2016-03-26 18:11:40 -07:00
DC
5a2c76c7db Use relative paths for default torrents
This keeps them working if a user opens the app from DMG, then installs it to a different path and opens it again
2016-03-26 16:15:24 -07:00
Feross Aboukhadijeh
548920c7e7 Merge pull request #202 from grunjol/feature-volume-management-clean
Add volume management
2016-03-25 23:46:59 -07:00
grunjol
a779f00ccb fixes #116 Add Unity launcher icons 2016-03-25 16:31:12 -03:00
Feross Aboukhadijeh
f77be35dae fix: exception when adding magnet links 2016-03-24 02:54:49 -07:00
Nate Goldman
f8143d0b61 fix #211 - invisible header bug 2016-03-23 23:16:33 -07:00
Feross Aboukhadijeh
4e82fc9fba Sounds: subtler sounds
This change sets different sounds to different volume levels, and
replaces the Play sound with one that sounds different than the Add
sound.
2016-03-23 20:44:40 -07:00
DC
73d5a4e1ab Fix magnet link progress bug 2016-03-23 06:43:13 -07:00
grunjol
8f582b30d6 add volume management 2016-03-23 09:01:07 -03:00
DC
fcf0e0d2fb Audio metadata 2016-03-22 03:52:27 -07:00
DC
fc425e4221 WebTorrent can now play audio 2016-03-22 02:26:28 -07:00
Feross Aboukhadijeh
75fd7aadac add config.ROOT_PATH 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
48c356dac3 add log.js module for renderer logging 2016-03-21 20:19:30 -07:00
DC
9e9c6c7302 Use largest image in torrent as the poster
...as a fallback, if no the torrent doesn't contain any video files
2016-03-21 17:57:08 -07:00
DC
3492872a85 Add tooltips 2016-03-21 16:51:45 -07:00
DC
a0fef5f313 Store path in each torrentSummary. Fixes #73 2016-03-21 04:38:09 -07:00