Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
|\ | | | | | Popup live toggle | ||
| * | fix ignoreElements in QueryParser | siikamiika | 2020-04-11 |
| | | |||
| * | allow disabling scan on search page live | siikamiika | 2020-04-11 |
| | | |||
| * | prevent injecting frontend multiple times | siikamiika | 2020-04-11 |
| | | |||
| * | listen to optionsUpdated in search-frontend.js | siikamiika | 2020-04-11 |
| | | |||
* | | Merge pull request #444 from toasted-nutbread/unused-globals | toasted-nutbread | 2020-04-13 |
|\ \ | | | | | | | Check for unused globals as part of CI | ||
| * | | Remove unused globals | toasted-nutbread | 2020-04-10 |
| | | | |||
* | | | Merge pull request #443 from toasted-nutbread/fix-get-selection | toasted-nutbread | 2020-04-12 |
|\ \ \ | | | | | | | | | Fix getSelection not working in QueryParser | ||
| * | | | Use window.getSelection instead of document.getSelection | toasted-nutbread | 2020-04-11 |
| | | | | |||
* | | | | Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences | toasted-nutbread | 2020-04-12 |
|\ \ \ \ | |_|_|/ |/| | | | Add support for collapsing emphatic character sequences | ||
| * | | | Update example | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Fix 'full' mode not being a superset of 'true' mode | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Add support for collapsing the Katakana-Hiragana Prolonged Sound Mark | toasted-nutbread | 2020-04-11 |
| | | | | |||
| * | | | Fix source map for characters collapsed at the start of a string | toasted-nutbread | 2020-04-10 |
| | | | | |||
| * | | | Add support for collapsing emphatic character sequences | toasted-nutbread | 2020-04-10 |
| |/ / | |||
* | | | Merge pull request #437 from toasted-nutbread/backend-api-handler-changes | toasted-nutbread | 2020-04-11 |
|\ \ \ | |_|/ |/| | | Backend api handler changes | ||
| * | | apiBroadcast => apiBroadcastTab | toasted-nutbread | 2020-04-10 |
| | | | |||
| * | | Fix yomichanCoreReady waiting for a response | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Rename apiForward to apiBroadcast | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Update forward to be synchronous and ignore the reply | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Update some API handlers to be synchronous | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Add support for API handlers to be optionally asynchronous | toasted-nutbread | 2020-04-07 |
| |/ | |||
* / | 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 :) | ||
* | 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 |
| | | | |||
| * | | Update schema to include additional fields | 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 |