Commit graph

38 commits

Author SHA1 Message Date
Core
c8c437449e
yh 2022-06-14 12:40:49 +01:00
Core
512d068e2f
#1136 fix 2022-06-07 01:21:57 +01:00
cryptofyre
8af080abb0 Should help with memory inflation. 2022-05-31 00:56:00 -05:00
Gabriel Davila
92a70f086c
Fix Tray icon (#1059) 2022-05-19 18:52:34 -05:00
Core
7e24594be4
this is annoying 2022-05-19 23:26:25 +01:00
Mefsaal
992ec792cb SysTray Changes 2022-05-18 12:54:41 -03:00
child_duckling
5701aea255 [connect] utils function 2022-05-01 20:39:07 -07:00
child_duckling
a844903dff connect auth works, now for settings sync 2022-04-16 23:59:30 -07:00
child_duckling
320778b9b7 [connect] Initial Implementation 2022-04-16 01:23:09 -07:00
Amaru8
2d7ccd9f87
Updated app.ts 2022-04-12 15:31:56 +00:00
Core
7ef02552df
Made console.debug only work in uncompiled state. 2022-03-11 00:29:53 +00:00
Core
b71a7b22c0 macOS Changes
onStartup implemented
2022-03-10 14:56:07 +00:00
child_duckling
159ee76432 general update checking improvements + jsdoc + dev mode notifs 2022-03-04 22:54:06 -08:00
Core
2d16423106
#523 Patch 2022-03-01 03:37:20 +00:00
vapormusic
391a9f42f4 stop bonking the app qwack 2022-02-11 21:09:41 +07:00
child_duckling
f20e59d52e handoff and version viewing in about.ejs 2022-02-10 22:11:00 -08:00
child_duckling
74ffd4811c macOS handoff and cider go beep 2022-02-05 16:37:00 -08:00
child_duckling
ad58ea969a Added appdata debug uri 2022-02-03 20:11:46 -08:00
Core
1546bc3ea7
Added ipc call to copy log file (ipcRenderer.send('fetch-log')) 2022-02-04 03:58:05 +00:00
Core
1a1842ad41
Electron-log setup 2022-02-04 03:34:11 +00:00
Core
64bc640002
removed weird log 2022-02-01 14:59:16 +00:00
Core
a8dc524e6a
used typescript the way its supposed to be used 2022-02-01 05:31:19 +00:00
Core
3d90479cba
Forgot to add locale
*I'm really starting to hate typescript*
2022-01-30 17:13:53 +00:00
Core
c393436c25
Moved Tray to app.ts 2022-01-30 16:14:18 +00:00
vapormusic
46adbc704c have to do this 2022-01-29 23:19:22 +07:00
Core
2164a5798a
Fix for notification source on Windows 2022-01-29 16:03:00 +00:00
vapormusic
01105a12f5 expose gc 2022-01-27 14:11:58 +07:00
Core
0cb80539db
DiscordRPC Plugin Overhaul 2022-01-26 20:48:05 +00:00
Core
27becacbb7
Various updates to backend.
Implementation of MPRIS in TS.
LastFM now interacts with store object passed directly into class.
Experimental decorators enabled and utilised in MPRIS.
2022-01-26 05:13:46 +00:00
Core
9a42bebca4 Working 2022-01-24 02:07:11 +00:00
Core
b97e940d9d this is shit 2022-01-24 01:49:28 +00:00
Core
5c7a05ff61 Link handling should be working 2022-01-24 00:25:43 +00:00
child_duckling
aa83f2d747 this SHOULD work, hopefully 2022-01-22 21:53:37 -08:00
child_duckling
8af8e2102c itunes link handler/other uri parms 2022-01-19 21:27:43 -08:00
Core
e8b6dd3180
Added protocols 2022-01-16 23:33:46 +00:00
Core
312a5a7b70
- Small change to preload to define global.ipcRenderer early.
- Changed BW options and removed redundant options that (I think) are no longer used by the renderer.
- Added launch args to app.ts
2022-01-09 15:24:42 +00:00
Core
6dad815d48
Slight tweaks to app.ts, added environment var that displays renderer logs in console 2022-01-09 01:20:08 +00:00
Core
a7b5b36590
Bread has been achieved.
- Window now creates and loads properly (Due to config not being created halted vue)
- Foundation for app.ts created for functions to run in certain stages of the app (start/init, ready, exit)
- Electron-Store created in class ConfigStore. Store instance stored in ConfigStore.store. Gets a bit compilicated and might change the class or variable name later on.
2022-01-07 23:53:59 +00:00