TheGoddessInari
54cf610bdd
Update electron-store to 5.0.0.
6 years ago
TheGoddessInari
e301d806d7
Workaround for Microsoft Teams blank page.
...
Fixes #120 .
Just a workaround/TODO, as I'll want to investigate root cause.
6 years ago
TheGoddessInari
b5a13d22c3
Fix WhatsApp js_unread.
...
This is thanks to the great information from Athurius.
6 years ago
TheGoddessInari
3ae5f84ec3
Revert "Normalize badge updates at the source."
...
This reverts commit 461052bdcf
.
6 years ago
TheGoddessInari
c642d88166
Fix gitter notifications.
6 years ago
TheGoddessInari
f7f9c8776b
Remove Google Allo.
...
Google Allo was retired on March 12, 2019 by Google.
6 years ago
Šimek Jakub
a0b83884a1
Fix Outlook 365 unread counter
...
Co-authored-by: TheGoddessInari <[email protected] >
6 years ago
TheGoddessInari
de2c0e8b46
Fix discord NaN handling.
6 years ago
TheGoddessInari
461052bdcf
Normalize badge updates at the source.
6 years ago
TheGoddessInari
d1e29e5a27
ServicesList: Update the Slack unread_js to follow mute status.
...
According to Slack itself, muted channels won't notify even on
@mention , so respect that.
6 years ago
TheGoddessInari
9d4990d426
Update unread message count for Discord.
6 years ago
TheGoddessInari
f492d8441d
WebView: Fix User Agent builder usage of Electron Remote.
6 years ago
TheGoddessInari
cc3398fc1f
Use string template literal for IconLoader.
6 years ago
TheGoddessInari
e2e6c2abe7
Fix Slack Icon Loading.
6 years ago
TheGoddessInari
c187df39cb
Bump version in README and package-lock to 0.6.0.
6 years ago
TheGoddessInari
94a7f7c475
Rename repo to hamsket.
6 years ago
TheGoddessInari
cb24232b47
Rename baseline from Rambox-OS to Hamsket.
6 years ago
TheGoddessInari
d02f3a8fc1
Fix app update.
6 years ago
TheGoddessInari
61fa8c4588
Update electron-store to 4.0.0. Update mime to 2.4.4.
6 years ago
TheGoddessInari
74fafc0a93
Update WhatsApp js_unread.
...
Fixes #103 .
6 years ago
Noah Vesely
9475a17b77
Enable sandbox for WebViews
...
Since v5.0.0 Electron has enabled the mixed sandbox by default. This
means we can sandbox the WebViews, while leaving the main application
un-sandboxed.
6 years ago
TheGoddessInari
f445c956f8
Update runtime dependencies; update to electron-contextmenu-wrapper 4.0.0.
6 years ago
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
07201f2b15
Replace property functions with object/class method functions.
6 years ago
TheGoddessInari
55fe946f58
Fix backup/restore functions.
6 years ago
TheGoddessInari
c7c7ce7dab
Uppercase font glyph literals to make them less ambiguous.
6 years ago
TheGoddessInari
522c0d1ba4
Replace unnecessarily escaped template string with template literal.
6 years ago
TheGoddessInari
3a26c65efd
Prepare for electron v5: Make requires in WebView use electron remote as appropriate.
...
https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#require-in-sandboxed-renderers
6 years ago
TheGoddessInari
243d9fcbdc
Limit passive listeners to the specific types that Chrome >= 57 makes passive by default.
6 years ago
TheGoddessInari
dea40d0e22
Locally scope requires in FileBackup.
...
This shouldn't be logically different, but when packing everything
it escapes the file scope, so limit it in scope explicitly.
6 years ago
TheGoddessInari
7937d8d720
Explicitly focus the BrowserWindow after showing.
...
Workaround for electron/electron#18034
Fixes #92 .
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
cad7c06030
WebView: Remove 'mouseup' and 'mousedown' from passive listeners.
...
Fixes some Discord clicks and it seems unlikely this would save CPU.
6 years ago
TheGoddessInari
69ea8edb2b
Fix FreeBSD OSArch string. Just in case.
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
663f2f5982
Update tmp to 0.1.0.
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
fe3f7bc6a2
WebView: Several different cleanups. Fix zoom level logic. Restore zoom level on start.
...
Now using getWebView consistently.
Added getWebContents and setZoomLevel methods.
Added blur and focus methods.
6 years ago
TheGoddessInari
43da607d6e
Change redirect logic for tweetdeck due to deprecation.
6 years ago
TheGoddessInari
30223f542f
Update to electron-store 3.0, which depends on electron 4.x.
6 years ago
TheGoddessInari
a25903ae43
Crisp changed its URL, so update.
6 years ago
TheGoddessInari
26b0b1f78e
Also apply workaround from 3264112
(last commit) to our notifications.
6 years ago
TheGoddessInari
798ee1efb8
Notifier: Remove open coding of tab activation.
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
Jakob Struye
772adb7ed0
Fixed slowed timers to also pass the params for the function to be
...
called along
6 years ago
ThauEx
0aebdd34d9
Steam: Update unread js
...
This updates the Steam unread js to support the new design.
6 years ago