Skip to content

Commit

Permalink
Drag drop and loader (#76)
Browse files Browse the repository at this point in the history
* Drag&Drop + Loader

* Edit Readme

* Remove redundant code

* Remove redundant code

* Remove contributors section

To be added as a separate file.
  • Loading branch information
gloriousducks authored and poush committed Nov 10, 2018
1 parent 98ad153 commit d2b5815
Show file tree
Hide file tree
Showing 26 changed files with 1,053 additions and 428 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
"extends": "standard"
};
extends: "standard"
};
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo

Examples of behavior that contributes to creating a positive environment include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a professional setting
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Expand Down
21 changes: 13 additions & 8 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
CC0 1.0 Universal
==================
# CC0 1.0 Universal

Statement of Purpose
---------------------
## Statement of Purpose

The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").

Expand All @@ -11,7 +9,9 @@ Certain owners wish to permanently relinquish those rights to a Work for the pur
For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.

1. Copyright and Related Rights.
--------------------------------

---

A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:

i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
Expand All @@ -23,15 +23,20 @@ vi. database rights (such as those arising under Directive 96/9/EC of the Europe
vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.

2. Waiver.
-----------

---

To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.

3. Public License Fallback.
----------------------------

---

Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.

4. Limitations and Disclaimers.
--------------------------------

---

a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
Expand Down
39 changes: 31 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,59 @@
# H2
Inspired by the Helium app, **H2** is a minimalist browser to watch embeded videos and more in picture-in-picture mode.

Inspired by the Helium app, **H2** is a minimalist browser to watch embeded videos and more in picture-in-picture mode.

# Features

:tv: Works with any Youtube URL.

:scroll: Works with PDFs links, Google Docs URLs.

:computer: Works on all platforms, thanks to electron ❤️

:clock9:[WIP] After [#22](https://github.com/poush/H2/pull/22) a basic image editor, many other features coming soon.
:art: Image editor supports contrast, brightness, hue, sepia and save as PNG.

:clock9:[WIP] Many other features coming soon.

# Example

![demo](img/demo.gif)

## Installation
* [Windows](docs/windows.md)
* [Mac](docs/mac.md)
* [Linux](docs/linux.md)

- [Windows](docs/windows.md)
- [Mac](docs/mac.md)
- [Linux](docs/linux.md)

## Usage
* Copy any youtube, PDF or google docs URL and press `Ctrl/Command + Shift + V`
* [Keyboards Shortcuts](docs/shortcuts.md)

- Copy any youtube, PDF or google docs URL and press `Ctrl/Command + Shift + V`
- [Keyboards Shortcuts](docs/shortcuts.md)

## Contributing

```bash
# Clone this repository

git clone https://github.com/poush/h2

# Go into the repository

cd h2

# Install dependencies

npm install

# Run the app

npm start
```

## Bug

[Known Bugs](https://github.com/poush/H2/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
## Credits


## License

[CC0-1.0](https://github.com/poush/H2/blob/master/LICENSE.md)
90 changes: 43 additions & 47 deletions ServiceProviders/MediaProviders/baseMediaProvider.js
Original file line number Diff line number Diff line change
@@ -1,50 +1,46 @@
class baseMediaProvider {

constructor() {
this.version = '0.1'
this.name = 'base'
this.response = {
eventName: 'default',
type: 'link',
content: ''
}
}

set text(link) {
this.extractContents(link)
}

get content() {
if(this.response.content != '' || this.response.link != undefined){
// console.log(this.response)
return this
}

throw "InvalidContentByContentExtraction"
}

matcher(link) {

}

//method
extractContents(link) {
if (link != undefined || link != '') {
this.response.content = link
}

return true
}

postWinLoad(win){
return true
}

preWinLoad(win) {
//must return true
return true
}

constructor() {
this.version = "0.1";
this.name = "base";
this.response = {
eventName: "default",
type: "link",
content: ""
};
}

set text(link) {
this.extractContents(link);
}

get content() {
if (this.response.content != "" || this.response.link != undefined) {
// console.log(this.response)
return this;
}

throw "InvalidContentByContentExtraction";
}

matcher(link) {}

//method
extractContents(link) {
if (link != undefined || link != "") {
this.response.content = link;
}

return true;
}

postWinLoad(win) {
return true;
}

preWinLoad(win) {
//must return true
return true;
}
}

module.exports = baseMediaProvider
module.exports = baseMediaProvider;
60 changes: 28 additions & 32 deletions ServiceProviders/MediaProviders/docs.js
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
const baseMediaProvider = require('./baseMediaProvider')
const baseMediaProvider = require("./baseMediaProvider");

class docsProvider extends baseMediaProvider {

constructor(){
super()
this.name = 'googleDocs'
this.response.eventName = 'googleDocs'
this.response.type = 'iframe'
}

matcher(link){
const regex = /https:\/\/docs.google.com\/document\/d\/[0-9A-Za-z]+/gm;
var match = regex.exec(link)
if(match)
return match;

return false;
}

extractContents(link) {
if (link != undefined || link != '') {
this.response.content = link
}

return true

}

postWinLoad(win){
return true
}

constructor() {
super();
this.name = "googleDocs";
this.response.eventName = "googleDocs";
this.response.type = "iframe";
}

matcher(link) {
const regex = /https:\/\/docs.google.com\/document\/d\/[0-9A-Za-z]+/gm;
var match = regex.exec(link);
if (match) return match;

return false;
}

extractContents(link) {
if (link != undefined || link != "") {
this.response.content = link;
}

return true;
}

postWinLoad(win) {
return true;
}
}

module.exports = docsProvider
module.exports = docsProvider;
59 changes: 27 additions & 32 deletions ServiceProviders/MediaProviders/pdf.js
Original file line number Diff line number Diff line change
@@ -1,36 +1,31 @@
const baseMediaProvider = require('./baseMediaProvider')
const baseMediaProvider = require("./baseMediaProvider");

class pdfProvider extends baseMediaProvider {

constructor(){
super()
this.name = 'pdf'
this.response.type = 'link'
}

matcher(link){
const regex = /(https?:\/\/\S*?\.pdf)/gm;
var match = regex.exec(link)
if(match)
return match;

return false;
}

extractContents(link) {

if (link != undefined || link != '') {
this.response.content = link
}

return true

}

postWinLoad(win){
return true
}

constructor() {
super();
this.name = "pdf";
this.response.type = "link";
}

matcher(link) {
const regex = /(https?:\/\/\S*?\.pdf)/gm;
var match = regex.exec(link);
if (match) return match;

return false;
}

extractContents(link) {
if (link != undefined || link != "") {
this.response.content = link;
}

return true;
}

postWinLoad(win) {
return true;
}
}

module.exports = pdfProvider
module.exports = pdfProvider;
Loading

0 comments on commit d2b5815

Please sign in to comment.