siikamiika
|
31a326fe63
|
add option for iframe popups
|
2020-04-05 20:03:42 +03:00 |
|
siikamiika
|
d20ece9f07
|
move frame offset forwarding code to a class
|
2020-04-05 19:57:37 +03:00 |
|
toasted-nutbread
|
3684a479c5
|
Merge pull request #424 from toasted-nutbread/dictionary-importer
Dictionary importer
|
2020-04-05 12:52:07 -04:00 |
|
toasted-nutbread
|
058f626efd
|
Merge pull request #423 from toasted-nutbread/text-source-map
Text source map
|
2020-04-05 12:51:56 -04:00 |
|
toasted-nutbread
|
9052ab8ebd
|
Move dictionary import functionality into a new class
|
2020-03-30 20:51:20 -04:00 |
|
toasted-nutbread
|
02f7763f00
|
Add importDictionary function to Backend
|
2020-03-30 20:45:36 -04:00 |
|
toasted-nutbread
|
c193a703cc
|
Move database creation into Backend
|
2020-03-30 20:39:04 -04:00 |
|
toasted-nutbread
|
8095d9138c
|
Add isPrepared
|
2020-03-30 20:28:44 -04:00 |
|
toasted-nutbread
|
1a8bbf32d5
|
Make dictionaryExists public
|
2020-03-30 20:28:41 -04:00 |
|
toasted-nutbread
|
a6fedae9c7
|
Update bulkAdd implementation
|
2020-03-30 20:19:39 -04:00 |
|
toasted-nutbread
|
ae84d13757
|
Create simplified source map class
|
2020-03-28 18:17:00 -04:00 |
|
toasted-nutbread
|
a339bf69d3
|
Move set functions into core.js
|
2020-03-28 14:50:10 -04:00 |
|
toasted-nutbread
|
cbc7e2646d
|
Add options
|
2020-03-28 10:25:57 -04:00 |
|
toasted-nutbread
|
047efaa3db
|
Add support for returning pitch data from the database
|
2020-03-28 10:25:57 -04:00 |
|
toasted-nutbread
|
93f7278586
|
Update dictionary schema to support pitch accent data
|
2020-03-28 10:25:11 -04:00 |
|
toasted-nutbread
|
a0c4ce779d
|
Merge pull request #413 from toasted-nutbread/japanese-utility
Convert Japanese utilities to a module-like style
|
2020-03-27 22:53:45 -04:00 |
|
siikamiika
|
2c4fd648db
|
remove stubs
|
2020-03-21 22:13:07 +02:00 |
|
siikamiika
|
46c6ad98f3
|
use dependency injection in QueryParser
Also fix an issue with settings update triggering a lookup on unprepared
QueryParser.
|
2020-03-21 22:13:07 +02:00 |
|
siikamiika
|
962c2a381f
|
apply all options on profile change
|
2020-03-21 22:13:07 +02:00 |
|
toasted-nutbread
|
77a2cc60e9
|
Move basic string/character testing functions into a mixed/js/japanese.js
|
2020-03-21 13:18:34 -04:00 |
|
toasted-nutbread
|
a50b76fd21
|
Remove unnecessary sourceMapping population in convertAlphabeticToKana
|
2020-03-15 22:24:30 -04:00 |
|
toasted-nutbread
|
248a18dd72
|
Fix case issue
|
2020-03-15 22:24:30 -04:00 |
|
toasted-nutbread
|
264820f208
|
Add more unicode code point ranges
|
2020-03-15 22:24:30 -04:00 |
|
toasted-nutbread
|
0f15cca2df
|
Convert Japanese utilities to a module-like style
|
2020-03-15 22:24:30 -04:00 |
|
toasted-nutbread
|
64fc0349a1
|
Update global declarations
|
2020-03-10 22:40:35 -04:00 |
|
toasted-nutbread
|
f7bbcb6df4
|
Merge pull request #408 from toasted-nutbread/use-code-point
Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint
|
2020-03-10 19:24:24 -04:00 |
|
toasted-nutbread
|
36c55f0b17
|
Merge pull request #401 from toasted-nutbread/audio-refactor
Audio refactor
|
2020-03-10 19:20:34 -04:00 |
|
toasted-nutbread
|
72219ba353
|
Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint
|
2020-03-09 21:58:06 -04:00 |
|
toasted-nutbread
|
0cbf427ab5
|
Update argument order
|
2020-03-09 21:00:57 -04:00 |
|
siikamiika
|
0112dbab33
|
fix searchQueryUpdate
|
2020-03-09 04:06:31 +02:00 |
|
toasted-nutbread
|
9cd4a52b9e
|
Rename audio.js to audio-uri-builder.js
|
2020-03-07 21:57:26 -05:00 |
|
toasted-nutbread
|
aad4ab5ecc
|
Rename audio functions using "url" to use "uri"
|
2020-03-07 21:57:26 -05:00 |
|
toasted-nutbread
|
391f3dd29a
|
Update how audio URIs are built
|
2020-03-07 21:57:26 -05:00 |
|
toasted-nutbread
|
21d194d145
|
Make _audioInject internal to Backend
|
2020-03-07 21:56:15 -05:00 |
|
toasted-nutbread
|
426c1534e7
|
Remove marker restrictions
|
2020-03-07 21:51:56 -05:00 |
|
toasted-nutbread
|
79eb4bdc16
|
Remove bg/js/api.js
|
2020-03-07 21:49:04 -05:00 |
|
toasted-nutbread
|
8f9b6534c6
|
Move stringReplaceAsync
It is only used in AnkiNoteBuilder and it was originally created
for this purpose.
|
2020-03-07 21:47:48 -05:00 |
|
toasted-nutbread
|
7ac1c843a9
|
Use dependency injection for apiTemplateRender
|
2020-03-07 21:47:48 -05:00 |
|
toasted-nutbread
|
69cce49b0d
|
Move Anki note generation functionality into a new class
|
2020-03-07 21:46:59 -05:00 |
|
toasted-nutbread
|
dceaa85309
|
Rename audio.js to audio-system.js
|
2020-03-07 21:43:51 -05:00 |
|
toasted-nutbread
|
6adf2cf63f
|
Rename function
|
2020-03-07 21:43:51 -05:00 |
|
toasted-nutbread
|
a8eb50d96f
|
Use dependency injection for getAudioUri implementation
|
2020-03-07 21:43:51 -05:00 |
|
toasted-nutbread
|
d8e2e69ca5
|
Use AudioSystem on the audio settings page
|
2020-03-07 21:42:18 -05:00 |
|
toasted-nutbread
|
cadcd72fad
|
Use AudioSystem in Backend
|
2020-03-07 21:42:18 -05:00 |
|
toasted-nutbread
|
b8eb5e6016
|
Merge pull request #397 from toasted-nutbread/clipboard-monitor-refactor2
Clipboard monitor refactor
|
2020-03-07 21:41:45 -05:00 |
|
toasted-nutbread
|
eea9dc68b9
|
Fix runtime.lastError error on startup in Firefox
|
2020-03-07 17:41:57 -05:00 |
|
toasted-nutbread
|
ba64f34df1
|
Mark fields as private
|
2020-03-07 10:48:56 -05:00 |
|
toasted-nutbread
|
93aa275d82
|
Use explicit dependency injection for ClipboardMonitor
|
2020-03-07 10:47:30 -05:00 |
|
toasted-nutbread
|
7822230b7f
|
Use events for ClipboardMonitor
|
2020-03-07 10:41:31 -05:00 |
|
siikamiika
|
24d9001b14
|
fix options object location
|
2020-03-07 14:27:44 +02:00 |
|