Commit Graph

  • 350a113996 use getFullscreenElement to check fullscreen siikamiika 2020-04-18 02:05:18 +0300
  • b786e2da19 move open shadow root iframe finder to a function siikamiika 2020-04-18 00:55:16 +0300
  • 85706c421b show popup inside iframe for closed shadow dom siikamiika 2020-04-18 00:50:05 +0300
  • fbaf50def1 support iframes inside open shadow dom siikamiika 2020-04-18 00:33:49 +0300
  • 4fdc300b61 disable root frame popup when iframe is fullscreen siikamiika 2020-04-17 23:09:55 +0300
  • 320852f2d0 Fix overlapping audio.play calls due to await toasted-nutbread 2020-04-17 18:00:28 -0400
  • fcbfde506a Await and handle errors from audio.play() toasted-nutbread 2020-04-17 17:48:55 -0400
  • 9fe7b9ad29 Remove unused global toasted-nutbread 2020-04-14 18:26:24 -0400
  • 92790763d1 Update style toasted-nutbread 2020-04-14 18:22:51 -0400
  • 5c2dff345e Fix button title text not updating correctly in merge mode toasted-nutbread 2020-04-10 16:43:57 -0400
  • 7eb7c88394 Return index of the source instead of the source value toasted-nutbread 2020-04-10 16:38:53 -0400
  • f50aee1021 Only return the cached value if it uses a valid source toasted-nutbread 2020-04-10 16:35:43 -0400
  • e1ebfb02f7 Disable cache on the backend and fix a bug with the cache key toasted-nutbread 2020-04-10 16:12:55 -0400
  • 823c026533 Remove de/structuring from public API toasted-nutbread 2020-04-10 13:51:47 -0400
  • 7fc3882607 Update the parameters passed to various audio-related functions toasted-nutbread 2020-04-10 13:44:31 -0400
  • 5b3d7fadc3
    Merge pull request #453 from toasted-nutbread/reuse-anki-instance toasted-nutbread 2020-04-18 14:14:52 -0400
  • 9297eb45ae
    Merge pull request #450 from toasted-nutbread/frequency-readings toasted-nutbread 2020-04-18 14:14:30 -0400
  • 106172e2c1
    Merge pull request #447 from toasted-nutbread/util-conversions toasted-nutbread 2020-04-18 14:12:41 -0400
  • 9e7750125c Version bump Alex Yatskov 2020-04-18 11:04:27 -0700
  • 06e95b8747 Remove unused global toasted-nutbread 2020-04-17 22:16:08 -0400
  • 018913d03f Use isObject toasted-nutbread 2020-04-17 19:25:07 -0400
  • 93c4fb9eab Merge branch 'master' of https://github.com/FooSoft/yomichan Alex Yatskov 2020-04-16 17:30:09 -0700
  • 3b9a87b2eb Add notice about pitch accent dictionary being available in testing only Alex Yatskov 2020-04-16 17:29:36 -0700
  • 8c16a6e580
    Merge pull request #456 from siikamiika/parse-text-refactor siikamiika 2020-04-17 01:32:01 +0300
  • e6053eefa5
    Merge pull request #439 from siikamiika/popup-live-toggle siikamiika 2020-04-17 01:31:25 +0300
  • 619df42aed simplify to enable constant usage siikamiika 2020-04-14 21:25:02 +0300
  • 3fa8b8e186 prevent infinite loop if source length is 0 siikamiika 2020-04-14 21:21:52 +0300
  • a02cf28c57 break after switch default siikamiika 2020-04-14 21:13:46 +0300
  • b6f7f8c026 fix _canEnable being used before setting options siikamiika 2020-04-14 20:59:42 +0300
  • 950f50ef94 don't focus tab when changing settings siikamiika 2020-04-14 20:35:52 +0300
  • bf971be15b
    Merge pull request #444 from toasted-nutbread/unused-globals toasted-nutbread 2020-04-13 18:55:19 -0400
  • 02d815f3f4 Update jsdom to 16.2.2 toasted-nutbread 2020-04-13 18:54:34 -0400
  • 6cc87ec975 remove "fragment" from jp.convertReading variables siikamiika 2020-04-13 22:59:56 +0300
  • f93dc85710 assume and propagate strings for text parsing siikamiika 2020-04-13 22:55:33 +0300
  • 25bc86c3ce force empty mecab output properties to strings siikamiika 2020-04-13 22:14:23 +0300
  • c613321a73 move QueryParser.parseText to Backend siikamiika 2020-04-12 03:53:24 +0300
  • ebfc7ca945 Pass anki reference to AnkiNoteBuilder constructor toasted-nutbread 2020-04-12 12:46:32 -0400
  • 37c374fb63 Rename _ankiInvoke to _invoke to remove redundancy toasted-nutbread 2020-04-12 12:44:33 -0400
  • 3c335e68cd Throw errors in returned by invocation toasted-nutbread 2020-04-12 12:43:24 -0400
  • cc5e429422 Remove AnkiNull and redundant comment toasted-nutbread 2020-04-12 12:38:52 -0400
  • 4c2ca82a29 Use single instance of AnkiConnect toasted-nutbread 2020-04-12 12:38:33 -0400
  • c41c7252ae Add enabled checks toasted-nutbread 2020-04-12 12:37:13 -0400
  • ade1b705d2 Mark internals as private toasted-nutbread 2020-04-12 12:20:02 -0400
  • 362ac84e6c prevent spawning multiple FrameOffsetForwarders siikamiika 2020-04-12 19:17:50 +0300
  • e627ab2537 fix optionsContext URL for root popup siikamiika 2020-04-12 16:42:01 +0300
  • 7f3e272839
    Merge pull request #449 from toasted-nutbread/orphan-fix toasted-nutbread 2020-04-12 11:43:07 -0400
  • 778d49f86b
    Merge pull request #443 from toasted-nutbread/fix-get-selection toasted-nutbread 2020-04-12 11:42:56 -0400
  • 649adb13d8
    Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences toasted-nutbread 2020-04-12 11:42:46 -0400
  • ceb12ac415 Add support for filtering frequency metadata based on readings toasted-nutbread 2020-04-11 23:20:36 -0400
  • bf4c1aef6a Fix default value of _orphaned toasted-nutbread 2020-04-11 22:27:31 -0400
  • c2bf474d1f Update example toasted-nutbread 2020-04-11 19:00:01 -0400
  • 70f0b8b0cd Fix 'full' mode not being a superset of 'true' mode toasted-nutbread 2020-04-11 18:58:14 -0400
  • 92f2466cff Add tests, remove logs toasted-nutbread 2020-04-11 16:53:29 -0400
  • f88d4b02e4 Use window.getSelection instead of document.getSelection toasted-nutbread 2020-04-11 15:56:08 -0400
  • 90392ac9d6 Add support for collapsing the Katakana-Hiragana Prolonged Sound Mark toasted-nutbread 2020-04-11 15:43:12 -0400
  • cdd817a0e1 Move and rename utilStringHashCode toasted-nutbread 2020-04-11 15:23:32 -0400
  • 51e17b35e3 Convert some util* functions into api* functions toasted-nutbread 2020-04-11 15:21:43 -0400
  • 3c48290cd8 Add isExtensionUrl utility function to yomichan object toasted-nutbread 2020-04-11 15:17:25 -0400
  • e6078ce8f6 remove redundant call guard siikamiika 2020-04-11 20:58:50 +0300
  • ba97e72c8b fix ignoreElements in QueryParser siikamiika 2020-04-11 16:41:03 +0300
  • 5c3641eadb simplify frontend disable override siikamiika 2020-04-11 16:20:12 +0300
  • d93e3e1a67 use setters instead of EventDispatcher siikamiika 2020-04-11 15:32:04 +0300
  • 275f455e73 fix preview frame error siikamiika 2020-04-10 16:06:22 +0300
  • 565e3a8c6a change iframe popup live siikamiika 2020-04-10 15:49:56 +0300
  • b9035854b2 cache created popups siikamiika 2020-04-10 15:21:13 +0300
  • 7dd2610ce8 extract different popup creation functions siikamiika 2020-04-10 15:00:23 +0300
  • 92109bb5d2 allow disabling scan on search page live siikamiika 2020-04-10 03:55:25 +0300
  • 1df59d57b5 limit popup depth live siikamiika 2020-04-10 02:48:41 +0300
  • 61a96e327a prevent injecting frontend multiple times siikamiika 2020-04-10 02:15:24 +0300
  • 9adbc80a70 listen to optionsUpdated in popup-nested.js siikamiika 2020-04-10 02:05:34 +0300
  • 8c9389e07d listen to optionsUpdated in search-frontend.js siikamiika 2020-04-10 01:42:02 +0300
  • 82f8397000
    Merge pull request #438 from toasted-nutbread/display-generator-refactoring toasted-nutbread 2020-04-11 11:37:03 -0400
  • a864cf094f
    Merge pull request #437 from toasted-nutbread/backend-api-handler-changes toasted-nutbread 2020-04-11 11:32:52 -0400
  • a296c758b9 apiBroadcast => apiBroadcastTab toasted-nutbread 2020-04-10 20:00:18 -0400
  • d164fc6f62 Remove unused globals toasted-nutbread 2020-04-10 18:45:23 -0400
  • e7abeb02a6 Add simple check to see if globals are unused toasted-nutbread 2020-04-10 18:45:16 -0400
  • 82dd41f580 Remove unused .gitmodules Alex Yatskov 2020-04-10 14:53:30 -0700
  • 2c5bf0ed6b Fix getSelection not working in QueryParser toasted-nutbread 2020-04-10 17:11:41 -0400
  • 4e5029f7ec Update license author field to broader to explicitly reflect that Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) Alex Yatskov 2020-04-10 11:06:55 -0700
  • d792d89f6d Add legal notices, pitch accent dictionary link Alex Yatskov 2020-04-10 10:50:26 -0700
  • 281023095a Version bump Alex Yatskov 2020-04-10 09:36:34 -0700
  • fb87b1ad69 Add tests toasted-nutbread 2020-04-10 12:31:06 -0400
  • 0b7791c103 Fix source map for characters collapsed at the start of a string toasted-nutbread 2020-04-10 12:25:24 -0400
  • 42a2917bf7 Add support for collapsing emphatic character sequences toasted-nutbread 2020-04-10 11:56:18 -0400
  • 025b1f398b Simplify access to details fields in createTermEntry toasted-nutbread 2020-04-09 22:38:08 -0400
  • 06183ec124 Update how termTags is passed to _createTermExpression toasted-nutbread 2020-04-09 22:35:26 -0400
  • bb37b74288 Rename "only" to "disambiguation" to match naming convention used for pitch accents toasted-nutbread 2020-04-09 22:19:58 -0400
  • 6788bb31d2 Update _appendMultiple to not use a fallback toasted-nutbread 2020-04-09 22:16:55 -0400
  • f9bdf2c66f Organize toasted-nutbread 2020-04-09 22:03:16 -0400
  • 9bbe35da68 Mark functions as private toasted-nutbread 2020-04-09 22:02:17 -0400
  • d7e4ff067e Remove statics toasted-nutbread 2020-04-09 21:59:02 -0400
  • 75c5c7aabc Remove data-multi assignments toasted-nutbread 2020-04-09 21:57:07 -0400
  • 99f58b49f6 Use data-expression-multi instead of data-multi toasted-nutbread 2020-04-09 21:56:00 -0400
  • c88ec43ad1 Fix yomichanCoreReady waiting for a response toasted-nutbread 2020-04-07 19:59:10 -0400
  • a2b66dc6cc Rename apiForward to apiBroadcast toasted-nutbread 2020-04-07 19:51:39 -0400
  • 96566b8581 Update forward to be synchronous and ignore the reply toasted-nutbread 2020-04-07 19:49:54 -0400
  • 038e43d19d Update some API handlers to be synchronous toasted-nutbread 2020-04-07 19:47:46 -0400
  • 82462edce0 Add support for API handlers to be optionally asynchronous toasted-nutbread 2020-04-07 19:41:02 -0400
  • f177e3699a
    Merge pull request #434 from toasted-nutbread/error-fixes toasted-nutbread 2020-04-07 19:28:07 -0400
  • ac1ecb35ee
    Merge pull request #433 from toasted-nutbread/extra-dictionary-information toasted-nutbread 2020-04-07 19:27:58 -0400