Commit Graph

469 Commits

Author SHA1 Message Date
Feross Aboukhadijeh
5ead803d71 OS X: Sign apps, build .DMG and .ZIP assets 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
801a01b357 config: put APP_NAME into a variable 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
75fd7aadac add config.ROOT_PATH 2016-03-21 20:21:36 -07:00
Feross Aboukhadijeh
6706bc665c remove app update check interval
If there’s an update, this would redownload it every 6 hours until the
app is restarted. We could fix it, but let’s just simplify this:

App updates are checked for on app startup only.
2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
48c356dac3 add log.js module for renderer logging 2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
d3692928b6 implement barebones auto updater 2016-03-21 20:19:30 -07:00
Feross Aboukhadijeh
bd7d4b3c80 move crash reporter placeholder 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
aa24527fee Speed up Travis 2016-03-21 04:42:52 -07:00
DC
a0fef5f313 Store path in each torrentSummary. Fixes #73 2016-03-21 04:38:09 -07:00
DC
9fde82eda9 Notify completed torrents only if we actually DL'd them
In other words, don't notify completed torrents if all we did was verify data files that were already on disk
2016-03-21 04:21:44 -07:00
DC
34a8afa9ec Fix #176: close window on OSX 2016-03-21 04:06:54 -07:00
DC
719f0561b1 Fix window bounds restore on OSx 2016-03-21 03:56:56 -07:00
DC
3019fbef3e Restore window size correctly
* Don't attempt to change size when maximized or fullscreen
* Bugfix: restore window size correctly when returning from a video so big that it that caused the window to maximize
2016-03-21 02:34:56 -07:00
DC
d520a9e4bc Fix default torrents
Big Buck Bunny playable now, files show correctly even before the user starts torrenting
2016-03-21 02:34:52 -07:00
DC
720c9f4625 Show files even when torrent isn't torrenting 2016-03-21 02:25:41 -07:00
Feross Aboukhadijeh
041dd708ec Merge pull request #188 from feross/nav
Implement back/forward buttons
2016-03-20 23:16:37 -07:00
Feross Aboukhadijeh
d0ddf6909a Implement back/forward buttons (fix #180) 2016-03-20 22:54:51 -07:00
Feross Aboukhadijeh
90f1b02895 Use mkdirp; remove unneeded saveState() call 2016-03-20 17:09:59 -07:00
Feross Aboukhadijeh
9ecb694957 always log errors to console 2016-03-20 16:26:12 -07:00
Feross Aboukhadijeh
e4476a8f88 style 2016-03-20 16:26:12 -07:00
Feross Aboukhadijeh
839aee3c55 Merge pull request #184 from feross/image-optim
Run ImageOptim over static images
2016-03-20 16:24:23 -07:00
Feross Aboukhadijeh
96b8a40604 Run ImageOptim over static images
Save 268KB (22% file size)
2016-03-20 16:20:37 -07:00
Feross Aboukhadijeh
5c0029ac67 Merge pull request #183 from grunjol/feature-linux-desktop-icon
make png square
2016-03-20 16:16:12 -07:00
grunjol
d9d56fd7ad Merge branch 'master' into feature-linux-desktop-icon 2016-03-20 20:02:29 -03:00
Feross Aboukhadijeh
e72c6c4adf update AUTHORS.md 2016-03-20 16:01:23 -07:00
Feross Aboukhadijeh
87ae5a733d Merge pull request #182 from grunjol/master
add icon for linux desktop file
2016-03-20 16:00:44 -07:00
grunjol
c597c7cd36 make png square 2016-03-20 19:56:32 -03:00
grunjol
6dacc445e8 add icon for linux desktop file 2016-03-20 12:47:55 -03:00
Feross Aboukhadijeh
f21d869bf7 Merge pull request #175 from feross/prevent-multiple
Prevent multiple instances of the app from running at the same time
2016-03-20 04:11:11 -07:00
Feross Aboukhadijeh
f71cda65ef Prevent multiple instances of the app from running at the same time
Fix #167
2016-03-20 03:54:25 -07:00
Feross Aboukhadijeh
07cce66a79 Merge pull request #174 from feross/linux-handler
Linux: Register .torrent file/magnet link handlers
2016-03-20 03:36:04 -07:00
Feross Aboukhadijeh
c11ebf30bd Only use 'app.asar.unpacked' path where it is needed 2016-03-20 03:30:39 -07:00
Feross Aboukhadijeh
8ae727db03 rely on electron's automatic ASAR handling 2016-03-20 03:29:02 -07:00
Feross Aboukhadijeh
9f46da5477 Linux: Register .torrent file/magnet link handlers 2016-03-20 03:19:32 -07:00
Feross Aboukhadijeh
5cb0e6940f register-handlers.js 2016-03-20 03:15:29 -07:00
Feross Aboukhadijeh
c4a74c526d tweak registerProtocolHandler API 2016-03-20 03:15:29 -07:00
DC
b6bd9dbb70 Fix startTorrenting / add file functionality 2016-03-20 02:06:57 -07:00
DC
26dc1e82fd Airplay support. Nicer looking cast screen 2016-03-20 01:59:25 -07:00
Feross Aboukhadijeh
66648186f4 Merge pull request #172 from feross/windows-torrent-handler
Set Windows protocol/file handler icons; unpack icon for browserWindow.icon
2016-03-20 01:14:04 -07:00
Feross Aboukhadijeh
fb37b87297 set windows protocol/file icons 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
45b36fb7a1 config.COPYRIGHT -> APP_COPYRIGHT 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
1022d616d2 Unpack icon files so setting browserWindow.icon works 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
f1c27f2a69 config.COPYRIGHT 2016-03-20 01:10:41 -07:00
Feross Aboukhadijeh
d305632d82 Merge pull request #170 from feross/windows-torrent-handler
Register .torrent file hander on Windows
2016-03-19 23:50:14 -07:00
Feross Aboukhadijeh
c8bd39056c Register .torrent file hander on Windows 2016-03-19 23:12:58 -07:00
DC
acc2b03d14 Save torrent files after resolving a magnet link 2016-03-19 21:42:37 -07:00
Nate Goldman
518e01afb5 Merge pull request #168 from feross/player-tweaks
fix hide on hover, always show playback position
2016-03-19 21:13:10 -07:00
Nate Goldman
f8b968c5ec fix hide on hover, always show playback position 2016-03-19 20:50:57 -07:00