Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Indicate if first Anki card field is invalid (#1145) | toasted-nutbread | 2020-12-20 |
| | | | | | * Add AnkiNoteBuilder.containsAnyMarker * Flag first field as invalid when there is no marker | ||
* | Improve styles for invalid inputs (#1143) | toasted-nutbread | 2020-12-20 |
| | |||
* | Fix triangle indicator for kanji (#1141) | toasted-nutbread | 2020-12-19 |
| | |||
* | Popup action bar options (#1140) | toasted-nutbread | 2020-12-19 |
| | | | | | | | | | | | | | * Add options for action bar visibility and location * Add settings * Update styles * Expose properties * Update styles * Update tests | ||
* | Improve the accent color for the dark theme (#1139) | toasted-nutbread | 2020-12-19 |
| | |||
* | Update termTags for termGrouped mode to include all definition tags (#1138) | toasted-nutbread | 2020-12-19 |
| | | | | | * Update termTags for termGrouped mode to include all definition tags * Update tests | ||
* | Focus the current entry earlier in the generation process (#1137) | toasted-nutbread | 2020-12-19 |
| | |||
* | Disable indicator transitions when not in use (#1136) | toasted-nutbread | 2020-12-19 |
| | |||
* | Entry indicator update (#1134) | toasted-nutbread | 2020-12-19 |
| | | | | | | | | | | | | | | | | | | | | | | | * Move entry current indicator rules * Simplify rules * Add popupCurrentIndicatorMode option * Add option to settings page * Expose popupCurrentIndicatorMode * Restore asterisk current indicator * Implement dot * Update action button vars * Fix tests * Add none option * Add triangle option | ||
* | Fix invalid CSS :not selector causing frequency tags to display twice (#1135) | toasted-nutbread | 2020-12-19 |
| | |||
* | Fix incorrect naming of --entry-current-indicator variable (#1133) | toasted-nutbread | 2020-12-19 |
| | |||
* | Fixed terms being colored when not using merged mode (#1132) | toasted-nutbread | 2020-12-19 |
| | |||
* | Build dry run test (#1129) | toasted-nutbread | 2020-12-18 |
| | | | | | | | | | | | | | * Update testMain to support function args * Add support for dry run and basic validation * Don't log progress if not a TTY * Ignore errors from fs.unlinkSync * Add --dry-run-build-zip option to build zip in memory * Add test-build | ||
* | Add support for using declarativeNetRequest (#1127) | toasted-nutbread | 2020-12-18 |
| | |||
* | DOMParser replacement (#561) | toasted-nutbread | 2020-12-18 |
| | | | | | | | | | | | | | | | * Add script to build library files * Add built parse5 library * Add new SimpleDOMParser which uses parse5 * Update license info * Update MV3 build to use the new SimpleDOMParser * Update file exclusions * Hide/clarify license info for MV2 builds | ||
* | Manifest version CSS rules (#1126) | toasted-nutbread | 2020-12-18 |
| | | | | | * Add CSS rules for hiding content based on manifest version * Organize other rules | ||
* | Build exclude files (#1125) | toasted-nutbread | 2020-12-18 |
| | | | | | | | * Add support for excluding files from the build process * Delete existing file before creating .zip * Exclude sw.js from non-MV3 builds | ||
* | Set up initial manifest v3 support (#605) | toasted-nutbread | 2020-12-18 |
| | |||
* | Fix after index not being incremented (#1124) | toasted-nutbread | 2020-12-18 |
| | |||
* | More build script improvements (#1123) | toasted-nutbread | 2020-12-18 |
| | | | | | * Update set action to support an assignment index * Add 'add' modification | ||
* | Improve build copy/move modifications to support property ordering (#1122) | toasted-nutbread | 2020-12-18 |
| | |||
* | Simplify _getUrl function (#1121) | toasted-nutbread | 2020-12-18 |
| | |||
* | Change the resizer color when the window is being resized (#1120) | toasted-nutbread | 2020-12-18 |
| | |||
* | Display an indication when Anki field order/existence doesn't match (#1119) | toasted-nutbread | 2020-12-18 |
| | |||
* | Maximum clipboard search length (#1118) | toasted-nutbread | 2020-12-18 |
| | | | | | | | | | * Add maximumClipboardSearchLength an option * Add setting * Add limits * Update tests | ||
* | Improve display tags (#1117) | toasted-nutbread | 2020-12-18 |
| | | | | | | | | | | | * Update tag style * Add styles/HTML for notifications * Add DisplayNotification class * Add support for tag notifications * Simplify notification content | ||
* | Include permissions info in backup files (#1116) | toasted-nutbread | 2020-12-16 |
| | |||
* | Create function to create a new DOM parser (#1114) | toasted-nutbread | 2020-12-14 |
| | |||
* | Rename SimpleDOMParser to NativeSimpleDOMParser (#1113) | toasted-nutbread | 2020-12-14 |
| | |||
* | Simplify URL normalization (#1112) | toasted-nutbread | 2020-12-14 |
| | |||
* | Add support for copy and move operations (#1111) | toasted-nutbread | 2020-12-14 |
| | |||
* | Refactor tab creation to improve errors (#1110) | toasted-nutbread | 2020-12-13 |
| | |||
* | Update content-security-policy to be more explicit (#1109) | toasted-nutbread | 2020-12-13 |
| | |||
* | Update info (#1108) | toasted-nutbread | 2020-12-13 |
| | | | | | * Show language * Show extension manifest name + version | ||
* | Updated welcome page (#1107) | toasted-nutbread | 2020-12-13 |
| | | | | | | | | | | | | | | | * Make storage controller optional * Make more elements optional * Update styles * Create new welcome page * Update URL for welcome guide * Remove old guide * Fix unused global | ||
* | Fix storage stats update error during dictionary deletion (#1106) | toasted-nutbread | 2020-12-13 |
| | |||
* | Fix incorrect page type condition causing incorrect document title (#1105) | toasted-nutbread | 2020-12-13 |
| | |||
* | Add info page (#1102) | toasted-nutbread | 2020-12-12 |
| | | | | | | | | | | | * Add api.getAnkiConnectVersion * Enable basic functionality when certain features/elements aren't present * Add info page * Update information links * Update info link on the settings v2 page | ||
* | Fix global declarations check (#1101) | toasted-nutbread | 2020-12-12 |
| | | | | | * Fix getSubstringCount not properly checking word boundaries * Remove unused global declarations | ||
* | Update package dependencies (#1100) | toasted-nutbread | 2020-12-12 |
| | |||
* | Add initialization script for generic internal pages (#1099) | toasted-nutbread | 2020-12-12 |
| | |||
* | Add permissions page and documentation (#1098) | toasted-nutbread | 2020-12-12 |
| | |||
* | Add zuru deinflections (#1091) | toasted-nutbread | 2020-12-12 |
| | | | | | | | * Update deinflector rule types * Add deinflection rules for zuru verbs * Add tests | ||
* | Remove final newline of issue templates (#1096) | toasted-nutbread | 2020-12-11 |
| | |||
* | Add Github issue templates (#1095) | toasted-nutbread | 2020-12-11 |
| | |||
* | Update style of legal.html to match settings v2 (#1092) | toasted-nutbread | 2020-12-10 |
| | |||
* | Add classic suru deinflection negative tests (#1090) | toasted-nutbread | 2020-12-08 |
| | | | | | * Add negative tests for classic suru verbs * Add missing test for non-negative classic: causative, potential or passive | ||
* | Add classic suru deinflections (#1089) | toasted-nutbread | 2020-12-08 |
| | | | | | * Add classic suru deinflections * Add tests | ||
* | Support frame resize on firefox (#1088) | toasted-nutbread | 2020-12-08 |
| | | | | | | | | | | | | | * Add popup functions for getting/setting the frame size * Add frontend functions for getting/setting popup frame size * Expose display mode attribute on display HTML * Disable resizer on iframe * Add custom frame resizer handle * Add support for custom frame resizer | ||
* | Update/test deinflector (#1087) | toasted-nutbread | 2020-12-08 |
| | | | | | | | | | | | | | | | | * Update formatting * Add missing rule for progressive/perfect * Add adnomial -ki rule * Update rules for irregular verbs * Organize rules by rulesOut For the most part, the order is: adj-i => v1 => v5 => vs => vk => other * Add tests |