Browse Source

Merge branch 'pr/812'

pull/1857/head
Ramiro Saenz 7 years ago
parent
commit
b2e447cd13
  1. 3
      README.md
  2. 24
      app/store/ServicesList.js
  3. BIN
      resources/icons/sococo.png

3
README.md

@ -54,7 +54,7 @@
![Rambox](./resources/screenshots/mac.png) ![Rambox](./resources/screenshots/mac.png)
## Services available - 99 ## Services available - 100
<img width="80" align="left" src="./resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp" /> <img width="80" align="left" src="./resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp" />
<img width="80" align="left" src="./resources/icons/messenger.png" alt="Messenger" title="Messenger" /> <img width="80" align="left" src="./resources/icons/messenger.png" alt="Messenger" title="Messenger" />
@ -160,6 +160,7 @@
<img width="80" align="left" src="./resources/icons/hangoutschat.png" alt="Hangouts Chat" title="Hangouts Chat" /> <img width="80" align="left" src="./resources/icons/hangoutschat.png" alt="Hangouts Chat" title="Hangouts Chat" />
<img width="80" align="left" src="./resources/icons/messengerpages.png" alt="Messenger for Business" title="Messenger for Business" /> <img width="80" align="left" src="./resources/icons/messengerpages.png" alt="Messenger for Business" title="Messenger for Business" />
<img width="80" align="left" src="./resources/icons/androidmessages.png" alt="Android Messages" title="Android Messages"> <img width="80" align="left" src="./resources/icons/androidmessages.png" alt="Android Messages" title="Android Messages">
<img width="80" align="left" src="./resources/icons/sococo.png" alt="Sococo" title="Sococo">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
## Features ## Features

24
app/store/ServicesList.js

@ -904,8 +904,8 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://devrant.com/' ,url: 'https://devrant.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function checkUnread(){var a=document.querySelectorAll(".menu-notif.notif-badge")[0];updateBadge(t=a===undefined?0:(a.textContent.length?parseInt(a.textContent.replace(/[^0-9]/g,"")):0))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3000);' ,js_unread: 'function checkUnread(){var a=document.querySelectorAll(".menu-notif.notif-badge")[0];updateBadge(t=a===undefined?0:(a.textContent.length?parseInt(a.textContent.replace(/[^0-9]/g,"")):0))}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3000);'
}, },
{ {
id: 'reddit' id: 'reddit'
,logo: 'reddit.png' ,logo: 'reddit.png'
,name: 'Reddit' ,name: 'Reddit'
@ -913,22 +913,30 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://www.reddit.com/chat' ,url: 'https://www.reddit.com/chat'
,type: 'messaging' ,type: 'messaging'
}, },
{ {
id: 'androidmessages' id: 'androidmessages'
,logo: 'androidmessages.png' ,logo: 'androidmessages.png'
,name: 'Android Messages' ,name: 'Android Messages'
,description: 'Text on your computer with Messages for web.' ,description: 'Text on your computer with Messages for web.'
,url: 'https://messages.android.com/' ,url: 'https://messages.android.com/'
,type: 'messaging' ,type: 'messaging'
,js_unread: 'function checkUnread(){var t = document.querySelectorAll(".tpEAA.yrs5ff").length;if(t>=1){rambox.setUnreadCount(t)}else{rambox.clearUnreadCount()}}setInterval(checkUnread,3000);' ,js_unread: 'function checkUnread(){var t = document.querySelectorAll(".tpEAA.yrs5ff").length;if(t>=1){rambox.setUnreadCount(t)}else{rambox.clearUnreadCount()}}setInterval(checkUnread,3000);'
}, },
{ {
id: 'tawktochat' id: 'tawktochat'
,logo: 'tawkto.png' ,logo: 'tawkto.png'
,name: 'Tawk.to Chat' ,name: 'Tawk.to Chat'
,description: 'A chat platform built for monitor and chat with visitors on your website.' ,description: 'A chat platform built for monitor and chat with visitors on your website.'
,url: 'https://dashboard.tawk.to/' ,url: 'https://dashboard.tawk.to/'
,type: 'messaging' ,type: 'messaging'
} },
{
id: 'sococo'
,logo: 'sococo.png'
,name: 'Sococo'
,description: 'Sococo is an online workplace that adds the magic of co-location back into the day to day life of distributed Agile teams.'
,url: 'https://app.sococo.com/a/login'
,type: 'messaging'
}
] ]
}); });

BIN
resources/icons/sococo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Loading…
Cancel
Save