Browse Source

Remove Google Allo.

Google Allo was retired on March 12, 2019 by Google.
pull/3202/head
TheGoddessInari 6 years ago
parent
commit
f7f9c8776b
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 5
      README.md
  2. 9
      app/store/ServicesList.js
  3. BIN
      resources/icons/allo.png

5
README.md

@ -36,7 +36,7 @@
- [Table of Contents](#table-of-contents)
- [Screenshot](#screenshot)
- [Services available - 95](#services-available---95)
- [Services available - 94](#services-available---94)
- [Features](#features)
- [Privacy](#privacy)
- [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/messenger.png" alt="Messenger" title="Messenger">
@ -66,7 +66,6 @@
<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/allo.png" alt="Allo" title="Allo">
<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">

9
app/store/ServicesList.js

@ -803,15 +803,6 @@ Ext.define('Hamsket.store.ServicesList', {
,type: 'messaging'
,js_unread: `let checkUnread=()=>{const a=document.getElementsByClassName("unread")[0];hamsket.updateBadge(t=void 0===a?0:parseInt(a.textContent.replace(/[^0-9]/g,"")))};setInterval(checkUnread,3e3);`
},
{
id: 'allo'
,logo: 'allo.png'
,name: 'Allo'
,description: 'Google Allo is a smart messaging app that helps you say more and do more. Express yourself better with stickers, doodles, and HUGE emojis & text. Allo also brings you the Google Assistant.'
,url: 'https://allo.google.com/web'
,type: 'messaging'
,js_unread: `let checkUnread=()=>{const e=document.querySelectorAll(".hasUnread.conversation_item");let n=0;for(const i of e){const m=i.querySelector("#muted"),u=i.querySelector(".unreadCount"),c=parseInt(u.innerHTML.trim()),r=null===m||"none"===m.style.display?c:0;n+=isNaN(r)?0:r}hamsket.updateBadge(n)};setInterval(checkUnread,3e3);`
},
{
id: 'Kune'
,logo: 'kune.png'

BIN
resources/icons/allo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Loading…
Cancel
Save