Commit Graph

27 Commits

Author SHA1 Message Date
2fb345a177 fix: #51 mmkv parsing
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 21:35:21 +01:00
9db5d94a14 fix: error handling when there are no results 2023-07-02 15:32:47 +01:00
fe256218e6 refactor: move text encoder/decoder to util file 2023-06-17 14:28:36 +01:00
c25dffa778 feat: parse kwm v2 key from mmkv
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-17 03:18:15 +01:00
263f4c2b6a feat: kwm v2 key import ui
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-17 02:45:31 +01:00
67b400430f feat: added option to search closest ekey
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-06-16 02:28:38 +01:00
59ecc0847b feat: fix mmkv parser, support for ios ekey mmkv 2023-06-15 19:30:33 +01:00
6b871f0861 feat: add mac import option and help text
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-06-13 00:26:30 +01:00
da39d5f5c1 feat: import ekey from Android db (#20)
All checks were successful
continuous-integration/drone/push Build is passing
2023-06-11 16:22:57 +01:00
4de0d5304d feat: pass options to downstream decryptor 2023-06-10 12:06:02 +01:00
6cee2bbfd9 test: ignore coverage to test nextTickFn 2023-06-05 00:04:59 +01:00
009aabd2dd test: added test for enumObject. 2023-06-05 00:04:33 +01:00
d91b71e0d3 chore: fix typo 2023-06-03 14:15:21 +01:00
4602f96260 feat: setup redux store for settings 2023-06-03 14:09:11 +01:00
5db5fdaa69 feat: friendly way to inform user there's an error (#12) 2023-05-22 22:24:41 +01:00
c6c373f9fc refactor: make console log less verbose when not needed 2023-05-22 00:00:35 +01:00
06acbab4d9 feat: print performance logs to console. 2023-05-21 18:00:06 +01:00
55e258f4ef chore: use url format for request id 2023-05-18 22:12:45 +01:00
d00ba50fcd test: added test for DecryptionQueue (#8) 2023-05-18 22:12:34 +01:00
ab554b0470 fix: replace setImmediate with a cross environment compatible version 2023-05-18 22:00:43 +01:00
4e9e360751 refactor: simplify logic handling worker message 2023-05-18 00:21:11 +01:00
fb14eabaf1 chore: remove abuse of any in WorkerEventBus 2023-05-18 00:18:22 +01:00
8597fe0d97 test: added test for ConcurrentQueue 2023-05-18 00:04:53 +01:00
6e6a8b1f5c fix: type safe ConcurrentQueue 2023-05-18 00:04:37 +01:00
71014c3a90 test: get coverage work 2023-05-16 22:47:47 +01:00
3f61f20ac0 chore: type updates 2023-05-15 00:09:38 +01:00
6b8731eea6 feat: get web worker mechanism working (pass file around) 2023-05-08 17:36:10 +01:00