Browse Source

Adding BBM as a Service

pull/1821/head
Julian Di Leonardo 7 years ago
parent
commit
d0014729f0
  1. 1
      README.md
  2. 8
      app/store/ServicesList.js
  3. BIN
      resources/icons/bbm.png

1
README.md

@ -67,6 +67,7 @@
<img width="80" align="left" src="./resources/icons/inbox.png" alt="Inbox" title="Inbox" />
<img width="80" align="left" src="./resources/icons/hipchat.png" alt="HipChat" title="HipChat" />
<img width="80" align="left" src="./resources/icons/allo.png" alt="Allo" title="Allo" />
<img width="80" align="left" src="./resources/icons/bbm.png" alt="BBM" title="BBM" />
<img width="80" align="left" src="./resources/icons/chatwork.png" alt="ChatWork" title="ChatWork"/>
<img width="80" align="left" src="./resources/icons/groupme.png" alt="GroupMe" title="GroupMe"/>

8
app/store/ServicesList.js

@ -451,6 +451,14 @@ Ext.define('Rambox.store.ServicesList', {
,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: 'bbm'
,logo: 'bbm.png'
,name: 'BlackBerry Messenger'
,description: locale['services[47]']
,url: 'https://web.bbmessaging.com/'
,type: 'messaging'
},
{
id: 'aol'
,logo: 'aol.png'

BIN
resources/icons/bbm.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Loading…
Cancel
Save