From 2ca4c70e4125da0c21ad74be84935988e7cffc3f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 9 Aug 2016 21:14:46 -0300 Subject: [PATCH 1/6] Missing Outlook 365 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db13eb1..b12a5b63 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Discord Noysi Outlook +Outlook 365 TutaNota Hushmail BearyChat From dc6b1139ae2d0f7183f7f83ce8dc9c195a60ad96 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 9 Aug 2016 21:15:19 -0300 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b12a5b63..296c5a20 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 44 +## Services available - 45 WhatsApp Messenger From c9e98809687c03e4f5fb68cfb20f2bcd8ebde981 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 9 Aug 2016 21:22:27 -0300 Subject: [PATCH 3/6] Added badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 296c5a20..72a8185a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Donate with PayPal Gitter Release + +

+

+ Travis CI + AppVeyor CI MIT Licence From d879f8b9c59011ab937ad88efffb4dbd26de8c76 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 9 Aug 2016 21:23:21 -0300 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a8185a..e814fadd 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@

Donate with PayPal + MIT Licence Gitter Release @@ -18,7 +19,6 @@

Travis CI AppVeyor CI - MIT Licence

From da4833db0d4e9cfc4a808519afa801070cddc10a Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 11 Aug 2016 23:06:45 +0200 Subject: [PATCH 5/6] Add rpm to Linux build outputs. - Explicitly defining `depends` for the defaults is not necessary as of electron-userland/electron-builder#502 --- .travis.yml | 1 + package.json | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67130cba..ef8572c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ before_install: sudo apt-get update -qq; sudo apt-get install -qq libxml2-dev; sudo apt-get install -qq libappindicator1; + sudo apt-get install -qq rpm; fi install: - git config --global core.autocrlf input diff --git a/package.json b/package.json index c906736c..27c4f634 100644 --- a/package.json +++ b/package.json @@ -90,14 +90,11 @@ "linux": { "target": [ "AppImage", - "deb", + "deb", + "rpm", "zip", "tar.gz" ], - "depends": [ - "libappindicator1", - "libnotify-bin" - ], "icon": "./resources/Icon.png" } }, From ed5d8116fa3810e1341643a88b347ad34e3dd587 Mon Sep 17 00:00:00 2001 From: Daniel Polito Date: Tue, 16 Aug 2016 13:21:21 -0300 Subject: [PATCH 6/6] Improve Slack Message Counting --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index ba41b67e..1aab6a85 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -36,7 +36,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Slack brings all your communication together in one place. It’s real-time messaging, archiving and search for modern teams.' ,url: 'https://___.slack.com/' ,type: 'messaging' - ,js_unread: 'function checkUnread(){var t=0;$(".unread_msgs").each(function() { t += parseInt($(this).html()) });$("#im-list .unread_highlights").each(function() { t += parseInt($(this).html()) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + ,js_unread: 'function checkUnread(){var a=0,b=0;$(".unread_msgs").each(function(){a+=parseInt($(this).html())}),$(".unread_highlights").each(function(){b+=parseInt($(this).html())}),updateBadge(a,b)}function updateBadge(a,b){var c=b>0?"("+b+") ":a>0?"(•) ":"";document.title=c.originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' }, { id: 'noysi'