mxb
5941ba18ae
did-get-redirect-request events removed
6 years ago
Simon Sassi
768eaede43
Fixed external link opening
6 years ago
@rthur
6dac82ea62
Added Google Calendar
...
Added Google Calendar
Fix #301 and #2028
6 years ago
Simon Sassi
921fc80447
Unscaped espaced json character xD
6 years ago
Simon Sassi
8a240df1da
Escaped json special characters
6 years ago
Simon Sassi
65f5699bb8
Edited gmail notification check
...
now parsing from title
6 years ago
Ramiro Saenz
9c0f13dc1e
Bypass WhatsApp minimum requirement
...
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
6 years ago
Ramiro Saenz
c73407c692
Changed DND icon on toggle
6 years ago
Ramiro Saenz
92a9a93f4a
Bypass WhatsApp minimum requirement
...
Fixes #1989
Fixes #1987
Fixes #1986
Fixes #1985
Fixes #1981
Fixes #1980
6 years ago
Norwin Roosen
a0eb32194d
mattermost: show "•" instead of number for unread channels
6 years ago
Norwin Roosen
4dada56df5
fix mattermost unread count JS
...
now also considers unreads from channels. unminified code:
function checkUnread() {
const selectBadges = "#sidebarChannelContainer .unread-title.has-badge > span.badge";
const pmUnread = Array.from(document.querySelectorAll(selectBadges))
.reduce((total, el) => total += parseInt(el.innerText), 0);
const channelsUnread = document.querySelectorAll("#sidebarChannelContainer .unread-title:not(.has-badge)").length;
const teamsUnread = document.querySelectorAll(".team-sidebar .team-container.unread").length;
updateBadge(pmUnread + channelsUnread + teamsUnread);
}
function updateBadge(count) {
if (count && count >= 1)
rambox.setUnreadCount(count);
else
rambox.clearUnreadCount();
}
setInterval(checkUnread, 3e3);
6 years ago
chojpsh1
17066c2df0
change disturb icon via state of button press
...
Signed-off-by: chojpsh1 <chojpsh1@gmail.com>
7 years ago
brad
d7818ac153
fix #1292 , fix #1829 enable video chat in ms teams
7 years ago
brad
697b8192b9
Revert "fix #1292 , fix #1829 enable video chat in ms teams"
...
This reverts commit 248fad7b2a
.
7 years ago
brad
248fad7b2a
fix #1292 , fix #1829 enable video chat in ms teams
7 years ago
Ramiro Saenz
6b3166e905
Fixed Slack icon
...
Fixes #1408
7 years ago
Ramiro Saenz
770a8412fb
Changed all unread to use "rambox" class
7 years ago
Ramiro Saenz
0da6a1b0ca
Fixed Riot unread counter
...
Fixes #1892
7 years ago
Ramiro Saenz
4873d33ccc
Fixed Mattermost unread counter
...
Fixed #1882
7 years ago
Ramiro Saenz
fe93b6c686
typo
7 years ago
Ramiro Saenz
bc8dd7b12d
Fixed backup-restore configuration
7 years ago
Ramiro Saenz
2c12ed2805
Fixed context menu on apps
7 years ago
Ramiro Saenz
2a47cbaba1
Fixed backup and restore configuration
7 years ago
Ramiro Saenz
1cb4b068f2
Enable autoUpdate for all platforms
7 years ago
Ramiro Saenz
7dd69a1f89
Added autoUpdate for Mac
7 years ago
Ramiro Saenz
6bd487eb1d
Removed dual package.json used for old electron-builder
7 years ago
Ramiro Saenz
4413928fe3
Added electron-updater
7 years ago
Ramiro Saenz
b5c6b0e9bd
Versioning
7 years ago
Simon Sassi
6c4d4fe268
Fixed double quote escaping
7 years ago
Simon Sassi
76ca900b0e
Updated google js_unread in order to be compatible
...
Now compatible with both versions of gmail (older and new one)
7 years ago
Simon Sassi
ab8ccd7151
Changed js_unread function for service discord
...
In order to be functional, it will count only the unread dms messages
7 years ago
Ramiro Saenz
b4e2f235aa
Added "Try Rambox Pro" button
7 years ago
Ramiro Saenz
f11d2d335a
Renamed Zoho Chat to Zoho Cliq
7 years ago
Ramiro Saenz
6071010c8f
Added a note
7 years ago
Álvaro Brey
87290a541b
Inbox: fix update badge function.
...
How was this even working before?
7 years ago
Álvaro Brey
877d057bef
Inbox: only update unread count if the current view is the Inbox view.
...
Currently the unread badges are updated in any Inbox 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.
7 years ago
Ramiro Saenz
ceb0d156e3
Removed Yahoo! Messenger
...
Fixes #1808
7 years ago
Ramiro Saenz
3058ba5f9b
Rebranded app
...
Related with commit 223e289
7 years ago
Ramiro Saenz
caa09dca9d
Removed old prop
7 years ago
Ramiro Saenz
a5e1804807
Versioning
7 years ago
Ramiro Saenz
1bcdfa814c
Merging
7 years ago
Ramiro Saenz
f31f90f91b
Fixed authentications
...
Due Auth0 deprecations and updates I had to change the way the user log in to use Authorization Code Grant + PKCE.
7 years ago
Ramiro Saenz
f9820eef8f
Changed repo URL
7 years ago
Ramiro Saenz
19ab2d7c82
Disable send anonymous usage statistics by default and added option in Preferences
7 years ago
Ramiro Saenz
1fd8faf12c
Updated languages and added new strings for translations
7 years ago
Ramiro Saenz
562f4f9d9f
Changed code to prevent errors in sencha compilation
7 years ago
frju365
6126cd7399
[mod] Tutanota URL
7 years ago
Joshua H. Fogg
f188bd81c2
Added Reddit to service list
7 years ago
Jakob Struye
481da04805
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
David Neustadt
0ea5e8a695
added devRant service
7 years ago