Commit Graph

100 Commits

Author SHA1 Message Date
a9e9671899 fix: make modal don't close on overlay click; remove dismiss button in this modal. 2023-06-11 23:25:49 +01:00
7347db926e fix: reworded the instructions against rooting Android Device 2023-06-11 23:23:40 +01:00
4b57186cd7 chore: trim whitespace when converting staging key to production 2023-06-11 23:19:13 +01:00
473f310aca feat: proper instructions for ps1/win as well. 2023-06-11 22:41:06 +01:00
b78399eddb feat: import ekey from Android db (#20) 2023-06-11 16:22:57 +01:00
8925d43b62 fix: reword unlock instructions to fit in single line for mobile devices 2023-06-10 17:55:13 +01:00
d73a51a931 fix: reword footer to fit single line in mobile device (close #22) 2023-06-10 17:55:13 +01:00
3597e7789b refactor: extend transformBlob to take cleanup function 2023-06-10 16:22:36 +01:00
0f9748ec14 ci: change wording for save/discard 2023-06-10 16:16:41 +01:00
923fb1497b chore: add description to QMCv2 page 2023-06-10 16:15:46 +01:00
ba503ff46f feat: implement decrypt from user key 2023-06-10 14:29:50 +01:00
dd63aa4765 chore: added note about import options 2023-06-10 14:09:40 +01:00
f46f36415d feat: split settings slice to staging (ui) and production (in effect) 2023-06-10 13:10:21 +01:00
865dcae931 feat: pass options to downstream decryptor 2023-06-10 12:06:02 +01:00
9abd73b212 test: mock matchMedia 2023-06-10 00:55:10 +01:00
0c4b7f4048 chore: avoid warning during build "empty chunk: dummy" 2023-06-10 00:51:24 +01:00
3e203b92ac feat: responsive settings ui 2023-06-10 00:45:41 +01:00
1c3b6c45c6 feat: improved layout 2023-06-09 23:11:30 +01:00
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