Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | API refactor (#532) | toasted-nutbread | 2020-05-24 |
| | | | | | | | | | | | | | * Convert api.js into a class instance * Use new api.* functions * Fix missing binds * Group functions with progress callbacks together * Change style * Fix API override not working | ||
* | Move util database modification functions (#499) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | | | | | | | | | * Update onProgress callback to handle multiple arguments * Add apiImportDictionaryArchive * Add apiDeleteDictionary * Make onProgress the last argument for consistency * Remove deprecated util functions * Fix issue with missing progress args * Remove function calls which modify the database from Translator * Update tests * Fix errors not being serialized correctly in _createActionListenerPort | ||
* | Error logging refactoring (#454) | toasted-nutbread | 2020-04-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create new logging methods on yomichan object * Use new yomichan.logError instead of global logError * Remove old logError * Handle unhandledrejection events * Add addEventListener stub * Update log function * Update error conversion to support more types * Add log event * Add API log function * Log errors to the backend * Make error/warning logs update the badge * Clear log error indicator on extension button click * Log correct URL on the background page * Fix incorrect error conversion * Remove unhandledrejection handling Firefox doesn't support it properly. * Remove unused argument type from log function * Improve function name * Change console.warn to yomichan.logWarning * Move log forwarding initialization into main scripts | ||
* | Convert some util* functions into api* functions | toasted-nutbread | 2020-04-11 |
| | |||
* | 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 |
| | | |||
* | | Update settings page to display additional information | toasted-nutbread | 2020-04-05 |
|/ | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Use functions directly rather than wrapping in () => {} when args are same | toasted-nutbread | 2020-02-26 |
| | |||
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
| | |||
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
| | |||
* | Use Map | toasted-nutbread | 2020-02-22 |
| | |||
* | Create EventListenerCollection class | toasted-nutbread | 2020-02-16 |
| | |||
* | Define more globals | toasted-nutbread | 2020-02-11 |
| | |||
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| | |||
* | Update main dictionary value when changing modifying profile | toasted-nutbread | 2020-02-01 |
| | |||
* | Remove option for dictionaries that aren't installed after changing values | toasted-nutbread | 2020-02-01 |
| | |||
* | Separate the functionality of updateMainDictionarySelect | toasted-nutbread | 2020-02-01 |
| | | | | | One function now updates the options, and another handles updating the value. The options are no longer mutated due to updating this <select>'s available options. | ||
* | Remove argument from onDictionaryOptionsChanged | toasted-nutbread | 2020-02-01 |
| | |||
* | Use await | toasted-nutbread | 2020-02-01 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Clear files after getting the value | toasted-nutbread | 2019-12-15 |
| | |||
* | Add functions for modifying mutable options | toasted-nutbread | 2019-12-13 |
| | |||
* | Remove getOptionsArray | toasted-nutbread | 2019-12-13 |
| | |||
* | Update how errors are reported when importing a dictionary | toasted-nutbread | 2019-12-08 |
| | |||
* | Show info about whether a dictionary supports wildcard searches | toasted-nutbread | 2019-12-07 |
| | |||
* | Make reverse reading/expressions optional during database import | toasted-nutbread | 2019-12-07 |
| | |||
* | Move settings scripts | toasted-nutbread | 2019-12-01 |