| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Reduce file size | Alex Yatskov | 2016-08-06 | 
| | | |||
| * | Use entity data from dictionary | Alex Yatskov | 2016-08-06 | 
| | | |||
| * | New Kanjidic data | Alex Yatskov | 2016-08-05 | 
| | | |||
| * | Updating enamdict and edict, code to load dictionaries. | Alex Yatskov | 2016-08-03 | 
| | | |||
| * | Cleanup | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Fix typo | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Hook up sentence search extent to options | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Updating options page to include new tags | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Bumping version | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Sentence and URL support | Alex Yatskov | 2016-07-25 | 
| | | |||
| * | Adding sentence extraction code | Alex Yatskov | 2016-07-24 | 
| | | |||
| * | Better range handling. | Alex Yatskov | 2016-07-24 | 
| | | |||
| * | Bumping version | Alex Yatskov | 2016-07-24 | 
| | | |||
| * | Add local permissions | Alex Yatskov | 2016-07-24 | 
| | | |||
| * | Bugfix | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Fixing exception | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Support looking up definitions for buttons and inputs. | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Deleting dead code, bumping version. | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Use document.write to populate IFRAME, as this avoids flicker on navbar | Alex Yatskov | 2016-07-23 | 
| | | | | | | buttons and performs better. Will have to conditionally do the old behavior for Firefox. | ||
| * | Cleanup | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Renaming classes | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Support looking up image tags | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | WIP | Alex Yatskov | 2016-07-23 | 
| | | |||
| * | Work on supporting different text sources | Alex Yatskov | 2016-07-22 | 
| | | |||
| * | Stub | Alex Yatskov | 2016-07-22 | 
| | | |||
| * | Fixing range optimization | Alex Yatskov | 2016-07-21 | 
| | | |||
| * | Version bump | Alex Yatskov | 2016-07-20 | 
| | | |||
| * | Fixing audio not working on some pages | Alex Yatskov | 2016-07-20 | 
| | | |||
| * | Formatting legal page | Alex Yatskov | 2016-07-19 | 
| | | |||
| * | Fixing Kanji behavior, bumping version | Alex Yatskov | 2016-07-18 | 
| | | |||
| * | Pronounce => Play Audio | Alex Yatskov | 2016-07-18 | 
| | | |||
| * | More error updates | Alex Yatskov | 2016-07-17 | 
| | | |||
| * | Better error message | Alex Yatskov | 2016-07-17 | 
| | | |||
| * | Audio support | Alex Yatskov | 2016-07-17 | 
| | | |||
| * | Add option to enable and disable audio playback | Alex Yatskov | 2016-07-15 | 
| | | |||
| * | Simplify requests | Alex Yatskov | 2016-07-14 | 
| | | |||
| * | Bumping version number | Alex Yatskov | 2016-07-10 | 
| | | |||
| * | Support additional replacement fields | Alex Yatskov | 2016-07-10 | 
| | | |||
| * | Updating README.md | Alex Yatskov | 2016-07-10 | 
| | | |||
| * | Updating README.md | Alex Yatskov | 2016-07-09 | 
| | | |||
| * | Updating options page for smaller layout | Alex Yatskov | 2016-07-06 | 
| | | |||
| * | Updating README.md | Alex Yatskov | 2016-07-06 | 
| | | |||
| * | Temporarily removing gecko code from master until everything works in | Alex Yatskov | 2016-07-06 | 
| | | | | | | | | firefox branch. This reverts commit 30585892b812dbf19c15bd010d6032fffa204c0d, reversing changes made to bd89db4ec5a55e7b08b27a3d736a32e859084aff. | ||
| * | Revert "Remove firefox related warning for chrome branch" | Alex Yatskov | 2016-07-06 | 
| | | | | | This reverts commit 125877a653d4333c6a67964138213a3849769550. | ||
| * | Remove firefox related warning for chrome branch | Alex Yatskov | 2016-07-05 | 
| | | |||
| * | Updating README.md | Alex Yatskov | 2016-07-04 | 
| | | |||
| * | Deleting images | Alex Yatskov | 2016-07-03 | 
| | | |||
| * | Merge branch 'master' of https://github.com/FooSoft/yomichan-chrome | Alex Yatskov | 2016-07-02 | 
| |\ | |||
| | * | Merge pull request #7 from ispedals/firefox | Alex Yatskov | 2016-06-20 | 
| | |\ | | | | | | | Firefox | ||
| | | * | Request permission to access localhost | ispedals | 2016-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. | ||