Commit Graph

  • 217bd36abc Use consistent timeout for both setContentTerms and setContentKanji toasted-nutbread 2020-02-15 20:36:46 -0500
  • c5cbf99e89 Use promiseTimeout instead of delay toasted-nutbread 2020-02-15 20:35:51 -0500
  • 496d2599ea Move error handling for apiDefinitionsAddable toasted-nutbread 2020-02-15 20:33:20 -0500
  • faf15c08aa Rename optionsUpdate event to optionsUpdated toasted-nutbread 2020-02-14 22:34:44 -0500
  • 89cb98e4d1 Add global apiForward toasted-nutbread 2020-02-14 21:50:17 -0500
  • 853faaf48c
    Merge pull request #358 from toasted-nutbread/general-refactoring toasted-nutbread 2020-02-14 21:25:25 -0500
  • 4dd4926672 Remove unused apiGetDisplayTemplatesHtml and apiGetQueryParserTemplatesHtml toasted-nutbread 2020-02-14 20:51:10 -0500
  • 61c6a753ce Add apiTemplateRender back to mixed api.js toasted-nutbread 2020-02-14 20:11:40 -0500
  • 548c67ef1c remove extra setContentToken check from Display siikamiika 2020-02-14 23:17:21 +0200
  • c09a3ded1d
    Merge pull request #357 from siikamiika/simplify-display-prepare siikamiika 2020-02-14 11:00:36 +0200
  • 6194f9f585 Comma toasted-nutbread 2020-02-13 20:44:08 -0500
  • 483f7401b7 Validate bounds of Display.definitions before using toasted-nutbread 2020-02-13 20:42:25 -0500
  • db1da33321 Use Array.from in toIterable toasted-nutbread 2020-02-13 20:28:59 -0500
  • 75fbb1565c Use Map for audioGetFromSources's cache parameter toasted-nutbread 2020-02-13 20:26:48 -0500
  • 0e6b75438a Use Map for Translator.tagCache toasted-nutbread 2020-02-13 20:24:54 -0500
  • e3c871bc00 Remove unused handlebarsRenderStatic toasted-nutbread 2020-02-13 20:18:15 -0500
  • 810a7e7d92 use sendMessage to notify about initialization siikamiika 2020-02-14 02:33:54 +0200
  • e645296b1b fix Map set in Translator.buildTermFrequencies siikamiika 2020-02-14 01:12:28 +0200
  • d7e1ef01d8 use Promise.all to await dependencies siikamiika 2020-02-13 16:26:45 +0200
  • 38a6433a46 remove isInjected checks from Popup siikamiika 2020-02-13 15:04:10 +0200
  • 8abab28c4d remove isPrepared check siikamiika 2020-02-13 14:36:32 +0200
  • c0225f1f84 notify popup about initialization siikamiika 2020-02-13 13:18:54 +0200
  • e83167dcd1 Add eslint-plugin-no-unsanitized toasted-nutbread 2020-02-11 22:11:28 -0500
  • b97f80e4d9 Setup GitHub actions toasted-nutbread 2020-02-08 14:10:53 -0500
  • af89659751
    Merge pull request #344 from toasted-nutbread/eslint-strengthening toasted-nutbread 2020-02-12 19:06:36 -0500
  • df37acd17f rename display initialize methods to prepare siikamiika 2020-02-13 01:59:26 +0200
  • 93eaee9765 simplify DisplayGenerator initialization siikamiika 2020-02-13 01:43:01 +0200
  • c8e7a1543e Remove unused toasted-nutbread 2020-02-11 22:25:48 -0500
  • 571a1fdbeb Update rules for test files toasted-nutbread 2020-02-11 22:21:30 -0500
  • e2ac478cb7 Define more globals toasted-nutbread 2020-02-11 22:19:47 -0500
  • ab9d2b38e0 Remove redundant declaration toasted-nutbread 2020-02-01 17:27:48 -0500
  • 4629fb3639 Change no-undef from off to error toasted-nutbread 2020-02-01 15:00:34 -0500
  • cb6e8d07d0 Add more settings to eslintrc toasted-nutbread 2020-02-01 15:00:11 -0500
  • 65dfb855fb Fix undefined id toasted-nutbread 2020-02-11 22:21:55 -0500
  • 9c5ad3ea67
    Merge pull request #346 from toasted-nutbread/dictionary-schemas toasted-nutbread 2020-02-11 21:21:37 -0500
  • 9ffd0cb441
    Merge pull request #350 from siikamiika/query-parser-html-templates siikamiika 2020-02-11 11:07:05 +0200
  • 17181eb97e Improve style of some tags toasted-nutbread 2020-02-10 21:38:11 -0500
  • bbb74d0a48 Assign _isInitialized toasted-nutbread 2020-02-10 20:38:20 -0500
  • 9c98c631af fix async issues siikamiika 2020-02-10 22:09:23 +0200
  • 4f1ed14f07 simplify TemplateHandler siikamiika 2020-02-10 21:56:48 +0200
  • b7f347ff4f remove newline from template siikamiika 2020-02-06 04:25:45 +0200
  • 3ba2dcf7e6 remove README for templates in development siikamiika 2020-02-06 04:15:59 +0200
  • 6c63a17d66 query parser html templates siikamiika 2020-02-06 04:00:02 +0200
  • cbfae2b9d7 Merge pull request #333 from siikamiika/native-popup-windows siikamiika 2020-02-10 11:12:36 +0200
  • 14b9f4a827 preserve search page mode on manual search siikamiika 2020-02-10 01:31:47 +0200
  • 460d306f60 update popup search with chrome.tabs.sendMessage siikamiika 2020-02-10 01:16:06 +0200
  • 89729d8c20 reuse existing popup window siikamiika 2020-02-10 00:39:05 +0200
  • 56f1f8384d use parseUrl in Backend siikamiika 2020-02-10 00:09:29 +0200
  • 4508efb9a6 stop clipboard monitor before starting it again siikamiika 2020-02-09 22:41:20 +0200
  • d4e74a0572 fix existing tab focus siikamiika 2020-02-09 22:16:52 +0200
  • 21bad6c6e3 simplify setQuery kana conversion siikamiika 2020-02-09 21:47:11 +0200
  • 4e59c2d556 hide native popup option for firefox mobile siikamiika 2020-02-09 21:28:40 +0200
  • 1797edc7d8 check chrome.windows support before using siikamiika 2020-02-09 21:11:35 +0200
  • 9fbd47e4ea rename sameTab --> existingOrNewTab siikamiika 2020-02-09 21:06:59 +0200
  • 722a2a4bce disable internal clipboard monitor in native popup siikamiika 2020-02-05 13:26:25 +0200
  • 8a295c4bb0 fix constant usage from wrong scope siikamiika 2020-02-05 01:41:57 +0200
  • c16c38638b hide search input in native popups siikamiika 2020-02-02 16:08:19 +0200
  • 8d56d6ffcb handle closing already closed popup siikamiika 2020-02-02 14:58:31 +0200
  • d7f0369281 use Promise siikamiika 2020-02-02 14:41:41 +0200
  • 91682dd633 add permission check to formRead siikamiika 2020-01-26 04:16:02 +0200
  • 90a5d79570 use ClipboardMonitor in Backend siikamiika 2020-01-26 03:31:31 +0200
  • c685fd0e5f extract ClipboardMonitor from DisplaySearch siikamiika 2020-01-26 03:02:33 +0200
  • 37a922adc0 fix settings page checkbox siikamiika 2020-01-26 02:13:01 +0200
  • 222f869c84 fix search page hotkey siikamiika 2020-01-26 02:11:48 +0200
  • 939ad42dac add global clipboard monitor that spawns popups siikamiika 2020-01-25 19:00:36 +0200
  • f29abfc511 use correct optionsContext siikamiika 2020-01-25 18:18:40 +0200
  • 679e42c21c move apiClipboardGet Firefox handling to Backend siikamiika 2020-01-25 18:11:19 +0200
  • ddc7c71e4f add support for native popup windows siikamiika 2020-01-25 17:54:07 +0200
  • d5708de4ee Fix undefined reject toasted-nutbread 2020-02-01 14:39:26 -0500
  • f85f92c665 Remove trailing comma toasted-nutbread 2020-02-08 20:48:47 -0500
  • 165959ef06 Move japanese.js into bg toasted-nutbread 2020-02-08 20:45:30 -0500
  • 23ddf84c6d Add script for testing generic schemas toasted-nutbread 2020-02-08 13:14:30 -0500
  • 8733e324ec Create script to validate dictionary files toasted-nutbread 2020-02-01 22:41:02 -0500
  • 4b17e79cb8 Add schemas for dictionary data toasted-nutbread 2020-01-26 15:06:42 -0500
  • 4e2b317d54
    Merge pull request #345 from toasted-nutbread/json-schema-improvements toasted-nutbread 2020-02-08 12:28:06 -0500
  • 8eac191c97 prevent unwanted wheel events on history bar siikamiika 2020-02-05 14:19:48 +0200
  • e8701cb950 Hide anki-invalid-response-error when there is no error toasted-nutbread 2020-02-02 14:53:32 -0500
  • 3c28c7dd7c Fix init toasted-nutbread 2020-02-02 11:22:22 -0500
  • fff1e67a5e Improve schema path when using getPropertySchema toasted-nutbread 2020-02-02 11:18:13 -0500
  • b1fc9c024a Update how property schemas are returned toasted-nutbread 2020-02-02 11:13:26 -0500
  • ea808024d7 Fix missing else toasted-nutbread 2020-02-02 11:04:38 -0500
  • 3bef380e3b Add improved error information when validation fails toasted-nutbread 2020-02-02 10:47:30 -0500
  • fca5c75151 Fix ifSchema toasted-nutbread 2020-02-02 10:35:41 -0500
  • 7c9fe2c6cf Fix conditional logic toasted-nutbread 2020-02-02 10:17:16 -0500
  • 964db74108 Update schema validation to throw errors toasted-nutbread 2020-02-02 00:13:46 -0500
  • 36e641e001 getSchemaOrValueType return null toasted-nutbread 2020-02-01 22:57:27 -0500
  • 0171d86b28 Fix maxLength check toasted-nutbread 2020-02-01 22:20:47 -0500
  • 52b623b5cd Improve getPropertySchema's type detection toasted-nutbread 2020-01-26 15:57:39 -0500
  • 31dbeab67c Add validate on JsonSchema toasted-nutbread 2020-01-26 14:59:37 -0500
  • 980a1ddf74 Improve support for array schemas toasted-nutbread 2020-01-26 12:34:27 -0500
  • a844698f15 Return unconstrained schema when additionalProperties is true/undefined toasted-nutbread 2020-01-26 15:45:31 -0500
  • 203216986e Add support for conditionals toasted-nutbread 2020-01-26 11:13:13 -0500
  • 6595715f7c Add support for allOf, anyOf, oneOf, and not toasted-nutbread 2020-01-26 10:57:52 -0500
  • 0b474751b5 Add simplified isObject test toasted-nutbread 2020-01-26 11:06:03 -0500
  • f23e0c9c95 Validate Deinflector.ruleTypes toasted-nutbread 2020-02-01 20:51:30 -0500
  • 539ad6fb0a
    Merge pull request #334 from siikamiika/search-tags siikamiika 2020-02-02 14:21:38 +0200
  • b8326138a3 add scannable tags for expression and reading siikamiika 2020-01-26 21:00:19 +0200
  • 24690ceb7c fix glossary item selector siikamiika 2020-02-02 13:44:08 +0200
  • d5c0155a82 Update main dictionary value when changing modifying profile toasted-nutbread 2020-02-01 11:48:24 -0500
  • 8eaa0334ac Remove option for dictionaries that aren't installed after changing values toasted-nutbread 2020-02-01 11:42:27 -0500