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
3264112474
Fix focus when changing tab, blur previous tab.
...
Fixes #95 .
Workaround for electron/electron#15718 .
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
bbcd2cecde
Take out one instance of iteration for the new style.
7 years ago
TheGoddessInari
4456ca89b8
Remove electron-context-menu, replace with our own
...
electron-contextmenu-wrapper.
This fixes our context menus. Yay!
7 years ago
TheGoddessInari
5940fa1111
Replace Auth0 with file backup, fix service removal.
...
This took some doing, but fixed the service removal thanks to ES6
Promises and a lot of detective work.
Also removed Auth0, and replaced it with a human-readable JSON
exporter/importer that works in the same way.
7 years ago
TheGoddessInari
e5159fa613
Remove ancient unused electron-cookies.
7 years ago
TheGoddessInari
13b3b1049b
Please don't abuse ternary operator for operations without a value.
...
It makes the linters angry.
7 years ago
TheGoddessInari
fb4e634cb2
Default the "always on status bar" to off for sanity's sake.
...
Remove the option to "toggle" it from the menu, because it never did
anything when set to always on, and it'd never be useful to close it
from there as opposed to the "x", which also doesn't work with
"always on".
You'll have to deselect "always on status bar" for your already existing
services.
Closes #15
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
Ryan Zumstein
14d6ca3fd0
Add statusbar toggling
7 years ago
James Riley
c27f5d1771
Added electron-context-menu.
...
- This must be initialized once in the app itself, which makes the
context menu work correctly in the main Rambox window.
- Aside from that, each webview needs to be initialized with
electron-context-menu as well.
- I'm currently running a custom fork with this functionality added
and everything works exactly as expected.
8 years ago
Ramiro Saenz
9dee2cf4f0
Enable Cookies
8 years ago
Ramiro Saenz
8668999724
Fixed focus on Alt+Tab and click
...
Fixes #483
Related https://github.com/electron/electron/issues/5900
8 years ago
Ramiro Saenz
107395dee8
Added Preferences to Menu
...
Fixes #590
8 years ago
Ramiro Saenz
71b918f65e
Improved synchronization and check for updates
...
- Removed Firebase and start using Auth0 Metadata to store users
services.
- Instead of getting latest version from Firebase, now get it from
GitHub.
8 years ago
Ramiro Saenz
a1f66f2225
Added shortcut to reload current service (Ctrl + Shift + R)
9 years ago
Ramiro Saenz
74af0cb31b
Improve code syntax
...
Related #229
9 years ago
Ramiro Saenz
7f6ef18dbe
Improved Updater
...
Related #213
9 years ago
Ramiro Saenz
8506cbc1ad
Fixes #229
9 years ago
Ramiro Saenz
b829a81c65
Environment variables
9 years ago
Ramiro Saenz
72c83984a9
Auto Updater
...
Fixed #127
9 years ago
Ramiro Saenz
c480156fd3
AutoUpdate
...
Referencing #127
9 years ago
Ramiro Saenz
4c655d06a6
㊙️
9 years ago
Ramiro Saenz
180dcffb80
Fixes #104
9 years ago
Ramiro Saenz
ee3bdd34b6
㊙️
9 years ago
Ramiro Saenz
8eaf380517
Firebase improvement
...
Real syncronization
9 years ago
Ramiro Saenz
d143e46d43
Fixed code format
...
On Sencha build, gave errors.
Related #33
9 years ago
Ramiro Saenz
d7371731e7
Improved About window
...
Fixes #33
9 years ago
Ramiro Saenz
0ac53c7d32
Sync Services, Dont Disturb, Lock and new services
...
- Sync configuration using Firebase.
- Don't DIsturb mode.
- Lock Rambox mode.
- Added new services (Dasher, DingTalk, FlowDock, Mattermost, Voxer,
Yahoo! Messenger).
- Fixed some bugs.
9 years ago
saenzramiro
742b93f034
Initial app
...
Initial code using Ext JS 5 to create the UI and the main functionality.
9 years ago