diff --git a/README.md b/README.md index 9db946a2..acb46584 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 - 48 +## Services available - 50 WhatsApp Messenger @@ -61,10 +61,12 @@ BearyChat Aol Sync +Aim Wire Rocket Chat Missive Yahoo! Mail +Ryver Yandex Mail OFfice 365 Dasher diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3a4bc030..94c33d4e 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -454,6 +454,22 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://www.irccloud.com/' ,type: 'messaging' ,js_unread: 'function checkUnread(){var t=0;[].map.call(document.querySelectorAll(".bufferBadges > .badge"),n=>n.textContent?parseInt(n.textContent,10):0).reduce((x,y)=>x+y,0);updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + }, + { + id: 'ryver' + ,logo: 'ryver.png' + ,name: 'Ryver' + ,description: 'Ryver is a team communication tool that organizes team collaboration, chats, files, and even emails into a single location, for any size team, for FREE.' + ,url: 'https://___.ryver.com/' + ,type: 'messaging' + }, + { + id: 'aim' + ,logo: 'aim.png' + ,name: 'Aim' + ,description: 'Aim offers free Text Messaging, Group Conversations, Media Sharing, Social Notifications, and more.' + ,url: 'http://aim.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/aim.png b/resources/icons/aim.png new file mode 100644 index 00000000..6e0deb14 Binary files /dev/null and b/resources/icons/aim.png differ diff --git a/resources/icons/ryver.png b/resources/icons/ryver.png new file mode 100644 index 00000000..f1f6c36f Binary files /dev/null and b/resources/icons/ryver.png differ