Browse Source

Google Inbox was shut down on April 9th, 2019.

pull/3202/head
TheGoddessInari 5 years ago
parent
commit
9ac64250b5
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 5
      README.md
  2. 11
      app/store/ServicesList.js
  3. BIN
      resources/icons/inbox.png

5
README.md

@ -36,7 +36,7 @@
- [Table of Contents](#table-of-contents) - [Table of Contents](#table-of-contents)
- [Screenshot](#screenshot) - [Screenshot](#screenshot)
- [Services available - 95](#services-available---95) - [Services available - 94](#services-available---94)
- [Features](#features) - [Features](#features)
- [Privacy](#privacy) - [Privacy](#privacy)
- [Donations](#donations) - [Donations](#donations)
@ -54,7 +54,7 @@
---------- ----------
## Services available - 95 ## Services available - 94
<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">
@ -64,7 +64,6 @@
<img width="80" align="left" src="./resources/icons/telegram.png" alt="Telegram" title="Telegram"> <img width="80" align="left" src="./resources/icons/telegram.png" alt="Telegram" title="Telegram">
<img width="80" align="left" src="./resources/icons/wechat.png" alt="WeChat" title="WeChat"> <img width="80" align="left" src="./resources/icons/wechat.png" alt="WeChat" title="WeChat">
<img width="80" align="left" src="./resources/icons/gmail.png" alt="Gmail" title="Gmail"> <img width="80" align="left" src="./resources/icons/gmail.png" alt="Gmail" title="Gmail">
<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/hipchat.png" alt="HipChat" title="HipChat">
<img width="80" align="left" src="./resources/icons/chatwork.png" alt="ChatWork" title="ChatWork"> <img width="80" align="left" src="./resources/icons/chatwork.png" alt="ChatWork" title="ChatWork">

11
app/store/ServicesList.js

@ -117,17 +117,6 @@ Ext.define('Hamsket.store.ServicesList', {
,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("aim")[0].textContent.split(":");hamsket.updateBadge(parseInt(a[a.length-1].replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);` ,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("aim")[0].textContent.split(":");hamsket.updateBadge(parseInt(a[a.length-1].replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);`
,note: 'To enable desktop notifications, you have to go to Settings inside Gmail. <a href="https://support.google.com/mail/answer/1075549?ref_topic=3394466" target="_blank">Read more...</a>' ,note: 'To enable desktop notifications, you have to go to Settings inside Gmail. <a href="https://support.google.com/mail/answer/1075549?ref_topic=3394466" target="_blank">Read more...</a>'
}, },
{
id: 'inbox'
,logo: 'inbox.png'
,name: 'Inbox'
,description: locale['services[10]']
,url: 'https://inbox.google.com/?cid=imp'
,type: 'email'
,manual_notifications: true
,js_unread: `let checkUnread=()=>{if(getComputedStyle(document.getElementsByClassName("sM")[0])["font-weight"] == "bold"){hamsket.updateBadge(document.getElementsByClassName("ss").length)}};setInterval(checkUnread,3e3);`
,note: 'Please be sure to sign out of Hangouts inside Inbox, as it causes problems. <a href="https://github.com/TheGoddessInari/hamsket/wiki/Inbox" target="_blank">Read more...</a>'
},
{ {
id: 'chatwork' id: 'chatwork'
,logo: 'chatwork.png' ,logo: 'chatwork.png'

BIN
resources/icons/inbox.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Loading…
Cancel
Save