Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soundcloud, YouTube TV, MeisterTask, Google Drive added #328

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
06efd6e
Initial commit for Shout support.
Decipher Aug 30, 2016
ade85ba
Added getMessages method.
Decipher Aug 30, 2016
d975507
add waffle.io
Sep 8, 2016
54c7695
Added Google Voice support
BehindTheMath Sep 14, 2016
97ec9f4
Removed a bunch of Inkscape garbage from icon.svg
BehindTheMath Sep 14, 2016
82422c8
Added airdroid to plugins.
HgGamer Sep 17, 2016
b9a4ef6
add new icons
JoschkaSchulz Sep 19, 2016
328a97d
fix orange to black icons
JoschkaSchulz Sep 19, 2016
3e18648
add private messages as badge
JoschkaSchulz Sep 20, 2016
652a991
Adds Mingdao plugin
ipy Sep 21, 2016
41800dc
Adding Podio chat plugin
kapersoft Sep 24, 2016
70bb4e1
Added Instagram support
MarcJose Sep 25, 2016
a6e5f67
Tweaked CSS a bit
kapersoft Sep 26, 2016
f4e9a71
Wunderlist plugin for Franz
hdkiller Sep 27, 2016
8137f78
added badge counter
hdkiller Sep 27, 2016
2f37beb
typo in description
hdkiller Sep 27, 2016
05423b5
pivotal tracker plugin
hdkiller Sep 27, 2016
6dafd76
Tweaked CSS a bit more
kapersoft Sep 27, 2016
9519b86
add glowing-bear plugin
matejc Sep 29, 2016
d8889d3
created a todoist plugin
Oct 2, 2016
205306b
Added Google Keep plugin to share notes 👍🏼
JorgeCoke Oct 4, 2016
15030ec
Adds iCloud plugin
Oct 5, 2016
6ece103
created gadu-gadu plugin
Oct 9, 2016
ae5e249
Merge pull request #16 from Decipher/develop
adlk Dec 5, 2016
3919c56
Merge pull request #26 from bretterer/waffleio
adlk Dec 5, 2016
9b3a1b4
Removed Typo in Author.
mattronix Dec 5, 2016
35d0ca5
Merge pull request #33 from BehindTheMath/develop
adlk Dec 5, 2016
ba0de46
Merge pull request #36 from HgGamer/catfood_develop
adlk Dec 5, 2016
af0725b
Merge pull request #38 from JoschkaSchulz/develop
adlk Dec 5, 2016
c72b2d1
Merge pull request #40 from mdfe/develop
adlk Dec 5, 2016
63e1821
Merge pull request #45 from kapersoft/podio-chat
adlk Dec 5, 2016
8db2f71
Merge pull request #46 from MarcJose/develop
adlk Dec 5, 2016
ed23718
Merge pull request #47 from hdkiller/develop
adlk Dec 5, 2016
302faf0
Merge pull request #49 from matejc/glowing-bear
adlk Dec 5, 2016
3a11584
Merge pull request #51 from alexward1981/develop
adlk Dec 5, 2016
56d1649
Merge pull request #53 from JorgeCoke/develop
adlk Dec 5, 2016
0b181fb
Merge pull request #95 from mattronix/patch-1
adlk Dec 5, 2016
9295e71
Merge pull request #55 from mkubrycz/develop
adlk Dec 5, 2016
b453b86
Merge pull request #54 from ryan-voltaire/develop
adlk Dec 5, 2016
0117b78
Fixes for Office365
Dec 7, 2016
a62b254
Merge pull request #69 from lucymhdavies/develop
adlk Dec 7, 2016
0e59cc5
Youtube TV, Soundcloud, MeisterTask and Google Drive added
siniradam Oct 10, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added Airdroid/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
288 changes: 288 additions & 0 deletions Airdroid/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Airdroid/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Franz => Franz;
23 changes: 23 additions & 0 deletions Airdroid/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Airdroid",
"version": "1.0.0",
"description": "AirDroid allows you to access and manage your Android phone or tablet from Windows, Mac or the Web, wirelessly, for free. Transfer files between your devices, and share files to your friends.",
"main": "index.js",
"author": "David Sipos <sipos22@msn.com>",
"license": "MIT",
"config": {
"serviceURL": "http://web.airdroid.com/",
"serviceName": "Airdroid",
"message": "AirDroid allows you to access and manage your Android phone or tablet from Windows, Mac or the Web, wirelessly, for free. Transfer files between your devices, and share files to your friends.",
"popup": [],
"hasNotificationSound": true,
"hasIndirectMessages": false,
"hasTeamID": false,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {
"disablewebsecurity": ""
},
"openDevTools": false
}
}
15 changes: 15 additions & 0 deletions Airdroid/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// orat.io integration
module.exports = (Franz, options) => {
function getMessages() {
const count = {};
const FranzData = document.querySelector('#FranzMessages').dataset;
if (FranzData) {
count.count = FranzData.direct;
count.count_indirect = FranzData.indirect;
}

Franz.setBadge(count);
}

Franz.loop(getMessages);
}
3 changes: 3 additions & 0 deletions gadu-gadu/css/franz.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#sr-advert-container, #sr-footer {
display: none !important;
}
Binary file added gadu-gadu/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions gadu-gadu/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions gadu-gadu/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// just pass through Franz
module.exports = Franz => Franz;
23 changes: 23 additions & 0 deletions gadu-gadu/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "gadu-gadu",
"version": "1.0.0",
"description": "Gadu-Gadu the most popular polish communicator of the 00's",
"main": "index.js",
"author": "Michał Kubrycz <michal.kubrycz@outlook.com>",
"license": "MIT",
"config": {
"serviceURL": "http://www.gg.pl/#",
"serviceName": "GG",
"message": "GG - Polski. Najlepszy. Komunikator.",
"popup": [],
"hasNotificationSound": true,
"hasIndirectMessages": false,
"hasTeamID": false,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {
"disablewebsecurity": ""
},
"openDevTools": false
}
}