Akash Nimare
68dd63d472
travis: Test dist path [WIP].
2018-03-15 19:49:03 +05:30
Akash Nimare
d2f53a0b71
travis: Test dist path.
2018-03-15 19:32:56 +05:30
Akash Nimare
fba0330512
travis: Debug macOS installers.
2018-03-15 18:20:49 +05:30
Akash Nimare
4ff914cf34
travis: Enable debugging for artifacts.
2018-03-15 17:03:09 +05:30
Akash Nimare
4831bea447
travis: Update build script.
2018-03-15 16:40:56 +05:30
Akash Nimare
01849bf601
electron-builder: Update builder to latest release.
2018-03-13 19:48:52 +05:30
cPhost
349294f536
travis: Upload build artifacts for release branch.
2018-03-09 15:00:34 +05:30
Akash Nimare
435e5f086e
webview: Fix webview flickering. ( #439 )
...
Rewrote styling for the webview so that it takes the whole window
when the app loads up.
Fixes #249 .
2018-03-09 14:35:13 +05:30
Akash Nimare
603ad7dfcd
setting-page: Make setting navs better.
2018-03-07 21:00:30 +05:30
Akash Nimare
a47a0e3e90
server-page: Improve add new server page.
...
WIP, #340 .
2018-03-06 17:45:00 +05:30
Priyank P
8e04920f54
il8n: Add locale helper script. ( #437 )
...
This script automatically builds locales if the locale-template is changed.
2018-03-06 05:08:24 +05:30
Abhigyan Khaund
4a7b84e483
menu: Add "What's new" in help submenu.
2018-03-06 04:49:51 +05:30
Akash Nimare
ffd2ee36fa
left-sidebar : Fix position of left-sidebar on toggel.
2018-03-01 21:36:13 +05:30
Akash Nimare
c11fa93642
left-sidebar: Fix tooltip not visible on hover.
...
Regression from c11089027c
.
2018-03-01 21:12:07 +05:30
Akash Nimare
a90dc0c82f
Custom css: Add a setting option for custom css.
...
This PR adds an option to inject custom CSS.
Fixes - #432 .
2018-03-01 18:52:53 +05:30
Akash Nimare
028bc02d0a
Downgrade node to 6.
...
Looks like the app can't be packaged on node > 8. This must be an issue with electron-builder.
Downgrading until the fix comes.
2018-03-01 04:37:00 +05:30
Akash Nimare
d673d5b76c
🎉 v1.8.2.
v1.8.2
2018-02-26 19:18:23 +05:30
Akash Nimare
2bf88aa912
webview: Remove loading indicator once webview is loaded.
2018-02-26 18:36:25 +05:30
Akash Nimare
c9f179a2ae
node: Enforce LTS node v8.0.0.
2018-02-26 18:28:16 +05:30
Akash Nimare
c11089027c
left-sidebar: Align action container properly.
2018-02-26 18:09:42 +05:30
Abhigyan Khaund
5c45ab7b66
fix: New organization link overlapping existing servers.
...
Fixes : #427 .
2018-02-26 17:28:59 +05:30
Akash Nimare
6205ca0aca
Update shortcut for opening webapp keyboard shortcuts.
2018-02-24 01:27:28 +05:30
Abhigyan Khaund
b83e2dd428
settings-tab: Do not create a sidebar tab rather highlight bottom settings icon. ( #422 )
...
Creating the new functional tab for setting tab was unnecessary as we already have a sticky setting icon at the bottom. This PR adds a functionality to highlight that settings icon instead of creating the new one.
Fixes : #418 .
2018-02-23 19:03:30 +05:30
Akash Nimare
fd421a62d2
webview: Improve flickering of webview on first load.
2018-02-23 02:03:18 +05:30
Abhigyan Khaund
fa85241c79
design: Only show the back button when needed.
...
Fixes : #421 .
2018-02-23 00:53:23 +05:30
Akash Nimare
b163c237b6
Do not auto-reload app when system comes back from sleep.
...
Improves #412 , #312 .
2018-02-22 20:55:55 +05:30
Abhigyan Khaund
5351ee10fa
auto-updates: Show a notification when a new update available [Linux].
...
[Linux] - This PR adds a feature to notify the user whenever a new update is available.
Fixes : #398 .
2018-02-22 16:55:45 +05:30
Priyank P
d48b6ae80d
reconnect: Check wheather internet is working before reloading. ( #415 )
...
When the online event is triggered check whether the internet is actually working or not.
Commonly on windows, it turns out that internet takes couple of seconds to boot up after
connecting to the internet or in some cases, this might be they have to sign in to internet service
portal in order to access the internet.
2018-02-21 16:56:01 +05:30
Akash Nimare
2d07d40c92
activetab: Fix broken last active tab. ( #420 )
...
This fixes an issue where the server tabs were not loading
according to the last active tab. This used to load last server
no matter what the last used server is.
Fixes - #416 .
2018-02-18 17:52:26 +05:30
Akash Nimare
55ae71c00c
travis: Fix travis not failing on linting errors.
2018-02-15 19:58:08 +05:30
cPhost
0c18bb5226
menu.js: Fix linting error.
2018-02-15 19:55:37 +05:30
Abhigyan Khaund
6d213c86a8
design: Add back button in left-sidebar.
...
Fixes : #208 .
2018-02-14 14:01:35 +05:30
Akash Nimare
0c1cd96ed7
Remove transition property from checkbox input.
...
That delay can cause the setting button to not change/switch properly.
2018-02-13 17:23:39 +05:30
Priyank P
d77b1b5960
electron-connect: Disable electron-connect when it's run from npm start.
...
Improves gulp dev script.
2018-02-13 00:07:44 +05:30
Akash Nimare
2c6c0c8c8d
Update electron to v1.8.2.
2018-02-11 22:36:32 +05:30
Akash Nimare
84bf59d32f
Update package-lock.json files.
2018-02-11 22:08:50 +05:30
Priyank P
256c352fb9
windows: Add tools support with batch scripts.
...
Add tools support with batch scripts.
Fixes - #397 .
2018-02-09 18:19:09 +05:30
Akash Nimare
da28589c17
menu: Add menu-item to reveal app logs in file manager #405 .
2018-02-03 02:04:36 +05:30
Akash Nimare
c452ee2ef6
menu: Improve help menu.
2018-02-03 01:37:13 +05:30
Abhigyan Khaund
3582aa4694
menu: Rename Settings to Desktop App Settings.
2018-02-02 17:07:12 +05:30
akashnimare
7f7eee2455
setting-page: design improvemnets.
2018-01-31 21:36:39 +05:30
akashnimare
c716b8f233
notification: Refactor code for bot mention in reply.
2018-01-31 01:34:46 +05:30
Abhigyan Khaund
4a40c75127
notifications: Adds bots mention support to reply option. ( #395 )
...
Fixes : #391 .
2018-01-31 01:26:11 +05:30
Balaji
239631a2b6
tools: Add scripts for review Pull Requests. ( #399 )
...
* tools: Add script to fetch-pull-request.
Improves #397 .
* tools: Add script to fetch-rebase-pull-request.
Improves #397 .
2018-01-30 17:11:10 +05:30
Abhigyan Khaund
89d1344e2f
preference page: Add a Loading indication for new server button. ( #401 )
...
Change the text of "Add" button to "Adding..." when a user clicks on Add button for adding new server.
Fixes : #396 .
2018-01-29 23:53:10 +05:30
akashnimare
1948ba2cc3
menu: Fix Zoom In shortcut.
...
This is a temporary fix. Ideally, 'CmdOrCtrl+Plus' works on all
the platforms but because of https://github.com/electron/electron/issues/6731
it converts accelerator to 'Ctrl+Shift+Plus'.
2018-01-27 19:56:27 +05:30
Abhigyan Khaund
b8da7dd6ee
gulp-dev: Add nodeman to dev script and fix renderer reload on changes.
...
Fixes : #368 .
2018-01-23 00:29:15 +05:30
akashnimare
4a0efb7301
Code refactoring.
2018-01-23 00:05:15 +05:30
Priyank P
aedd95259d
preference: Only toggle the state if element is present.
...
Fixes #393 .
2018-01-22 22:38:01 +05:30
Priyank P
c8d7a79877
design: Improve preference design.
v1.8.1
2018-01-17 18:34:24 +05:30