TheGoddessInari
97837a7e92
Replace var with let or const as appropriate.
6 years ago
TheGoddessInari
77639812a6
Use object methods in mattermost unread_js.
6 years ago
TheGoddessInari
bac34d9147
Fix Discord up the rest of the way.
6 years ago
TheGoddessInari
c6490f5a01
Try to adapt to Discord's most recent class reobfuscation.
6 years ago
TheGoddessInari
4aab913087
Strip userAgent of Electron/app name. Remove default userAgent overrides.
...
I've kept around an entire custom User Agent builder, just in case.
Mostly fixes #75 .
Everything else is due to them expecting stable Chrome
instead of whatever Electron stable is using.
It'll be easier to add a version override specifically for that now.
6 years ago
TheGoddessInari
94ab071802
Fix incorrect js_unread using indexing.
...
These took the form of `let i of e` ... `e[i]`.
Apparently nobody was actually using Rainloop, Fastmail, or Allo, or
someone would've told me. :>
I just happened to notice these.
6 years ago
TheGoddessInari
e10df73b59
ServicesList: Update Slack js_unread to avoid jQuery.
...
Fixes #96 .
6 years ago
TheGoddessInari
a25903ae43
Crisp changed its URL, so update.
6 years ago
TheGoddessInari
51a2d93317
ServicesList: Update Discord unread_js.
6 years ago
TheGoddessInari
e311167758
ServicesList: Remove slowed timer blacklist from WhatsApp.
6 years ago
ThauEx
0aebdd34d9
Steam: Update unread js
...
This updates the Steam unread js to support the new design.
6 years ago
TheGoddessInari
1c5e6cea91
ServicesList: Update User Agents with current version.
6 years ago
Jakob Struye
1a04c09099
Rebranded Cisco Spark to Cisco Webex Teams
6 years ago
TheGoddessInari
0172bec5c4
WhatsApp: Disable initial service workers.
...
This works around #72 in combination with 3cc306e
.
Inspired by ramboxapp/community-edition@9c0f13d, but written from
scratch using Promises to avoid blocking pointlessly while Promises
resolve.
Fixes #72 .
6 years ago
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 <rzumstein@users.noreply.github.com>
Date: Thu May 31 00:10:26 2018 -0500
Fix Gmail important count
commit 30abb3a3c0
Author: rzumstein <rzumstein@users.noreply.github.com>
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