| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | remove "fragment" from jp.convertReading variables | siikamiika | 2020-04-13 | |
| | | | | ||||
| | * | | assume and propagate strings for text parsing | siikamiika | 2020-04-13 | |
| | | | | ||||
| * | | | Merge pull request #444 from toasted-nutbread/unused-globals | toasted-nutbread | 2020-04-13 | |
| |\ \ \ | |/ / |/| | | Check for unused globals as part of CI | |||
| | * | | Add simple check to see if globals are unused | toasted-nutbread | 2020-04-10 | |
| | |/ | ||||
| * | | Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences | toasted-nutbread | 2020-04-12 | |
| |\ \ | |/ |/| | Add support for collapsing emphatic character sequences | |||
| | * | Add tests, remove logs | toasted-nutbread | 2020-04-11 | |
| | | | ||||
| | * | Add tests | toasted-nutbread | 2020-04-10 | |
| | | | ||||
| * | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 | |
| |/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | |||
| * | add fake chrome.runtime.onMessage.removeListener | siikamiika | 2020-04-05 | |
| | | ||||
| * | Merge pull request #424 from toasted-nutbread/dictionary-importer | toasted-nutbread | 2020-04-05 | |
| |\ | | | | | Dictionary importer | |||
| | * | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 | |
| | | | ||||
| * | | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 | |
| |\ \ | | | | | | | Text source map | |||
| | * | | Add tests | toasted-nutbread | 2020-03-28 | |
| | | | | ||||
| | * | | Create simplified source map class | toasted-nutbread | 2020-03-28 | |
| | |/ | ||||
| * | | Merge pull request #385 from toasted-nutbread/pitch-accents | toasted-nutbread | 2020-04-05 | |
| |\ \ | | | | | | | Pitch accents | |||
| | * | | Move Japanese utility functions out of display-generator.js | toasted-nutbread | 2020-03-28 | |
| | | | | ||||
| | * | | Update dictionary schema to support pitch accent data | toasted-nutbread | 2020-03-28 | |
| | |/ | ||||
| * | | Add allowfullscreen="true" | toasted-nutbread | 2020-04-04 | |
| | | | ||||
| * | | Create some tests for fullscreen elements, <iframe>s, and shadow DOMs | toasted-nutbread | 2020-04-04 | |
| |/ | ||||
| * | Add more tests for convertReading | toasted-nutbread | 2020-03-21 | |
| | | ||||
| * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 | |
| | | ||||
| * | Add unit tests | toasted-nutbread | 2020-03-15 | |
| | | ||||
| * | Add some extra tests | toasted-nutbread | 2020-03-14 | |
| | | ||||
| * | Add error message checking | toasted-nutbread | 2020-03-14 | |
| | | ||||
| * | Add tests | toasted-nutbread | 2020-03-14 | |
| | | ||||
| * | Add script to validate and fix global declaration format | toasted-nutbread | 2020-03-10 | |
| | | ||||
| * | Add missing copyright comment | toasted-nutbread | 2020-03-08 | |
| | | ||||
| * | Remove duplicate file | toasted-nutbread | 2020-03-08 | |
| | | ||||
| * | Merge pull request #387 from toasted-nutbread/yomichan-vm | toasted-nutbread | 2020-03-04 | |
| |\ | | | | | Abstract Yomichan extension script execution | |||
| | * | Abstract Yomichan extension script execution | toasted-nutbread | 2020-03-02 | |
| | | | ||||
| * | | fix Yomichan core message issues | siikamiika | 2020-03-02 | |
| |/ | ||||
| * | Merge pull request #375 from toasted-nutbread/document-tests | toasted-nutbread | 2020-03-01 | |
| |\ | | | | | Document tests | |||
| | * | Test seeking functions | toasted-nutbread | 2020-02-22 | |
| | | | ||||
| | * | Add some basic document tests | toasted-nutbread | 2020-02-22 | |
| | | | ||||
| * | | Remove hasOwn which is no longer necessary | toasted-nutbread | 2020-02-25 | |
| | | | ||||
| * | | Add missing copyright headers | toasted-nutbread | 2020-02-23 | |
| | | | ||||
| * | | Clear timer variable | toasted-nutbread | 2020-02-23 | |
| |/ | ||||
| * | Fix shadowing | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Fix test-schema.js | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Update titles type | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Update test-dictionary | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Add some basic invalid dictionaries to test | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Add a timeout to clearDatabase | toasted-nutbread | 2020-02-22 | |
| | | | | | This will trigger in case something goes wrong and a database isn't closed. | |||
| * | Update location of test dictionary data | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Update database test | toasted-nutbread | 2020-02-22 | |
| | | ||||
| * | Test some errors | toasted-nutbread | 2020-02-19 | |
| | | ||||
| * | Close to prevent hangs | toasted-nutbread | 2020-02-19 | |
| | | ||||
| * | Validate results of importDictionary | toasted-nutbread | 2020-02-19 | |
| | | ||||
| * | Add script to test database.js | toasted-nutbread | 2020-02-18 | |
| | | ||||
| * | Add script to validate the test dictionary data against JSON schemas | toasted-nutbread | 2020-02-18 | |
| | | ||||