summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* StubAlex Yatskov2016-07-22
|
* Fixing range optimizationAlex Yatskov2016-07-21
|
* Version bumpAlex Yatskov2016-07-20
|
* Fixing audio not working on some pagesAlex Yatskov2016-07-20
|
* Formatting legal pageAlex Yatskov2016-07-19
|
* Fixing Kanji behavior, bumping versionAlex Yatskov2016-07-18
|
* Pronounce => Play AudioAlex Yatskov2016-07-18
|
* More error updatesAlex Yatskov2016-07-17
|
* Better error messageAlex Yatskov2016-07-17
|
* Audio supportAlex Yatskov2016-07-17
|
* Add option to enable and disable audio playbackAlex Yatskov2016-07-15
|
* Simplify requestsAlex Yatskov2016-07-14
|
* Bumping version numberAlex Yatskov2016-07-10
|
* Support additional replacement fieldsAlex Yatskov2016-07-10
|
* Updating README.mdAlex Yatskov2016-07-10
|
* Updating README.mdAlex Yatskov2016-07-09
|
* Updating options page for smaller layoutAlex Yatskov2016-07-06
|
* Updating README.mdAlex Yatskov2016-07-06
|
* Temporarily removing gecko code from master until everything works inAlex Yatskov2016-07-06
| | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff.
* Revert "Remove firefox related warning for chrome branch"Alex Yatskov2016-07-06
| | | | This reverts commit 125877a653d4333c6a67964138213a3849769550.
* Remove firefox related warning for chrome branchAlex Yatskov2016-07-05
|
* Updating README.mdAlex Yatskov2016-07-04
|
* Deleting imagesAlex Yatskov2016-07-03
|
* Merge branch 'master' of https://github.com/FooSoft/yomichan-chromeAlex Yatskov2016-07-02
|\
| * Merge pull request #7 from ispedals/firefoxAlex Yatskov2016-06-20
| |\ | | | | | | Firefox
| | * Request permission to access localhostispedals2016-06-19
| | | | | | | | | | | | | | | | | | Permission is required to do XHR request to the domain. Otherwise Gecko attempts to use CORS to negotiate the request, which AnkiConnect does not expect.
| | * Polyfill caretRangeFromPoint()ispedals2016-06-19
| | | | | | | | | | | | | | | Gecko did not implment the older caretRangeFromPoint() and instead implemented the newer caretPositionFromPoint()
| | * Use iFrame srcdoc attribute to set the content of the popupispedals2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Previously the contentdocument of the iFrame was opened and document.write() was being used set the contents of the popup. In Gecko, content scripts do not have the same security context as of the embedded page, so the call to document.open() results in a SecurityError.
| | * Add mimetype to XHR callispedals2016-06-19
| | | | | | | | | | | | This silences warnings about the JSON files being ill-formed
| | * Workaround spidermonkey bug so dictionary data loadsispedals2016-06-19
| | | | | | | | | | | | | | | We need to make a copy of the iteration variable in the for-of loop so that the distinct values are available in the callback.
| | * Add polyfills for Gecko's WebExtension implementationispedals2016-06-19
| | | | | | | | | | | | | | | | | | | | | | | | Gecko currently does not support chrome.storage.sync and chrome.runtime.onInstalled. Use chrome.storage.local instead of sync and ignore calls to onInstalled. The implication of not having runtime.onInstalled is that the options page is not shown on first-run.
| | * Use non-deprecated options_ui instead of options_page in manifestispedals2016-06-18
| | |
| | * Add Gecko as a supported application to manifestispedals2016-06-18
| |/
* / Updating README.mdAlex Yatskov2016-07-02
|/
* Support taggingAlex Yatskov2016-06-14
|
* Cache audio samplesAlex Yatskov2016-06-14
|
* Use `let` instead of `const` in for loops.Alex Yatskov2016-06-14
|
* CleanupAlex Yatskov2016-06-14
|
* AudioAlex Yatskov2016-06-14
|
* Elementary audio playback supportAlex Yatskov2016-06-14
|
* Removing HTML optionAlex Yatskov2016-06-14
|
* Option stubsAlex Yatskov2016-06-14
|
* Improved text scanningAlex Yatskov2016-06-14
|
* Better selection handling, fixing scan length being treated as a string.Alex Yatskov2016-06-14
|
* Option preference page on install.Alex Yatskov2016-06-14
|
* Version bumpAlex Yatskov2016-06-14
|
* Updating homepage urlAlex Yatskov2016-06-14
|
* Merge pull request #1 from ispedals/patch-1Alex Yatskov2016-06-11
|\ | | | | Document build requirements
| * Document build requirementsispedals2016-06-11
|/
* Updating READMEAlex Yatskov2016-05-30
|