mxb
5086880fac
Removed list of invalid user agents
6 years ago
mxb
086e5d2a77
Fix unread js for discord dm count
6 years ago
Ramiro Saenz
9c0f13dc1e
Bypass WhatsApp minimum requirement
...
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
6 years ago
Ramiro Saenz
92a9a93f4a
Bypass WhatsApp minimum requirement
...
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
6 years ago
Norwin Roosen
a0eb32194d
mattermost: show "•" instead of number for unread channels
6 years ago
Norwin Roosen
4dada56df5
fix mattermost unread count JS
...
now also considers unreads from channels. unminified code:
function checkUnread() {
const selectBadges = "#sidebarChannelContainer .unread-title.has-badge > span.badge";
const pmUnread = Array.from(document.querySelectorAll(selectBadges))
.reduce((total, el) => total += parseInt(el.innerText), 0);
const channelsUnread = document.querySelectorAll("#sidebarChannelContainer .unread-title:not(.has-badge)").length;
const teamsUnread = document.querySelectorAll(".team-sidebar .team-container.unread").length;
updateBadge(pmUnread + channelsUnread + teamsUnread);
}
function updateBadge(count) {
if (count && count >= 1)
rambox.setUnreadCount(count);
else
rambox.clearUnreadCount();
}
setInterval(checkUnread, 3e3);
6 years ago
brad
d7818ac153
fix #1292 , fix #1829 enable video chat in ms teams
7 years ago
brad
697b8192b9
Revert "fix #1292 , fix #1829 enable video chat in ms teams"
...
This reverts commit 248fad7b2a
.
7 years ago
brad
248fad7b2a
fix #1292 , fix #1829 enable video chat in ms teams
7 years ago
Ramiro Saenz
770a8412fb
Changed all unread to use "rambox" class
7 years ago
Ramiro Saenz
0da6a1b0ca
Fixed Riot unread counter
...
Fixes #1892
7 years ago
Ramiro Saenz
4873d33ccc
Fixed Mattermost unread counter
...
Fixed #1882
7 years ago
Ramiro Saenz
fe93b6c686
typo
7 years ago
Simon Sassi
6c4d4fe268
Fixed double quote escaping
7 years ago
Simon Sassi
76ca900b0e
Updated google js_unread in order to be compatible
...
Now compatible with both versions of gmail (older and new one)
7 years ago
Simon Sassi
ab8ccd7151
Changed js_unread function for service discord
...
In order to be functional, it will count only the unread dms messages
7 years ago
Ramiro Saenz
f11d2d335a
Renamed Zoho Chat to Zoho Cliq
7 years ago
Ramiro Saenz
6071010c8f
Added a note
7 years ago
Álvaro Brey
87290a541b
Inbox: fix update badge function.
...
How was this even working before?
7 years ago
Álvaro Brey
877d057bef
Inbox: only update unread count if the current view is the Inbox view.
...
Currently the unread badges are updated in any Inbox view (such as Done,
Snoozed or any folder). These are not unread/new messages and as such
should not count towards the badge.
This patch works around that issue by checking if the current view is
the Inbox view, and not updating the unread count otherwise.
7 years ago
Ramiro Saenz
ceb0d156e3
Removed Yahoo! Messenger
...
Fixes #1808
7 years ago
Ramiro Saenz
caa09dca9d
Removed old prop
7 years ago
frju365
6126cd7399
[mod] Tutanota URL
7 years ago
Joshua H. Fogg
f188bd81c2
Added Reddit to service list
7 years ago
Jakob Struye
481da04805
Setting "•" as unread count now possible from js_unread, updated Slack js_unread to do this. TODO add for other services with "•".
7 years ago
David Neustadt
0ea5e8a695
added devRant service
7 years ago
TheGoddessInari
7efe5e148e
Use https everywhere.
7 years ago
TheGoddessInari
e289462739
Fix ICQ's update count. Make it use the non-title update method as
...
recommended in the documentation while we're at it.
7 years ago
Jakob Struye
ed027cc3fa
Removed the 'dont_update_from_title' flag, now updates from title iff no js_unread is set
7 years ago
Carlos Ortega
c35e6bba9a
Improve unread checking function
7 years ago
Carlos Ortega
eb08d021b5
Replace name with Android Messages
7 years ago
Carlos Ortega
ec4d9f940c
Add js snippet to get the unread counter
7 years ago
nil0x42
2454c5d9cc
Add ProtonMail Onion
7 years ago
Carlos Ortega
566a026cc4
Add service into the services list
7 years ago
Isaac Liu
3176672190
enable gmail labs
7 years ago
Insasse
f7e6b06aa4
#1381 - add the ability for users to type in their top level domain
7 years ago
Jakob Struye
3dca29c814
Rebranded Cisco Spark to Cisco Webex Teams
7 years ago
Ryan Zumstein
d661565c25
Fix Gmail important count
7 years ago
Philip Danza Franco
7df1d01ca1
Include Tawk.to Chat service
...
Include the service to use Tawk.to chat for websites
7 years ago
rzumstein
30abb3a3c0
Show notifications in new Gmail interface
7 years ago
Filippo Gangi Dino
8f2128db40
Fix selector for Ryver notifications count
...
this can resolve #1615
7 years ago
Jakob Struye
19bd2a39d2
Corrected FastMail service type from 'mail' to 'email'
7 years ago
Jakub Čábera
5442893361
Update Discord unread function
...
Close #1423
Close #1240
Optimalization is welcome.
7 years ago
Ramiro Saenz
b3506b34f9
Added Messenger for Business
7 years ago
Bao Trinh
eb095dfe61
Update Google Voice service checkUnread function
7 years ago
Brent Krone-Schmidt
678c391257
add hangouts chat
7 years ago
Tony Air
dd19272b10
Use m.vk.com cuz it fits small window size
7 years ago
Andreas Winter
a72bc77fca
[FIX][ #1495 ] Changed gmail url to labs=0 to fix refreh error, replaced old with new gmail icon
7 years ago
Stephen Brown II
6964e25d72
Update Allo js_unread function
...
Javascript was having trouble getting the display style from a null muted element, so this sets things to variables and checks if it's null first.
7 years ago
Ramiro Saenz
76154c5ee8
Added Stride
...
Fixes #1409
7 years ago