diff --git a/README.md b/README.md index 83278210..62fc7e2c 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 - 72 +## Services available - 74 WhatsApp Messenger @@ -97,12 +97,16 @@ RainLoop iCloud Mail IRC Cloud + + + +Mastodon Kiwi IRC Smooch Crisp Flock -Openmailbox +Openmailbox Typetalk Drift mmmelon @@ -112,12 +116,16 @@ Actor Riot Pushbullet -Movim +Movim Kaiwa XING -































+ + +Redbooth + +





































## Features diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3d2e2bf8..9dfaf353 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -729,6 +729,22 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' ,dont_update_unread_from_title: true + }, + { + id: 'mastodon' + ,logo: 'mastodon.png' + ,name: 'Mastodon' + ,description: 'Mastodon is is a free, open-source social microblogging network/twitter alternative, based on GNU Social.' + ,url: 'https://mastodon.social/auth/sign_in' + ,type: 'messaging' + }, + { + id: 'redbooth' + ,logo: 'redbooth.png' + ,name: 'Redbooth' + ,description: 'Redbooth is easy-to-use online task and project management software for busy teams.' + ,url: 'https://redbooth.com/login' + ,type: 'messaging' } ] }); diff --git a/resources/icons/mastodon.png b/resources/icons/mastodon.png new file mode 100644 index 00000000..7d62e371 Binary files /dev/null and b/resources/icons/mastodon.png differ diff --git a/resources/icons/redbooth.png b/resources/icons/redbooth.png new file mode 100644 index 00000000..32d670ce Binary files /dev/null and b/resources/icons/redbooth.png differ diff --git a/resources/icons/xing.png b/resources/icons/xing.png index 070b8eb0..6c8cf732 100644 Binary files a/resources/icons/xing.png and b/resources/icons/xing.png differ