TheGoddessInari
01dceeb383
Update electron-builder and mocha because of https://www.npmjs.com/advisories/813 .
...
Still doesn't fully fix it for mocha, but that's tracked at mochajs/mocha#3876 .
6 years ago
TheGoddessInari
5ec2a6b0bb
Update electron to 4.1.3.
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
4f95cfcf50
Fix tab shortcuts for MacOS, add another shortcut to tab with.
6 years ago
TheGoddessInari
a0ac39545a
Resolve js-yaml security update ourselves since upstream is as always unresponsive.
...
Ref: electron-userland/electron-builder#3772
https://www.npmjs.com/advisories/788
6 years ago
TheGoddessInari
0ee3af1d95
Insist on nodeIntegration for the main browserWindow for Electron 5.0.0.
6 years ago
TheGoddessInari
8438f465d4
Add debug task, add sensible defaults for Visual Studio Code.
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
dc60e3b43d
Change AutoPlay policy to be what the user expects until the webapps catch up.
6 years ago
TheGoddessInari
30223f542f
Update to electron-store 3.0, which depends on electron 4.x.
6 years ago
TheGoddessInari
4d0e188297
Update to electron 4.1.1.
6 years ago
TheGoddessInari
a25903ae43
Crisp changed its URL, so update.
6 years ago
TheGoddessInari
d0a0affd35
Add Cmd+Q shortcut as mentioned in #65 .
6 years ago
TheGoddessInari
26b0b1f78e
Also apply workaround from 3264112
(last commit) to our notifications.
6 years ago
TheGoddessInari
3264112474
Fix focus when changing tab, blur previous tab.
...
Fixes #95 .
Workaround for electron/electron#15718 .
6 years ago
TheGoddessInari
798ee1efb8
Notifier: Remove open coding of tab activation.
6 years ago
TheGoddessInari
01d5cd56e3
README: Consistently reformat.
6 years ago
TheGoddessInari
268e487724
README: Add deployment status badge.
6 years ago
TheGoddessInari
f1f5c30b94
Update Sencha bits to need 6.7.0, update README.
...
Sencha CMD 6.7.0 finally fixes the problem with arrow functions,
so they'll finally be able to be used in the source if desirable.
6 years ago
TheGoddessInari
37dde30111
Update electron and electron-builder to alleviate yet another Chrome CVE.
6 years ago
TheGoddessInari
51a2d93317
ServicesList: Update Discord unread_js.
6 years ago
TheGoddessInari
5e89799076
package.json: Remove cpy since we already have shx.
6 years ago
TheGoddessInari
e2497f0d8b
Azure DevOps is building Windows, so change URL and remove appveyor.yml.
6 years ago
TheGoddessInari
7b1fa25d8f
Change appveyor.yml to be Windows-only. Remove .travis.yml.
...
Azure DevOps currently doesn't support any way of having Ruby on
Windows, so we still have to keep AppVeyor around for now.
6 years ago
TheGoddessInari
d1ec405ccd
README.md: Update DevOps status to shields.io.
6 years ago
TheGoddessInari
6471fe484d
README.md: Redirect non-Windows links to 'nightly', add MacOS links.
...
Fixes #65
6 years ago
TheGoddessInari
40e5497b91
Update dependencies.
6 years ago
TheGoddessInari
da3e283e23
Redo icon handling with NativeImages to prevent random error boxes.
6 years ago
TheGoddessInari
b02a61538d
Use path.join for icons.
6 years ago
TheGoddessInari
653bb105e8
Add alt+left and alt+right shortcuts for switching tabs.
6 years ago
TheGoddessInari
e311167758
ServicesList: Remove slowed timer blacklist from WhatsApp.
6 years ago
TheGoddessInari
7da7339a43
Merge pull request #87 from JakobStruye/fix-slowed-timer-params
...
Fixed slowed timers to also pass the params for the function
6 years ago
Jakob Struye
772adb7ed0
Fixed slowed timers to also pass the params for the function to be
...
called along
6 years ago
TheGoddessInari
160caaedca
Merge pull request #86 from timbru31/feat/update-slack-icon
...
fix(slack): replace icon
6 years ago
Tim Brust
ea8f9a7435
fix(slack): replace icon
6 years ago
TheGoddessInari
92c1c48948
Merge pull request #83 from ThauEx/patch-2
...
Steam: Update unread js
6 years ago
ThauEx
0aebdd34d9
Steam: Update unread js
...
This updates the Steam unread js to support the new design.
6 years ago
Álvaro Brey
b299357de2
README: fix feature list ( #81 )
...
* README: fix feature list
* Fix non-rendering checkbox
6 years ago
TheGoddessInari
f345f805d2
Fix locale path to be app relative, like was done for icons.
6 years ago
TheGoddessInari
14c71aeae3
Partially revert da64582cf3
. App.quit should work again.
6 years ago
TheGoddessInari
0ecf7db4f0
Redo shortcuts via hidden menus, adds quit keybind, move F1 F2 keybinds.
...
This fixes #66 .
Also adds Ctrl-Shift-Q to be able to quit via keyboard easily, but
prevent accidents.
Also move F1 and F2 keybinds to Alt+F1 and Alt+F2
respectively to also prevent accidents.
6 years ago
TheGoddessInari
4ed3cc4fef
app.json: Add icon.ico to the cache.
6 years ago
TheGoddessInari
3a36cdaf9f
Fix a stray icon path still using __dirname.
6 years ago
TheGoddessInari
ecd28d7966
README: Note that Auth0 is disabled until after the rename.
6 years ago
TheGoddessInari
1c5e6cea91
ServicesList: Update User Agents with current version.
6 years ago
TheGoddessInari
7c4f2843c7
Merge pull request #80 from JakobStruye/os-spark-to-webex
...
Rebranded Cisco Spark to Cisco Webex Teams
6 years ago
TheGoddessInari
085f9a7c77
Update to electron 4.0.1 and electron-builder 20.38.5.
6 years ago
TheGoddessInari
6415d37ba5
Revert "Disable eval from webviews."
...
This reverts commit f46631a6fb
.
This fixes #76 and #79 .
Apparently some sites, in this case FB Messenger and Outlook 365,
blindly use `eval` and aren't responsive to fixes. If this causes
security problems down the road, please don't blame me. :)
6 years ago