TheGoddessInari
3cc306ec34
WhatsApp: fix typo, useragent was used instead of userAgent.
6 years ago
TheGoddessInari
347e05b4ce
WhatsApp: Use a different user-agent because they're being stupid.
6 years ago
TheGoddessInari
0cc05c9fe4
ServicesList: Replace for..in with for..of for hipchat, horde, and mysms.
...
Somehow this passed by the linter and inspection.
7 years ago
TheGoddessInari
3bfe190fb8
Zoho: Replace .com with ___ for non-US folks, add note to add .com or other TLD.
7 years ago
Álvaro Brey
eff6783145
Inbox: only update notification badge for Inbox view.
...
Currently the unread badges are updated in any 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.
See: https://github.com/ramboxapp/community-edition/issues/1136 ,
https://github.com/ramboxapp/community-edition/pull/1853
7 years ago
TheGoddessInari
aff8a41a0b
Hangouts: Fix js_unread.
7 years ago
TheGoddessInari
b8d448210c
Clear all of the Sencha warnings.
7 years ago
TheGoddessInari
952d9f36cf
Add the promised blacklist for timer granularity and passive listeners.
...
Also add our first happy blacklister, 'whatapp' looks to have some
sort of race condition when the timers aren't exactly as fast as it
expects.
7 years ago
TheGoddessInari
5c4153f6c1
Fix discord badge updates. This is probably incomplete.
7 years ago
TheGoddessInari
b15edc6312
Overhaul badge updating.
...
We've completely overhauled badge updates by introducing
a callable function which should cover the standard case.
We also allow separate custom JS and JS just for badge updates.
We also make the service editing box taller by default.
We fix the logging for injected stuff to actually remain accurate.
And replace each js_unread in each service with modernized version.
We allow for separate custom badge updates and custom JS to
avoid doing unnecessary title event hooking allow overrides in a
sensible order.
Also remove Yahoo messenger service, as it was shutdown earlier in
July.
7 years ago
Jakob Struye
90599710a8
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
Jakob Struye
fca21ac661
Removed the 'dont_update_from_title' flag, now updates from title iff no js_unread is set
7 years ago
TheGoddessInari
e639c2a73c
Update Tutanota ala saenzramiro/rambox#1766 with official URL.
7 years ago
TheGoddessInari
021022b307
Use the proper equality operators.
7 years ago
TheGoddessInari
e54f63ea61
Merge pull request saenzramiro/rambox#1661
...
Squashed commit of the following:
commit d661565c25
Author: Ryan Zumstein <[email protected] >
Date: Thu May 31 00:10:26 2018 -0500
Fix Gmail important count
commit 30abb3a3c0
Author: rzumstein <[email protected] >
Date: Mon May 21 01:25:45 2018 -0500
Show notifications in new Gmail interface
7 years ago
TheGoddessInari
7efe5e148e
Use https everywhere.
7 years ago
TheGoddessInari
d218cb75a8
Try to make a proper fork.
...
Redo version to 0.5.18.
Update electron builder.
Fixup continuous integration. MacOS is still broken.
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
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
Ash258
59d6bb7cfb
Fix WhatsApp unread counter
...
Close #1446
7 years ago
Luuk Schakenraad
bee2e687bb
Change teamwork Chat URL template
7 years ago
Lauritz Leifermann
9a389d8526
remove aim icon, servicelist, readme
7 years ago
Ramiro Saenz
b9725c6453
Prevent title blink in ICQ
...
Fixes #1033
7 years ago
Ramiro Saenz
fea7bc2d49
Fixed Google Allo unread code and prevent unread from muted chats
...
Fixes #1270
Fixes #1278
7 years ago
Ramiro Saenz
dd04aedc64
Added Custom Domain to Zulip
...
Related #1313
7 years ago
Alexander Barth
ecdce995ba
update user-agent for microsoft teams
7 years ago
Stefan Wrobel
5b82c35405
Fix GroupMe badge count
...
Previous check was attempting to add ints to NaN which was resulting in NaN. This skips over those elements that don't have a count.
7 years ago
Christian Pedersen
3f020a1931
Fix textContent on undefined
8 years ago
Christian Pedersen
b8af5e9424
Add unread count to Intercom
8 years ago
hellerve
9843078af2
zulip: added service
8 years ago
Christoph Mueller (cmueller)
a934195f51
Rainloop: fixed unread badge for newer versions
8 years ago
Jakob Struye
c55c03d6f5
FastMail: added js_unread taking all folders into account; added note about enabling desktop notifications
8 years ago
Ramiro Saenz
39c69faf9e
Added Mail.Ru
...
Fixes #848
8 years ago
Ramiro Saenz
33298d9cdb
Added Gadu-Gadu
...
Fixes #1087
8 years ago
Ramiro Saenz
cdb769e899
Added Sandstorm
8 years ago
Ramiro Saenz
ef37468577
Fixed WhatsApp unread code
...
Fixes #1189
8 years ago
Ramiro Saenz
558d9e45a5
Fixes #1022
8 years ago
Ramiro Saenz
2f89457fd5
Prevent Unsupported browser in Discord
...
Fixes #1177
8 years ago
rodneyrod
a395d32360
Update ServicesList.js
8 years ago
Justin Cherniak
5a3e44bea9
Ignore muted channels when considering whether to show an indicator for Slack
8 years ago
Justin Cherniak
1689c40cef
Add Google Voice support, with notifications
8 years ago
Ramiro Saenz
42ff618659
Fixed Yahoo Mail block
...
Fixes #833
8 years ago