|
425ac8e283
|
Merge remote-tracking branch 'origin/main' into feat/settings
|
2023-06-09 01:22:13 +01:00 |
|
|
5974ef3d0c
|
fix: build issue with libparakeet
|
2023-06-09 01:01:28 +01:00 |
|
|
647a70bf83
|
test: ignore coverage to test nextTickFn
|
2023-06-05 00:04:59 +01:00 |
|
|
b97f089bac
|
test: added test for enumObject.
|
2023-06-05 00:04:33 +01:00 |
|
|
b64c2a5fba
|
refactor: use tab instead of modal. fixed layout as well.
|
2023-06-04 23:56:15 +01:00 |
|
|
4620a17e0d
|
feat: added dummy settings modal
|
2023-06-03 14:58:17 +01:00 |
|
|
1f9bef9ce6
|
test: fix sanity check test
|
2023-06-03 14:15:53 +01:00 |
|
|
d8c17708b2
|
chore: fix typo
|
2023-06-03 14:15:21 +01:00 |
|
|
897830cd44
|
refactor: move components to sub dir
|
2023-06-03 14:14:50 +01:00 |
|
|
b136bac9b6
|
feat: setup redux store for settings
|
2023-06-03 14:09:11 +01:00 |
|
|
39eefd9117
|
feat: add support for migu3d formats
|
2023-05-27 00:47:00 +01:00 |
|
|
d5abb34d87
|
refactor: avoid bundling parakeet both in worker and main js
|
2023-05-23 00:04:06 +01:00 |
|
|
f072b7f88e
|
feat: add crypto impl for kgm/kwm (#16, #17)
|
2023-05-22 23:56:17 +01:00 |
|
|
117351a6e5
|
feat: added support for ncm (#15)
|
2023-05-22 23:07:58 +01:00 |
|
|
26fa7fef52
|
chore: make error summary red (#12)
|
2023-05-22 22:28:51 +01:00 |
|
|
52d86e4601
|
feat: friendly way to inform user there's an error (#12)
|
2023-05-22 22:24:41 +01:00 |
|
|
bb633cd6f2
|
refactor: make console log less verbose when not needed
|
2023-05-22 00:00:35 +01:00 |
|
|
63fff9be3a
|
faet: add support of xmly android (#1)
|
2023-05-21 23:38:50 +01:00 |
|
|
f7353ef4cb
|
refactor: improve flow of decryption (#2)
|
2023-05-21 23:38:32 +01:00 |
|
|
e6b3c2813d
|
feat: move metadata display component out from FileRow
|
2023-05-21 18:19:41 +01:00 |
|
|
9fc8c15c28
|
feat: rounded album cover image
|
2023-05-21 18:16:38 +01:00 |
|
|
1fb7a81c63
|
test: fix test warning regarding async suspension rendering
|
2023-05-21 18:08:42 +01:00 |
|
|
4cfc672646
|
feat: print performance logs to console.
|
2023-05-21 18:00:06 +01:00 |
|
|
c4e3999546
|
feat: add basic file drag & drop support (#6)
|
2023-05-21 16:36:26 +01:00 |
|
|
4fc407221a
|
chore: remove item based on animation exit event
|
2023-05-21 15:38:52 +01:00 |
|
|
afc95e0ed3
|
chore: wrap actions to a single condition
|
2023-05-21 15:38:31 +01:00 |
|
|
dd035d04a0
|
chore: move file row's grid layout to its own file
|
2023-05-21 15:38:07 +01:00 |
|
|
22ca4882bc
|
fix: restore missing card border
|
2023-05-21 15:08:23 +01:00 |
|
|
bbb43ba2f5
|
feat: re-implement current year logic by using a component
|
2023-05-21 14:24:06 +01:00 |
|
|
0f99f9ac4f
|
Revert "feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份"
This reverts commit d2bc92c39d .
|
2023-05-21 14:19:23 +01:00 |
|
|
4b7ed90247
|
chore: address code review re file row
|
2023-05-21 14:17:55 +01:00 |
|
|
c0bc9858d0
|
Merge remote-tracking branch 'houkunlin/feat/file-row' into merge-houkunlin
|
2023-05-21 14:16:56 +01:00 |
|
|
dc2cabe715
|
Merge remote-tracking branch 'houkunlin/feat/footer' into merge-houkunlin
|
2023-05-21 14:16:49 +01:00 |
|
|
3b6d27948d
|
chore: use url format for request id
|
2023-05-18 22:12:45 +01:00 |
|
|
635796ad69
|
test: added test for DecryptionQueue (#8)
|
2023-05-18 22:12:34 +01:00 |
|
|
2186a08fa5
|
fix: replace setImmediate with a cross environment compatible version
|
2023-05-18 22:00:43 +01:00 |
|
|
fd410302e4
|
test: proper sanity check; exclude WasmTest from coverage (#8)
|
2023-05-18 00:30:39 +01:00 |
|
|
0b7b72c8ef
|
refactor: simplify logic handling worker message
|
2023-05-18 00:21:11 +01:00 |
|
|
7df50c7c75
|
chore: remove abuse of any in WorkerEventBus
|
2023-05-18 00:18:22 +01:00 |
|
|
8f071d94c6
|
test: added test for ConcurrentQueue
|
2023-05-18 00:04:53 +01:00 |
|
|
1e761610dd
|
fix: type safe ConcurrentQueue
|
2023-05-18 00:04:37 +01:00 |
|
|
880a3c67fe
|
chore: make eslint happy
|
2023-05-18 00:04:20 +01:00 |
|
|
aaefffbb8b
|
feat: 即使不存在歌曲元数据,也展示默认的“暂无封面”占位图片
|
2023-05-17 09:39:33 +08:00 |
|
|
4341203c08
|
feat: togglePlay 方法取消使用 useCallback
|
2023-05-17 09:27:16 +08:00 |
|
|
854c29c3d1
|
Merge remote-tracking branch 'origin/main' into feat/file-row
# Conflicts:
# src/features/file-listing/FileRow.tsx
|
2023-05-17 09:18:41 +08:00 |
|
|
0197c8b2f4
|
feat: 删除歌曲行数据时改用 onClose 来处理
|
2023-05-17 09:10:36 +08:00 |
|
|
0db84813ad
|
test: working test with TypeScript + vite (using vitest)
|
2023-05-17 01:46:20 +01:00 |
|
|
1fafe34fa1
|
test: get coverage work
|
2023-05-16 22:47:47 +01:00 |
|
|
8a825affd0
|
feat: 歌曲封面使用 Image 组件,删除歌曲行数据时使用一个动画效果来过渡一下
|
2023-05-16 16:24:00 +08:00 |
|
|
d2bc92c39d
|
feat: 修改底部版权区域,使用 Wrap 组件来实现文字间的间隔,把结束年份动态获取当前年份
|
2023-05-16 16:21:42 +08:00 |
|
|
7d27a5fc96
|
test: setup jest and everything
|
2023-05-15 21:32:48 +01:00 |
|
|
6c5b8c9d55
|
chore: fix build for SDKVersion component
|
2023-05-15 21:32:38 +01:00 |
|
|
d7f68aa255
|
feat: allow user to remove entry from the page
|
2023-05-15 21:05:03 +01:00 |
|
|
9aba8f9bd7
|
feat: basic responsive UI
|
2023-05-15 00:41:39 +01:00 |
|
|
a692c7a9ae
|
chore: remove dummy todo
|
2023-05-15 00:32:50 +01:00 |
|
|
49fe534b51
|
fix: dl button from listing
|
2023-05-15 00:28:42 +01:00 |
|
|
55e2a4b7d3
|
fix: react warning for "p>div
|
2023-05-15 00:27:21 +01:00 |
|
|
159d23a005
|
feat: show current version (#5)
|
2023-05-15 00:22:23 +01:00 |
|
|
0a7a095b9f
|
feat: show sdk version (#5)
|
2023-05-15 00:10:59 +01:00 |
|
|
3c0a9433dd
|
chore: type updates
|
2023-05-15 00:09:38 +01:00 |
|
|
cf3324e833
|
refactor: move decrypt command to its own file; added version command
|
2023-05-15 00:09:26 +01:00 |
|
|
b99590908e
|
feat: ui improvement, working audio preview
|
2023-05-14 23:47:56 +01:00 |
|
|
8ab267019c
|
feat: added support for QMCv2 (#11)
|
2023-05-14 23:15:59 +01:00 |
|
|
08c082ec2c
|
chore: move key to separated file
|
2023-05-14 22:34:07 +01:00 |
|
|
77a3eba036
|
feat: added audio ext detection
|
2023-05-14 21:57:18 +01:00 |
|
|
4abe50515c
|
chore: make note of qmcv1 factory
|
2023-05-13 20:04:55 +01:00 |
|
|
00267dc230
|
chore: remove debugger statement
|
2023-05-13 20:03:59 +01:00 |
|
|
3d2761a2b1
|
fix: initial working version with libparakeet
|
2023-05-13 20:03:32 +01:00 |
|
|
3c1434b09f
|
chore: experimental work on bridge libparakeet
|
2023-05-13 15:55:02 +01:00 |
|
|
24a68fcf59
|
chore: use singleton loader to prevent duplicated wasm request
|
2023-05-10 23:16:12 +01:00 |
|
|
fc2238ff39
|
feat: get wasm working from libparakeet
|
2023-05-10 22:01:32 +01:00 |
|
|
2c56c22c74
|
chore: make download button work
|
2023-05-09 21:07:49 +01:00 |
|
|
72b3a9cec9
|
fix(crypto): xiami subtract off by one (#9)
|
2023-05-09 21:07:43 +01:00 |
|
|
1c1d234244
|
feat: add xiami crypto & have a working decryption workflow (#2, #9)
|
2023-05-09 01:23:35 +01:00 |
|
|
5ad054631c
|
refactor: use ~ as import alias
|
2023-05-09 01:22:00 +01:00 |
|
|
911ee2a2fa
|
feat: get web worker mechanism working (pass file around)
|
2023-05-08 17:36:10 +01:00 |
|
|
5e09de5991
|
feat: begin building worker
|
2023-05-08 16:23:58 +01:00 |
|
|
7a12d6c6a1
|
feat: hide metadata until is processed
|
2023-05-08 16:23:58 +01:00 |
|
|
c0737a341b
|
feat: allow add file by selecting through open file dialog
|
2023-05-08 16:23:58 +01:00 |
|
|
3b264f380f
|
chore: use object instead of array for file listing
|
2023-05-08 15:54:18 +01:00 |
|
|
38aa81b5bc
|
feat: basic ui layout
|
2023-05-07 23:29:37 +01:00 |
|
|
e62ec084f4
|
initial commit
|
2023-05-07 20:11:16 +01:00 |
|