Commit Graph
33 Commits
Author SHA1 Message Date
Jixun Wu 9ca2d852ce feat(QMCv2): Allow extraction of songId from QMC2-wasm 2021-12-25 12:07:14 +00:00
Jixun Wu e29b36229e chore: bump qmc2-crypto to v0.0.6-R1 2021-12-25 12:00:35 +00:00
Jixun Wu 48b8194363 test(joox): Added basic sanity test for joox encryption. 2021-12-23 23:23:32 +00:00
Jixun Wu 4af1a38334 feat(joox): Fetch meta data from API 2021-12-23 14:58:24 +00:00
Jixun Wu 68782f0ec5 doc: reforamtted & updated content in readme 2021-12-23 14:57:10 +00:00
Jixun Wu 95df64516c fix: avoid "ArtiomTr/jest-coverage-report-action" when running from a fork. 2021-12-22 14:10:29 +00:00
Jixun Wu ea99d38a92 refactor: move ruby to custom vue component 2021-12-22 13:39:47 +00:00
Jixun Wu afab80505e chore: remove left-over debugger statement 2021-12-22 13:39:37 +00:00
Jixun Wu c20ce54dac fix: form validation on input change 2021-12-22 13:28:38 +00:00
Jixun Wu 2fe1e40957 Merge remote-tracking branch 'upstream/master' into feature/joox-encryption 2021-12-22 13:20:36 +00:00
Jixun Wu 8a323f9dbb feat(config): better config ui
- JOOX Music UUID label + description
- Not full screen anymore
2021-12-21 23:10:34 +00:00
Jixun Wu 2e946e6e30 feat(joox): re-use QM meta extraction code 2021-12-21 22:34:36 +00:00
Jixun Wu b6497e2bd3 refactor(qmc): extract qm meta code to utils 2021-12-21 22:34:18 +00:00
Jixun Wu 3884158f06 fix: only pass over config settings 2021-12-21 22:17:43 +00:00
Jixun Wu 36d616398e feat(storage): Pass over config to worker thread on decryption call 2021-12-20 22:22:35 +00:00
Jixun Wu ed84a4732d refactor: storage factory + singleton
- Make storage easier.
2021-12-20 22:19:44 +00:00
Jixun bae9a7fec0 fix: storage read/write in chrome extension 2021-12-20 19:13:27 +00:00
Jixun 3fb0e1eb0f fix: add missing permission for chrome storage 2021-12-20 19:13:17 +00:00
Jixun 2da37f984a chore: bump to 0.0.1-R4 2021-12-20 17:42:09 +00:00
Jixun 53a2073cb4 fix: crash due to chrome been undefined 2021-12-19 23:43:38 +00:00
Jixun b46d9fa720 chore: bump joox-crypto dependency 2021-12-19 23:07:46 +00:00
Jixun 699333ca06 feat: add basic joox support 2021-12-19 23:03:46 +00:00
Jixun Wu 9470f2ca87 chore: add eol at the end of qmcv2.ts. 2021-12-15 22:20:53 +00:00
Jixun Wu bdd60bc502 chore: (redone) upgrade qmc2-crypto to 0.0.5-R4
- Remove the use of `new Function` in emscripten generated code.
- This commit is a clean commit that does the same thing as 3b88d168b6
2021-12-15 22:19:24 +00:00
Jixun Wu 0f3cd9b67f Revert "chore: upgrade qmc2-crypto to 0.0.5-R4"
This reverts commit 3b88d168b6.

It generates unexpected large diff in package-lock.json.
2021-12-15 22:16:15 +00:00
Jixun Wu 3b88d168b6 chore: upgrade qmc2-crypto to 0.0.5-R4
- Remove the use of `new Function` in emscripten generated code.
2021-12-15 22:08:25 +00:00
Jixun Wu 41e588e986 fix: treat qmcflac/qmcogg as QMCv2 and fallback to QMCv1 2021-12-15 22:07:05 +00:00
Jixun Wu 5d48b28a94 refactor: remove suppressed qmc mask methods / constants 2021-12-15 20:11:18 +00:00
Jixun Wu 19239f182d refactor: restore support for QMCv1. 2021-12-15 19:59:06 +00:00
Jixun Wu bdab51bde3 chore: update supported ext list 2021-12-15 19:58:43 +00:00
Jixun Wu 9448b497ed chore: Use QMC2-Crypto with embedded WASM build from 0.0.5-R3 2021-12-15 18:22:05 +00:00
Jixun Wu 4da56bb0fe fix: patch threads to work with production build 2021-12-15 14:02:43 +00:00
Jixun Wu c8eb1bc481 feat(qmcv2): Experiment with qmc2-crypto 2021-12-15 13:54:35 +00:00