Commit Graph

  • 623469272e
    Merge pull request #427 from toasted-nutbread/anki-card-media-injection toasted-nutbread 2020-04-07 19:27:44 -0400
  • a6773e0240 Fix field name toasted-nutbread 2020-04-06 17:34:36 -0400
  • 8a419dfa67 Pass AudioSystem instance to AnkiNoteBuilder constructor toasted-nutbread 2020-04-05 19:34:31 -0400
  • 716ab99fc0 Remove inconsistent/unused return value toasted-nutbread 2020-04-01 21:13:55 -0400
  • 97b7b521dd Create _containsMarker to reduce redundant code toasted-nutbread 2020-04-01 21:12:59 -0400
  • a49e061545 Move _dateToString into a new function toasted-nutbread 2020-04-01 21:11:01 -0400
  • efcdff72a3 Move media injection functions into AnkiNoteBuilder toasted-nutbread 2020-04-01 21:09:49 -0400
  • fa68a87736
    Merge pull request #415 from toasted-nutbread/anki-marker-document-title toasted-nutbread 2020-04-07 19:00:58 -0400
  • 29cf8d2f79 Fix not awaiting this._getNoteContext toasted-nutbread 2020-04-06 18:55:45 -0400
  • 696897f6fa Add support for getting the document title toasted-nutbread 2020-04-06 18:55:36 -0400
  • 199b926f23 Add overridable getDocumentTitle toasted-nutbread 2020-03-27 22:11:24 -0400
  • 1d7c86ded0 Add document-title tag to settings options toasted-nutbread 2020-03-27 21:58:24 -0400
  • 4011a091b6 Add support for {document-title} toasted-nutbread 2020-03-15 17:32:31 -0400
  • 059db280bb Add custom context object for note creation toasted-nutbread 2020-03-15 17:13:00 -0400
  • 8b07a23de9 Rename context to details toasted-nutbread 2020-03-15 17:02:34 -0400
  • 9dfe531dfd Use logError instead of console.log toasted-nutbread 2020-04-05 18:27:53 -0400
  • 7449ffd4dc Fix error reporting during dictionary import toasted-nutbread 2020-04-05 18:26:38 -0400
  • dd9d50bfc1 Update settings page to display additional information toasted-nutbread 2020-04-05 14:46:21 -0400
  • 1b97629cd8 Store new dictionary data toasted-nutbread 2020-04-05 14:45:54 -0400
  • cd831d88cc Update schema to include additional fields toasted-nutbread 2020-04-05 14:45:37 -0400
  • 3df78904cf
    Merge pull request #417 from siikamiika/iframe-popups-2 siikamiika 2020-04-05 21:19:28 +0300
  • 22a97d916f fix NOT (a OR B) to NOT (a AND b) siikamiika 2020-04-05 20:42:23 +0300
  • 5596a8f6f7 strict object property type check siikamiika 2020-04-05 19:24:13 +0300
  • aea7c590d1 refactor _updateFrameOffset siikamiika 2020-04-05 19:21:06 +0300
  • abd056e563 reduce code duplication siikamiika 2020-04-05 15:32:57 +0300
  • 31a326fe63 add option for iframe popups siikamiika 2020-04-05 01:43:12 +0300
  • 0d76cef434 give a name to a timeout siikamiika 2020-04-04 17:39:26 +0300
  • e4fc53480f move broadcastRootPopupInformation to Frontend siikamiika 2020-04-04 17:32:58 +0300
  • 668be6224b add fake chrome.runtime.onMessage.removeListener siikamiika 2020-04-04 17:06:06 +0300
  • 867902523f simplify promise siikamiika 2020-04-04 17:02:54 +0300
  • 123e725049 use duck typing for event listener siikamiika 2020-04-04 16:59:17 +0300
  • 067c26982e setTimeout refactoring siikamiika 2020-04-04 16:53:01 +0300
  • 559033f0a6 default to [0, 0] when sourceFrame is not found siikamiika 2020-04-04 16:48:35 +0300
  • c171503d77 use getTemporaryListenerResult in other places siikamiika 2020-03-25 04:17:17 +0200
  • 7928c5d713 error handling siikamiika 2020-03-22 14:39:07 +0200
  • 9f9ea1d5fb throttle frame offset getting siikamiika 2020-03-22 14:11:43 +0200
  • fa65ab3512 refactor getTemporaryListenerResult timeout siikamiika 2020-03-22 12:45:58 +0200
  • d88635cbb2 temporary listener abstraction siikamiika 2020-03-22 04:55:16 +0200
  • 9fe1e38afb refactor siikamiika 2020-03-22 03:29:09 +0200
  • d20ece9f07 move frame offset forwarding code to a class siikamiika 2020-03-19 17:46:05 +0200
  • 09151a1a86 simplify popup proxy prepare siikamiika 2020-03-19 15:55:12 +0200
  • b996d0b1e0 fix and simplify siikamiika 2020-03-19 15:29:49 +0200
  • 4814db8df1 adjust iframe popup position to root page siikamiika 2020-03-19 02:55:31 +0200
  • b6c4914b79 simplify popup prepare siikamiika 2020-03-19 00:24:14 +0200
  • 6806e7055f show iframe popups in root frame siikamiika 2020-03-19 00:00:42 +0200
  • 3684a479c5
    Merge pull request #424 from toasted-nutbread/dictionary-importer toasted-nutbread 2020-04-05 12:52:07 -0400
  • 058f626efd
    Merge pull request #423 from toasted-nutbread/text-source-map toasted-nutbread 2020-04-05 12:51:56 -0400
  • f439d12718
    Merge pull request #385 from toasted-nutbread/pitch-accents toasted-nutbread 2020-04-05 12:51:27 -0400
  • 167e83c147
    Merge pull request #430 from toasted-nutbread/manual-dom-tests toasted-nutbread 2020-04-04 22:42:48 -0400
  • a4c7d243f4 Add allowfullscreen="true" toasted-nutbread 2020-04-04 20:21:39 -0400
  • ae246093a9 Create some tests for fullscreen elements, <iframe>s, and shadow DOMs toasted-nutbread 2020-04-04 16:56:06 -0400
  • 9052ab8ebd Move dictionary import functionality into a new class toasted-nutbread 2020-03-30 20:51:20 -0400
  • 02f7763f00 Add importDictionary function to Backend toasted-nutbread 2020-03-30 20:45:36 -0400
  • c193a703cc Move database creation into Backend toasted-nutbread 2020-03-30 20:39:04 -0400
  • 8095d9138c Add isPrepared toasted-nutbread 2020-03-30 20:27:44 -0400
  • 1a8bbf32d5 Make dictionaryExists public toasted-nutbread 2020-03-30 20:27:37 -0400
  • a6fedae9c7 Update bulkAdd implementation toasted-nutbread 2020-03-30 20:19:39 -0400
  • 938b696468 Hide reading disambiguation if the downstep notation is visible toasted-nutbread 2020-03-29 11:27:35 -0400
  • 1f84280ea0 Include readings in disambiguations toasted-nutbread 2020-03-29 11:27:13 -0400
  • a7da4416d7 Change names toasted-nutbread 2020-03-29 11:19:43 -0400
  • 7225201fb6 Add tests toasted-nutbread 2020-03-28 18:24:51 -0400
  • ae84d13757 Create simplified source map class toasted-nutbread 2020-03-28 17:51:58 -0400
  • aa2a0c09f4 Update how pitch accent expressions are disambiguated toasted-nutbread 2020-03-28 14:52:44 -0400
  • a339bf69d3 Move set functions into core.js toasted-nutbread 2020-03-28 13:20:42 -0400
  • 2c4983da46 Update styles toasted-nutbread 2020-03-28 12:31:41 -0400
  • 431473d55c Fix layering issue toasted-nutbread 2020-03-28 12:01:55 -0400
  • 0d80fcdf86 Move Japanese utility functions out of display-generator.js toasted-nutbread 2020-03-28 10:47:02 -0400
  • cbc7e2646d Add options toasted-nutbread 2020-03-01 14:38:16 -0500
  • 803a464fb9 Add support for accent graph toasted-nutbread 2020-03-01 14:20:11 -0500
  • 97a520cc15 Add support for displaying pitch accents toasted-nutbread 2020-03-01 14:15:28 -0500
  • 2d7214ce60 Add metadata for unique expression count toasted-nutbread 2020-03-01 14:08:27 -0500
  • 047efaa3db Add support for returning pitch data from the database toasted-nutbread 2020-03-01 14:06:52 -0500
  • 9e8a22b08a Add support for different sections for term content toasted-nutbread 2020-03-01 14:04:54 -0500
  • 168bd72d0a Update _appendMultiple to support general iterables toasted-nutbread 2020-01-25 00:14:27 -0500
  • 93f7278586 Update dictionary schema to support pitch accent data toasted-nutbread 2020-02-23 14:03:37 -0500
  • a0c4ce779d
    Merge pull request #413 from toasted-nutbread/japanese-utility toasted-nutbread 2020-03-27 22:53:45 -0400
  • 08d38d8db2
    Merge pull request #411 from siikamiika/apply-all-options-profile-change siikamiika 2020-03-21 22:29:07 +0200
  • b616bac66e remove targetPopupId 'all' siikamiika 2020-03-15 18:19:00 +0200
  • 17934cce4b use random ID as popup ID siikamiika 2020-03-15 18:18:18 +0200
  • 2c4fd648db remove stubs siikamiika 2020-03-14 13:21:05 +0200
  • 46c6ad98f3 use dependency injection in QueryParser siikamiika 2020-03-14 02:51:39 +0200
  • 962c2a381f apply all options on profile change siikamiika 2020-03-13 23:23:08 +0200
  • 780d23b749 Add more tests for convertReading toasted-nutbread 2020-03-21 14:12:22 -0400
  • 70284c62ee Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji toasted-nutbread 2020-03-21 13:22:14 -0400
  • 77a2cc60e9 Move basic string/character testing functions into a mixed/js/japanese.js toasted-nutbread 2020-03-21 13:18:34 -0400
  • 647769f2ba Update jsdom to version 16.2.1 toasted-nutbread 2020-03-15 22:35:34 -0400
  • 9a55c752d9
    Merge pull request #416 from FooSoft/dependabot/npm_and_yarn/acorn-6.4.1 toasted-nutbread 2020-03-15 22:32:45 -0400
  • 487d4b239b Add unit tests toasted-nutbread 2020-03-14 17:48:40 -0400
  • a50b76fd21 Remove unnecessary sourceMapping population in convertAlphabeticToKana toasted-nutbread 2020-03-14 17:10:53 -0400
  • 248a18dd72 Fix case issue toasted-nutbread 2020-03-14 16:38:12 -0400
  • 264820f208 Add more unicode code point ranges toasted-nutbread 2020-03-14 16:11:07 -0400
  • 0f15cca2df Convert Japanese utilities to a module-like style toasted-nutbread 2020-03-11 20:33:01 -0400
  • 8585b8216b
    Bump acorn from 6.4.0 to 6.4.1 dependabot[bot] 2020-03-16 02:24:02 +0000
  • 7c5b64f9a4
    Merge pull request #406 from toasted-nutbread/object-property-accessor toasted-nutbread 2020-03-15 22:23:32 -0400
  • 6182b53142 Update EOL definition for handlebars files toasted-nutbread 2020-03-15 17:33:39 -0400
  • 4b699a6b46 Change integer state IDs to strings toasted-nutbread 2020-03-15 12:26:38 -0400
  • 98afe7adae Bump version Alex Yatskov 2020-03-14 13:12:08 -0700
  • a267799cd9 Add some extra tests toasted-nutbread 2020-03-13 18:20:22 -0400
  • 7e1e7d59cd Add error message checking toasted-nutbread 2020-03-13 18:17:40 -0400
  • 174a942e07 Fix misuse of getPathString toasted-nutbread 2020-03-13 18:17:29 -0400