diff --git a/README.md b/README.md index e814fadd..23433cf9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 45 +## Services available - 48 WhatsApp Messenger @@ -59,17 +59,29 @@ TutaNota Hushmail BearyChat + + +Aol + Sync Wire Rocket Chat Missive Yahoo! Mail + + +Yandex + OFfice 365 Dasher DingTalk FlowDock Mattermost Voxer + + +Glip + Yahoo! Messenger mysms ICQ diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 744b905a..d2102a7f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -404,10 +404,35 @@ Ext.define('Rambox.store.ServicesList', { id: 'zohochat' ,logo: 'zohochat.png' ,name: 'Zoho Chat' - ,description: 'Free and open source webmail software for the masses, written in PHP.' + ,description: 'Free and open source chat software for the masses, written in PHP.' ,url: 'https://chat.zoho.com/' ,type: 'messaging' ,js_unread: 'NotifyByTitle.show = function(){};NotifyByTitle.start = function(){};NotifyByTitle.stop = function(){};function checkUnread(){var t=0;$(".msgnotify").each(function() { t += isNaN(parseInt($(this).html())) ? 0 : parseInt(parseInt($(this).html())) });updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + }, + { + id: 'aol' + ,logo: 'aol.png' + ,name: 'Aol' + ,description: 'Free and simple (old) webmail service.' + ,url: 'https://mail.aol.com/' + ,type: 'email' + }, + { + id: 'glip' + ,logo: 'glip.png' + ,name: 'Glip' + ,description: 'Glip is fully searchable, real-time group chat & video chat, task management, file sharing, calendars and more.' + ,url: 'https://glip.com/' + ,type: 'messaging' + ,js_unread: 'function simulateClick(a){var b,c=document.getElementById(a);document.createEvent&&(b=document.createEvent("MouseEvents"),b.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),b?c.dispatchEvent(b):c.click&&c.click()}setTimeout(function(){simulateClick("sign_in")},1e3);' + }, + { + id: 'yandex' + ,logo: 'yandex.png' + ,name: 'Yandex' + ,description: 'Yandex is a free webmail service with unlimited mail storage, protection from viruses and spam, access from web interface, etc.' + ,url: 'https://passport.yandex.com/' + ,type: 'email' } ] -}); +}); \ No newline at end of file diff --git a/resources/icons/aol.png b/resources/icons/aol.png new file mode 100644 index 00000000..14d84a57 Binary files /dev/null and b/resources/icons/aol.png differ diff --git a/resources/icons/glip.png b/resources/icons/glip.png new file mode 100644 index 00000000..f21f501d Binary files /dev/null and b/resources/icons/glip.png differ diff --git a/resources/icons/yandex.png b/resources/icons/yandex.png new file mode 100644 index 00000000..eeae7ffb Binary files /dev/null and b/resources/icons/yandex.png differ