toasted-nutbread
|
03d77cc3a6
|
Merge pull request #442 from toasted-nutbread/audio-system-refactoring
Audio system refactoring
|
2020-04-18 21:10:48 -04:00 |
|
siikamiika
|
d66ca93ce4
|
cache invalidation
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
a81c33b60a
|
simplify element source lazy load
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
691b739849
|
cache closed shadow dom content windows
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
66354f1f9e
|
lazy load element sources
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
bb3ad78e37
|
optimize source frame finding
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
350a113996
|
use getFullscreenElement to check fullscreen
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
b786e2da19
|
move open shadow root iframe finder to a function
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
85706c421b
|
show popup inside iframe for closed shadow dom
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
fbaf50def1
|
support iframes inside open shadow dom
|
2020-04-18 23:28:00 +03:00 |
|
siikamiika
|
4fdc300b61
|
disable root frame popup when iframe is fullscreen
|
2020-04-18 23:28:00 +03:00 |
|
toasted-nutbread
|
320852f2d0
|
Fix overlapping audio.play calls due to await
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
fcbfde506a
|
Await and handle errors from audio.play()
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
9fe7b9ad29
|
Remove unused global
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
92790763d1
|
Update style
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
5c2dff345e
|
Fix button title text not updating correctly in merge mode
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
7eb7c88394
|
Return index of the source instead of the source value
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
f50aee1021
|
Only return the cached value if it uses a valid source
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
e1ebfb02f7
|
Disable cache on the backend and fix a bug with the cache key
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
823c026533
|
Remove de/structuring from public API
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
7fc3882607
|
Update the parameters passed to various audio-related functions
|
2020-04-18 14:23:34 -04:00 |
|
toasted-nutbread
|
5b3d7fadc3
|
Merge pull request #453 from toasted-nutbread/reuse-anki-instance
Reuse AnkiConnect instance
|
2020-04-18 14:14:52 -04:00 |
|
toasted-nutbread
|
9297eb45ae
|
Merge pull request #450 from toasted-nutbread/frequency-readings
Add support for filtering frequency metadata based on readings
|
2020-04-18 14:14:30 -04:00 |
|
toasted-nutbread
|
106172e2c1
|
Merge pull request #447 from toasted-nutbread/util-conversions
Util conversions
|
2020-04-18 14:12:41 -04:00 |
|
|
9e7750125c
|
Version bump
|
2020-04-18 11:04:27 -07:00 |
|
toasted-nutbread
|
06e95b8747
|
Remove unused global
|
2020-04-17 22:16:08 -04:00 |
|
toasted-nutbread
|
018913d03f
|
Use isObject
|
2020-04-17 19:25:07 -04:00 |
|
siikamiika
|
8c16a6e580
|
Merge pull request #456 from siikamiika/parse-text-refactor
Parse text refactor
|
2020-04-17 01:32:01 +03:00 |
|
siikamiika
|
e6053eefa5
|
Merge pull request #439 from siikamiika/popup-live-toggle
Popup live toggle
|
2020-04-17 01:31:25 +03:00 |
|
siikamiika
|
619df42aed
|
simplify to enable constant usage
|
2020-04-14 21:25:02 +03:00 |
|
siikamiika
|
3fa8b8e186
|
prevent infinite loop if source length is 0
|
2020-04-14 21:21:52 +03:00 |
|
siikamiika
|
a02cf28c57
|
break after switch default
|
2020-04-14 21:13:46 +03:00 |
|
siikamiika
|
b6f7f8c026
|
fix _canEnable being used before setting options
|
2020-04-14 20:59:42 +03:00 |
|
siikamiika
|
950f50ef94
|
don't focus tab when changing settings
|
2020-04-14 20:35:52 +03:00 |
|
toasted-nutbread
|
bf971be15b
|
Merge pull request #444 from toasted-nutbread/unused-globals
Check for unused globals as part of CI
|
2020-04-13 18:55:19 -04:00 |
|
siikamiika
|
6cc87ec975
|
remove "fragment" from jp.convertReading variables
|
2020-04-13 22:59:56 +03:00 |
|
siikamiika
|
f93dc85710
|
assume and propagate strings for text parsing
|
2020-04-13 22:55:33 +03:00 |
|
siikamiika
|
25bc86c3ce
|
force empty mecab output properties to strings
|
2020-04-13 22:14:23 +03:00 |
|
siikamiika
|
c613321a73
|
move QueryParser.parseText to Backend
|
2020-04-13 14:53:24 +03:00 |
|
toasted-nutbread
|
ebfc7ca945
|
Pass anki reference to AnkiNoteBuilder constructor
|
2020-04-12 12:46:32 -04:00 |
|
toasted-nutbread
|
37c374fb63
|
Rename _ankiInvoke to _invoke to remove redundancy
|
2020-04-12 12:44:33 -04:00 |
|
toasted-nutbread
|
3c335e68cd
|
Throw errors in returned by invocation
|
2020-04-12 12:43:32 -04:00 |
|
toasted-nutbread
|
cc5e429422
|
Remove AnkiNull and redundant comment
|
2020-04-12 12:38:52 -04:00 |
|
toasted-nutbread
|
4c2ca82a29
|
Use single instance of AnkiConnect
|
2020-04-12 12:38:33 -04:00 |
|
toasted-nutbread
|
c41c7252ae
|
Add enabled checks
|
2020-04-12 12:37:13 -04:00 |
|
toasted-nutbread
|
ade1b705d2
|
Mark internals as private
|
2020-04-12 12:20:02 -04:00 |
|
siikamiika
|
362ac84e6c
|
prevent spawning multiple FrameOffsetForwarders
|
2020-04-12 19:17:50 +03:00 |
|
siikamiika
|
e627ab2537
|
fix optionsContext URL for root popup
|
2020-04-12 19:11:18 +03:00 |
|
toasted-nutbread
|
7f3e272839
|
Merge pull request #449 from toasted-nutbread/orphan-fix
Fix default value of _orphaned
|
2020-04-12 11:43:07 -04:00 |
|
toasted-nutbread
|
778d49f86b
|
Merge pull request #443 from toasted-nutbread/fix-get-selection
Fix getSelection not working in QueryParser
|
2020-04-12 11:42:56 -04:00 |
|
toasted-nutbread
|
649adb13d8
|
Merge pull request #440 from toasted-nutbread/collapse-emphatic-sequences
Add support for collapsing emphatic character sequences
|
2020-04-12 11:42:46 -04:00 |
|
toasted-nutbread
|
ceb12ac415
|
Add support for filtering frequency metadata based on readings
|
2020-04-11 23:20:36 -04:00 |
|
toasted-nutbread
|
bf4c1aef6a
|
Fix default value of _orphaned
|
2020-04-11 22:27:31 -04:00 |
|
toasted-nutbread
|
c2bf474d1f
|
Update example
|
2020-04-11 19:00:01 -04:00 |
|
toasted-nutbread
|
70f0b8b0cd
|
Fix 'full' mode not being a superset of 'true' mode
|
2020-04-11 18:58:14 -04:00 |
|
toasted-nutbread
|
f88d4b02e4
|
Use window.getSelection instead of document.getSelection
|
2020-04-11 15:56:08 -04:00 |
|
toasted-nutbread
|
90392ac9d6
|
Add support for collapsing the Katakana-Hiragana Prolonged Sound Mark
|
2020-04-11 15:43:12 -04:00 |
|
toasted-nutbread
|
cdd817a0e1
|
Move and rename utilStringHashCode
options.js is the only place it's used.
|
2020-04-11 15:25:21 -04:00 |
|
toasted-nutbread
|
51e17b35e3
|
Convert some util* functions into api* functions
|
2020-04-11 15:25:19 -04:00 |
|
toasted-nutbread
|
3c48290cd8
|
Add isExtensionUrl utility function to yomichan object
|
2020-04-11 15:17:25 -04:00 |
|
siikamiika
|
e6078ce8f6
|
remove redundant call guard
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
ba97e72c8b
|
fix ignoreElements in QueryParser
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
5c3641eadb
|
simplify frontend disable override
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
d93e3e1a67
|
use setters instead of EventDispatcher
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
275f455e73
|
fix preview frame error
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
565e3a8c6a
|
change iframe popup live
|
2020-04-11 21:04:30 +03:00 |
|
siikamiika
|
b9035854b2
|
cache created popups
|
2020-04-11 21:03:22 +03:00 |
|
siikamiika
|
7dd2610ce8
|
extract different popup creation functions
|
2020-04-11 21:03:22 +03:00 |
|
siikamiika
|
92109bb5d2
|
allow disabling scan on search page live
|
2020-04-11 21:01:27 +03:00 |
|
siikamiika
|
1df59d57b5
|
limit popup depth live
|
2020-04-11 21:01:27 +03:00 |
|
siikamiika
|
61a96e327a
|
prevent injecting frontend multiple times
|
2020-04-11 21:01:27 +03:00 |
|
siikamiika
|
9adbc80a70
|
listen to optionsUpdated in popup-nested.js
|
2020-04-11 21:01:27 +03:00 |
|
siikamiika
|
8c9389e07d
|
listen to optionsUpdated in search-frontend.js
|
2020-04-11 21:01:27 +03:00 |
|
toasted-nutbread
|
82f8397000
|
Merge pull request #438 from toasted-nutbread/display-generator-refactoring
Display generator refactoring
|
2020-04-11 11:37:03 -04:00 |
|
toasted-nutbread
|
a864cf094f
|
Merge pull request #437 from toasted-nutbread/backend-api-handler-changes
Backend api handler changes
|
2020-04-11 11:32:52 -04:00 |
|
toasted-nutbread
|
a296c758b9
|
apiBroadcast => apiBroadcastTab
|
2020-04-10 20:00:18 -04:00 |
|
toasted-nutbread
|
d164fc6f62
|
Remove unused globals
|
2020-04-10 18:45:23 -04:00 |
|
toasted-nutbread
|
2c5bf0ed6b
|
Fix getSelection not working in QueryParser
|
2020-04-10 17:11:41 -04:00 |
|
|
4e5029f7ec
|
Update license author field to broader to explicitly reflect that
Yomichan is an ongoing community project. It really does take a village,
and everyone who contributes code owns a part of it :)
|
2020-04-10 11:10:21 -07:00 |
|
|
281023095a
|
Version bump
|
2020-04-10 09:36:34 -07:00 |
|
toasted-nutbread
|
0b7791c103
|
Fix source map for characters collapsed at the start of a string
|
2020-04-10 12:25:24 -04:00 |
|
toasted-nutbread
|
42a2917bf7
|
Add support for collapsing emphatic character sequences
|
2020-04-10 11:56:18 -04:00 |
|
toasted-nutbread
|
025b1f398b
|
Simplify access to details fields in createTermEntry
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
06183ec124
|
Update how termTags is passed to _createTermExpression
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
bb37b74288
|
Rename "only" to "disambiguation" to match naming convention used for pitch accents
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
6788bb31d2
|
Update _appendMultiple to not use a fallback
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
f9bdf2c66f
|
Organize
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
9bbe35da68
|
Mark functions as private
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
d7e4ff067e
|
Remove statics
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
75c5c7aabc
|
Remove data-multi assignments
|
2020-04-09 22:40:25 -04:00 |
|
toasted-nutbread
|
99f58b49f6
|
Use data-expression-multi instead of data-multi
|
2020-04-09 22:40:22 -04:00 |
|
toasted-nutbread
|
c88ec43ad1
|
Fix yomichanCoreReady waiting for a response
|
2020-04-07 19:59:10 -04:00 |
|
toasted-nutbread
|
a2b66dc6cc
|
Rename apiForward to apiBroadcast
|
2020-04-07 19:51:39 -04:00 |
|
toasted-nutbread
|
96566b8581
|
Update forward to be synchronous and ignore the reply
|
2020-04-07 19:49:54 -04:00 |
|
toasted-nutbread
|
038e43d19d
|
Update some API handlers to be synchronous
|
2020-04-07 19:47:46 -04:00 |
|
toasted-nutbread
|
82462edce0
|
Add support for API handlers to be optionally asynchronous
|
2020-04-07 19:41:02 -04:00 |
|
toasted-nutbread
|
f177e3699a
|
Merge pull request #434 from toasted-nutbread/error-fixes
Error fixes
|
2020-04-07 19:28:07 -04:00 |
|
toasted-nutbread
|
ac1ecb35ee
|
Merge pull request #433 from toasted-nutbread/extra-dictionary-information
Extra dictionary information
|
2020-04-07 19:27:58 -04:00 |
|
toasted-nutbread
|
a6773e0240
|
Fix field name
|
2020-04-07 19:04:47 -04:00 |
|
toasted-nutbread
|
8a419dfa67
|
Pass AudioSystem instance to AnkiNoteBuilder constructor
|
2020-04-07 19:04:47 -04:00 |
|