Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update jsdom to version 16.2.1 | toasted-nutbread | 2020-03-15 |
| | |||
* | Merge pull request #416 from FooSoft/dependabot/npm_and_yarn/acorn-6.4.1 | toasted-nutbread | 2020-03-15 |
|\ | | | | | Bump acorn from 6.4.0 to 6.4.1 | ||
| * | Bump acorn from 6.4.0 to 6.4.1 | dependabot[bot] | 2020-03-16 |
|/ | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> | ||
* | Merge pull request #406 from toasted-nutbread/object-property-accessor | toasted-nutbread | 2020-03-15 |
|\ | | | | | Object property accessor | ||
| * | Change integer state IDs to strings | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Add some extra tests | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add error message checking | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Fix misuse of getPathString | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add tests | toasted-nutbread | 2020-03-14 |
| | | |||
| * | Add ObjectPropertyAccessor | toasted-nutbread | 2020-03-14 |
| | | |||
* | | Update EOL definition for handlebars files | toasted-nutbread | 2020-03-15 |
| | | |||
* | | Bump version20.3.14.0 | Alex Yatskov | 2020-03-14 |
|/ | |||
* | Merge pull request #409 from toasted-nutbread/update-global-declaration-format | toasted-nutbread | 2020-03-14 |
|\ | | | | | Update global declaration format | ||
| * | Add to test-lint | toasted-nutbread | 2020-03-10 |
| | | |||
| * | Update global declarations | toasted-nutbread | 2020-03-10 |
| | | |||
| * | Add script to validate and fix global declaration format | 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 |
| | | | |||
* | | | Merge pull request #405 from siikamiika/fix-popup-depth-search-page | siikamiika | 2020-03-09 |
|\ \ \ | | | | | | | | | start popup depth from 1 on search page | ||
| * | | | strict check if popup depth has been set | siikamiika | 2020-03-09 |
| | | | | |||
| * | | | start popup depth from 1 on search page | siikamiika | 2020-03-09 |
| |/ / | |||
* | / | fix searchQueryUpdate | siikamiika | 2020-03-09 |
| |/ |/| | |||
* | | Add missing copyright comment | toasted-nutbread | 2020-03-08 |
| | | |||
* | | Remove duplicate file | toasted-nutbread | 2020-03-08 |
|/ | |||
* | Merge pull request #400 from toasted-nutbread/template-render-refactor | toasted-nutbread | 2020-03-07 |
|\ | | | | | Template render refactor | ||
| * | Remove marker restrictions | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Remove bg/js/api.js | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Move stringReplaceAsync | toasted-nutbread | 2020-03-07 |
| | | | | | | | | | | It is only used in AnkiNoteBuilder and it was originally created for this purpose. | ||
| * | Use dependency injection for apiTemplateRender | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Move Anki note generation functionality into a new class | toasted-nutbread | 2020-03-07 |
|/ | |||
* | Merge pull request #399 from toasted-nutbread/audio-system-refactor | toasted-nutbread | 2020-03-07 |
|\ | | | | | Audio system refactor | ||
| * | Rename audio.js to audio-system.js | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Rename function | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use dependency injection for getAudioUri implementation | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Remove old APIs | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use AudioSystem on the audio settings page | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use AudioSystem in Backend | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use AudioSystem in Display | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Create new AudioSystem class | toasted-nutbread | 2020-03-07 |
|/ | |||
* | Merge pull request #397 from toasted-nutbread/clipboard-monitor-refactor2 | toasted-nutbread | 2020-03-07 |
|\ | | | | | Clipboard monitor refactor | ||
| * | Mark fields as private | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use explicit dependency injection for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
| | | |||
| * | Use events for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
| | | |||
* | | Merge pull request #393 from siikamiika/reconnect-frontend-api-sender | siikamiika | 2020-03-08 |
|\ \ | | | | | | | reconnect FrontendApiSender after disconnecting |