Commit Graph

187 Commits

Author SHA1 Message Date
Preston a421b24c22 Merge branch 'electron-builder' into development 2018-05-23 21:44:16 -04:00
Preston 3ab925bc0e Update package.json 2018-05-23 21:43:09 -04:00
Preston 0ac6e46ac5 Playing around with protocols on electron-builder 2018-05-23 18:59:46 -04:00
Preston e1d10acdcb Remove Unused Logos 2018-05-23 14:53:47 -04:00
Preston 6a6e5457d4 Fix issue with translation files not compiling during build. 2018-05-22 10:38:46 -04:00
Preston e2e6fc6e9e Starting testing with electron-builder 2018-05-18 01:10:16 -04:00
Preston a8caf21084 Merge branch 'master' into development 2018-05-17 20:30:22 -04:00
Preston 6b9206f49f
Update README.md 2018-05-18 00:29:25 +00:00
Preston 2bd5e34180
Update README.md 2018-05-18 00:29:02 +00:00
Jibbie R. Eguna 5b7e72027f Add New Logo / Icon to project
* Create logo

* Add files via upload

* Add files via upload

* Update README.md
2018-05-18 00:20:18 +00:00
Preston 3a8cc4ff6e Fix: Update ytdl-core for age restricted videos 2018-05-14 10:39:02 -04:00
Preston 6dab35b68b Fix: Remove preventDefault() to enable copy / paste in video player 2018-05-10 23:08:22 -04:00
Alexander 867a4e5c84 Dutch translation (#84)
* Dutch translation

* Small corrections.
2018-05-03 22:22:33 +00:00
Preston dd8035921a [WIP] Translation Template and Browser Redirect 2018-05-03 12:09:53 -04:00
Preston 5f9dee3f88 Bump version number to 0.2.1 2018-04-08 22:11:42 -04:00
Preston 3b66189424 Fix: Open external links in video and hide subs by default 2018-04-08 21:40:35 -04:00
Preston 956ef0fb5c Merge branch 'hotfix' 2018-04-08 21:22:24 -04:00
Preston 6228946ec2 Fix: Subtitles, Subscriptions, and video full screen. 2018-04-08 21:20:34 -04:00
Preston 195eb20b03 [WIP] Early Progress on Playlist support 2018-04-08 21:04:41 -04:00
Preston a64ba1e2f0 Fix: Reimplimenting Subtitles 2018-03-31 18:14:07 -04:00
Preston 13b628a99e [WIP] Run youtube-dl locally 2018-03-26 16:28:52 -04:00
Preston 76a425e82c Merge branch 'development' 2018-03-20 14:19:07 -04:00
Preston 3ea4ad4ddf Fix: Comment out dependencies 2018-03-20 14:18:56 -04:00
Preston 8f614c55c5 Merge branch 'development' 2018-03-19 19:41:30 -04:00
Preston 1c471b5bad Fix: Revert back to Heroku calls for youtube-dl because of Windows 2018-03-19 19:41:21 -04:00
Preston 8bc2f7aca7 Merge branch 'development' 2018-03-18 15:29:35 -04:00
Preston c624b7f02c Fix Icon Location in package.json 2018-03-18 15:29:15 -04:00
Preston d928276046 Merge branch 'development' 2018-03-17 20:51:31 -04:00
Preston b387c75627 Bump version number to 0.2.0 2018-03-17 20:51:21 -04:00
Preston bc20f1e177 Feature: Video options list 2018-03-17 14:29:27 -04:00
Preston 975d60cade [WIP] Video Options Menu and OPML Export Fix 2018-03-16 16:04:29 -04:00
Preston 1ac6ce7dce Features: Video Duration, Double click to full screen and more.
Loading Subscriptions is MUCH faster.
2018-03-15 10:59:50 -04:00
Nathen Lyman 5729aa2c8b #46 Imposible to remove saved video (#54)
Simple fix to remove typo and some cleanup
2018-03-15 00:09:09 +00:00
Larivact 845aca3fc9 Refactor code and improve comments (#40)
* Refactor channels.js

* Refactor templates/about.html

* Refactor events.js, fix template bug

* Improve comments in youtubeApi.js

* Remove duplicated apiKeyBank in settings.js

* Capitalize comments in init.js

* Minor style changes in savedVideos.js

* Refactor videos.js, rename displayVideos() to displayVideo()

* Minor changes in layout.js and videos.js
2018-03-12 23:37:30 +00:00
5had0w5talk3r d09138c1a6 Move background-color property in loading.css to *Theme.css (#43)
* Update loading.css

Remove background-color property to allow for easier theming.

* Update lightTheme.css

Add background-color property from loading.css

* Update darkTheme.css

Add background-color from loading.css
2018-03-12 23:31:33 +00:00
Preston 0f4a9f3ca7 Feature: Finsh subtitle support 2018-03-11 23:06:30 -04:00
Preston 4e8eb94c45 Fix: Next page token wasn't being grabbed properly 2018-03-11 21:30:43 -04:00
Preston b6df7b09d4 Update README.md 2018-03-11 21:22:55 -04:00
Preston c0ff1cef57 Feature: Run youtube-dl locally instead of calling a server. 2018-03-11 21:08:35 -04:00
Larivact 9478917493 Load templates with fs.readFileSync() instead of jquery.get() (#33)
* Load templates with require() instead of jquery.get()

* Remove stray semicolons
2018-03-11 18:15:54 +00:00
Larivact 82415c0d15 Improve README.md (#36) 2018-03-11 18:14:36 +00:00
Preston 700b676a7c Fix issue with keyboard shortcuts and subtitle support 2018-03-11 02:24:03 -04:00
Preston 11335632fd Move player functions to own file and added Keyboard shortcuts 2018-03-10 16:13:01 -05:00
Preston 84ae24ea26 Merge branch 'master' into development 2018-03-10 16:06:58 -05:00
Preston e97818344f Merge remote-tracking branch 'origin/master' 2018-03-10 16:06:42 -05:00
Larivact a73b824295 Replace proprietary googleApi.js with HTTP Requests (#21)
* Ditch googleApi.js, use request instead; refactor code

* Update README.md, the Google API script is no longer used

* Cleanup leftovers

* Fix request dependency in package.json

* Update API keys

* Update youtubeApi.js to use HTTP keep-alive for performance

* Fix indentation to two spaces

* Fix endless loop in subscriptions.js: loadSubscriptions()

* Use jquery.getJSON() instead of request module
2018-03-10 21:03:32 +00:00
Preston 8a605b4458
Update README.md 2018-03-10 16:51:38 +00:00
Preston a62d3e9fc4
Update CONTRIBUTING.md 2018-03-10 16:50:27 +00:00
Preston 888bb30b43
Create PULL_REQUEST_TEMPLATE.md 2018-03-10 16:44:18 +00:00
Preston 2c161f0404
Create CONTRIBUTING.md 2018-03-10 16:33:33 +00:00