Vulich Fernando
e1344ea05b
Get Services remotely and Bump Electron to 7.1.1
6 years ago
Vulich Fernando
55d957d5af
Add Unread code to Teams
6 years ago
Vulich Fernando
41977ea554
Update: Unread Code Outlook
6 years ago
Justin Cherniak
fbbb1b73eb
Fix Google Voice unread count for September 2019 updates
6 years ago
Lomanic
42be7f3a1f
Fix MS Teams blank page
...
Fix #2347 following tip by @basaas at https://github.com/IsmaelMartinez/teams-for-linux/issues/171#issuecomment-520156196
6 years ago
Juan Manuel Gonzalez Alama
516fa1c1b7
Update ServicesList.js
...
Fix #2325
6 years ago
Juan Manuel Gonzalez Alama
5658ee5c33
Update ServicesList.js
...
Fix #2317
6 years ago
Michel Wohlert
40fca201e8
Add AWS WorkMail Service
6 years ago
Juan Manuel Gonzalez Alama
8687b2486d
Update ServicesList.js
...
Count only notifications in side panel. Prevent counting notification in scroll button.
Fixes #2289 .
6 years ago
Juan Manuel Gonzalez Alama
ef015d60c6
Update ServicesList.js
...
Fixed muted element query.
6 years ago
Juan Manuel Gonzalez Alama
d619a66a99
Update ServicesList.js
...
Fixed counter for gmail and outlook.
6 years ago
Juan Manuel Gonzalez Alama
e8c664be1c
Update ServicesList.js
...
Fix Android Messenger counter.
Fixes #2289
6 years ago
Juan Manuel Gonzalez Alama
9b344beb46
Fix Whatsapp counter
...
Fix Whatsapp counter.
#2289
6 years ago
Ramiro Saenz
ca7693bf84
Enable opening links in Skype
...
To make it work, user needs to disable Links Previews in Skype settings.
Fixes #711
6 years ago
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