Ramiro Saenz
3b8dbfef8b
Added Google Duo
6 years ago
Ramiro Saenz
57b2c4e7b9
Use vanilla JS to detect unread code in Slack
6 years ago
mxb
f9b24f1761
Closes #2191
...
Fixed android messages
6 years ago
mxb
aefcfa80fc
Removed user agent
6 years ago
Ramiro Saenz
d2a0170fda
Removed Dasher
6 years ago
Ramiro Saenz
3886b03acf
Removed Google Allo
6 years ago
Ramiro Saenz
eaf9dff537
Changed Gmail unread code to read also from tabs like Promotions,etc
6 years ago
Ramiro Saenz
c406af2f82
Add UserAgent to WhatsApp
6 years ago
Vulich Fernando
20fd553a36
Update Crisp URL
...
Fix: https://github.com/ramboxapp/community-edition/issues/2132
6 years ago
mxb
5086880fac
Removed list of invalid user agents
6 years ago
mxb
086e5d2a77
Fix unread js for discord dm count
6 years ago
Simon Sassi
768eaede43
Fixed external link opening
6 years ago
@rthur
6dac82ea62
Added Google Calendar
...
Added Google Calendar
Fix #301 and #2028
6 years ago
Simon Sassi
921fc80447
Unscaped espaced json character xD
6 years ago
Simon Sassi
8a240df1da
Escaped json special characters
6 years ago
Simon Sassi
65f5699bb8
Edited gmail notification check
...
now parsing from title
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