Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for collapsing emphatic character sequences | toasted-nutbread | 2020-04-10 |
| | |||
* | Merge pull request #434 from toasted-nutbread/error-fixes | toasted-nutbread | 2020-04-07 |
|\ | | | | | Error fixes | ||
| * | Use logError instead of console.log | toasted-nutbread | 2020-04-05 |
| | | |||
| * | Fix error reporting during dictionary import | toasted-nutbread | 2020-04-05 |
| | | |||
* | | Merge pull request #433 from toasted-nutbread/extra-dictionary-information | toasted-nutbread | 2020-04-07 |
|\ \ | | | | | | | Extra dictionary information | ||
| * | | Update settings page to display additional information | toasted-nutbread | 2020-04-05 |
| | | | |||
| * | | Store new dictionary data | toasted-nutbread | 2020-04-05 |
| |/ | |||
* | | Fix field name | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Pass AudioSystem instance to AnkiNoteBuilder constructor | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Remove inconsistent/unused return value | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Create _containsMarker to reduce redundant code | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Move _dateToString into a new function | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Move media injection functions into AnkiNoteBuilder | toasted-nutbread | 2020-04-07 |
| | | |||
* | | Add document-title tag to settings options | toasted-nutbread | 2020-04-06 |
| | | |||
* | | Add support for {document-title} | toasted-nutbread | 2020-04-06 |
| | | |||
* | | Add custom context object for note creation | toasted-nutbread | 2020-04-06 |
| | | |||
* | | Rename context to details | toasted-nutbread | 2020-04-06 |
|/ | |||
* | add option for iframe popups | siikamiika | 2020-04-05 |
| | |||
* | move frame offset forwarding code to a class | 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 |
| | | |||
| * | Add importDictionary function to Backend | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Move database creation into Backend | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Add isPrepared | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Make dictionaryExists public | toasted-nutbread | 2020-03-30 |
| | | |||
| * | Update bulkAdd implementation | toasted-nutbread | 2020-03-30 |
| | | |||
* | | Merge pull request #423 from toasted-nutbread/text-source-map | toasted-nutbread | 2020-04-05 |
|\ \ | | | | | | | Text source map | ||
| * | | Create simplified source map class | toasted-nutbread | 2020-03-28 |
| |/ | |||
* | | Move set functions into core.js | toasted-nutbread | 2020-03-28 |
| | | |||
* | | Add options | toasted-nutbread | 2020-03-28 |
| | | |||
* | | Add support for returning pitch data from the database | toasted-nutbread | 2020-03-28 |
|/ | |||
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
|\ | | | | | Convert Japanese utilities to a module-like style | ||
| * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | | |||
| * | Remove unnecessary sourceMapping population in convertAlphabeticToKana | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Fix case issue | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Add more unicode code point ranges | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Convert Japanese utilities to a module-like style | toasted-nutbread | 2020-03-15 |
| | | |||
* | | remove stubs | siikamiika | 2020-03-21 |
| | | |||
* | | use dependency injection in QueryParser | siikamiika | 2020-03-21 |
| | | | | | | | | | | Also fix an issue with settings update triggering a lookup on unprepared QueryParser. | ||
* | | apply all options on profile change | siikamiika | 2020-03-21 |
|/ | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Merge pull request #408 from toasted-nutbread/use-code-point | toasted-nutbread | 2020-03-10 |
|\ | | | | | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | ||
| * | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | | |||
* | | Merge pull request #401 from toasted-nutbread/audio-refactor | toasted-nutbread | 2020-03-10 |
|\ \ | | | | | | | Audio refactor | ||
| * | | Update argument order | toasted-nutbread | 2020-03-09 |
| | | | |||
| * | | Rename audio.js to audio-uri-builder.js | toasted-nutbread | 2020-03-07 |
| | | | |||
| * | | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
| | | | |||
| * | | Update how audio URIs are built | toasted-nutbread | 2020-03-07 |
| | | | |||
| * | | Make _audioInject internal to Backend | toasted-nutbread | 2020-03-07 |
| |/ | |||
* / | fix searchQueryUpdate | siikamiika | 2020-03-09 |
|/ |