Commit graph

222 commits

Author SHA1 Message Date
Core
7f5ad08da3
Revert "Merge branch 'ciderapp:develop' into develop"
This reverts commit 20fd0c05da, reversing
changes made to 4937e29fcf.
2022-02-17 01:16:31 +00:00
Core
604ef16db8
Revert "Merge branch 'develop' into develop"
This reverts commit 5fa345e6c8, reversing
changes made to a02b633f49.
2022-02-17 01:05:52 +00:00
Core
5fa345e6c8
Merge branch 'develop' into develop 2022-02-17 00:23:52 +00:00
Core
09825e93d3
Created audio controls menu 2022-02-17 00:19:14 +00:00
Maikiwi
3e38e32119 temp disable auto upd 2022-02-15 19:29:29 -08:00
Maikiwi
182e4a0611 debug messages and adding switches 2022-02-15 19:23:35 -08:00
Maikiwi
24970d1712 Merge branch 'innolab' of https://github.com/ciderapp/Cider into innolab 2022-02-15 18:33:22 -08:00
Maikiwi
3e28d65fab fix i'm blind 2022-02-15 18:33:17 -08:00
Maikiwi
453ebc2519
sync (#461)
* Added update check if using MSS or MAS builds. need help implementing

* fix locale / allow pl to show before list loading is fully done

* oops

* Also copy blockmap for partial download

`[2022-02-15 17:28:30.126] [error] Cannot download differentially, fallback to full download: Error: Cannot download "https://478-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts/Cider-Setup-1.1.428.exe.blockmap", status 404: Not Found
    at ClientRequest.<anonymous> (C:\Program Files\Cider\resources\app.asar\node_modules\builder-util-runtime\src\httpExecutor.ts:288:11)
    at ClientRequest.emit (node:events:394:28)
    at ClientRequest.emit (node:domain:475:12)
    at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:105:6829)
    at SimpleURLLoaderWrapper.emit (node:events:394:28)
    at SimpleURLLoaderWrapper.emit (node:domain:475:12)`

* more lang fix

* fix #459

Co-authored-by: child_duckling <19170969+quacksire@users.noreply.github.com>
Co-authored-by: vapormusic <vietanhfat@gmail.com>
Co-authored-by: JYW0803 <74043061+JYW0803@users.noreply.github.com>
2022-02-15 18:32:51 -08:00
Core
ad86f58e47
Linux frame 2022-02-15 14:53:51 +00:00
Core
04591e605c
Removed Discord clear on pause 2022-02-15 14:35:56 +00:00
child_duckling
237d20ff6d Added update check if using MSS or MAS builds. need help implementing 2022-02-14 22:08:24 -08:00
booploops
f655b8f1aa checking if theme is already installed 2022-02-14 00:36:48 -08:00
booploops
a6710486d6 github themes 2022-02-13 23:04:29 -08:00
vapormusic
942aa1b1b4 skipToPreviousItem bug mitigation 2022-02-13 19:08:31 +07:00
vapormusic
7317a1ad6f fix 2022-02-13 17:54:00 +07:00
vapormusic
317a56e439 mitigate skipping on some library songs 2022-02-13 17:51:58 +07:00
booploops
a6abb536e4 theme.json is now read if present 2022-02-11 19:46:12 -08:00
booploops
e3555b7b01 added install from github url to settings 2022-02-11 19:20:29 -08:00
booploops
0aaa40f4e5 if theme folder does not exist create one 2022-02-11 19:07:05 -08:00
booploops
fb65965d82 added ipcRenderer.send("get-github-theme", "url") 2022-02-11 19:05:59 -08:00
booploops
d6d93ed3b7 themes can now be in folders and have resources in those folders 2022-02-11 17:21:47 -08:00
booploops
7df1b9ba16 Themes in settings will now only display less files 2022-02-11 17:06:59 -08:00
vapormusic
391a9f42f4 stop bonking the app qwack 2022-02-11 21:09:41 +07:00
booploops
5f1326be80 re-did version string in about using vue, fixed window not launching on yarn start under win10 2022-02-11 01:37:42 -08:00
child_duckling
f20e59d52e handoff and version viewing in about.ejs 2022-02-10 22:11:00 -08:00
vapormusic
bed6548fc1 fix locale in now playing 2022-02-10 22:16:15 +07:00
vapormusic
cf7813142e webview pair-remote 2022-02-10 13:34:04 +07:00
booploops
7f852a4981 Merge branch 'develop' of https://github.com/ciderapp/Cider into develop 2022-02-09 04:27:32 -08:00
booploops
cb7c6e0922 added listitem-horizontal 2022-02-09 04:27:25 -08:00
vapormusic
7f0b2da0be fix web remote volume slider, #317, cant run yarn start 2022-02-09 19:23:40 +07:00
Maikiwi
308193061d volume max for web remote so I don't go deaf 2022-02-08 22:02:05 -08:00
Jozen Blue Martinez
481c0be897
Fix loading external plugins. (#380) 2022-02-08 07:47:00 -08:00
Maikiwi
a9aea9af99 fix volume steps 2022-02-07 19:58:54 -08:00
GamingLiamStudios
c0d6481300
Update Auto-Updator (#368)
* Update .gitignore

* Add Update Cider Branch selection

* Add circle-ci API call

* More testing

* Maybe fix 'Update Cider' button

* Another debug log

* remove async in ipc 'check-for-update'

* remove everything except debug log

* semicolon

* revert to async and change ipc name

* more semicolon

* Extract BaseURL from circleci API response

* Fix compile error + rename ipc back to 'check-for-update'

* Remove debug log

* Update i18n files with new 'updateCider' term location

* Update en_OWO.json

* Fixed formatting in i18n files

* Fix formatting elsewhere

* Move 'Update Cider' i18n stuff from 'experimental' to 'general'

* Do that thing @quacksire wanted me to do. 'for vue'

* Fix bad merge

* Revert Formatting. 

DO NOT OPEN IN AN AUTOFORMATTING IDE. USE VSCODE WEB/CODESPACES IF YOU NEED TO ACTUALLY CHANGE SOMETHING IN THE RENDERER

Co-authored-by: Quacksire <19170969+quacksire@users.noreply.github.com>
2022-02-07 16:38:33 -08:00
booploops
f02558a9fd removed CiderContextMenu, cleaned out some unused files 2022-02-07 10:32:37 -08:00
Core
e468b1fa83 Added various controls to menubar, changed volumewheel function 2022-02-07 14:31:18 +00:00
Maikiwi
31101a3fc0 hello auto preamp 2022-02-06 23:20:45 -08:00
Core
0131a1a70a
Update to audio quality setting clarity (Translators note i18n README.md)
- Changed audio quality setting to match MusicKit audio options (Low -> Standard)
- Added descriptions for audio quality options
- Audio quality now uses string for setting instead of direct bitrate option.
2022-02-06 10:58:30 +00:00
Core
e7537e4a2b
Menubar Moved to Plugin 2022-02-06 08:12:22 +00:00
Core
4651b79106
this should be false 2022-02-06 07:15:56 +00:00
Core
8f5a123412
removed unused depends and qr code depend as not necessary 2022-02-06 07:15:06 +00:00
Maikiwi
51a2fb53c5 unbreak qwack's commit 2022-02-05 20:03:15 -08:00
child_duckling
74ffd4811c macOS handoff and cider go beep 2022-02-05 16:37:00 -08:00
Maikiwi
a2f3903b4c cfg prep for ciderppe 2022-02-05 12:54:19 -08:00
Maikiwi
789792ebb4 Lossless Brand removal 2022-02-05 10:16:01 -08:00
child_duckling
d0ac65ccb2 dick donate & big dick discord 2022-02-04 23:18:06 -08:00
child_duckling
14e17df325 Added macOS MenuBar (+ accel, actions, git links) 2022-02-04 23:03:24 -08:00
Maikiwi
6fb76c7224 i18n prep 2022-02-04 22:13:28 -08:00
child_duckling
9c0d9830e1 Clean up and fix darwinShare 2022-02-04 19:51:13 -08:00