Zhongyi Tong
|
0271ada591
|
Fix linter warnings.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
42fedf2d73
|
Add reload button to preference page.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
0b17dbb014
|
Initialize domains on first use.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
ae3c595d82
|
Integrate actions from menu and tray with webview.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
de34a22740
|
Move methods from mainWindow.webContents (index.js) to WebView (main.js).
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
865553fa45
|
Redirect to server settings page when domains are empty.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
23fd7ba2b3
|
Update DomainUtil and finish PreferenceView.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
e43b651060
|
Set up layout for PreferenceView.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
c0fc7718aa
|
Use multiple webview to increase loading speed and allow servers to be online at the same time.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
3fe23e84b3
|
Refactor ServerManagerView and setup layout for PreferenceView.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
6b29139805
|
Finish interactions of switching servers in ServerManagerView.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
0bfa202763
|
Change domain config schema and update DomainUtil.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
8c494f329b
|
Setup the layout for ServerManagerView.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
35bf2b0012
|
Add DomainUtil to manage domains in one place.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
5ac4ea71c9
|
Update prototype design.
|
2017-05-22 17:09:49 -07:00 |
|
Zhongyi Tong
|
92b9388f9a
|
Fix broken path issues using the module after packing.
|
2017-04-30 00:01:22 +08:00 |
|
Zhongyi Tong
|
869600e3d4
|
Fix test errors.
|
2017-04-29 19:56:39 +08:00 |
|
Zhongyi Tong
|
3c22d5462d
|
Add back badge count feature.
|
2017-04-29 17:37:08 +08:00 |
|
Zhongyi Tong
|
92ff92f501
|
Migrate /domain to /domains.
|
2017-04-29 15:37:02 +08:00 |
|
Zhongyi Tong
|
47b3dd04fb
|
Fix linter warnings.
|
2017-04-29 01:10:21 +08:00 |
|
Zhongyi Tong
|
9ed09c9e1c
|
Add reload button to preference page.
|
2017-04-28 23:56:59 +08:00 |
|
Zhongyi Tong
|
239cce8a4c
|
Initialize domains on first use.
|
2017-04-28 23:56:59 +08:00 |
|
Zhongyi Tong
|
d6a35408b8
|
Integrate actions from menu and tray with webview.
|
2017-04-28 23:56:59 +08:00 |
|
Zhongyi Tong
|
35e6f7dcdd
|
Move methods from mainWindow.webContents (index.js) to WebView (main.js).
|
2017-04-28 23:56:56 +08:00 |
|
Zhongyi Tong
|
a38c933bc8
|
Redirect to server settings page when domains are empty.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
720ccf5d00
|
Update DomainUtil and finish PreferenceView.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
8dc87d0485
|
Set up layout for PreferenceView.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
cd9f1c0c47
|
Use multiple webview to increase loading speed and allow servers to be online at the same time.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
331452edbb
|
Refactor ServerManagerView and setup layout for PreferenceView.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
d18885ecc9
|
Finish interactions of switching servers in ServerManagerView.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
1aef53ef94
|
Change domain config schema and update DomainUtil.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
11086210de
|
Setup the layout for ServerManagerView.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
e0d693fa19
|
Add DomainUtil to manage domains in one place.
|
2017-04-28 23:00:08 +08:00 |
|
Zhongyi Tong
|
81c71b1f83
|
Update prototype design.
|
2017-04-28 23:00:07 +08:00 |
|
Lplenka
|
cbcff67d28
|
[WIP] issue #126, now not remembering servers
|
2017-04-21 18:39:58 +05:30 |
|
Lplenka
|
2dd44852fa
|
Lint error fixed #126[WIP]
|
2017-04-17 14:22:30 +05:30 |
|
Lplenka
|
06faf46bcc
|
Support for Switching to server with certificate error #126[WIP]
|
2017-04-17 12:39:54 +05:30 |
|
Lplenka
|
468e9d539b
|
issue #126 [WIP]
|
2017-04-17 12:15:07 +05:30 |
|
akashnimare
|
e55f38a962
|
🚚 moved files to renderer
|
2017-04-18 04:17:32 +05:30 |
|
Lplenka
|
ca078cbbfd
|
Fixed size bug in Mac OS #110 [WIP]
|
2017-04-02 13:29:14 +05:30 |
|
Lplenka
|
6d45105b69
|
Fixed bug in Mac OS #110 [WIP]
|
2017-04-02 13:24:56 +05:30 |
|
Lplenka
|
40f81af2dd
|
Lint error fixed #110 [WIP]
|
2017-04-02 11:06:39 +05:30 |
|
Lalu Prasad Lenka
|
d5e6184e75
|
Fixed bugs in Windows #110 [WIP]
|
2017-04-02 05:09:43 +05:30 |
|
Lplenka
|
0ec38ba41d
|
Added function to set tray size according to OS, fixed toggle tray
|
2017-04-02 09:33:13 +05:30 |
|
Lplenka
|
460a64710a
|
Js Lint error fixed 🔧, Fixes #110
|
2017-04-02 07:40:29 +05:30 |
|
Lplenka
|
9ec62a748f
|
Added communication b/w Main & Renderer process for proper functioning of Tray icon #110 [WIP]
|
2017-04-02 01:21:33 +05:30 |
|
Lplenka
|
a7a80cef99
|
Added Tray.js to renderer js files
|
2017-04-02 00:55:48 +05:30 |
|
Lplenka
|
1be29faea6
|
Removed spaces from imported/exported varibles & fixed the package.json in app folder
|
2017-03-19 01:16:07 +05:30 |
|
Lplenka
|
d7d3017bc1
|
Bug Fixes
|
2017-03-11 01:46:35 +05:30 |
|
Lplenka
|
394caa7934
|
Issue fix in better way
|
2017-03-04 10:02:27 +05:30 |
|