Bert Verhelst
8114c44276
Set hide_tabbar_labels default to false
6 years ago
Bert Verhelst
a897769a54
Update sencha required version to 6.6.0.13
...
Otherwise you get the error message:
```
This application was last changed by a sencha version of 6.6.0.13. Please update your sencha version to 6.6.0.13.
```
When you run command:
```
sencha app watch
```
6 years ago
Bert Verhelst
d726ed0b23
feat: #2101 Add option to hide tabbar labels
6 years ago
Vulich Fernando
20fd553a36
Update Crisp URL
...
Fix: https://github.com/ramboxapp/community-edition/issues/2132
6 years ago
mxb
5086880fac
Removed list of invalid user agents
6 years ago
mxb
d71fc7b177
Now directly handling key events from webview
6 years ago
mxb
5807007e48
Simply allowing keyMap to be accessed from everywhere
6 years ago
mxb
7ee9e1c2ef
Simply allowing keyMap to be accessed from eveywhere
6 years ago
mxb
837aeb240f
Added keycode to package.json
6 years ago
Simon Sassi
87b60ad296
Merge branch 'master' into patch-5
6 years ago
Ramiro Saenz
37381a0312
Update package.json
6 years ago
Ramiro Saenz
8c07f419bc
Merge pull request #2124 from maxerbox/fix/discord-unread_js
...
Fix unread js for discord dm count
6 years ago
Ramiro Saenz
16e8323799
Merge pull request #2111 from maxerbox/fix/electron-update-3.1.3
...
Fix/electron update 3.1.3
6 years ago
mxb
086e5d2a77
Fix unread js for discord dm count
6 years ago
mxb
382c382bca
Updated electron version
6 years ago
mxb
5941ba18ae
did-get-redirect-request events removed
6 years ago
mxb
380dff555f
Replaced makeSingleInstance method, deprecated
6 years ago
David Goltzsche
b689833f29
Update Riot logo
6 years ago
Alex Sampaio
de9f191d5e
Logo: update slack logo resources
6 years ago
Max
832fa4d19a
Fix links to new Github org
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
f0182d9355
Removed migration tool
6 years ago
Ramiro Saenz
0f846b90f2
Update pt-BR.js
6 years ago
Ramiro Saenz
e160a3da30
Versioning
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
f5c15ee6db
Merge pull request #1916 from brad/teams-video
...
Enable video chat in ms teams
6 years ago
Ramiro Saenz
63b3b414af
Merge pull request #1632 from ozskywalker/feature/user-agent-control
...
Feature: Override User-Agent for all services
6 years ago
Ramiro Saenz
211f2ba5d3
Merge pull request #1923 from vraravam/npm-audit-fix
...
Fixing issues reported by npm audit.
6 years ago
Ramiro Saenz
1c7f834c42
Merge pull request #1977 from chojpsh1/hajeong
...
change disturb icon via state of button press
6 years ago
Ramiro Saenz
1feca8d954
Merge pull request #1988 from noerw/fix/mattermost-unread
...
Fix/mattermost unread
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
Ramiro Saenz
bd6137b5d9
Updated Electron to 2.0.14
6 years ago
Ramiro Saenz
2416494879
Changed category
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
Ramiro Saenz
fb05993719
Bots
...
https://probot.github.io/apps/request-info/
https://probot.github.io/apps/welcome/
7 years ago
Ramiro Saenz
15286628ba
Update lock.yml
7 years ago
Ramiro Saenz
1079fc575b
Bot
...
https://probot.github.io/apps/stale/
7 years ago
Ramiro Saenz
9e11d4e8af
Bot
...
https://probot.github.io/apps/lock/
7 years ago
Ramiro Saenz
514ca6411a
Bot
...
https://probot.github.io/apps/no-response/
7 years ago
Vijay Raghavan Aravamudhan
3b2e7eb78f
Fixing issues reported by npm audit.
7 years ago
brad
248fad7b2a
fix #1292 , fix #1829 enable video chat in ms teams
7 years ago