|  | Commit message (Collapse) | Author | Age | 
|---|
| | 
| 
| 
| 
| 
| 
| | * Rename options.anki.sentenceExt to options.sentenceParsing.scanExtent
* Create sentence parsing icon
* Create new sentence parsing section | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | * Update tests
* Update extractSentence implementation
* Remove old extractSentence implementation
* Optimize maps/sets | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | * Fix layout issue with term expression display
* Update display of term tags
* Update tag notification to include disambiguation information | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | * Disable old frequencies
* Update layout
* Implement new frequency display
* Update count info | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Copy set intersection functions
* Remove unused functions
* Simplify url check
* Remove parseUrl
* Simplify stringReverse
* Remove hasOwn due to infrequent use
* Rename errorToJson/jsonToError to de/serializeError
For clarity on intended use.
* Fix time argument on timeout
* Add missing return value
* Throw an error for unexpected argument values
* Add documentation comments | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | * Create _injectAnkiNoteMedia function
* Remove unused code path
* Simplify modeOptions | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Use single quotes instead of double
* Install stylelint
* Set up config
* Update package/tests
* Fix lint issues
* Update CSS rules | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Add support for regex replacements during the translation process
* Allow assignment of textReplacements
* Rename
* Set up test data
* Write expected data
* Set up options
* Prevent infinite loop if regex matches empty string
* Implement setting controller
* Add support for testing pattern replacements | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | * Update copyright year
* Remove redundant Author info | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | * Update include/exclude selectors for Display._definitionTextScanner
* Fix missing condition | 
| | 
| 
| 
| 
| | * Add conditionalConvert transform
* Convert glossaryLayoutMode option to a toggle | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | * Specify if a frequency has a specific reading
* Make frequency data creation more standardized
* Update test data | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Expose Display.displayGenerator
* Update search when assigning options context
* Don't clear selection unless the popup changes
* Merge search styles
* Create panel for changing the profile | 
| | 
| 
| 
| 
| | * Fix button styles for action bar buttons
* Fix button colors | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Separate material styles into a separate file
* Improve action button styles
* Rename --font-size-default to --font-size
* Remove px units
* Remove some material vars
* Fix some variable names
* Define variables
* Remove --shadow-vertical
* Revert name change
* Move var
* Rename var
* Update vars
* Remove redundant vars
* Update search styles
* Update styles
* Update colors
* Update variable names
* Include material.css on float.html page | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| | * Use multi-line definition for transition
* Update how PopupElement visibility is controlled | 
| | |  | 
| | |  | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | * Improve styles for #content-scroll-focus
* Create new class to manage and control document focus
* Use new focus class
* Add a check to prevent redundant .blur calls | 
| | |  | 
| | 
| 
| 
| 
| | * Add window icon
* Move some options to a new "Window" section | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | * Improve furigana when reading kana is not an exact match
* Simplify group structure
* Return consistent type
* Add more tests
* Remove redundant isAmbiguous assignment
* Simplify group usage
* Add helper function
* Optimize returned arrays
* Use variable
* Remove s(p)lice calls
* Reduce number of convertKatakanaToHiragana calls
* Optimize text length access
* Optimize reading substring
* Move segmentize to a separate function
* Use var
* Use _createFuriganaSegment
* Optimize distributeFuriganaInflected | 
| | |  | 
| | 
| 
| 
| 
| 
| 
| | * Improve styles for settings-item-button
* Add hover/active styles to settings-item-button
* Use consistent phrasing for setting buttons and include ellipsis | 
| | 
| 
| 
| 
| | * Improve how the search page updates after settings have changed
* Always update the history on the first scan of the query parser |