Commit graph

52 commits

Author SHA1 Message Date
memorydream
d716bb8cde
feat: refactor tray (#1227)
* feat: support set tray icon tooltip info

* fix: name

* refactor tray impl and add tray playing state change

* fix: linux impl

* add pause icon

* add tray like state

* fix

* fix: linux impl

* better pause icon
2022-01-17 23:23:21 +08:00
Chiro
d322a29b72
fix: #1063 #1010 (#1083) 2021-12-20 19:00:33 +08:00
memorydream
c25a3065e1
fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口 (#992)
* fix: 在windows和linux中,当启动第二个窗口时,呼出已经启动的窗口

* prettier code

* change
2021-10-22 16:51:04 +08:00
memorydream
9d18ad51f6
fix: 修复Linux下,关闭主面板时... 询问选项无效的bug (#969)
* fix: Linux close app ask cant work

* Update background.js

* fix: bug
2021-10-11 10:19:37 +08:00
memorydream
de818282c8
fix: 增强并明确关闭app的相关行为 (#938)
* 分离close和minimize按钮行为

* bug fix
2021-09-28 19:05:34 +08:00
qier222
14f47f8cfc
fix: 全局快捷键相关bug 2021-09-25 19:10:37 +08:00
qier222
bb87b7f20d
fix: bugs 2021-09-25 18:49:05 +08:00
memorydream
17ef0e927c
feat: more operations for close | 为关闭app操作提供更多选项 (#918)
* feat: more operations for close

* remove minimizeToTray form initLocalStorage

Co-authored-by: qier222 <qier222@outlook.com>
Co-authored-by: qier222 <qier2222@gmail.com>
2021-09-25 16:12:30 +08:00
qier222
caaf62ea20
fix: remove osdlyrics 2021-06-10 13:50:31 +08:00
qier222
e54c606c6d
feat: custom shortcuts 2021-06-09 20:39:00 +08:00
qier222
c506dea02b
fix: bugs 2021-06-08 00:09:30 +08:00
qier222
3d29bb5ca1
fix: bugs 2021-06-05 23:41:29 +08:00
qier222
41ff8058b2
feat: remember window position 2021-06-04 15:06:37 +08:00
Shi Liang
85592142af
feat. OSD Lyrics | 增加桌面歌词功能 (#685)
* Add OSD Lyrics

* tidy files

* fix OSDLyrics: last line of lyrics not showing, performance

* tidy files

* make user can resize the lyrics window

* Fix bug of initial window size

* Fix: 1. auto resize osdlyrics window after packaging; 2. lyric parser problem with %;

* tidy files
2021-05-21 17:15:30 +08:00
qier222
41a30a25c0
fix: bugs 2021-05-18 16:57:37 +08:00
qier222
5b6619d1de
fix: proxy issue 2021-05-17 19:20:37 +08:00
Ethan Wong
cc6b364b87
fix: make Express listen on localhost only (#656) 2021-05-08 23:30:21 +08:00
qier222
95f22f47fe
fix: bugs 2021-04-28 13:44:37 +08:00
qier222
07455c8ecd
feat: send current track to main process and provide an api 2021-04-28 01:09:17 +08:00
qier222
9351f6bc89
chore: format codes 2021-04-26 16:31:03 +08:00
Map1en_
43a293da6a
fix(electron): set appearance during init of electron window (#525)
resolve #512
2021-04-04 21:00:47 +08:00
wenjie
36447ae5d8
feat: add global shortcut setting (#470)
* feat: add global short cut setting

* fix: fix settings not work

* fix: call initIpcMan after createWindow

* fix: fix build error (typo)
2021-03-25 21:20:53 +08:00
qier222
55585a921f
feat: support Last.fm scrobble 2021-03-23 23:43:29 +08:00
qier222
752d7cb482
fix: bugs 2021-03-19 14:46:41 +08:00
qier222
7efe109c83
feat: support global shortcuts 2021-03-19 14:24:39 +08:00
Rick
2a9a53a940
fix: Navbar i18n & Github -> GitHub (#443)
* update: Navbar i18n

* update: Github -> GitHub
2021-03-19 09:58:17 +08:00
wenjie
52d7a2af26
chore: Feature/prettier eslint (#397)
* feat: add translations

* refactor: use trinocular operators instead if

* style: add prettier to eslint, fix lint errors

* chore: add .gitattr
2021-03-11 15:42:44 +08:00
qier222
ee248be2c5
fix: bugs 2021-03-07 17:31:38 +08:00
qier222
ee77b34ee9
fix: bugs 2021-03-06 21:45:33 +08:00
Mr. Will
51fc57efe8
为 Windows 平台添加沉浸式标题栏 (#277) 2021-02-12 20:03:01 +08:00
qier222
de7d008c0b feat(electron): add minimize to tray option to settings page 2021-01-29 19:55:02 +08:00
qier222
db14c9283f fix: bugs 2021-01-05 22:21:01 +08:00
qier222
15ac2b5815 feat(electron): add tray for Windows 2021-01-05 22:20:16 +08:00
qier222
acf3d768f8 refactor: enhance UI compatibility 2021-01-02 21:07:08 +08:00
qier222
11844e22fe refactor: background.js 2020-12-29 00:46:48 +08:00
qier222
44df6f5531 feat(electron): remember window size #82 2020-12-16 23:28:54 +08:00
njzy
b394ec0899
refactor: hide window when close app (#78)
fix: window can't be close by shortcutkey

fix: tray does not show in Windows
2020-12-09 19:50:50 +08:00
qier222
870e0a4e9e fix(electron): login issue after restart app 2020-12-05 12:30:48 +08:00
qier222
b7f51f02c2 fix(electron): auto update 2020-12-04 18:46:35 +08:00
qier222
2998e52427 fix(electron): login issue 2020-11-24 15:29:37 +08:00
qier222
fed756f6bd fix(electron): open new window in browser 2020-11-24 13:54:58 +08:00
qier222
86f89239e6 feat: add auto update for electron app 2020-11-23 18:07:03 +08:00
qier222
bc0de620c1 refactor: organize codes 2020-11-23 16:04:45 +08:00
kunkka
e030647720 feat: update electron app with touchbar and menu. 2020-11-03 23:34:43 +08:00
kunkka
a9e153cfd6 lint: prettier lint 2020-10-30 10:59:26 +08:00
kunkka
9db57acb71 feat: electron tray & menu & touchbar supported 2020-10-29 18:46:54 +08:00
kunkka
249ad01cf1 build: icons 2020-10-29 12:09:57 +08:00
kunkka
05aadf5a30 feat: change window width to 1440 2020-10-28 00:04:46 +08:00
kunkka
74bf714c28 feat: integrate api in electron app 2020-10-27 23:08:38 +08:00
kunkka
bd29570e31 feat: update electron config 2020-10-27 03:56:05 +08:00