Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use SettingsController (#576) | toasted-nutbread | 2020-05-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use settingsController internally in settings/main.js * Replace modifyingProfileChange with SettingsController.optionsContextChanged * Update ClipboardPopupsController to use SettingsController * Store reference to checkbox * Use this._settingsController for everything * Change where current profile is initially assigned from * Remove some unnecessary async calls * Move setup calls * Update AnkiTemplatesController to use SettingsController * Cache default field templates * Update AnkiController to use SettingsController * Update AudioController to use SettingsController * Update SettingsBackup to use SettingsController * Update DictionaryController to use SettingsController * Update GenericSettingController to use SettingsController * Update ProfileController to use SettingsController * Remove unused * Remove unused * Replace some uses of api.options* functions * Fix missing awaits * Fix invalid function | ||
* | Audio controller (#569) | toasted-nutbread | 2020-05-29 |
| | | | | | | | | | | | * Convert audio.js into a class * Move audio-ui.js classes into audio.js * Rename fields * Merge classes * Remove audio-ui.js | ||
* | Remove unused global | toasted-nutbread | 2020-04-18 |
| | |||
* | Disable cache on the backend and fix a bug with the cache key | toasted-nutbread | 2020-04-18 |
| | |||
* | Remove de/structuring from public API | toasted-nutbread | 2020-04-18 |
| | |||
* | Update the parameters passed to various audio-related functions | toasted-nutbread | 2020-04-18 |
| | |||
* | 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 :) | ||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
| | |||
* | Use dependency injection for getAudioUri implementation | toasted-nutbread | 2020-03-07 |
| | |||
* | Use AudioSystem on the audio settings page | toasted-nutbread | 2020-03-07 |
| | |||
* | Use functions directly rather than wrapping in () => {} when args are same | toasted-nutbread | 2020-02-26 |
| | |||
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Add functions for modifying mutable options | toasted-nutbread | 2019-12-13 |
| | |||
* | Fix Text-to-speech voice dropdown being reset | toasted-nutbread | 2019-12-11 |
| | |||
* | Simplify audio settings UI | toasted-nutbread | 2019-12-05 |
| | |||
* | Move audio settings into new script | toasted-nutbread | 2019-12-01 |