Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update version21.2.28.2 | toasted-nutbread | 2021-03-10 |
| | |||
* | Fix sorting of non-top-level definitions (#1516) | toasted-nutbread | 2021-03-10 |
| | |||
* | Fix tag height (#1515) | toasted-nutbread | 2021-03-10 |
| | |||
* | Fix incorrect furigana distribution (#1514) | toasted-nutbread | 2021-03-10 |
| | | | | | * Improve distributeFuriganaInflected implementation * Update tests | ||
* | Fix permissions changes not being supported on some browsers (#1513) | toasted-nutbread | 2021-03-10 |
| | |||
* | Fix previousStyles being recreated for every transparent element (#1512) | toasted-nutbread | 2021-03-10 |
| | |||
* | Update version21.2.28.1 | toasted-nutbread | 2021-03-09 |
| | |||
* | Fix text selection during scanning (#1508) | toasted-nutbread | 2021-03-09 |
| | | | | | | | | | * Move function * Add _onSearchClick function * Move _onSearchClick after event prevention * Prevent search if selection is changed before a click occurs | ||
* | Fix furigana distribution when reading starts with expression, but has ↵ | toasted-nutbread | 2021-03-07 |
| | | | | remainder characters (#1496) | ||
* | Add CSS variable to control tag height (#1495) | toasted-nutbread | 2021-03-07 |
| | |||
* | Fix multiline copying (#1493) | toasted-nutbread | 2021-03-07 |
| | | | | | * Change order * Update multiline text assignment | ||
* | Use dictionary priority later in the definition sorting algorithm (#1492) | toasted-nutbread | 2021-03-07 |
| | |||
* | Split dictionary order and index sorting (#1491) | toasted-nutbread | 2021-03-07 |
| | | | | | | | | | | | | | * Refactor expression comparison * Rename function * Add dictionary index sorting * Update test data # Conflicts: # ext/js/language/translator.js # test/data/test-translator-data.json | ||
* | Add workaround for a frequency disambiguation layout issue on Firefox (#1489) | toasted-nutbread | 2021-03-07 |
| | |||
* | Fix missing meta when reading is empty (#1486) | toasted-nutbread | 2021-03-07 |
| | |||
* | Fix text being overwritten when generating the query parser content (#1483) | toasted-nutbread | 2021-03-07 |
| | |||
* | Fix missing required options (#1482) | toasted-nutbread | 2021-03-07 |
| | |||
* | Fix enter key causing duplicate text when typing using an IME (#1477) | toasted-nutbread | 2021-03-07 |
| | |||
* | Update version21.2.28.0 | toasted-nutbread | 2021-02-28 |
| | |||
* | Add support for resizing the popup window using touch events (#1471) | toasted-nutbread | 2021-02-28 |
| | |||
* | Wrap host selection copy in a try-catch (#1470) | toasted-nutbread | 2021-02-28 |
| | |||
* | Improve text parser (#1469) | toasted-nutbread | 2021-02-28 |
| | | | | | | | | | | | | | * Merge ungrouped characters * Update iteration * Fix incorrect code point handling * Simplify text * Specify language * Update how parsed status is represented | ||
* | Fix a poorly handled edge case of the scanning parser (#1468) | toasted-nutbread | 2021-02-28 |
| | |||
* | Fix missing details causing frequency tags to not be clickable (#1467) | toasted-nutbread | 2021-02-28 |
| | |||
* | Remove the now-unused hotkey forwarding functionality (#1466) | toasted-nutbread | 2021-02-28 |
| | |||
* | Fix and improve some CSS vars (#1465) | toasted-nutbread | 2021-02-28 |
| | |||
* | Text source element scanning improvements (#1464) | toasted-nutbread | 2021-02-28 |
| | | | | | | | | * Add api.textHasJapaneseCharacters * Add support for empty query * Add support for showing the query parser for TextSourceElement with content that does not start with Japanese text | ||
* | Use a Set instead of an array (#1463) | toasted-nutbread | 2021-02-28 |
| | |||
* | Get categorization of pitch accents (#1462) | toasted-nutbread | 2021-02-28 |
| | |||
* | Add support for scanning the selected value of <select> elements (#1461) | toasted-nutbread | 2021-02-28 |
| | |||
* | Add ge deinflect rule (#1458) | toasted-nutbread | 2021-02-27 |
| | | | | | * Add -ge rule * Add tests | ||
* | Update color of name tag to not overlap with frequency tag color (#1457) | toasted-nutbread | 2021-02-27 |
| | |||
* | Improve definition ordering (#1456) | toasted-nutbread | 2021-02-27 |
| | | | | | | | * Update dictionary priority * Replace dictionaryPriority with dictionaryOrder * Update tests | ||
* | Improve term meta ordering (#1455) | toasted-nutbread | 2021-02-27 |
| | | | | | | | | | | | | | | | | | | | * Update implementation of _buildTermMeta * Remove old implementation * Expose dictionaryPriority on frequencies and pitch accents * Update how meta data is generated; add index * Update order * Update names * Expose expressionIndex as part of pitch/frequency data * Implement meta sorting * Update test data | ||
* | Misc display style updates (#1454) | toasted-nutbread | 2021-02-27 |
| | | | | | * Remove unused style * Update inflection separator | ||
* | Improve expression variables (#1453) | toasted-nutbread | 2021-02-27 |
| | | | | | * Improve how colors are used for expressions * Add more color definitions | ||
* | Organize display styles (#1452) | toasted-nutbread | 2021-02-27 |
| | | | | | | | | | | | | | * Improve grouping for inflection and expression styles * kanji-link => expression-kanji-link * Remove unnecessary entry-header2 and entry-header3 * Move tag list into header for consistency with term definitions * Move styles * Add clear | ||
* | Refactor display styles (#1451) | toasted-nutbread | 2021-02-27 |
| | | | | | | | | | | | | | | | * term-expression => expression * term-pitch-accent => pitch-accent * term-reason => inflection, term-reasons => inflection-list * term-details => expression-list-details * term-glossary => glossary * Update tag list classes * term-definition => definition | ||
* | Change "Raw term" to "Plain term" (#1450) | toasted-nutbread | 2021-02-27 |
| | |||
* | Refactor expression vars (#1449) | toasted-nutbread | 2021-02-27 |
| | | | | | | | | | | | | | * Group expression styles * Rename var * Update var name and style * Group --kanji* vars * Rename var * Rename vars | ||
* | Add standalone reading (#1448) | toasted-nutbread | 2021-02-27 |
| | | | | | | | | | * Add option * Update display * Hide redundant readings * Improve label and description | ||
* | Improve dictionary priority (#1447) | toasted-nutbread | 2021-02-26 |
| | | | | | * Refactor _sortDefinitions * Remove use of useDictionaryPriority | ||
* | Improve kana segmentation (#1446) | toasted-nutbread | 2021-02-26 |
| | | | | | * Improve edge case furigana distribution for mixed hiragana/katakana * Update/add tests | ||
* | Improve Anki card type selection (#1445) | toasted-nutbread | 2021-02-26 |
| | | | | | | | | | | | | | * Update separator line styles * Add tabs * Add support for radio select * Remove old select * Move out of scroll region * Fix missing line | ||
* | Header lint (#1444) | toasted-nutbread | 2021-02-25 |
| | | | | | | | | | * Add eslint-plugin-header * Add rule for header format * Add missing header * Fix header issues | ||
* | Fix wait for frontend not working properly (#1443) | toasted-nutbread | 2021-02-25 |
| | |||
* | Disambiguation style strings (#1442) | toasted-nutbread | 2021-02-25 |
| | | | | | | | | | * Add strings section * Add disambiguation prefix/suffix strings * Add separator strings * Add padding definition | ||
* | Improve frequency display (#1438) | toasted-nutbread | 2021-02-25 |
| | | | | | | | | | | | * Add frequencyDisplayMode option * Update tests * Add setting * Update frequency display styles * Improve wrapping | ||
* | Improve note addability (#1440) | toasted-nutbread | 2021-02-24 |
| | | | | | | | | | | | * Add valid field * Add isNoteDataValid function * Update _areDefinitionsAddableForcedValue to return proper valid values * Refactor isAnkiConnected check * Force canAdd to false if not valid | ||
* | AnkiUtil (#1439) | toasted-nutbread | 2021-02-24 |
| | | | | | | | | | | | | | | | | | | | * Add AnkiUtil * Update AnkiConnect to use AnkiUtil * Use AnkiUtil in AnkiNoteBuilder * Replace containsAnyMarker with AnkiUtil.stringContainsAnyFieldMarker * Add AnkiUtil.getFieldMarkers * Add fieldsObjectContainsMarker to AnkiUtil * Remove unused global * Remove unused parameter: enabled * Add cloneFieldMarkerPattern |