Ramiro Saenz
|
956ff0377e
|
Identation
|
6 years ago |
Ramiro Saenz
|
fe9056105a
|
Improved search text feature
Prevent using external lib
|
6 years ago |
Ramiro Saenz
|
e00c86ef57
|
Fixed minor bug
|
6 years ago |
Ramiro Saenz
|
3b8dbfef8b
|
Added Google Duo
|
6 years ago |
mxb
|
8f30ec7b8d
|
Added script fix
|
6 years ago |
mxb
|
e3542d411d
|
Set inputType as password
|
6 years ago |
Juan Manuel Gonzalez Alama
|
c961e594a5
|
Code review
Removed console.log.
|
6 years ago |
mxb
|
93580405fc
|
Added search feature
|
6 years ago |
mxb
|
8e19c59170
|
Updated regular expressions for user agent
|
6 years ago |
Ramiro Saenz
|
b1adbc4d25
|
Removed Rambox in User Agent in production
|
6 years ago |
Ramiro Saenz
|
981dbdc445
|
Added more visual style when the app is in DO NOT DISTURB
The background color of the top tabbar will change the color.
|
6 years ago |
Ramiro Saenz
|
f59b518e58
|
Minor adjustment
|
6 years ago |
Ramiro Saenz
|
57b2c4e7b9
|
Use vanilla JS to detect unread code in Slack
|
6 years ago |
mxb
|
f9b24f1761
|
Closes #2191
Fixed android messages
|
6 years ago |
mxb
|
106621efcc
|
Fix issue with electron before-input-event
|
6 years ago |
mxb
|
aefcfa80fc
|
Removed user agent
|
6 years ago |
mxb
|
4b35ecbd25
|
Removed electron from user agent, because whatsapp user agent parsing server side is poorly functional
|
6 years ago |
Guillermo Azurdia
|
26f65b3c05
|
Fix issue when adding more than 25 services.
|
6 years ago |
Ramiro Saenz
|
86cfd302d1
|
Temp fix missing cursor after upgrade to electron 3.x +
|
6 years ago |
Ramiro Saenz
|
d2a0170fda
|
Removed Dasher
|
6 years ago |
Ramiro Saenz
|
3886b03acf
|
Removed Google Allo
|
6 years ago |
Ramiro Saenz
|
3bfb040969
|
Fixed right click / context menu
Fixes #2154
|
6 years ago |
Ramiro Saenz
|
eaf9dff537
|
Changed Gmail unread code to read also from tabs like Promotions,etc
|
6 years ago |
Ramiro Saenz
|
37768b9c36
|
Options menu does not adapt to screen
Fixes #2174
|
6 years ago |
Ramiro Saenz
|
c406af2f82
|
Add UserAgent to WhatsApp
|
6 years ago |
Ramiro Saenz
|
b89c8a0f98
|
Fix AZERTY Ctrl Z and Ctrl W
|
6 years ago |
Ramiro Saenz
|
e32bcce9d1
|
Update WebView.js
|
6 years ago |
mxb
|
fdd1ae30f6
|
Put keycode at the top
|
6 years ago |
mxb
|
a4f5ec66d3
|
Replaced keycode to keycodes, better lib
|
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
|
086e5d2a77
|
Fix unread js for discord dm count
|
6 years ago |
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 |