Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Workaround spidermonkey bug so dictionary data loads | ispedals | 2016-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 implementation | ispedals | 2016-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 manifest | ispedals | 2016-06-18 |
| | |||
* | Add Gecko as a supported application to manifest | ispedals | 2016-06-18 |
| | |||
* | Support tagging | Alex Yatskov | 2016-06-14 |
| | |||
* | Cache audio samples | Alex Yatskov | 2016-06-14 |
| | |||
* | Use `let` instead of `const` in for loops. | Alex Yatskov | 2016-06-14 |
| | |||
* | Cleanup | Alex Yatskov | 2016-06-14 |
| | |||
* | Audio | Alex Yatskov | 2016-06-14 |
| | |||
* | Elementary audio playback support | Alex Yatskov | 2016-06-14 |
| | |||
* | Removing HTML option | Alex Yatskov | 2016-06-14 |
| | |||
* | Option stubs | Alex Yatskov | 2016-06-14 |
| | |||
* | Improved text scanning | Alex Yatskov | 2016-06-14 |
| | |||
* | Better selection handling, fixing scan length being treated as a string. | Alex Yatskov | 2016-06-14 |
| | |||
* | Option preference page on install. | Alex Yatskov | 2016-06-14 |
| | |||
* | Version bump | Alex Yatskov | 2016-06-14 |
| | |||
* | Updating homepage url | Alex Yatskov | 2016-06-14 |
| | |||
* | Merge pull request #1 from ispedals/patch-1 | Alex Yatskov | 2016-06-11 |
|\ | | | | | Document build requirements | ||
| * | Document build requirements | ispedals | 2016-06-11 |
|/ | |||
* | Updating README | Alex Yatskov | 2016-05-30 |
| | |||
* | Bumping version | Alex Yatskov | 2016-05-29 |
| | |||
* | Better glossary formatting | Alex Yatskov | 2016-05-29 |
| | |||
* | Adding version checking | Alex Yatskov | 2016-05-29 |
| | |||
* | Delete unused functions | Alex Yatskov | 2016-05-29 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-29 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-29 |
| | |||
* | New fact creation | Alex Yatskov | 2016-05-29 |
| | |||
* | Display supported field tags | Alex Yatskov | 2016-05-28 |
| | |||
* | Fixing field table | Alex Yatskov | 2016-05-28 |
| | |||
* | Options page now works as intended | Alex Yatskov | 2016-05-28 |
| | |||
* | More cleanup | Alex Yatskov | 2016-05-28 |
| | |||
* | More work on options page | Alex Yatskov | 2016-05-28 |
| | |||
* | Show proper options | Alex Yatskov | 2016-05-28 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-28 |
| | |||
* | Improvements to options page | Alex Yatskov | 2016-05-28 |
| | |||
* | WIP | Alex Yatskov | 2016-05-22 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-22 |
| | |||
* | Adding default options | Alex Yatskov | 2016-05-22 |
| | |||
* | Field selector working | Alex Yatskov | 2016-05-22 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | Styling | Alex Yatskov | 2016-05-21 |
| | |||
* | Adding tabs | Alex Yatskov | 2016-05-21 |
| | |||
* | Cleanup | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | WIP | Alex Yatskov | 2016-05-21 |
| | |||
* | Show when the extension is disabled | Alex Yatskov | 2016-05-21 |
| |