63f3e94bb1
version bump
2019-12-05 18:24:54 -08:00
siikamiika
14c5857dfe
set title text on search page
2019-12-06 00:40:41 +02:00
siikamiika
595636c40b
move text selection to TextScanner
2019-12-05 22:48:05 +02:00
siikamiika
1bdef2e7c3
fix query parser
2019-12-05 22:19:40 +02:00
siikamiika
e5be42d3de
scan decoupling
2019-12-05 22:12:43 +02:00
siikamiika
02a34bb4bc
initial text scanner extract
2019-12-05 03:58:35 +02:00
siikamiika
248b0f15eb
remove references to /fg/js/util.js
...
It doesn't exist
2019-12-04 23:20:03 +02:00
siikamiika
d8935b6aa9
fix serialization errors on Chrome
2019-12-04 21:49:51 +02:00
3975aabf4d
version bump
2019-12-03 18:29:44 -08:00
Alex Yatskov
a24146538c
Merge pull request #291 from toasted-nutbread/cloze-fixes
...
Cloze fixes
2019-12-03 14:19:33 -08:00
toasted-nutbread
774db569eb
Simplify ankiGetFieldMarkersHtml
2019-12-02 22:19:55 -05:00
toasted-nutbread
5339381c30
Update how anki data is updated
2019-12-02 22:17:45 -05:00
toasted-nutbread
f89806e05d
Simplify how anki errors are shown
2019-12-01 22:26:23 -05:00
toasted-nutbread
093fa3a437
Group public/private functions together
2019-12-01 22:21:10 -05:00
toasted-nutbread
4f7fa8474d
Mark functions as private
2019-12-01 22:19:45 -05:00
toasted-nutbread
b4cdbf0263
Update how anki settings are updated
2019-12-01 22:16:58 -05:00
toasted-nutbread
3e1b080cd3
Simplify how anki templates are reset
2019-12-01 21:08:46 -05:00
toasted-nutbread
767a480a84
Organize main settings script
2019-12-01 17:02:01 -05:00
toasted-nutbread
a4de2d425a
Move popup preview settings into new script
2019-12-01 17:02:01 -05:00
toasted-nutbread
65e9d47743
Move storage settings into new script
2019-12-01 17:02:01 -05:00
toasted-nutbread
69ba665a4f
Move anki template settings into new script
2019-12-01 17:02:01 -05:00
toasted-nutbread
67990f4cb9
Move anki settings into new script
2019-12-01 16:19:15 -05:00
toasted-nutbread
3a517f0574
Move audio settings into new script
2019-12-01 16:19:15 -05:00
toasted-nutbread
ae94f84ffd
Move settings scripts
2019-12-01 16:19:12 -05:00
toasted-nutbread
a7e4901f72
Move PageExitPrevention to its own file
2019-12-01 15:19:21 -05:00
siikamiika
403b86675d
fix entry scroll index 0 bug
...
Introduced in 4e7d08ff2c
because the
range-limited index value isn't kept in the same scope.
2019-12-01 15:03:37 +02:00
siikamiika
a40f3b1c9f
add missing disableHistory
2019-12-01 06:32:17 +02:00
siikamiika
abe70e3b8c
always update current position on term lookup
2019-12-01 06:08:05 +02:00
siikamiika
5929018fac
move Display context to a new class
2019-12-01 05:38:23 +02:00
siikamiika
be23ad7213
remove dead code
2019-11-30 04:59:36 +02:00
siikamiika
ff9510356e
rewrite history as a doubly linked list
2019-11-30 04:49:37 +02:00
siikamiika
e3d96eb67d
fix yomichan menu on Firefox Android
2019-11-29 02:58:17 +02:00
siikamiika
8a94d186c3
fix context type inconsistencies
2019-11-29 01:36:14 +02:00
siikamiika
71a117c267
clear Display history on search page lookup
2019-11-28 23:52:15 +02:00
siikamiika
1dd88763de
clear Display history on new lookup
2019-11-28 18:24:24 +02:00
siikamiika
1f2734863f
Display history navigation buttons fixed position
2019-11-28 18:06:24 +02:00
siikamiika
2e04f752a5
fix clicking on query parser
2019-11-28 16:08:19 +02:00
siikamiika
f1ecb4cd39
correct X scroll direction for history navigation
2019-11-28 15:54:55 +02:00
siikamiika
86ff831600
preventDefault correctly
2019-11-28 15:24:00 +02:00
siikamiika
beea89a421
store popped context history in Display
2019-11-28 15:20:18 +02:00
siikamiika
4e7d08ff2c
set current entry even when disableScroll is true
2019-11-28 13:22:47 +02:00
siikamiika
e37ffb6cf5
fix scroll issues in Display.entryScrollIntoView
...
- Save scroll context before scrolling to top
- Explicit null check for scroll param to handle scrolling to y=0
correctly
2019-11-28 12:38:25 +02:00
toasted-nutbread
5a1046bc90
Update arrow-parens to always
2019-11-26 22:06:27 -05:00
toasted-nutbread
63a775ebca
Add missing semicolon
2019-11-26 22:06:27 -05:00
toasted-nutbread
df9e697fca
Remove trailing commas
2019-11-26 22:06:27 -05:00
toasted-nutbread
acb70f126c
Update unused arguments
2019-11-26 22:06:27 -05:00
toasted-nutbread
ef833d2bea
Use const rather than let where possible
2019-11-26 22:06:27 -05:00
toasted-nutbread
527595f79b
Remove unnecessary escapes from regex literals
2019-11-26 22:06:27 -05:00
toasted-nutbread
1daed12290
Comment empty blocks
2019-11-26 22:06:27 -05:00
toasted-nutbread
943350a1f6
Use single quotes
2019-11-26 22:06:27 -05:00
toasted-nutbread
0aed27b66d
Replace hasOwnProperty with simplified hasOwn function
2019-11-26 22:06:27 -05:00
toasted-nutbread
4110a848f5
Move additional utility functions to DOM
2019-11-26 18:59:52 -05:00
toasted-nutbread
96aad50340
Create DOM utility file
2019-11-26 18:59:52 -05:00
siikamiika
c2ff25b0ec
use fallback for ambiguous furigana
...
fixes #281 , fixes #94
2019-11-27 01:20:04 +02:00
toasted-nutbread
50604b25e6
Organize core.js
2019-11-26 17:38:05 -05:00
toasted-nutbread
099847729c
utilIsObject => isObject, move to core.js
2019-11-26 17:33:09 -05:00
toasted-nutbread
7e94fca7c7
Rename extension.js to core.js to better reflect its use
2019-11-26 17:29:52 -05:00
toasted-nutbread
a14b820a19
Move utilInvoke into api.js, rename to _apiInvoke
2019-11-26 17:23:55 -05:00
toasted-nutbread
d71bd056e8
Use consistent event handler notation
2019-11-26 17:18:17 -05:00
toasted-nutbread
7f9a73135d
Remove utilAsync
2019-11-26 17:18:17 -05:00
toasted-nutbread
0ebf676305
Update WanaKana to v4.0.2
...
Resolves #290
2019-11-26 12:46:41 -05:00
toasted-nutbread
3a7ef6c560
Simplify clozeBuild
2019-11-26 12:35:17 -05:00
toasted-nutbread
afddec66eb
Update cloze.body to use original sentence text
2019-11-26 12:35:17 -05:00
toasted-nutbread
befee9ceca
Pass kanji character to clozeBuild
2019-11-26 12:35:17 -05:00
toasted-nutbread
cb9f9b585a
Update how source terms are navigated
2019-11-26 12:31:20 -05:00
toasted-nutbread
c7cb1b3d9e
Require context for setContentTerms and setContentKanji
2019-11-26 12:31:17 -05:00
toasted-nutbread
cfa16ce675
Include sentence in context on search page
2019-11-26 11:34:06 -05:00
siikamiika
3423ed7d67
Merge pull request #279 from siikamiika/query-parser-1
...
Search page query parser
2019-11-26 18:31:35 +02:00
toasted-nutbread
820beb7c93
Fix incorrect opacity check
2019-11-25 21:04:34 -05:00
toasted-nutbread
9dc03f6d47
Remove wanakana reference from float.html
2019-11-25 13:34:56 -05:00
toasted-nutbread
91c54e1853
Remove JQuery from the context popup window
2019-11-24 11:46:29 -05:00
toasted-nutbread
10b33dbd20
Optimize toggle on the context popup window
...
Remove bootstrap-toggle dependency
2019-11-24 11:42:27 -05:00
toasted-nutbread
cf18e3b42e
Replace string.substr and string.slice with string.substring
...
Improves semantic clarity, and it's recommended to not use substr.
2019-11-24 11:02:52 -05:00
toasted-nutbread
eef05f6a64
Add accept type for dictionary import
2019-11-24 10:47:07 -05:00
siikamiika
89c6ef54b0
always return a promise from Mecab.invoke
2019-11-24 02:34:16 +02:00
siikamiika
43fad608fb
remove popup from background page
...
Not supported on all browsers
2019-11-23 19:25:11 +02:00
siikamiika
7bf2c8048d
add mecab version check
2019-11-23 19:18:29 +02:00
siikamiika
2577d4054e
fix scanning parser
2019-11-23 18:08:22 +02:00
siikamiika
cc8221c6ea
add reading modes
2019-11-23 17:50:46 +02:00
siikamiika
f625321650
refactor selected parser refreshing
2019-11-23 17:50:46 +02:00
siikamiika
933fd77957
remove async
2019-11-23 17:50:46 +02:00
siikamiika
707b039927
store local copy of selected parser
...
Options don't update early enough even after awaiting
2019-11-23 17:50:46 +02:00
siikamiika
0d6e0edc31
remove height hack and use overflow-y: scroll
2019-11-23 17:50:46 +02:00
siikamiika
f6f19dc9de
typo
2019-11-23 17:50:46 +02:00
siikamiika
9dff658640
add parser selection
2019-11-23 17:50:46 +02:00
siikamiika
84f30113e4
give names to complex slices
2019-11-23 17:50:46 +02:00
siikamiika
b02a30a2fd
explicit checks in while and if
2019-11-23 17:50:46 +02:00
siikamiika
1f2eee449e
mecab refactoring and bugfix
2019-11-23 17:50:46 +02:00
siikamiika
f97877a209
promise improvements
2019-11-23 17:50:46 +02:00
siikamiika
b336ab3a9a
use const
2019-11-23 17:49:25 +02:00
siikamiika
8d9a635d5c
remove dead code
2019-11-23 17:48:03 +02:00
siikamiika
c1d24208d3
start mecab only after enabling the setting
2019-11-23 17:45:44 +02:00
siikamiika
955e131f96
add parser selection options
2019-11-23 17:45:44 +02:00
siikamiika
1700318988
remove unneeded feature
...
Unidic actually has a field for the base form of the input
2019-11-23 17:45:44 +02:00
siikamiika
1bf48d24ef
change mecab path
...
https://github.com/siikamiika/yomichan-mecab-installer
2019-11-23 17:45:44 +02:00
siikamiika
515345ba0a
remove code duplication
2019-11-23 17:45:44 +02:00
siikamiika
b0c924d4bd
fix mecab variable
2019-11-23 17:45:44 +02:00
siikamiika
bc66f254ea
click & text selection improvements on search page
2019-11-23 17:45:44 +02:00
siikamiika
c78ca36f3d
switch to mousemove events in query parser
2019-11-23 17:45:44 +02:00
siikamiika
8825c481b5
respect text selection option in query parser
2019-11-23 17:45:44 +02:00
siikamiika
5a3e8c819c
optimize mouseover scanning in query parser
2019-11-23 17:45:44 +02:00
siikamiika
41020289ab
add mecab support
2019-11-23 17:45:44 +02:00
siikamiika
3881457e4e
use handlebars templates for query parser
2019-11-23 17:45:44 +02:00
siikamiika
e6a1b78164
use correct source text
2019-11-23 17:44:31 +02:00
siikamiika
408aa73cce
fix default params for term clicking
2019-11-23 17:43:30 +02:00
siikamiika
627e16d44b
improve text preview
2019-11-23 17:43:30 +02:00
siikamiika
530b95895b
remove unused css
2019-11-23 17:40:52 +02:00
siikamiika
d19f447b80
fix stem length checking
...
Starting from the end and stopping at first match doesn't guarantee
correctness. Starting from the beginning does.
2019-11-23 17:40:52 +02:00
siikamiika
c35a05cd62
add kana to text
2019-11-23 17:40:52 +02:00
toasted-nutbread
b4c6fa2d37
Improve usability of domain profile condition
2019-11-23 10:28:37 -05:00
siikamiika
f63e8e4be0
add simple query parser
2019-11-23 16:56:10 +02:00
toasted-nutbread
baf0325f62
Fix missing details
2019-11-18 21:55:06 -05:00
Alex Yatskov
b1659522b3
Merge pull request #274 from toasted-nutbread/lookup-wildcards
...
Lookup wildcards
2019-11-13 18:51:50 -08:00
siikamiika
7d9d45ae10
close popups on search page when query changes
2019-11-13 21:19:01 +02:00
siikamiika
29c38b06b2
only paste Japanese text from clipboard
2019-11-13 13:51:47 +02:00
toasted-nutbread
db4a303365
Fix dictionary settings not using the current profile
2019-11-12 20:13:25 -05:00
toasted-nutbread
72e7a42c8d
Fix settings not being saved correctly
2019-11-12 20:01:55 -05:00
toasted-nutbread
7333873244
Add support for wildcards
2019-11-10 14:02:43 -05:00
toasted-nutbread
3a225c3f91
Add details field to apiTermsFind
2019-11-10 14:02:43 -05:00
toasted-nutbread
7093d8f06e
Simplify how definition count is limited
2019-11-10 14:02:43 -05:00
toasted-nutbread
58c0997999
Give findKanji the same API as findTerms
2019-11-10 14:02:43 -05:00
toasted-nutbread
af1662acad
Update how apiTermsFind works
2019-11-10 14:02:43 -05:00
toasted-nutbread
ae10bb7096
Simplify dictTermsSort
2019-11-10 14:02:43 -05:00
toasted-nutbread
fe82913991
Rename function
2019-11-10 14:02:43 -05:00
toasted-nutbread
a9ab774a3f
Move function
2019-11-10 14:02:43 -05:00
toasted-nutbread
d9b4404075
Create functions for the cases of isMouseButton
...
jshint was showing a warning that there was no break statement
after the first case, which there doesn't need to be.
The most straightforward way to fix this without using the unclear
// jshint ignore:line
is to just have two functions.
This change also updates invocations of isMouseButton to use
the exact case function, as this will remove the need to check
the case of mosueEvent.type. This was done because onMouseMove
is invoked at a high frequency.
2019-11-10 14:00:44 -05:00
toasted-nutbread
dad685dba4
Fix overwriting const value
2019-11-10 13:56:06 -05:00
toasted-nutbread
d6cdd693c8
Fix several warnings about name conflicts
2019-11-10 13:55:37 -05:00
toasted-nutbread
157e6f7c75
Optimize DisplaySearch.onKeyDown
2019-11-10 13:40:48 -05:00
toasted-nutbread
120f97be26
Refactor apiOptionsSet
2019-11-10 13:36:35 -05:00
toasted-nutbread
aa92855b37
Fixes for Edge
2019-11-10 13:01:39 -05:00
toasted-nutbread
75883ed885
Remove dexie
2019-11-10 13:01:39 -05:00
toasted-nutbread
e48bfb8f1a
Use native indexedDB pointer
2019-11-10 13:01:39 -05:00
toasted-nutbread
183ec6b381
Use native IndexedDB to delete the database
2019-11-10 13:01:39 -05:00
toasted-nutbread
3a1e3392ed
Use native IndexedDB to create database and object stores
2019-11-10 13:01:39 -05:00
toasted-nutbread
6c023789d9
Use native IndexedDB for bulkAdd operations
2019-11-10 13:01:39 -05:00
toasted-nutbread
750439ebf0
Use native IndexedDB for database additions
2019-11-10 13:01:39 -05:00
toasted-nutbread
6f53030469
Use for of loop instead of forEach
2019-11-10 12:25:28 -05:00
sabs
fd17a0fccd
Remove Download check when resolving Audio data
...
There is a bug (seemingly unreported) in Yomichan where an Anki card
will not contain any audio if the JapanesePod101 audio source trumps
a secondary audio source (e.g. JapanesePod101-alternate) where
the jpod101 source can't find the word requested.
For example, そして has an audio entry in the alternate source but not
the standard source.
(Alternatively, there may be a bug in the jpod101 audioUrlBuilder,
because I've only noticed this problem with hiragana-only expressions.
JPod101 may not host those on the same url scheme any more. I'm not
sure how to fix that, though, and the bug I'm addressing here does
still persist).
The reason this happens is that audioGetFromUrl uses downloaded audio
to effectively check for a 404 (by examining the audio duration), but
that check doesn't happen when an Anki card is being created (i.e.
"download" is set, which I've changed to "willDownload" here).
This change removes that check, but retains the will-download intent
information to prevent attempts to download tts data, which AnkiConnect
cannot do. I've also added a short explanation as to why the download
check happens where it does.
I think the unused audio object will get garbage collected since it's
not referenced again, but I've explicitly unset it as well.
2019-11-09 20:58:09 -05:00
toasted-nutbread
3e864c44c3
Fixes for Edge
2019-11-09 20:52:16 -05:00
siikamiika
4ac4128388
search page checkbox styling
...
Change checkboxes to color-inverting icons
2019-11-10 03:15:55 +02:00
toasted-nutbread
184cc4cf28
Allow templates to be tested on the settings page
2019-11-09 16:34:39 -05:00
toasted-nutbread
085881d342
Use HTML templates for anki fields
2019-11-09 14:31:13 -05:00
siikamiika
40c8268fd6
always disable scanning IME checkbox label
2019-11-09 13:01:21 +02:00
siikamiika
cf0bb0a9e2
enable custom CSS on search page
2019-11-09 12:43:22 +02:00
siikamiika
177fad56b5
use scan toggling for stroke order diagram too
2019-11-09 12:28:12 +02:00
siikamiika
25af532ab7
enable expression scan toggling on search page
2019-11-09 12:27:09 +02:00
toasted-nutbread
b59a5b8cdb
Add support for some regex functions in handlebars templates
2019-11-08 22:57:20 -05:00
toasted-nutbread
4d7940e8e4
Optimize dictFieldFormat
2019-11-08 22:25:03 -05:00
toasted-nutbread
fa963722a7
Fix seekForward and seekBackward not handling length=0 case correctly
2019-11-08 19:24:33 -05:00
toasted-nutbread
b059609670
Add outdated warning
2019-11-07 20:30:55 -05:00
toasted-nutbread
cad0648cbe
Remove unused function
2019-11-07 20:30:55 -05:00
toasted-nutbread
f7700789fe
Update dictionary order based on priority
2019-11-07 20:30:55 -05:00
toasted-nutbread
fcb922400a
Prevent page exit while database operations are in progress
2019-11-07 20:30:55 -05:00
toasted-nutbread
e5dcb41824
Add support for importing multiple dictionaries at once
2019-11-07 20:30:55 -05:00
toasted-nutbread
e091c7ebe2
Add support for deleting individual dictionaries
2019-11-07 20:30:55 -05:00
toasted-nutbread
e355b83914
Update how nodes are hidden
2019-11-07 20:30:55 -05:00
toasted-nutbread
3d78d5400d
Add button and confirmation dialog for database purge
2019-11-07 20:30:55 -05:00
toasted-nutbread
2ab871e7ee
Update how dictionaries are displayed on the settings page
2019-11-07 20:30:55 -05:00
toasted-nutbread
79069d5908
Add functions for getting dictionary information
2019-11-07 20:30:55 -05:00
toasted-nutbread
44638b7ceb
Simplify how option visibility is changed
2019-11-07 20:30:55 -05:00
91c01e0a7e
Update version
2019-11-05 19:03:23 -08:00
toasted-nutbread
a85ec440d6
Fix overlapping popup timers
2019-11-05 19:48:08 -05:00
siikamiika
83460bcdad
refactoring and optimization
2019-11-04 02:15:33 +02:00
siikamiika
f4a987912a
prevent accidental lookup on glossary text select
2019-11-03 18:56:22 +02:00
toasted-nutbread
75ff05148d
Fix autoHideResults not working
2019-11-03 11:06:31 -05:00
toasted-nutbread
7de24dd355
Add favicons
2019-11-02 10:10:03 -04:00
toasted-nutbread
bcffe80a1e
Group similar functions together
2019-10-28 17:03:42 -04:00
toasted-nutbread
6d85dae68d
Fix some issues with the context menu
2019-10-28 17:03:42 -04:00
toasted-nutbread
d2644c0776
Style update
2019-10-28 17:03:42 -04:00
toasted-nutbread
c365101ec2
Reset preventions earlier
2019-10-28 17:03:42 -04:00
toasted-nutbread
e542f38110
Check pendingLookup earlier
2019-10-28 17:03:42 -04:00
toasted-nutbread
9703e123bf
Remove setPrimaryTouch
2019-10-28 17:03:42 -04:00
toasted-nutbread
80eb357527
Simplify touch event implementation
2019-10-28 17:03:42 -04:00
toasted-nutbread
131dc8397d
Make selectionContainsPoint static
2019-10-28 17:03:42 -04:00
toasted-nutbread
a648e05091
Improve naming
2019-10-28 17:03:42 -04:00
toasted-nutbread
9178636613
Remove setters
2019-10-28 17:03:42 -04:00
toasted-nutbread
c74c466c36
Remove unused variable
2019-10-28 17:03:42 -04:00
toasted-nutbread
f2dec4ca20
Remove searchFromTouch
2019-10-28 17:03:42 -04:00
toasted-nutbread
8c5240d7a6
Simplify how touch events use onAfterSearch
2019-10-28 17:03:42 -04:00
toasted-nutbread
e91bcf5f55
Rename textSourceLast to textSourceCurrent
2019-10-28 17:03:42 -04:00
toasted-nutbread
be27781c15
Update how definitions are searched for
2019-10-28 17:03:42 -04:00
toasted-nutbread
f927f806ba
Move check
2019-10-28 17:03:42 -04:00
toasted-nutbread
1f0a434e96
Remove unused vars
2019-10-28 17:03:42 -04:00
toasted-nutbread
dcb6f68826
Don't pass null textSource into searchSource
2019-10-28 17:03:42 -04:00
toasted-nutbread
185963899b
Use promiseTimeout
2019-10-28 17:03:42 -04:00
toasted-nutbread
d608657495
Move onError catch into searchAt
2019-10-28 17:03:42 -04:00
toasted-nutbread
1039536cfb
Create promise version of setTimeout
2019-10-28 17:03:42 -04:00
siikamiika
f6d3f739a8
improve search page checkbox usability
...
Disable text selection and make the entire area clickable, including
whitespace
2019-10-28 01:13:05 +02:00
siikamiika
a31ee0a0e9
refactoring
2019-10-28 00:09:36 +02:00
siikamiika
d62d04f806
fix wanakana toggle on empty input
2019-10-27 23:52:16 +02:00
siikamiika
68179607b3
use apiOptionsGet to modify the correct profile
2019-10-27 23:34:50 +02:00
siikamiika
9641747ba1
Revert "modify correct profile apiOptionsSet"
...
This reverts commit 51c35c9f30
.
2019-10-27 23:02:41 +02:00
siikamiika
51c35c9f30
modify correct profile apiOptionsSet
2019-10-27 22:43:20 +02:00
siikamiika
70418202cf
make search page checkbox options persist
2019-10-27 20:11:23 +02:00
siikamiika
48776145d6
add workaround to Chrome clipboard.readText
...
For some reason this doesn't work on Firefox, so keep using the new API
for Firefox
2019-10-27 15:46:27 +02:00
siikamiika
d3f51690f8
make clipboardRead an optional permission
2019-10-27 01:51:18 +03:00
siikamiika
7ee87265cd
refactor and tune wanakana toggling
2019-10-27 01:26:17 +03:00
siikamiika
01ffb052e6
simplify search history state handling
2019-10-26 19:32:41 +03:00
siikamiika
bbbd23c842
add button to enable/disable wanakana IME
2019-10-26 19:12:13 +03:00
siikamiika
303205dc12
keep url query in history
2019-10-26 18:42:57 +03:00
siikamiika
704864b7b2
add clipboard monitor to search page
...
Related to issue #262 about APIs
2019-10-26 18:15:28 +03:00
siikamiika
bebd70b4e2
remember search history
2019-10-26 16:39:43 +03:00
siikamiika
50769feea7
ignore more keys on search page
2019-10-26 15:15:12 +03:00
siikamiika
9132814ccf
focus and scroll to input only when it's needed
2019-10-26 14:30:36 +03:00
siikamiika
fe8eb76928
tweak ignored keys on search page
2019-10-26 03:39:08 +03:00
siikamiika
3a70346eb3
fix various unwanted focus issues on search page
...
Don't focus input if a modifier or specific keys are pressed
2019-10-26 03:26:24 +03:00
siikamiika
a716a52cab
make non-hotkey keys focus input on search page
...
The issue was that scanning on search page introduced a way to lose
focus of the query input, and the new feature that the search page
hotkey focuses an existing search page instead of opening a new one made
it more obvious.
Now every key that isn't a hotkey focuses the query input, and typing
text into the box scrolls it into view in case it wasn't there when
searching.
There is an accessibility issue that this can cause, because now tab
also focuses the query input before it focuses the next element. I
didn't implement a workaround for that because it would have been more
complicated than this simple fix.
Fixes #263
2019-10-26 01:26:56 +03:00
Danny
aeac7bf2a8
Proper spacing for Anki in {furigana-plain}
...
This should fix #264
Note it does not address broken segmentation, just representation
within Anki itself to work properly.
2019-10-23 07:46:43 -04:00
toasted-nutbread
7a3315d75d
Use chrome.runtime.getURL instead of chrome.extension.getURL
2019-10-22 20:23:03 -04:00
d32fd1381b
increment version for testing
2019-10-20 11:22:50 -07:00
Alex Yatskov
d8f9c2e1d4
Merge pull request #261 from toasted-nutbread/search-button-reuse-tab
...
Reuse open search tab when clicking search button
2019-10-20 11:06:23 -07:00
Alex Yatskov
6592323855
Merge pull request #259 from toasted-nutbread/database-optimizations2
...
Database optimizations part 2
2019-10-20 11:04:17 -07:00
toasted-nutbread
362a1ed9e4
Catch exception thrown on Edge
2019-10-20 10:58:22 -04:00
toasted-nutbread
d7dc8ac9cd
Add tooltip about middle click behaviour
2019-10-20 10:30:44 -04:00
toasted-nutbread
ce92591b63
Fix window focus not always working
2019-10-19 22:55:32 -04:00
toasted-nutbread
7abc7fd0e7
Use links instead of buttons on context page
2019-10-19 22:54:58 -04:00
toasted-nutbread
205498ef3b
Validate chrome.windows exists before usage
2019-10-19 22:45:29 -04:00
toasted-nutbread
ffb6ff9325
Allow multiple options pages to be opened on middle click
2019-10-19 22:34:47 -04:00
toasted-nutbread
d9ae34821c
Add support for middle clicks opening new tabs on the context buttons
2019-10-19 22:30:16 -04:00
toasted-nutbread
dbec4bffda
Make the search button reuse an open search tab if it exists
2019-10-19 22:28:23 -04:00
Alex Yatskov
03c72e9429
Merge pull request #256 from toasted-nutbread/unlimited-storage
...
Add unlimited storage permission
2019-10-19 12:01:54 -07:00
toasted-nutbread
eea95eb130
Simplify score to term frequency conversion
2019-10-19 14:18:57 -04:00
toasted-nutbread
96e4bf1735
Use native IndexedDB APIs for findTagForTitle
2019-10-19 13:41:18 -04:00
toasted-nutbread
610c2b9cca
Move tagCache out of Database and into Translator
2019-10-19 13:32:05 -04:00
toasted-nutbread
6f5fa6771b
Remove unused database functions
2019-10-19 12:44:23 -04:00
toasted-nutbread
97de7883a3
Update getMergedSecondarySearchResults to use findTermsExactBulk
2019-10-19 12:42:26 -04:00
toasted-nutbread
4446cbeabb
Create getMergedSecondarySearchResults
2019-10-19 12:28:33 -04:00
toasted-nutbread
96f37fd9dc
Create function for body of findTermsMerged's sequencedDefinitions loop
2019-10-19 12:16:38 -04:00
toasted-nutbread
a08cbebeb3
Use findTermsBySequenceBulk instead of findTermsBySequence
2019-10-19 11:34:12 -04:00
toasted-nutbread
a25167df73
Use findKanjiBulk and findKanjiMetaBulk in Translator.findKanji
2019-10-19 10:39:08 -04:00
toasted-nutbread
d212d0aba1
Add additional database bulk methods
2019-10-19 10:19:12 -04:00
toasted-nutbread
9364a7cb4e
Create function for creating kanji data and meta
2019-10-18 23:16:33 -04:00
toasted-nutbread
6743b785c9
Remove temp createResult
2019-10-18 23:09:00 -04:00
toasted-nutbread
31ae00d0d3
Add missing validate calls
2019-10-18 23:04:06 -04:00
toasted-nutbread
127a728675
Remove unused functions
2019-10-18 21:58:28 -04:00
toasted-nutbread
a5d7de8e97
Add correction to offset of imposter rect
...
Necessary when dealing with CSS transforms
2019-10-17 19:30:54 -04:00
toasted-nutbread
8f918c63dc
Reposition popup on window resize rather than clear the search
...
Fixes #107
2019-10-17 18:40:43 -04:00
toasted-nutbread
598cd32946
Update *show* APIs to unified showContent and setContent
2019-10-17 18:40:43 -04:00
toasted-nutbread
779b4af590
Change -teoru endings to be godan verbs
2019-10-16 19:11:45 -04:00
siikamiika
5b98f3ea6e
add missing return to fix vertical text mode
2019-10-16 23:49:40 +03:00
toasted-nutbread
16521fec93
Assign first popup on the search page as a depth of 1
2019-10-15 20:23:25 -04:00
toasted-nutbread
173a474d5b
Add unlimited storage permission
2019-10-15 19:41:39 -04:00
toasted-nutbread
099909287f
Show warning messages if persistant storage fails
...
Only Firefox seems to support persistent storage properly.
2019-10-15 19:22:30 -04:00
toasted-nutbread
4443ad370e
Catch error when trying to persist storage
...
This happens on Firefox Mobile
2019-10-13 18:41:16 -04:00
toasted-nutbread
693ffebbf7
Make the Options link the first link
...
Better reflects importance in a top-down list.
2019-10-13 18:38:17 -04:00
toasted-nutbread
437fe4e62e
Move anki warnings under anki-general
2019-10-13 18:30:44 -04:00
toasted-nutbread
d42a07dc0b
Improve layout of context.html on Firefox Mobile
2019-10-13 18:23:59 -04:00
toasted-nutbread
ba27ea2c9d
Center align context popup window buttons
2019-10-13 17:40:51 -04:00
toasted-nutbread
17e2f825f4
Add warning message for Mac users about App Nap
2019-10-13 17:32:28 -04:00
toasted-nutbread
cb236a7430
Add apiGetEnvironmentInfo function
2019-10-13 17:20:55 -04:00
toasted-nutbread
c92fc11fcd
Fix getElementWritingMode returning deprecated values on Edge
2019-10-13 16:44:13 -04:00
toasted-nutbread
4f8c84d524
Fix Japanese voice ordering on Firefox for Android
2019-10-13 16:30:31 -04:00
toasted-nutbread
f8e666b70c
Fix backend handling errors incorrectly
2019-10-13 16:08:15 -04:00
siikamiika
f3ab7673f9
add css class for dictionary name
...
Can be used for dictionary specific styling
2019-10-13 21:50:29 +03:00
toasted-nutbread
7bae3824e7
Add support for text-to-speech playback
2019-10-13 12:21:19 -04:00
toasted-nutbread
69b28571bd
audioBuildUrl => audioGetUrl and simplify
2019-10-13 12:20:56 -04:00
toasted-nutbread
54d4c65854
Rename audioGetFromSources's createAudioObject argument to download
2019-10-13 12:20:56 -04:00
toasted-nutbread
21a2730cde
Add option for text-to-speech
2019-10-13 12:20:56 -04:00
toasted-nutbread
1b96e69ea2
Placeholder and improve consistency of stylesheet rule priorities
2019-10-13 12:12:52 -04:00
toasted-nutbread
b34ff7ebe9
Change #yomichan-float to .yomichan-float
...
Since there can be more than one popup, using a class makes more sense than an ID.
2019-10-13 12:12:52 -04:00
toasted-nutbread
42d67249c9
Update the popup preview to show live updates to outer CSS changes
2019-10-13 12:12:52 -04:00
toasted-nutbread
c9158a37b5
Allow outer popup stylesheets to be injected
2019-10-13 12:12:51 -04:00
toasted-nutbread
3272948284
Adds setting for controlling the outer style of the popup
2019-10-13 12:12:51 -04:00
toasted-nutbread
118f200500
Simplified how the auto theme works
2019-10-13 12:12:51 -04:00
toasted-nutbread
57db18c31b
Leave default stylesheet enabled by default
2019-10-12 19:00:24 -04:00
toasted-nutbread
b086fca69f
Add separate theme option for outer popup style
2019-10-12 19:00:24 -04:00
toasted-nutbread
1da60aae2d
Update live preview custom CSS on input event
2019-10-12 19:00:24 -04:00
toasted-nutbread
883226b045
Update how custom CSS is applied
2019-10-12 19:00:24 -04:00
toasted-nutbread
c90bc75eb8
Create themes
2019-10-12 19:00:24 -04:00
toasted-nutbread
ceaeeb32dd
Remove bootstrap styles from float.html
2019-10-12 19:00:21 -04:00
toasted-nutbread
696ea80e06
Add option for popup theme
2019-10-12 15:44:35 -04:00
toasted-nutbread
be7fa57d5c
Add support for a popup preview
2019-10-12 15:44:32 -04:00
toasted-nutbread
537d2ef532
Remove Display.dependencies
2019-10-12 15:31:29 -04:00
toasted-nutbread
6da7683552
Don't pass options around for calls to termsShow, kanjiShow, etc.
2019-10-12 15:31:29 -04:00
toasted-nutbread
a5b208fb89
Check if objects are properly initialized before showing content
2019-10-12 15:31:29 -04:00
toasted-nutbread
8a1637f6b3
Remove .show popup proxy API since it's not used
2019-10-12 15:31:29 -04:00
toasted-nutbread
194615ef21
Make popups store options
2019-10-12 15:31:29 -04:00
toasted-nutbread
3e249e19ac
Update Display initialization process
2019-10-12 15:31:29 -04:00
toasted-nutbread
89a8494208
Add function for (de)activating event listeners in Display
2019-10-12 11:25:24 -04:00
toasted-nutbread
cc72514ce6
Frontend updates
2019-10-11 23:24:51 -04:00
toasted-nutbread
a6903d68a4
Revert default audio source behaviour
...
This more closely matches the upgrade process
2019-10-11 23:24:51 -04:00
toasted-nutbread
70bceb5b56
Improve display of storage stats
2019-10-11 19:48:43 -04:00
toasted-nutbread
6014fe5344
Add support for persistent storage
2019-10-11 19:44:13 -04:00
toasted-nutbread
2bfc7e3972
Fix order of {screenshot} tag
2019-10-11 19:44:13 -04:00
55b2c1d8f5
version bump
2019-10-10 19:49:05 -07:00
toasted-nutbread
6208d6c93b
Add UI for editing audio playback sources
2019-10-10 21:36:09 -04:00
toasted-nutbread
1dc8bf77ca
Add input setting for custom audio source
2019-10-10 21:30:38 -04:00
toasted-nutbread
27c8430915
Implement custom audio source
2019-10-10 21:30:38 -04:00
toasted-nutbread
50252ec627
Update title with info about what the audio source was
2019-10-10 21:30:38 -04:00
toasted-nutbread
1d516b3b24
Implement audio fallbacks
2019-10-10 21:30:38 -04:00
toasted-nutbread
8ae1da4277
Update audio options format
2019-10-10 21:30:35 -04:00
toasted-nutbread
22b218d172
Pass optionsContext to audioBuildUrl handlers
2019-10-09 22:03:56 -04:00
toasted-nutbread
8be0ddeb26
Create region for audio options
2019-10-09 22:02:25 -04:00
toasted-nutbread
60a80418d7
Update how audio URLs are constructed
2019-10-09 21:54:58 -04:00
toasted-nutbread
7ce54864f3
Show the viewer button for anki notes which already exist
2019-10-09 20:31:09 -04:00
toasted-nutbread
97f5b7139f
Add findNoteIds to AnkiConnect
2019-10-09 20:27:05 -04:00
toasted-nutbread
c5d6b9452d
Create utility function for logging errors
2019-10-08 22:38:05 -04:00
toasted-nutbread
6a6e200ef9
Update rejections to use Error
2019-10-08 21:44:25 -04:00
toasted-nutbread
88de427184
Throw Error instead of string
2019-10-08 21:32:08 -04:00
toasted-nutbread
bf5d301685
Only use foreground api.js/util.js
2019-10-08 20:01:03 -04:00
toasted-nutbread
1074c33f20
Add support for query parameter in URL on search page
2019-10-08 20:01:03 -04:00
toasted-nutbread
9d488e1916
Validate that key is a string
...
On Chrome, when clicking an autocomplete dropdown menu option, a keydown event is generated which is not of type KeyboardEvent.
2019-10-08 19:32:44 -04:00
toasted-nutbread
176f6a248b
Fix findTermMetaBulk trying to use undefined row.id
2019-10-07 22:34:40 -04:00
Alex Yatskov
7ccdb9134c
Merge pull request #243 from toasted-nutbread/svg-icons
...
SVG icons
2019-10-06 21:11:54 -07:00
toasted-nutbread
205c7d88d0
Remove PNG icons
2019-10-06 21:28:43 -04:00
toasted-nutbread
7c826fdd0b
Switch from using PNGs to SVGs
2019-10-06 21:28:43 -04:00
toasted-nutbread
69b9cac8af
Create SVG icons
2019-10-06 21:28:42 -04:00
c3926c67ad
version bump
2019-10-06 09:07:22 -07:00
Alex Yatskov
14a5e3ce20
Merge pull request #238 from toasted-nutbread/deinflector-optimization
...
Deinflector optimization
2019-10-05 19:49:54 -07:00
Alex Yatskov
4df8662ea9
Merge pull request #234 from toasted-nutbread/remove-frontend-event-listeners
...
Remove event listeners when scanning is disabled
2019-10-05 19:48:46 -07:00
toasted-nutbread
113cc725c1
Make the window.onresize handler not change focus
2019-10-05 22:11:05 -04:00
toasted-nutbread
cd6d4e7ee1
Update how popup visibility works
2019-10-05 21:59:37 -04:00
toasted-nutbread
2255fadf52
Rename Popup.setVisible to setVisibleOverride
2019-10-05 21:40:10 -04:00
toasted-nutbread
50a47348a7
Optimize internal data structure used by the Deinflector class
2019-10-05 18:28:30 -04:00
toasted-nutbread
30263c3db8
Improve progressive/perfect deinflection rules
2019-10-05 18:21:39 -04:00
toasted-nutbread
c967b7a9f1
Remove event listeners when scanning is disabled
2019-10-05 13:57:33 -04:00
bac237336e
version bump
2019-10-05 10:16:33 -07:00
Alex Yatskov
46ab36180f
Merge pull request #233 from toasted-nutbread/static-handlers
...
Static handlers
2019-10-05 09:20:45 -07:00
Alex Yatskov
440d6a91fd
Merge pull request #235 from toasted-nutbread/teiru-deinflections
...
Add support for progressive/perfect inflections
2019-10-05 09:19:31 -07:00
Alex Yatskov
a369f8d0a4
Merge pull request #229 from toasted-nutbread/database-optimizations
...
Database optimizations
2019-10-05 09:18:09 -07:00
toasted-nutbread
457caf2221
Add support for progressive/perfect inflections
2019-10-04 22:11:45 -04:00
toasted-nutbread
fa7ee468c0
Simplify float initialization
2019-10-02 21:12:24 -04:00
toasted-nutbread
7380ada1f1
Simplify onWheel handler
2019-10-02 21:12:24 -04:00
toasted-nutbread
0d6177398d
Use static object for api command handlers
2019-10-02 21:12:24 -04:00
toasted-nutbread
10458c63e7
Use static object for backend message handlers
2019-10-02 21:12:23 -04:00
toasted-nutbread
bf382652a7
Use static object for float message handlers
2019-10-02 20:46:35 -04:00
toasted-nutbread
7d15213916
Use static object for frontend message handlers
2019-10-02 20:31:42 -04:00
toasted-nutbread
a628610cbd
Use KeyboardEvent.key for onKeyDown handlers
2019-10-02 19:49:52 -04:00
toasted-nutbread
861474d2fc
Fix inconsistent return type
2019-10-01 19:05:30 -04:00
Alex Yatskov
fba2bef905
Merge pull request #225 from toasted-nutbread/text-source-range-improvements
...
TextSourceRange improvements
2019-09-30 19:58:19 -07:00
Alex Yatskov
3c3a2c9474
Merge pull request #230 from toasted-nutbread/edge-fixes
...
Use toIterable for cross-window origin objects
2019-09-30 19:54:27 -07:00
Alex Yatskov
00d16433e7
Merge pull request #228 from toasted-nutbread/fix-tab-focus-changing
...
Fix tab focus being changed due to settings changes
2019-09-30 19:53:45 -07:00
toasted-nutbread
44119eea2c
Fix deinflections not being handled correctly
2019-09-30 22:09:16 -04:00
toasted-nutbread
25a4dafd73
Fix tab focus being changed due to settings changes
2019-09-29 16:48:28 -04:00
toasted-nutbread
8b7558a757
Use toIterable for cross-window origin objects
2019-09-29 15:26:57 -04:00
toasted-nutbread
e18b8438ae
Updated button styles
2019-09-29 12:33:16 -04:00
toasted-nutbread
1286b5115f
Use bulk database searches
2019-09-28 22:05:10 -04:00
toasted-nutbread
664a318d7f
Use non-async function for cache lookups
2019-09-28 21:54:18 -04:00
toasted-nutbread
a4f8a459de
Create common function for creating term object
2019-09-28 21:49:08 -04:00
toasted-nutbread
888075d21a
Add instructions for keyboard shortcuts
2019-09-28 16:04:22 -04:00
toasted-nutbread
5dfeca1500
Rename option for clarity
2019-09-28 16:04:22 -04:00
toasted-nutbread
305cf4703b
Add info about third-party software licenses
2019-09-28 16:04:22 -04:00
toasted-nutbread
e7702e3bb4
Update URLs
2019-09-28 16:04:22 -04:00
toasted-nutbread
73133294e7
Update copyright years
2019-09-28 16:04:22 -04:00
toasted-nutbread
2a0cc44e6a
Add header to settings page
2019-09-28 16:04:22 -04:00
toasted-nutbread
1a8cb78391
Add version information
2019-09-28 16:04:22 -04:00
toasted-nutbread
b42fa9581f
Fix some incorrect labels
2019-09-28 16:04:22 -04:00
toasted-nutbread
9b929ffcd4
Add wrapping for usage conditions on small screens
2019-09-28 16:04:22 -04:00
toasted-nutbread
4e0fe1d5fb
Limit width of the HTML pages
2019-09-28 16:04:22 -04:00
toasted-nutbread
9217b5c79b
Move settings style to separate CSS file
2019-09-28 16:03:51 -04:00
toasted-nutbread
597f658b26
Move glyphicons into span element
2019-09-28 16:03:51 -04:00
toasted-nutbread
e5f24b8f12
Fix paragraph tags
2019-09-28 16:03:51 -04:00
toasted-nutbread
03c52625a9
Refactor seekForward and seekBackward
2019-09-28 11:28:55 -04:00
toasted-nutbread
a5f393fa2c
Fix incorrect check
2019-09-28 11:28:15 -04:00
toasted-nutbread
928d7aecd5
Directly return rather than use a temporary variable
2019-09-28 11:28:15 -04:00
toasted-nutbread
8110de514e
Change skipped node types to use a switch statement
2019-09-28 11:28:15 -04:00
toasted-nutbread
e358c94882
Clean up event listeners
2019-09-27 21:41:00 -04:00
toasted-nutbread
1a7ad30111
Remove jQuery dependency from float.html and search.html
2019-09-27 21:41:00 -04:00
toasted-nutbread
8db830b468
Change how current entry is indicated
2019-09-27 21:41:00 -04:00
toasted-nutbread
3ca84e3a85
Remove jQuery calls from adderButtonFind and viewerButtonFind
2019-09-27 21:41:00 -04:00
toasted-nutbread
946e577e42
Implement custom window scroll
2019-09-27 21:41:00 -04:00
toasted-nutbread
9fc69395c5
Use raw event listeners
2019-09-27 21:41:00 -04:00
toasted-nutbread
95a7fd81f5
Use raw element references for container and spinner
2019-09-27 21:41:00 -04:00
toasted-nutbread
355fb29c3b
Use entryIndexFind without jQuery
2019-09-27 21:40:59 -04:00
toasted-nutbread
b61fc81012
Remove jQuery usage from search.js
2019-09-27 21:16:10 -04:00
toasted-nutbread
9a243630a5
Improve slide up animation
2019-09-27 21:16:10 -04:00
toasted-nutbread
476a5e873a
Remove jQuery usage from float.js
2019-09-27 21:16:10 -04:00
odehjoseph
62b95a656f
Add option to enable Alt+B lookup
2019-09-26 21:33:33 -07:00
f5afe590ad
version bump
2019-09-23 17:34:18 -07:00
Alex Yatskov
ba2858309e
Merge pull request #218 from toasted-nutbread/settings-profile-conditions
...
Settings profile conditions
2019-09-23 17:03:00 -07:00
Alex Yatskov
db405ffd24
Merge pull request #219 from toasted-nutbread/fix-null-caret-position
...
Handle null return value of document.caretPositionFromPoint
2019-09-22 10:06:52 -07:00
toasted-nutbread
f022ee4eca
Use a Promise to trigger callback when delay is 0 or less
2019-09-19 19:00:26 -04:00
toasted-nutbread
02927f9004
Handle null return value of document.caretPositionFromPoint
2019-09-18 22:11:18 -04:00
toasted-nutbread
352d214203
Isolate objects to background window
2019-09-18 19:14:04 -04:00
toasted-nutbread
dcfe722ba6
Add support for using optionsContext to select which profile to use
2019-09-18 19:14:04 -04:00
toasted-nutbread
8c4fb28a30
Add support creating profile usage conditions
2019-09-18 19:14:01 -04:00
Alex Yatskov
e3fb9603e2
Merge pull request #209 from toasted-nutbread/settings-profiles
...
Settings profiles
2019-09-16 18:32:01 -07:00
toasted-nutbread
073420a121
Normalize XHTML document node.nodeNode to upper case
2019-09-15 16:09:46 -04:00
toasted-nutbread
9fb89d8f7d
Isolate to background window
2019-09-15 16:04:26 -04:00
toasted-nutbread
8b7e293eae
Remove profile without popup when shift key is pressed
...
Also removes duplicate click listener.
2019-09-15 15:58:19 -04:00
toasted-nutbread
34ddbf25fe
Implement profile order changing
2019-09-15 15:58:19 -04:00
toasted-nutbread
1f77506f43
Implement profile copy
2019-09-15 15:58:19 -04:00
toasted-nutbread
c002e1bbd2
Update dictionaries for all profile options
2019-09-15 15:58:19 -04:00
toasted-nutbread
6c571bf828
Add UI for profiles
2019-09-15 15:56:53 -04:00
toasted-nutbread
c8171f5ec7
Add preliminary support for profiles
2019-09-15 15:56:53 -04:00
Alex Yatskov
5877861277
Merge pull request #213 from toasted-nutbread/options-isolation
...
Isolate options objects created via settings.js
2019-09-15 11:34:34 -07:00
Alex Yatskov
e4fa658295
Merge pull request #212 from toasted-nutbread/frontend-cleanup
...
Frontend cleanup
2019-09-15 11:33:48 -07:00
Alex Yatskov
4af9fc2b3b
Merge pull request #214 from toasted-nutbread/add-anchor-noopener
...
URL improvements
2019-09-15 11:32:48 -07:00
Alex Yatskov
88a6128e39
Merge pull request #211 from toasted-nutbread/validate-content-window
...
Validate contentWindow before focus
2019-09-14 17:31:23 -07:00
Alex Yatskov
2add068ff2
Merge pull request #210 from toasted-nutbread/defer-port-creation
...
Defer creation of communication port until required
2019-09-14 17:30:52 -07:00
toasted-nutbread
f8aa926f8a
Upgrade website URLs to https
2019-09-14 20:18:03 -04:00
toasted-nutbread
ba1875c56a
Add rel="noopener" to all anchors with target="_blank"
2019-09-14 19:59:45 -04:00
toasted-nutbread
6358b655ae
Isolate options objects created via settings.js
...
Prevents dead objects created by different windows.
2019-09-14 16:21:41 -04:00
toasted-nutbread
0067dfeacc
Remove redundant call of popupTimerClear
...
Also use explicit null checks rather than truthy checks.
2019-09-14 15:29:43 -04:00
toasted-nutbread
8b1e4d1c6f
Return only single element when deepDomScan is not enabled
2019-09-14 14:52:03 -04:00
toasted-nutbread
7dddcb8dca
Rename type to cause
2019-09-14 14:31:21 -04:00
toasted-nutbread
6d3037f3d6
Remove destructuring from searchAt, containsPoint, docRangeFromPoint
2019-09-14 14:27:25 -04:00
toasted-nutbread
89941d404c
Remove unused variable
2019-09-14 14:11:25 -04:00
toasted-nutbread
721248c821
Remove mouseDownLeft and mouseDownMiddle
...
MouseEvent.buttons can be used instead.
2019-09-14 14:11:06 -04:00
toasted-nutbread
964de775df
Validate contentWindow before focus
2019-09-14 12:02:31 -04:00
toasted-nutbread
304064dae0
Defer creation of communication port until required
2019-09-14 11:58:22 -04:00
toasted-nutbread
bab6a13bfb
Fix nested popups being shown if parent is hidden
2019-09-13 18:12:51 -04:00
Alex Yatskov
ec816e6767
Merge pull request #207 from toasted-nutbread/popup-proxy-writing-mode
...
Add writingMode to PopupProxy* termsShow and kanjiShow
2019-09-12 19:48:22 -07:00
Alex Yatskov
60b32a4a1a
Merge pull request #206 from toasted-nutbread/fix-incorrect-function-name
...
Replace profileCreateDefaultFieldTemplates with optionsFieldTemplates
2019-09-12 19:47:52 -07:00
toasted-nutbread
76aa30ceba
Add writingMode to PopupProxy* termsShow and kanjiShow
2019-09-11 21:29:08 -04:00
toasted-nutbread
c38c7fbda1
Replace profileCreateDefaultFieldTemplates with optionsFieldTemplates
2019-09-11 19:56:13 -04:00
toasted-nutbread
84bd9ff93b
Update settings if a different source triggers optionsUpdate
2019-09-10 21:58:53 -04:00
toasted-nutbread
71b700cd22
Add checkbox for options.general.enable
2019-09-10 21:45:43 -04:00
toasted-nutbread
87e513dd77
Fix options reference being changed
2019-09-10 21:44:32 -04:00
toasted-nutbread
1f8c7358cb
Create function for setting up form event listeners
2019-09-10 21:43:52 -04:00
toasted-nutbread
36b39e2f65
Create formWrite function
2019-09-10 21:43:51 -04:00
toasted-nutbread
cab39e89c9
Create section for Popup Content Scanning Options
2019-09-10 21:43:51 -04:00
toasted-nutbread
c4e6d7e3d1
Add utility method for checking if a value is a standard object
2019-09-10 20:09:33 -04:00
toasted-nutbread
05ce350792
Use apiOptionsSave instead of optionsSave
2019-09-10 20:09:33 -04:00
toasted-nutbread
4686a31a0a
Use apiOptionsGet instead of optionsLoad
2019-09-10 20:09:33 -04:00
toasted-nutbread
99cec1d23f
Change how formRead works
...
The function now modifies values in-place.
2019-09-10 20:09:33 -04:00
toasted-nutbread
8175f80183
Remove calls to apiOptionsGetSync
...
Use apiOptionsGet everywhere to ensure options is initialized.
2019-09-10 20:09:33 -04:00
toasted-nutbread
1b2a1e50eb
Add getOptions function to backend
2019-09-10 20:09:33 -04:00
toasted-nutbread
bc8793eb56
Add a context object for all calls to fetch options
2019-09-10 20:09:33 -04:00
toasted-nutbread
99ca60d4c1
Ensure both Popup and PopupProxy have valid depth
2019-09-10 20:09:33 -04:00
toasted-nutbread
aae971a09e
Pass options directly to translator.findTerms*
2019-09-10 20:09:33 -04:00
toasted-nutbread
91bc31d758
Change how options updates are handled on the frontend
...
Only an 'optionsUpdate' signal is now sent to the frontend with empty data. The frontend then responds by performing apiOptionsGet to update the options. This makes it so that there is only a single function which is responsible for requesting options from the backend.
2019-09-10 20:09:33 -04:00
Alex Yatskov
cc53510883
Merge pull request #204 from toasted-nutbread/settings-improvements
...
Settings improvements
2019-09-08 19:34:39 -07:00
toasted-nutbread
eb98dfb1a8
Simplify logic for how option updates are propagated
2019-09-06 21:23:35 -04:00
toasted-nutbread
7db2c66105
Use consistent structure for params
2019-09-06 21:23:35 -04:00
toasted-nutbread
13b184707b
Remove unnecessary functions
...
apiOptionsSet not required in bg/js/api.js after optionsSave; optionsSave already invokes apiOptionsSet.
apiOptionsSet not required in fg/js/api.js since it's never invoked by the foreground.
optionsSet handler not required in bg/js/backend.js since the message is never sent by the foreground.
2019-09-06 21:23:35 -04:00
toasted-nutbread
35ca0f35dd
Create common function for utilBackend().options
2019-09-06 21:23:35 -04:00
toasted-nutbread
a74cdbff1d
Change update process
2019-09-06 19:55:58 -04:00
c53263158b
version bump
2019-09-05 20:20:23 -07:00
Alex Yatskov
155986db46
Merge pull request #201 from toasted-nutbread/omit-contains-point-check
...
Omit containsPoint check on searchAt
2019-09-05 19:46:43 -07:00
Alex Yatskov
6dc44e3f33
Merge pull request #202 from toasted-nutbread/temporary-object-optimization
...
Temporary object optimization
2019-09-05 19:46:14 -07:00
toasted-nutbread
5ddbb0373f
Add function to create default options
2019-09-05 20:57:52 -04:00
toasted-nutbread
ec110fa1b7
Add some validation to options loading
2019-09-05 20:57:52 -04:00
toasted-nutbread
1c767711bb
Prevent infinite loops for corrupt options
2019-09-05 20:57:52 -04:00
toasted-nutbread
bc7759d94c
Add some parameters to field-templates textarea
2019-09-05 20:57:52 -04:00
toasted-nutbread
dbfbf9d12d
Use non-bold text for label information
...
Units, etc.
2019-09-05 18:53:12 -04:00
toasted-nutbread
fb8cb3db43
Collapse two-column options on smaller screens
2019-09-05 18:45:42 -04:00
toasted-nutbread
2e87cd72bc
Use consistent styling for all two-column settings
2019-09-05 18:39:28 -04:00
toasted-nutbread
aa77a7896d
Group all two-column settings together
2019-09-05 18:30:39 -04:00
toasted-nutbread
5c793180d0
Omit containsPoint check on searchAt
...
The range returned by docRangeFromPoint is now guaranteed to contain the point due to the addition of isPointInRange checks.
2019-09-03 19:17:50 -04:00
toasted-nutbread
9028b55774
Fix nested popups closing when the mouse leaves the parent's rect
2019-09-03 18:55:55 -04:00
toasted-nutbread
b90dea0e6d
Use string.substr instead of string.split
2019-09-02 20:25:30 -04:00
toasted-nutbread
fc4a961412
Replace some instances of Array.concat
...
.push or .unshift can accomplish the same operation without constructing new arrays.
2019-09-02 20:25:30 -04:00
toasted-nutbread
fad5332488
Move static DOM scanning functions into TextSourceRange
2019-09-02 19:33:52 -04:00
siikamiika
f4b81eff30
fix parent focus issues for Firefox and Chrome
2019-09-02 19:33:52 -04:00
siikamiika
2df9a7f977
change Popup.children to Popup.child
2019-09-02 19:33:52 -04:00
siikamiika
97be029dee
focus the site when closing multi-level popups
2019-09-02 19:33:52 -04:00
siikamiika
834f14e808
simplified if statement back to single line
2019-09-02 19:33:52 -04:00
siikamiika
3d28a3a405
prevent closing new child popup on parent mouseout
2019-09-02 19:33:52 -04:00
siikamiika
e4d302e786
focus parent popup on hide instead of blurring
2019-09-02 19:33:52 -04:00
siikamiika
87ff5cb19b
make containsPoint async everywhere
2019-09-02 19:33:52 -04:00
toasted-nutbread
71471d08e5
Add option to enable/disable scanning of source expressions in popups
2019-09-02 19:33:52 -04:00
toasted-nutbread
3491affcf1
Update nested initialization parameters passed via message rather than using the URL query string
2019-09-02 19:33:28 -04:00
toasted-nutbread
53aad0bef6
Fix messaging issues when iframes are present in the document
2019-09-02 19:33:28 -04:00
toasted-nutbread
42ec3e2a43
Add support for popup on the search page
2019-09-02 19:33:28 -04:00
toasted-nutbread
1a9348ec27
Add option for maximum nested popup depth
2019-09-02 19:32:08 -04:00
toasted-nutbread
5c4614f585
Add support for showing recursive popups
2019-09-02 19:31:42 -04:00
4ac55da7dd
version bump
2019-09-02 11:46:00 -07:00
toasted-nutbread
33076e9db9
Fix typo
2019-09-02 11:43:49 -04:00
toasted-nutbread
c0bf6ff033
Fix issues caused by scanning ranges which don't start with a text node
...
The rects returned by range.getClientRects() could include the entire start element's bounding box.
2019-09-02 11:43:49 -04:00
toasted-nutbread
a2139213c8
Fix issue with whitespace ranges
...
The size of the rects for these ranges will sometimes be excessively large on Firefox, leading to false positives.
2019-09-02 11:43:49 -04:00
toasted-nutbread
ee59b3ab8b
Reduce amount of isPointInRange calls for repeated ranges
2019-09-02 11:43:49 -04:00
toasted-nutbread
171e3f1097
Add option for enabling deep scanning
2019-09-02 11:43:48 -04:00
toasted-nutbread
737a5ee8a8
Allow elements behind other transparent elements to be scanned
2019-09-02 11:43:33 -04:00
toasted-nutbread
d296ebd593
Improve definition of caretRangeFromPoint
2019-09-02 11:41:00 -04:00
toasted-nutbread
548607ea7f
Destructure point to {x, y} only once
2019-09-02 11:40:21 -04:00
Alex Yatskov
3c9f7ba152
Merge pull request #196 from toasted-nutbread/vertical-text-popup-position
...
Vertical text popup position
2019-09-02 08:33:10 -07:00
Alex Yatskov
037363e3a7
Merge pull request #197 from toasted-nutbread/imposter-improvements
...
Imposter element improvements
2019-09-02 08:30:19 -07:00
toasted-nutbread
e812e76e93
Update deinflect.json
2019-09-01 22:14:32 -04:00
toasted-nutbread
e3d7ec8db7
Create container for imposter element
...
The container will prevent the imposter element's size from affecting the document's primary scrollbars.
2019-09-01 16:06:22 -04:00
toasted-nutbread
e3e7dad2cc
Use important CSS priority for imposter element styles
2019-08-31 15:30:32 -04:00
toasted-nutbread
9b46fe70de
Fix imposter issues with <input type="text">
2019-08-31 15:10:46 -04:00
toasted-nutbread
ad0dca7bb1
Make the imposter element tracked using TextSourceRange
2019-08-31 14:57:50 -04:00
toasted-nutbread
e47e041217
Disable pointer events on hidden imposter
2019-08-31 14:57:50 -04:00
toasted-nutbread
62d66d93f7
Remove rounding
2019-08-31 14:57:50 -04:00
toasted-nutbread
9e9040178d
Fix some size and positioning issues related to imposter element
2019-08-31 14:57:49 -04:00
toasted-nutbread
707d2569cc
Group options onto the same line
2019-08-31 12:04:32 -04:00
toasted-nutbread
85472d9407
Add option for position of popup for horizontal text
2019-08-31 11:57:09 -04:00
toasted-nutbread
68af0d86c3
Improve popup position for vertical text
2019-08-31 11:57:07 -04:00
Alex Yatskov
3bf8a9ab00
Merge pull request #193 from toasted-nutbread/fix-is-point-in-range
...
Update isPointInRange to be more accurate
2019-08-29 18:00:36 -07:00
toasted-nutbread
7ba71de5e7
Replace double quotes with single quotes
2019-08-29 20:45:07 -04:00
toasted-nutbread
ea9c5ad867
Update isPointInRange to be more accurate
2019-08-29 20:35:23 -04:00
Alex Yatskov
cd75f5b97d
Merge pull request #188 from toasted-nutbread/edge-support
...
Add support for Edge browser
2019-08-28 19:41:30 -07:00
toasted-nutbread
a39a1fa9e4
Add support for Edge browser
2019-08-26 21:58:03 -04:00
toasted-nutbread
c49f3c7838
Suppress messages about unchecked runtime.lastError on Firefox Mobile
2019-08-25 11:09:10 -04:00
toasted-nutbread
a50ce724eb
Suppress messages about unchecked runtime.lastError
2019-08-23 15:41:41 -04:00
6c3671b3d9
version bump
2019-08-19 19:40:33 -07:00
b1ed90920d
Merge branch 'stable'
2019-08-19 19:39:54 -07:00
b7e3ded74e
version bump
2019-08-19 19:33:30 -07:00
siikamiika
39b2456ce9
fix off by one error
2019-08-19 19:47:45 +03:00
1d6eb1c3d9
version bump
2019-08-18 12:29:14 -07:00
521aeee2bc
fix manifest to contain proper values for stable version of yomichan
2019-08-17 16:01:54 -07:00
317a7a1538
pr fixes
2019-08-17 15:42:36 -07:00
Alex Yatskov
9ec711b780
Merge pull request #176 from toasted-nutbread/selection-touch-scan-disable
...
Don't scan when touching the current selection
2019-08-17 14:12:11 -07:00
Alex Yatskov
8ebac935e8
Merge pull request #182 from toasted-nutbread/anki-screenshot
...
Anki screenshot
2019-08-17 09:05:33 -07:00
Alex Yatskov
1d25c8a744
Merge pull request #175 from toasted-nutbread/touch-move-warning-fix
...
Don't process touchmove events if they can't be canceled
2019-08-17 09:04:23 -07:00
Alex Yatskov
778d1d6e79
Merge pull request #177 from toasted-nutbread/doc-range-from-point-improvements
...
Doc range from point improvements
2019-08-17 09:04:05 -07:00
toasted-nutbread
c22f8252b9
Handle case where docRangeFromPoint returns null
2019-08-16 17:44:35 -04:00
toasted-nutbread
2edd4183a0
Clean up docRangeFromPoint
...
Use a cached value for checking if the browser is Firefox.
Only validate and set up document.caretRangeFromPoint once.
Use switch for multiple comparisons on the same value.
2019-08-16 17:44:16 -04:00
toasted-nutbread
cd1f367798
Focus if context is falsy or focus field isn't false
2019-08-16 17:36:55 -04:00
toasted-nutbread
3a5b06bd10
Add screenshot settings
2019-08-15 19:56:14 -04:00
toasted-nutbread
0f0adf750c
Add ability to save screenshot to anki cards
2019-08-15 19:39:58 -04:00
siikamiika
609dbf6a81
ensure that content is iterable
2019-08-15 15:35:23 +03:00
siikamiika
0a9b673e27
reimplement ignored chars inside source.js only
2019-08-15 15:28:30 +03:00
siikamiika
658e5ddff1
ignore zero-width non-joiner
...
fixes #179
2019-08-14 22:54:42 +03:00
toasted-nutbread
345b9c6f9d
Disable focus of popup when using touch
...
Context menu on Firefox will not target the text properly if the focus is on the popup window.
2019-08-09 22:29:14 -04:00
toasted-nutbread
710ffb88fc
Don't scan when touching the current selection
2019-08-09 21:45:29 -04:00
toasted-nutbread
70e9f4922b
Don't process touchmove events if they can't be canceled
...
If the event cannot be canceled, the browser will continue to scroll while looking up results, which makes it very difficult to control where the lookup cursor is. Chrome also logs error messages that this is invalid.
2019-08-09 21:38:52 -04:00
e23d4b9a82
version bump
2019-08-04 09:58:38 -07:00
Alex Yatskov
4fd7eeff3e
Merge pull request #174 from siikamiika/fix-firefox-scanning-start-of-line
...
fix scanning start of line on Firefox
2019-08-03 19:55:26 -07:00
siikamiika
cfb5f0b9e1
fix scanning start of line on Firefox
...
On many sites, for example Twitter (posts), Yomichan doesn't match any
text from the beginning of the line unless you move the mouse cursor to
the top left corner of the word that starts from the beginning of the
line.
Apparently there were some problems related to the imposter and there
was commit 0cc5566
adding a fix for it, but this seemed to cause
problems and 542cdb2
was added to fix that. It didn't handle all of the
cases, though, so this commit is letting everything through on Firefox.
2019-08-04 01:52:27 +03:00
siikamiika
bf92430ea7
Merge branch 'master' into search-terms-from-terms
2019-08-03 22:18:53 +03:00
siikamiika
3b07a9000c
add source term button to terms
2019-08-03 19:54:01 +03:00
siikamiika
683bb5b620
scroll back to exact position in source term view
2019-08-03 19:46:54 +03:00
siikamiika
ec1441434f
allow multi level context
2019-08-03 15:50:49 +03:00
siikamiika
1a37342aa0
add doc scripts to search too
2019-08-03 15:09:51 +03:00
siikamiika
afc771de9f
inject doc functions as dependencies
2019-08-03 15:06:28 +03:00
siikamiika
0ee6d05cb1
Revert "use ES6 import and export"
...
This reverts commit 04f4607922
.
2019-08-03 14:57:17 +03:00
siikamiika
a343fa589e
Revert "update supported browser versions for ES6 modules"
...
This reverts commit 52f9a8f736
.
2019-08-03 14:56:45 +03:00
siikamiika
52f9a8f736
update supported browser versions for ES6 modules
2019-08-03 11:52:56 +03:00
siikamiika
04f4607922
use ES6 import and export
2019-08-02 00:04:39 +03:00
siikamiika
e500a647a2
fix term lookup for terms with one gloss only
2019-08-01 20:41:06 +03:00
siikamiika
b8df9896e6
allow looking up terms from within terms
...
resolves #167 , resolves #139 , resolves #75 , resolves #151
2019-08-01 02:20:09 +03:00
siikamiika
c08bcd7c56
return focus to site after hiding popup
2019-08-01 00:25:31 +03:00
toasted-nutbread
ad897713e6
Add support for custom popup CSS
2019-07-09 18:06:27 -04:00
8b8482d255
version bump
2019-07-01 19:04:23 -07:00
13c48a3980
Merge branch 'testing' of https://github.com/FooSoft/yomichan
2019-06-28 12:20:11 -07:00
Alex Yatskov
672eb55a20
Merge pull request #164 from toasted-nutbread/document-range-fix
...
Fix docRangeFromPoint sometimes not returning results
2019-06-26 14:17:52 -07:00
toasted-nutbread
2974b592ab
Allow popup window to be visible in fullscreen mode
...
Fixes #163
2019-06-22 23:01:49 -04:00
toasted-nutbread
542cdb2df9
Fix docRangeFromPoint sometimes not returning results
...
If range.getClientRects() has more than 1 result, it is possible that nothing will be returned even when hovering over a valid target.
2019-06-22 21:42:35 -04:00
ca6c732364
Updating ID again for Mozilla
2019-05-19 18:52:08 -07:00
fe4f7b3a82
Create new ID for Mozilla Developer Hub
2019-05-19 18:09:40 -07:00
4f880e0cee
Add testing variant
2019-05-19 17:51:31 -07:00
c8be68e205
Version bump
2019-05-19 17:48:58 -07:00
Alex Yatskov
84b990cd80
Merge pull request #140 from KarboniteKream/horizontal-offset
...
Add horizontal popup offset
2019-05-19 17:43:31 -07:00
toasted-nutbread
f2a5d50959
Database changes automatically update storage stats
2019-05-04 13:02:56 -04:00
toasted-nutbread
d96d4b0658
Passively handle database errors
2019-05-04 13:02:56 -04:00
toasted-nutbread
2328d61a81
Add storage information to settings page
2019-05-04 13:02:56 -04:00
toasted-nutbread
884be644ec
Make error loging unintrusive
...
This alert can show up under normal use circumstances on mobile
2019-05-04 13:02:56 -04:00
toasted-nutbread
c933a55b81
Handle messages with unexpected response format
...
The response parameter can be undefined
2019-05-04 13:02:56 -04:00
toasted-nutbread
769dc205fb
Make extension badge and onCommand optional
2019-05-04 13:02:56 -04:00
toasted-nutbread
d49cbf12ea
Add search link and padding to settings page links
...
This makes the bottom links easier to touch and makes the search page easier to access when there is no extension badge
2019-05-04 13:02:56 -04:00
toasted-nutbread
c7fd17183d
Add meta viewport tag to all html pages
2019-05-04 13:02:56 -04:00
Alex Yatskov
c7f8d0874a
Merge pull request #157 from toasted-nutbread/touch-input
...
Add support for touch input
2019-03-07 11:31:06 -08:00
toasted-nutbread
0b8ae6c53a
Update frontend.js
2019-02-20 22:05:07 -05:00
toasted-nutbread
dd52a1c01a
Improve handling of null values from caretRangeFromPoint
2019-02-20 21:47:31 -05:00
toasted-nutbread
ee5e47251e
Rename normalizeAudioUrl to audioUrlNormalize
2019-02-20 21:16:40 -05:00
toasted-nutbread
b58b91d3fc
Fix audio URLs
2019-02-16 22:34:00 -05:00
toasted-nutbread
ba972d8547
Add popup display mode
...
Allows the popup to be stretched to the full width of the screen, anchored to the top or bottom of the window.
2019-02-14 21:42:59 -05:00
toasted-nutbread
01f611d189
Add support for touch input
2019-02-10 20:44:16 -05:00
toasted-nutbread
7ac7f55436
Use "options_ui" in manifest
2018-12-10 17:23:53 -05:00
toasted-nutbread
33ec369eff
Catch exceptions thrown by range.getClientRects()
...
Firefox dev 65 was throwing an exception
2018-12-10 17:09:06 -05:00
Klemen Košir
99a231a773
Add horizontal popup offset
2018-10-02 23:27:59 +09:00
39cf302eef
Merge branch 'master' of https://github.com/FooSoft/yomichan
2018-06-22 19:02:01 -07:00
Gareth Parker
0cc5566886
Fixes for imposter element and range y position
...
Hides the imposter element once we've finished using it and checks the y position for the range against the point given
2018-06-08 22:48:26 +01:00
68cdd7d85b
Merge branch 'dev'
2018-03-12 13:04:37 -07:00
f659702ba2
workaround chrome options breakage
2018-03-12 13:04:08 -07:00
guidocella
15b93060c7
Add option to play audio automatically
2017-12-16 19:56:53 +01:00
siikamiika
1682850970
merged mode: expand termTags earlier
...
Fixes errors with main dictionary other than JMdict
2017-11-09 17:25:28 +02:00
5f6830c7dd
fixing broken anki template
2017-11-08 17:18:16 -08:00
siikamiika
0c3e10a822
merged mode: remove whitespace between expressions
2017-11-06 04:38:01 +02:00
dcef7ce377
version bump
2017-11-04 08:18:26 -07:00
fd1f448ab6
update settings page
2017-10-29 12:22:21 -07:00
c08dc6e00a
add dictionary update nag screen
2017-10-29 12:20:56 -07:00
d6603fd031
include sequence property in header data
2017-10-29 10:59:50 -07:00
c62cc01642
simplify database interface
2017-10-29 10:42:39 -07:00
7d29e5b533
cleanup of settings page
2017-10-29 10:18:15 -07:00
0b602925ab
cleanup
2017-10-28 08:11:33 -07:00
Alex Yatskov
25ae2e475a
Merge pull request #95 from siikamiika/feature-merge-similar-results
...
Feature: result grouping by main dictionary sequence (along with some other changes)
2017-10-26 09:58:32 -07:00
siikamiika
ab1e2b3d5d
settings: move main dictionary below Dictionaries, styling
2017-10-26 10:31:59 +03:00
siikamiika
e063a315d4
settings: add missing const
2017-10-26 10:20:48 +03:00
siikamiika
de28190f5a
merged mode: restore whitespace between frequencies
2017-10-26 10:18:28 +03:00
siikamiika
ee80fa5331
merged mode: restore whitespace between termTags
2017-10-25 00:58:11 +03:00
siikamiika
f828043838
terms.html: fix whitespace issues in merged mode
2017-10-24 23:50:33 +03:00
siikamiika
9697c9a65b
terms.html: rename classes, remove inline css
2017-10-24 23:30:55 +03:00
siikamiika
6f43fffb4e
util.js: remove unnecessary conditional
2017-10-24 23:12:55 +03:00
siikamiika
73d542547b
translator.js: coding style
2017-10-24 23:10:47 +03:00
siikamiika
c9b1dd56dc
fixups: remove redundant options, use template str
2017-10-24 23:01:07 +03:00
siikamiika
27a56dc236
expand tags before dictTermsMergeByGloss
2017-10-24 18:31:18 +03:00
siikamiika
78442fff1a
settings: main dictionary selection as dropdown
2017-10-24 16:23:13 +03:00
siikamiika
df0d2beb73
database.js: add hasSequences
2017-10-24 13:45:51 +03:00
siikamiika
8400f0e4c0
Anki: use CSS classes for term frequency color
2017-10-24 12:49:10 +03:00
siikamiika
e034ca3ad4
add tag meta score
2017-10-24 12:38:05 +03:00
siikamiika
bf15358bb4
...with {furigana-plain}, too
2017-10-19 19:30:29 +03:00
siikamiika
bc92327d86
Anki: term frequency colors in merged mode
2017-10-19 19:27:28 +03:00
siikamiika
f54f909701
merged mode: rewrite term frequency (use score)
2017-10-19 18:35:42 +03:00
siikamiika
04def64521
merged mode: fix another OBOE related to sequence
2017-10-19 18:15:50 +03:00
siikamiika
9d4b75de20
fix error in utilStringHashCode
2017-10-19 00:47:08 +03:00
siikamiika
7e556e8d32
field template fixup for modified templates only
2017-10-18 23:40:56 +03:00
siikamiika
b59980067a
old database format compatibility
2017-10-18 11:08:54 +03:00
siikamiika
2cbbcd242e
fixups: remove useless check
2017-10-18 10:08:34 +03:00
siikamiika
552185ffb4
Anki: fixup for note template
2017-10-18 08:01:38 +03:00
siikamiika
966fa2ff75
merged mode: replace ", " with "、" in Anki notes
2017-10-17 18:07:28 +03:00
siikamiika
c1c851d781
merged mode: support {audio} marker (first term)
2017-10-17 17:57:44 +03:00
siikamiika
81f0a61651
merged mode: Anki support
2017-10-17 11:16:38 +03:00
siikamiika
1edeabdaa8
merged mode: tags -> termTags (inside expressions)
2017-10-17 09:27:47 +03:00
siikamiika
b104dfd524
merged mode: fix OBOE (sequence 0)
2017-10-17 08:29:31 +03:00
siikamiika
7913b094b7
scrap tagLineBreak option
2017-10-15 10:38:30 +03:00
siikamiika
293606d2b1
line break after tags on by default
2017-10-15 10:22:29 +03:00
siikamiika
0404b42f61
compact glossaries, line break after tags: on/off
2017-10-15 09:45:00 +03:00
siikamiika
03f7ca23e1
merged mode: add secondary searches
2017-10-15 05:19:16 +03:00
Roderic Day
5502bf8aed
Place nodeType
checks inside caretRangeFromPoint
function
...
Checked that it does not un-fix #80
Squelches alerts (but does not fix underlying issue) for #89
2017-10-13 15:12:41 -04:00
siikamiika
4203fda906
rename pos to partOfSpeech
2017-10-13 03:14:06 +03:00
siikamiika
7ec28bea54
change db format, rename tags to definitionTags
2017-10-13 02:40:20 +03:00
siikamiika
c0f56480bb
compact tags: reset PoS on new dictionary
2017-10-12 11:28:32 +03:00
siikamiika
8d660e2829
add compact tags
2017-10-12 09:59:09 +03:00
siikamiika
6523b77ca1
pos tag color
2017-10-12 08:23:28 +03:00
siikamiika
4e57fa1ad1
merged mode: remove options.dictionary.main
2017-10-12 01:10:05 +03:00
siikamiika
7783aa4c1a
reset main dictionary on purge
2017-10-11 19:58:57 +03:00
siikamiika
4fb983a70c
add termTags
...
The dictionary tags field can now have a '\t' in it, and it is used to
separate tags associated with definitions and terms.
2017-10-11 09:18:55 +03:00
siikamiika
e1c5d7a401
merged mode: make gloss hash more unique
...
Use ['gloss', 'ary'].concat('DictName')
Known collision: 日本国有鉄道 in JMdict and JMnedict
2017-10-10 06:04:49 +03:00
siikamiika
b9d589374c
merged mode: support audio hotkey Alt+P
2017-10-10 04:13:36 +03:00
siikamiika
9f277b6a20
merged mode: support frequencies
2017-10-10 00:56:47 +03:00
siikamiika
84420e00bf
merged mode: fix tags for non-main dictionaries
2017-10-09 23:22:12 +03:00
siikamiika
7b9ad61352
merged mode: fix regression (voice), tweak hover
...
Alt+P now works again in grouped/split mode
In merged mode, 「、」 is added even after the last term, but it's
hidden for that. This ensures consistent behavior with voice button and
tags
2017-10-08 03:37:28 +03:00
siikamiika
94d590fc85
merged mode: support audio and tags for terms
2017-10-07 07:02:50 +03:00
siikamiika
981d9eddb6
merged mode: rewrite previous commit
2017-10-07 01:19:40 +03:00
siikamiika
72fe83d353
merged mode: merge other results with main dict
2017-10-05 06:56:45 +03:00
siikamiika
cfad3b3099
merged mode: add main dictionary selection
2017-10-05 05:21:07 +03:00
siikamiika
03fd9dcdb4
merged mode: remove extra whitespace between terms
2017-10-05 01:06:11 +03:00
siikamiika
69ad4a7c9b
merged mode: implement missing stuff, refactoring
...
- use correct tags
- indicate popular and rare terms
- indicate definitions restricted to specific terms
- frequencies (Innocent Corpus)
2017-10-03 07:20:02 +03:00
siikamiika
803ccc1661
merged: first draft, only supports JMdict
2017-10-01 04:17:02 +03:00
siikamiika
b24c705234
basic structure for feature-merge-similar-results
2017-09-29 05:41:29 +03:00
siikamiika
62c881cfeb
Go to next and previous result with Alt+wheel
...
Analogous to Alt+up/down which does the same thing
2017-09-25 23:47:53 +03:00
00c20aed42
Merge branch 'master' into firefox-amo
2017-09-24 11:01:40 -07:00
8651c11d36
frequency fixup
2017-09-23 13:31:03 -07:00
d13cb09fae
improve error text for firefox
2017-09-23 08:55:53 -07:00
8d85321cf9
update database for new format
2017-09-23 08:46:34 -07:00
088c608d80
Revert "kanji template work"
...
This reverts commit d398440d2b
.
2017-09-22 20:50:52 -07:00
d398440d2b
kanji template work
2017-09-22 20:48:07 -07:00
578ec0b6d1
rewrite indexedDb errors to work around firefox issues
2017-09-22 20:38:23 -07:00
7a6e2925bd
improved error reporting
2017-09-22 19:57:00 -07:00
8ba8397170
update error handling
2017-09-22 19:39:05 -07:00
27296de9f5
wip
2017-09-21 23:22:49 -07:00
3d87615917
sort stats
2017-09-21 23:20:51 -07:00
fe859a96cd
kanji layout
2017-09-21 23:10:43 -07:00
f22a699012
wip
2017-09-21 20:59:43 -07:00
a55576260a
work on kanji page
2017-09-21 20:52:18 -07:00
2ba01d2910
fix dictionary indices
2017-09-21 11:14:17 -07:00
65ce976423
wip
2017-09-21 09:21:32 -07:00
119def2beb
wip
2017-09-20 23:15:02 -07:00
0554aa0d27
make sure ranges are created over text nodes only ( fixes #80 )
2017-09-19 23:05:17 -07:00
e90274519a
combine indices and stats
2017-09-17 19:57:39 -07:00
d9d16613f8
wip
2017-09-17 19:16:08 -07:00
269a4f0b9b
template fixups
2017-09-17 14:17:14 -07:00
c8810581e6
version bump
2017-09-17 13:08:20 -07:00
7c69b4f28a
fix sort order
2017-09-17 13:07:15 -07:00
ba25fbfd1f
backwards compat
2017-09-17 12:56:34 -07:00
5476c10046
more improvements to automatic search result hiding ( #71 )
2017-09-17 10:09:48 -07:00
9280985306
add option to automatically hide search results ( fixes #71 )
2017-09-16 23:08:43 -07:00
5a53154123
style fixes
2017-09-15 14:06:10 -07:00
e044f0107a
style fixes
2017-09-15 14:03:05 -07:00
7f55f1c8d2
display term frequencies
2017-09-15 13:32:49 -07:00
39e38d5665
improve kanji template
2017-09-15 13:18:21 -07:00
d3d760ed6c
cleanup
2017-09-14 10:15:54 -07:00
f5009cd63c
cleanup
2017-09-13 23:22:41 -07:00
33d9d6ff57
cleanup
2017-09-13 18:03:55 -07:00
04f9a0f543
cleanup
2017-09-13 17:30:45 -07:00
4d4b819d6c
tag caching
2017-09-13 17:26:02 -07:00
13961e6a10
better tag handling
2017-09-13 16:42:04 -07:00
ba8451f429
cleanup
2017-09-13 15:45:53 -07:00
219eeb6e81
cleanup
2017-09-13 15:41:06 -07:00
79b99131f6
add frequency table support for kanji
2017-09-12 20:20:03 -07:00
3b29893072
add frequency table support for terms
2017-09-12 18:29:16 -07:00
28364b97b0
hopeful workaround to firefox crash
2017-09-12 14:12:40 -07:00
af93d446de
fix dictionary importing
2017-09-12 13:29:13 -07:00
3a1aad07d6
Merge branch 'master' into firefox-amo
2017-09-11 16:56:27 -07:00
be87e916df
wip on new database
2017-09-10 21:49:37 -07:00
5f46006e8d
scrap sandbox
2017-09-09 12:59:49 -07:00
9a5a9aa47f
better error handling
2017-09-09 11:36:50 -07:00
124ecaf824
sandbox template cache
2017-09-06 14:19:26 -07:00
9efe7bfe1b
work on sandbox
2017-09-06 13:35:18 -07:00
a3c8508031
work on sandbox
2017-09-06 13:18:06 -07:00
083999212e
work on sandbox
2017-09-05 21:10:19 -07:00
722ddf1638
work on sandbox
2017-09-05 20:35:39 -07:00
9eac50ea05
add sandbox stub
2017-09-05 12:34:52 -07:00
65b679caeb
Merge branch 'master' into firefox-amo
2017-08-26 12:36:56 -07:00
dbe6a16ca4
version bump
2017-08-26 12:23:10 -07:00
f6df5db556
.
2017-08-26 12:21:28 -07:00
643e6204dc
cleanup
2017-08-26 12:20:04 -07:00
18321ee4ed
ankidroid furigana support
2017-08-26 12:18:35 -07:00
190c749527
improved furigana support
2017-08-26 11:57:34 -07:00
49f0243527
Merge branch 'dev' of https://github.com/FooSoft/yomichan into dev
2017-08-23 20:57:08 -07:00
a4c3ba434a
fixing syntax issues
2017-08-23 20:56:52 -07:00
4ea0db3f62
inject content script into all frames, fixes #29
2017-08-23 09:34:45 -07:00
Yoitsumi
c89678f5db
Improve {furigana} marker for anki export
2017-08-20 16:07:55 +02:00
c4525027da
bugfix and version
2017-08-19 21:09:54 -07:00
e22699cfcc
bugfix and version
2017-08-19 21:08:06 -07:00
d5b4b04998
Merge branch 'master' into firefox-amo
2017-08-19 17:30:38 -07:00
7219bc99f5
fixing deck and model not being set correctly
2017-08-19 11:23:19 -07:00
112bf36f88
cleanup
2017-08-18 21:33:30 -07:00
30fe3d2506
fix anki network error dialog on search page, cleanup template
...
workaround
2017-08-18 21:14:09 -07:00
922d2cd468
version bump
2017-08-18 21:05:17 -07:00
d960ba6dd6
fixing bugs, new version
2017-08-18 09:42:34 -07:00
39fbabfe62
Merge branch 'master' into firefox-amo
2017-08-17 19:39:32 -07:00
191336522c
fix flicker on form elements on mouseover ( fixes #56 )
2017-08-17 19:14:06 -07:00
6367894df0
fixing broken firefox object behavior
2017-08-17 19:11:23 -07:00
0c650dac82
don't show busy spinner while waiting for card info
...
smoother cursor movement in firefox
2017-08-17 19:05:31 -07:00
84d2204d96
firefox fixes
2017-08-15 21:51:48 -07:00
8ed3ca6fd4
cleanup
2017-08-15 21:40:41 -07:00
e19933f980
jisho.org audio support
2017-08-15 21:36:30 -07:00
e079e5f252
fix loss of anki settings
2017-08-15 20:58:50 -07:00
5c353f41e5
version bump
2017-08-15 20:42:27 -07:00
3362a68e06
frontend cleanup
2017-08-15 20:04:15 -07:00
211e5d1155
cleanup
2017-08-14 23:22:37 -07:00
61dde5b3b7
upgrade to wanikana 2.2.3 ( fixes #42 )
2017-08-14 23:10:59 -07:00
c9623276e1
change color for "off" state, fixes #67
2017-08-14 22:58:03 -07:00
b1ec7cdddd
tweaks
2017-08-14 21:47:39 -07:00
bdf231082f
lots of fixes to backend
2017-08-14 21:43:09 -07:00
82863cd861
renaming files
2017-08-14 19:55:04 -07:00
8b50dfe1e9
unify files
2017-08-13 21:11:10 -07:00
a202817b98
wip
2017-08-13 20:50:43 -07:00
3ca28a9374
wip
2017-08-13 16:42:22 -07:00
aac2a58b5f
wip
2017-08-13 16:11:51 -07:00
7fbe2ddaf3
more cleanup
2017-08-05 20:20:22 -07:00
7e635d6382
more cleanup
2017-08-05 19:23:17 -07:00
dfecef1f23
more cleanup
2017-08-05 19:11:06 -07:00
8e1c6776d1
more cleanup
2017-08-05 19:02:03 -07:00
257c864bb5
fix anki
2017-08-05 14:57:33 -07:00
b2003a0a56
cleanup
2017-08-05 13:13:06 -07:00
b061cc9142
cleanup
2017-07-29 09:55:54 -07:00
fea35435b2
cleanup
2017-07-29 08:55:29 -07:00
ba155e7706
cleanup
2017-07-27 23:26:36 -07:00
9ecc7c17f3
cleanup
2017-07-27 21:45:18 -07:00
adbc7a32cc
cleanup
2017-07-27 21:42:14 -07:00
eed630e9fa
cleanup
2017-07-24 22:44:19 -07:00
32680c58b8
cleanup
2017-07-23 22:48:33 -07:00
edf1c0ff6d
cleanup
2017-07-22 23:19:38 -07:00
611b4420af
cleanup
2017-07-20 21:34:10 -07:00
a0e2d9cb72
cleanup
2017-07-20 21:32:17 -07:00
d6c2f1cc38
cleanup
2017-07-20 21:29:27 -07:00
8bcc4ddf19
cleanup
2017-07-20 21:21:22 -07:00
ac2e079c98
cleanup
2017-07-19 21:41:30 -07:00
fe137e94c9
cleanup
2017-07-19 21:28:09 -07:00
62db3d74b8
factor out handlebars from util
2017-07-19 09:24:38 -07:00
26e1cc517f
refactor
2017-07-18 23:07:46 -07:00
f6077c4242
.
2017-07-17 00:00:38 -07:00
c4a39da766
.
2017-07-16 23:56:36 -07:00
dcaf345549
cleanup
2017-07-16 19:55:33 -07:00
a22facec98
refactor options page
2017-07-16 19:29:43 -07:00
39f1f30dc9
refactor bg/js/util.js
2017-07-16 13:14:28 -07:00
7dd75082ab
rename options to settings
2017-07-16 12:59:16 -07:00
c3383867be
Merge branch 'dev' of https://github.com/FooSoft/yomichan into dev
2017-07-16 12:49:17 -07:00
516c7f5381
refactor mixed/js/util.js
2017-07-16 12:48:27 -07:00
dequis
ede139097c
Add glossary-brief anki field, like glossary but without tags
2017-07-16 05:33:16 -03:00
1ed8997240
work on audio
2017-07-10 16:48:26 -07:00
e2373345a4
version bump
2017-07-10 16:30:28 -07:00
b0cdf59bd8
move anki to async
2017-07-10 16:24:31 -07:00
efb5ed2af8
cleanup
2017-07-10 15:22:19 -07:00
a73b8fbab7
cleanup
2017-07-10 15:20:07 -07:00
28bc1449d1
cleanup
2017-07-10 15:00:38 -07:00
f694026827
move zip import to async
2017-07-10 14:53:06 -07:00
49352c5fa1
move deinflector to async
2017-07-10 14:30:34 -07:00
b6f3919ef6
move translator to async
2017-07-10 14:10:58 -07:00
f49a69c993
move database to use async
2017-07-10 13:16:24 -07:00
6e986bf1f5
cleanup
2017-07-09 16:29:52 -07:00
b3984ccd54
cleanup
2017-07-09 15:23:11 -07:00
d57c5530b7
view added notes
2017-07-01 18:27:49 -07:00
c23298dbb2
Merge branch 'master' into firefox-amo
2017-06-26 20:23:53 -07:00
21b29ff135
version bump
2017-06-26 20:04:42 -07:00
0c7f3f52c8
open links in new windows from options page
2017-06-25 21:19:23 -07:00
80d8934e74
remove dictionary data
2017-06-25 21:15:48 -07:00
5e72c387cc
fix result page for no items found
2017-06-25 21:14:39 -07:00
8f850055a5
update wording on options page
2017-06-25 16:27:53 -07:00
e7e700e597
version bump
2017-06-25 16:26:05 -07:00
2de9efe8a4
updating options page
2017-06-25 16:25:46 -07:00
84ef2ea8c2
update wording on options page
2017-06-25 16:06:53 -07:00
1849f95b4e
simplify file loading
2017-06-25 15:56:30 -07:00
4cb7e8d2ac
reset file input after upload
2017-06-25 15:43:29 -07:00
d3c342071f
support importing from zip files
2017-06-25 15:36:28 -07:00
98d22a92f3
prepare ui for zip dictionaries
2017-06-12 22:58:02 -07:00
a0a3bb1e12
add zip library
2017-06-12 16:01:59 -07:00
72c02c39c7
fix audio card creation for kana-only definitions
2017-06-08 23:04:25 -07:00
16baf9a400
Merge branch 'master' into firefox-amo
2017-05-25 23:06:10 -07:00
618a3cb319
support variable modifier keys, fixes #5
2017-05-25 20:56:08 -07:00
9aeb807d4b
fix buggy extent detection
2017-05-25 09:09:15 -07:00
992852d3c0
make form search be always enabled
2017-05-24 20:42:54 -07:00
cf4a86fa1c
update options labels
2017-05-24 20:33:35 -07:00
867f7dd24f
make soft katakana search be implicit
2017-05-24 20:29:50 -07:00
0efab9773d
options debugging code
2017-05-24 19:13:56 -07:00
b2833891f9
fix incorrect deinflection
2017-05-24 19:03:45 -07:00
c0f74bbc8f
smarter imposter hiding, version bump
2017-05-23 22:51:48 -07:00
5de9ac1712
add debug logging
2017-05-23 21:27:20 -07:00
ac406bdbf0
add debug info checkbox
2017-05-23 20:54:03 -07:00
48693fa594
fix search for input controls
2017-05-22 22:27:09 -07:00
fd346ae44b
wip
2017-05-22 21:07:25 -07:00
c6673bdf48
version bump
2017-05-21 22:47:23 -07:00
84f5954ad5
handle scanning text for janky websites better #23
2017-05-21 22:44:22 -07:00
52f092f0d2
fixing old variable name
2017-05-20 18:34:13 -07:00
b04c4d8be7
block RT and some other tags when scanning, fixes #50 , #30
2017-05-20 18:15:51 -07:00
1cdf496824
Merge branch 'master' into firefox-amo
2017-04-29 12:35:43 -07:00
abdb5e68be
deal with firefox object reference bug ( fixes #49 )
2017-04-29 12:30:36 -07:00
a209228c31
Merge branch 'master' into firefox-amo
2017-04-23 11:10:35 -07:00
3319d0d3cd
update documentation for anki field editor ( fixes #46 )
2017-04-22 17:09:01 -07:00
e661c4bd43
add option to disable searching of alphanumeric text, fixes #47
2017-04-22 13:02:06 -07:00
3523b85be0
Merge branch 'master' into firefox-amo
2017-04-09 11:42:20 -07:00
56fe02e945
version bump
2017-04-09 11:37:31 -07:00
957c283d8a
fix #44 , fix #45
2017-04-09 11:36:52 -07:00
cb5f725db7
hide field editor description when cannot connect to anki
2017-04-09 10:46:05 -07:00
1b49f91a9b
Merge branch 'master' into firefox-amo
2017-04-08 18:04:37 -07:00
d263a93d44
usage guide
2017-04-08 18:01:36 -07:00
a551b0d462
.
2017-04-08 13:12:15 -07:00
2a233bd621
add hint about specifying anki model fields
2017-04-08 13:11:06 -07:00
04e7b47815
version bump
2017-04-08 12:28:09 -07:00
1ba458ea82
fixing cloze bug
2017-04-08 12:25:18 -07:00
c4b1a4a5b4
wip
2017-04-07 21:17:13 -07:00
bbe4afecf6
wip
2017-04-06 21:07:55 -07:00
e6b592b4c0
fix problem creating notes with audio when audio is disabled
2017-04-03 09:15:06 -07:00
bea50cca46
Merge branch 'master' into firefox-amo
2017-04-02 12:12:21 -07:00
ccb740da58
Merge branch 'dev'
2017-04-02 12:08:49 -07:00
9ac55fb5d1
support for multiple audio sources, version bump
2017-04-02 12:08:15 -07:00
372cdbf14b
improved behavior for shiftless scanning, update url
2017-04-01 16:54:13 -07:00
85001208db
manifest updates for amo version
2017-04-01 12:10:57 -07:00
681470db67
Merge branch 'master' into firefox-amo
2017-04-01 12:09:40 -07:00
4eb3e2f06c
version bump
2017-04-01 12:08:20 -07:00
4de9e5e9e0
support for audio volume adjustment ( fixes #39 )
2017-04-01 12:01:34 -07:00
f556c95038
improve ctrl + c behavior
2017-04-01 11:20:58 -07:00
e62c46c4fc
fix grouped definition sorting bug ( fixes #41 )
2017-04-01 11:05:28 -07:00
405e487a73
ctrl + c to copy
2017-03-31 21:48:10 -07:00
f7e47d1dbd
.
2017-03-29 21:07:48 -07:00
1d9e911648
.
2017-03-29 21:04:35 -07:00
101b512f34
Revert "remove firefox-only key"
...
This reverts commit a74964bca1
.
2017-03-29 20:29:16 -07:00
a74964bca1
remove firefox-only key
2017-03-29 20:28:27 -07:00
94d5f29d1d
firefox live branch
2017-03-29 12:06:49 -07:00
f15f30019b
version bump, cloze support
2017-03-28 20:49:26 -07:00
9de0d34af3
wip
2017-03-27 22:48:50 -07:00
3b0aa88de1
cleanup
2017-03-26 22:42:17 -07:00
5de3005d0b
show "off" on button when extension is disabled
2017-03-26 17:14:50 -07:00
13ab25dfa3
file reorg, updating jquery and handlebars
2017-03-25 22:39:40 -07:00
1a9e0243f4
fix conflicting hotkeys
2017-03-25 20:10:58 -07:00
063f3d4dbf
version bump, finishing up keyboard shortcuts
2017-03-25 18:18:31 -07:00
9d31801b73
more hotkey work
2017-03-25 18:08:42 -07:00
2580dd8e7f
keyboard shortcuts
2017-03-25 17:53:25 -07:00
f5a8383d2a
wip
2017-03-25 17:18:55 -07:00
218db0771f
cleanup, firefox scrolling
2017-03-25 16:45:43 -07:00
bc2bf51a07
wip
2017-03-25 16:28:15 -07:00
b8d0788144
wip
2017-03-25 15:59:33 -07:00
90eaae1725
wip
2017-03-25 15:22:28 -07:00
4a232151e0
more keyboard shortcuts
2017-03-25 12:21:25 -07:00
ff3315ebf1
fixing reason sorting
2017-03-25 12:09:57 -07:00
83a6c30d0e
audio improvements
2017-03-25 12:01:20 -07:00
20d062329b
more audio handling improvements
2017-03-25 10:46:59 -07:00
0e16787692
refactor
2017-03-25 10:05:03 -07:00
4e5ded5735
fix audio playback bug
2017-03-25 09:45:05 -07:00
5989c5faae
cleanup
2017-03-24 22:49:14 -07:00
a9cc121860
Merge branch 'master' into dev
2017-03-23 21:13:29 -07:00
3a1959bfff
updating license, distro script
2017-03-23 20:07:22 -07:00
77b0487912
wip
2017-03-23 20:03:50 -07:00
633c5a64f7
wip
2017-03-23 19:54:36 -07:00
80d864d6b1
wip
2017-03-22 22:28:22 -07:00
046b1b45a5
work on getting audio working again
2017-03-22 21:57:16 -07:00
55309c1cb3
wip
2017-03-19 15:45:30 -07:00
6d55767191
wip
2017-03-18 18:21:02 -07:00
1a4c94209b
wip
2017-03-18 18:08:09 -07:00
ad313fd182
polish
2017-03-18 17:53:21 -07:00
ad17b0603b
scrolling
2017-03-18 17:40:48 -07:00
15313de18c
tighter layout
2017-03-18 16:52:00 -07:00
f3f6139c8e
update guide
2017-03-18 13:46:56 -07:00
57697ee2a0
polish and initial command support
2017-03-18 13:00:29 -07:00
e782a43432
fix kanji back button on search page
2017-03-18 10:10:49 -07:00
aaff51da85
version bump
2017-03-18 09:52:52 -07:00
f39323126d
cleanup
2017-03-18 09:48:53 -07:00
a55b74c92e
adding back link on kanji defs
2017-03-17 21:03:52 -07:00
7e3a4ecf7d
styling
2017-03-17 20:48:11 -07:00
1dbcb35eb7
wip
2017-03-17 20:45:47 -07:00
231b471f45
wip
2017-03-16 22:13:54 -07:00
8893db14ca
wip
2017-03-15 21:13:58 -07:00
8fb398aad8
inject yomichan frame on demand, fixes #34
2017-03-15 20:13:58 -07:00
299195f677
move data out of git lfs
2017-03-14 23:08:17 -07:00
94af149040
fix broken options on update
2017-03-12 09:18:40 -07:00
e8a993bf35
remove references to chrome.storage.sync
2017-03-11 18:39:01 -08:00
73fcc5a957
add missing metadata to background page
2017-03-11 18:08:09 -08:00
ef951d7c80
change options display order
2017-03-11 18:01:56 -08:00
a24d9b2c1f
bumping version number
2017-03-11 17:53:13 -08:00
83e2fd4748
add options for setting popup width, height, offset
2017-03-11 17:48:30 -08:00
2c86e87576
more work on making popup be sized properly
2017-03-11 17:25:57 -08:00
9ebcc8e2c1
smarter popup placement
2017-03-11 17:01:47 -08:00
Dan Frei
86583defb0
Update search.html to load wanakana later
...
wanakana apparently has encoding bugs if other things are loaded after
2017-03-10 23:26:56 -06:00
Dan Frei
99754802aa
Bind wanakana IME to search field
2017-03-10 23:10:32 -06:00
Dan Frei
8d48822d0e
Add wanakana to search.html
2017-03-10 22:52:37 -06:00
5150cdbf72
misc bug fixes, version bump
2017-03-10 20:12:07 -08:00
19ffd1a0d3
anki related fixes, version bump
2017-03-06 19:42:59 -08:00
e27355a6b0
don't display errors on search page when anki is enabled but not open
2017-03-05 22:14:41 -08:00
b18054723e
Revert "updating manifest"
...
This reverts commit 11ee624f76
.
2017-03-05 18:42:12 -08:00
11ee624f76
updating manifest
2017-03-05 18:11:14 -08:00
44d7ad5a8b
firefox fixes
2017-03-05 16:27:29 -08:00
0a75e14d93
show yomichan updated message only when shift to scan is disabled
2017-03-05 16:20:01 -08:00
efc5be4dac
middle mouse button scanning
2017-03-05 16:03:14 -08:00
a4dfadaa15
wip
2017-03-05 15:54:03 -08:00
d4e95c27d2
wip
2017-03-05 12:35:58 -08:00
ca778d30f7
visual improvements to search page
2017-03-05 11:54:48 -08:00
0e8f00a68f
add code to enable all dictionaries if all are disabled (workaround for
...
old options bug)
2017-03-05 11:39:07 -08:00
41624605f5
fix options for good
2017-03-05 11:34:14 -08:00
592f15f96c
options
2017-03-05 11:29:28 -08:00
200b8f6b75
fix options loading and storing code
2017-03-05 11:12:48 -08:00
974b103409
initial code for migration from sync storage to local storage
2017-03-04 20:56:54 -08:00
6b6190ade7
misc fixes
2017-03-04 20:27:46 -08:00
5daf2accf4
wip
2017-03-04 20:10:49 -08:00
e799aa5e5f
cleanup
2017-03-04 19:53:28 -08:00
7269583547
polish
2017-03-04 19:42:30 -08:00
158818713a
fixes
2017-03-04 19:27:54 -08:00
db7e80dabf
wip
2017-03-04 19:16:19 -08:00
30999c13d3
wip
2017-03-04 18:24:57 -08:00
b039d30024
wip
2017-03-04 17:56:10 -08:00
c8eb77cfd9
wip
2017-03-04 17:30:10 -08:00
2e7ce45112
file reorg
2017-03-04 12:27:05 -08:00
395af352f0
wip
2017-03-04 11:53:55 -08:00
b1950cf47e
prelim search support
2017-03-04 11:45:55 -08:00
ca6d12dd62
wip
2017-03-03 22:17:54 -08:00
acb0bc2e9e
style fixes
2017-03-03 20:25:14 -08:00
faf13d696c
cleanup
2017-03-02 22:35:02 -08:00
a01ca1f17c
renaming things to make more sense
2017-03-02 21:01:49 -08:00
5ecca4627e
enable and disable via toggle switch
2017-03-02 20:23:56 -08:00
b9c849a020
wip
2017-03-01 21:35:29 -08:00
95cf7a784f
wip on browser action button
2017-03-01 20:49:46 -08:00
e326b02898
fix various issues related to scanning form fields
2017-02-28 20:23:29 -08:00
5b66afde74
wtf firefox
2017-02-26 19:33:11 -08:00
b6a426eba0
adding new icon size
2017-02-26 16:49:13 -08:00
98ac54b7e2
updating homepage links
2017-02-26 12:46:37 -08:00
7bcb72a0ec
add min version for firefox
2017-02-26 12:25:20 -08:00
37badfa3b2
update version
2017-02-26 12:15:36 -08:00
dfe97a2b77
fixup of gecko polyfill
2017-02-26 12:14:22 -08:00
da124f6c27
fix wonky scanning logic
2017-02-26 12:06:37 -08:00
ec0aded9bb
mouse event fixes for firefox
2017-02-26 12:01:14 -08:00
003e36ba84
fixing permissions for firefox
2017-02-26 11:49:37 -08:00
934dc8c571
use latest dict data
2017-02-26 11:13:40 -08:00
0d2e9be0ce
wip
2017-02-26 11:12:54 -08:00
32f95e59a9
Merge branch 'dev' into firefox
2017-02-26 11:05:41 -08:00
6da4b56c7d
version bump
2017-02-26 10:44:47 -08:00
13046f0214
add dictionary descriptions
2017-02-26 10:42:10 -08:00
6b7e094041
fix options versioning code, update usage guide
2017-02-26 10:38:48 -08:00
55dd9b1e6b
delete unused dictionary deletion code
2017-02-26 10:11:23 -08:00
465a8e21c0
usability improvements
2017-02-25 19:14:44 -08:00
e2d49a975b
updating edict data
2017-02-19 14:45:38 -08:00
5500ae27b2
updating yomichan version
2017-02-19 14:07:49 -08:00
64db42d536
switch to new ankiconnect interface
2017-02-19 10:09:15 -08:00
1a52a2d8d5
fix not being able to play audio for kana only terms
2017-02-18 19:12:39 -08:00
701c91ea66
block placeholder audio with a short audio clip
2017-02-11 12:16:14 -08:00
7398e74d71
delete dead code
2017-02-10 21:11:34 -08:00
ecb007d052
verion bump
2017-02-10 21:00:31 -08:00
78d5b51127
fix url and sentence tags on kanji cards
2017-02-10 20:45:01 -08:00
caa09c63a1
destroy imposters earlier
2017-02-08 21:30:00 -08:00
2e3aec9ba1
fix "url" not being set on kanji cards, add more fields
2017-02-08 20:13:45 -08:00
f3fe0994f5
add option to disable imposters, bump version
2017-02-08 09:24:14 -08:00
b3487370db
fix kanji template
2017-02-07 22:21:33 -08:00
e73d2d96c9
add support for looking up definitions for textareas and textboxes
2017-02-07 21:46:37 -08:00
4e3792aba3
handle content script and background script desync on version update
2017-02-05 16:39:40 -08:00
5076b80f96
tweaks for ankiconnect
2017-02-05 11:44:59 -08:00
a13c32a784
updating libraries
2017-01-31 21:27:38 -08:00
bed16022e0
fix dictionary priority visibility bug
2017-01-31 21:10:20 -08:00
b7faaf0b51
updating manifest
2017-01-28 21:10:26 -08:00
2a29429104
WIP
2017-01-28 20:36:58 -08:00
944be5fa64
adding more polyfill goodness for firefox
2017-01-28 19:22:28 -08:00
491480c409
adding gecko polyfill
2017-01-28 19:01:06 -08:00
8efe5b1fbf
workaround for broken const in firefox
2017-01-28 18:46:15 -08:00
bf9925ec9c
add versioning code for people broken by last update
2017-01-28 18:14:07 -08:00
2398b990af
fix options versioning for real, bump version
2017-01-28 18:03:24 -08:00
0f69843202
fix versioning, bump version
2017-01-28 17:44:13 -08:00
25d03b0584
fixing templates
2017-01-27 22:36:06 -08:00
b58468cb10
removing unused ankiweb file
2017-01-27 21:25:15 -08:00
85524ab1fd
version bump
2017-01-27 21:24:38 -08:00
78f738b34c
WIP
2017-01-27 21:23:55 -08:00
1d49473c1f
fixing enabled state
2017-01-27 21:21:05 -08:00
79194bcafc
versioning fixes
2017-01-27 20:26:44 -08:00
d134c6b297
options versioning
2017-01-27 20:11:06 -08:00
b3e4137340
WIP
2017-01-27 19:43:45 -08:00
3fa393354b
store max number of results to display
2017-01-27 09:01:12 -08:00
0e0a0a3e51
moving more controls to advanced group
2017-01-27 08:49:49 -08:00
b9addc8428
template work
2017-01-26 22:38:59 -08:00
2b783018c1
WIP
2017-01-26 21:51:24 -08:00
34ea9979ab
wip
2017-01-26 20:22:52 -08:00
da33d00e45
WIP
2017-01-23 21:12:46 -08:00
72fbcc26fb
sort deck names and model names
2017-01-22 19:51:14 -08:00
5cd3e35f9e
furigana tag
2017-01-22 19:49:07 -08:00
f808221470
wip
2017-01-22 19:22:53 -08:00
985c5df328
WIP
2017-01-21 19:30:01 -08:00
03e1a03634
add option for html cards
2017-01-18 20:46:17 -08:00
404f3f1b16
unify dictionary enabled state
2017-01-16 22:30:53 -08:00
268e00435f
support for dictionary priority sorting
2017-01-16 20:54:01 -08:00
e8840465f0
WIP
2017-01-15 22:17:49 -08:00
eae885b9aa
WIP
2017-01-15 13:15:39 -08:00
434ccc18ee
dict priority work
2017-01-15 12:42:44 -08:00
0c88d3fa27
allow console log in one place
2017-01-15 12:03:27 -08:00
a5aff370e4
don't wipe options when disabling anki support ( fixes #27 )
2017-01-15 11:37:05 -08:00
b5e1a9e260
fixing optionsNew/optionsOld
2017-01-15 11:30:04 -08:00
655bcec511
cleanup
2017-01-15 11:22:34 -08:00
c512412c05
fix options page
2017-01-15 11:15:24 -08:00
6ad860bd72
WIP
2017-01-14 20:38:11 -08:00
8fe82573cc
WIP
2017-01-13 21:06:33 -08:00
11fcc465ac
WIP
2017-01-13 20:47:40 -08:00
94034890cc
WIP
2017-01-12 20:14:05 -08:00
c574ef4bc0
Merge branch 'master' into dev
2017-01-11 20:44:53 -08:00
dcd17bc654
porting popup window dimension calculation fix
2017-01-11 20:25:00 -08:00
916751420e
sayonara ankiweb
2017-01-11 20:21:11 -08:00
5c1c894df9
versioning
2017-01-11 19:55:51 -08:00
5c562c0288
fixing ankiweb, version up
2017-01-10 21:13:38 -08:00
124a2eb2b7
fixing ankiweb
2017-01-10 21:11:38 -08:00
20c5ca1bf5
fix annoying popup window behavior near window borders
2017-01-10 19:26:31 -08:00
01d73dd2ad
WIP
2017-01-09 19:51:21 -08:00
40838790d5
WIP
2017-01-09 19:42:54 -08:00
f1c826e2d3
fixing kanji template
2017-01-09 19:05:21 -08:00
89070c6096
cleanup
2017-01-09 09:30:56 -08:00
60e23ab42c
simplify templates
2017-01-08 22:44:13 -08:00
3b83f8b7fe
styling
2017-01-08 19:03:48 -08:00
67ca7adc4c
WIP
2017-01-08 18:39:59 -08:00
53a8e9061c
styling
2017-01-08 18:10:38 -08:00
148291d3a7
WIP
2017-01-08 15:33:45 -08:00
0498ea5d36
initial pass at term grouping function
2017-01-08 15:08:18 -08:00
984b5326a9
cleanup
2017-01-08 14:08:36 -08:00
d7b4aa681c
fixing dictionary tags
2017-01-08 11:18:55 -08:00
a5efe50322
add dictionary tags
2017-01-07 21:11:52 -08:00
f7d7b1bd84
add dictionary formatting field
2017-01-07 20:48:59 -08:00
786ef851c9
WIP
2017-01-07 19:21:16 -08:00
d770030688
WIP
2017-01-07 18:52:51 -08:00
fab7a03b6c
WIP
2017-01-07 18:39:36 -08:00
dc4162eeed
WIP
2017-01-07 18:07:15 -08:00
519f48c7ff
anki stuff
2017-01-07 17:25:01 -08:00
614bea05c0
cleanup
2017-01-07 16:49:29 -08:00
15ebc06fb3
WIP
2017-01-07 12:21:47 -08:00
86e39efe28
checkbox for grouping term results
2017-01-04 21:33:23 -08:00
8615d5f497
show spinner when adding notes ( resolves #25 )
2017-01-04 19:44:50 -08:00
8049c6083e
don't show add buttons till we know card state for #25
2017-01-03 22:17:53 -08:00
6005b10f87
database version
2016-12-30 10:53:21 -08:00
9dfafe9d26
purge old database versions
2016-12-30 10:47:27 -08:00
3c6b9eb91b
glossary in vl-gothic
2016-12-29 11:12:54 -08:00
6c940656ca
GET unless POSTing data
2016-12-29 11:10:12 -08:00
b9363dc979
add optionalscrollbars to glossary-list
2016-12-29 10:03:37 -08:00
1ac3ad9d56
tweaks to guide, bumping version number
2016-12-29 09:46:03 -08:00
c185125e9f
fixing ankiweb breakage ( resolves #26 )
2016-12-29 09:36:54 -08:00
1e6feff207
version bump
2016-12-28 19:30:00 -08:00
37d61b35d0
fix glossary lists with one item
2016-12-28 19:28:59 -08:00
ef24b4f236
prevent popup from going off the window
2016-12-28 19:13:19 -08:00
c7e9179b68
fixing bug that was preventing katakana terms from being searchable
2016-12-27 18:56:28 -08:00
ea009fb114
.
2016-12-23 22:06:08 -08:00
b81e11f633
revision support
2016-12-23 21:59:19 -08:00
22128a948a
adding files to normal git
2016-12-23 16:53:20 -08:00
09b2db4fdf
file management
2016-12-23 16:25:14 -08:00
74cd35093d
version bump... again
2016-12-23 15:50:00 -08:00
f998bd6c14
version bump
2016-12-23 15:46:11 -08:00
3047f8c4fc
fixing various deinflection issues
2016-12-23 15:44:16 -08:00
39fa11f72b
Merge branch 'dev'
2016-12-22 18:50:58 -08:00
9d21f8a456
Setting version number back for sake of beta test
2016-12-22 18:37:03 -08:00
4c5f93c7a7
better output for epwing
2016-12-21 19:47:50 -08:00
4cafa6d08f
Update dictionary section description
2016-12-21 19:03:52 -08:00
e973788f7d
Remove dictionary delete button
2016-12-21 18:56:03 -08:00
45bf72b40b
dictionary result caching
2016-12-20 22:43:27 -08:00
dd3db8faad
fixing various deinflection issues
2016-12-20 21:54:01 -08:00
28b8bae6a7
deinflector optimizations
2016-12-19 21:23:17 -08:00
0aa603694c
Fixing deinflection
2016-12-19 20:03:06 -08:00
238c9e340e
WIP
2016-12-18 22:24:34 -08:00
862b49dfd9
Add donation button
2016-12-18 20:40:18 -08:00
04ff83cc6c
Don't show list numbering on glossary lists with only one item
2016-12-18 12:24:07 -08:00
5eb1e4842f
.
2016-12-18 12:07:01 -08:00
9395d46712
WIP
2016-12-18 11:52:11 -08:00
e5275560ce
Fixes
2016-12-17 23:38:14 -08:00
d44f0c5764
WIP
2016-12-17 21:42:53 -08:00
5be864bb6f
WIP
2016-12-17 21:26:46 -08:00
5c755043fa
CWIP
2016-12-17 19:30:26 -08:00
15e1cf3358
Fixes
2016-12-17 19:08:28 -08:00
d98f4566bc
WIP
2016-12-17 18:45:19 -08:00
5c94923264
WIP
2016-12-17 17:42:41 -08:00
adbfbbbaa1
Updating dictionary data
2016-12-17 17:05:58 -08:00
2f63eeb2d1
WIP
2016-11-14 21:14:22 -08:00
09afc64928
Open guide on install
2016-11-14 21:02:04 -08:00
4e89d27fda
WIP
2016-11-14 20:42:45 -08:00
71d8cd4a32
Cleanup
2016-11-14 09:12:49 -08:00
984a3ad756
Cleanup
2016-11-14 08:15:08 -08:00
72ed8be877
WIP
2016-11-13 21:53:56 -08:00
8ad217970f
WIP
2016-11-13 19:22:11 -08:00
a9fb566884
WIP
2016-11-13 19:10:28 -08:00
1d29dd8ba7
WIP
2016-11-13 18:24:31 -08:00
d95d607c19
Handle no definitions
2016-11-13 18:06:49 -08:00
253da36755
WIP
2016-11-13 17:50:09 -08:00
a9eea9f634
WIP
2016-11-13 13:29:35 -08:00
2587b9ae6b
Dictionary simplification
2016-11-13 12:49:28 -08:00
dab46eda3e
WIP
2016-11-13 11:58:23 -08:00
7598de2234
Cleanup
2016-11-13 11:37:54 -08:00
320a82146b
Optimization
2016-11-12 20:20:23 -08:00
371c07ab1f
Revert "Delete dictionary deletion"
...
This reverts commit 0ff41d5843
.
2016-11-12 19:34:02 -08:00
b5cc47a9d1
WIP
2016-11-12 19:29:30 -08:00
0ff41d5843
Delete dictionary deletion
2016-11-10 19:36:45 -08:00
8b5ee62931
Better deletion
2016-11-09 09:21:11 -08:00
aab3803786
WIP
2016-11-09 08:55:40 -08:00
58357552f8
WIP
2016-11-08 22:20:06 -08:00
121d5e7c5e
WIP
2016-11-08 21:16:51 -08:00
cbe1b2e2a3
WIP
2016-11-08 21:10:46 -08:00
45877c4602
WIP
2016-11-08 21:08:36 -08:00
1b1f4a3ed7
WIP
2016-11-08 21:02:12 -08:00
deb4ef52ba
WIP
2016-11-08 20:40:32 -08:00
cd73d7cded
WIP
2016-11-08 20:35:44 -08:00
5bbf9aa07b
WIP
2016-11-08 20:34:28 -08:00
885f508eda
WIP
2016-11-08 19:41:03 -08:00
af45e8fab6
Error handling
2016-11-07 22:31:57 -08:00
f2f7b7f3db
Tweaks
2016-11-07 22:16:00 -08:00
638fe54c2a
Prevent duplicate import
2016-11-07 22:12:18 -08:00
407da51918
WIP
2016-11-07 21:02:13 -08:00
bd29cc0c16
WIP
2016-11-07 20:55:06 -08:00
5ad4782bfb
Fixes
2016-11-07 19:15:51 -08:00
da29797dcf
User dictionary importing
2016-11-07 09:22:57 -08:00
8f995194bb
WIP
2016-11-07 09:16:38 -08:00
a18f3be559
Renaming things
2016-11-07 08:29:21 -08:00
c11b24cb37
Cleanup
2016-11-07 08:24:39 -08:00
8c22f53f3e
Dexie fixes
2016-11-07 08:21:49 -08:00
ed2091ae1b
WIP
2016-11-06 22:19:48 -08:00
6eab90b89c
Cleanup
2016-11-06 20:43:09 -08:00
3655e5a820
Cleanup
2016-11-06 19:14:43 -08:00
7fa51d682f
More work on options
2016-11-06 18:58:00 -08:00
73c7c225f1
Save dictionary options
2016-11-06 18:30:51 -08:00
20304b5460
WIP
2016-11-06 18:09:12 -08:00
712cd6a9ab
Simplify field code
2016-11-06 17:56:47 -08:00
fd6622400f
Templates
2016-11-06 17:10:31 -08:00
5172155c78
WIP
2016-11-06 12:06:56 -08:00
3f606a0ab0
Combined import
2016-11-06 11:01:35 -08:00
81b7f504f4
WIP
2016-11-05 22:49:13 -07:00
c24e179b10
WIP
2016-11-05 18:24:45 -07:00
92fbc14e0b
WIP
2016-11-05 18:10:49 -07:00
d3a0173874
Dictionary naming
2016-11-05 17:51:01 -07:00
e2f1560afa
WIP
2016-11-05 17:30:00 -07:00
fd2820bc1a
WIP
2016-11-05 16:44:29 -07:00
5710dc55a7
Fix #22
2016-10-26 20:30:44 -07:00
b1bd441bf2
Verison bump
2016-10-21 21:34:23 -07:00
e51f43886b
Fixing blank tags
2016-10-21 21:33:54 -07:00
83f5bd24df
Enable katakana soft search ( resolves #14 )
2016-10-21 20:43:09 -07:00
5467ed11e1
Adding soft katakana search option
2016-10-21 20:15:00 -07:00
25a8f4fb68
Cleanup
2016-10-21 20:08:16 -07:00
3962a9cb19
Adding wanakana
2016-10-21 19:43:42 -07:00
53c8885cad
.
2016-10-21 09:10:46 -07:00
13676f3f4c
Version bump
2016-10-19 21:21:31 -07:00
ba02ae7f8d
Improved error handling
2016-10-19 21:21:00 -07:00
7618b8e909
Cleanup
2016-10-19 20:57:08 -07:00
055174efd2
Options page TLC
2016-10-19 20:32:22 -07:00
83af15e94b
Options form cleanup
2016-10-19 20:12:03 -07:00
db918d3675
Relog when ankiweb auth settings change
2016-10-19 09:26:26 -07:00
7d93587acb
Conditionally show add buttons
2016-10-19 08:52:22 -07:00
a4a67be455
Merge branch 'master' into dev
2016-10-18 21:29:39 -07:00
e7a9215959
WIP
2016-10-18 21:28:25 -07:00
de33a19498
WIP
2016-10-17 20:59:54 -07:00
9d1756a2a8
WIP
2016-10-17 20:20:50 -07:00
6cd1f70baa
Error handling
2016-10-17 20:02:50 -07:00
0afc4579c5
WIP
2016-10-17 09:17:10 -07:00
f22fcb0a5d
Cleanup, reset scroll position on definition lookup ( #20 )
2016-10-17 09:14:49 -07:00
aa1a2b0176
Make text easier to select in hover mode ( #18 )
2016-10-17 09:01:43 -07:00
bc8ef56cc2
Improved login behavior
2016-10-16 21:45:41 -07:00
f2c8d7d04e
WIP
2016-10-16 19:19:04 -07:00
153e64e08e
WIP
2016-10-16 18:56:49 -07:00
052815ae29
WIP
2016-10-16 18:50:07 -07:00
c076821e37
WIP
2016-10-16 18:44:36 -07:00
1fe2626443
Cleanup
2016-10-16 18:34:31 -07:00
16cdb1f13e
WIP
2016-10-16 17:56:00 -07:00
9eaadd2a6e
WIP
2016-10-16 12:12:31 -07:00
9f67e5e584
WIP
2016-10-15 23:38:00 -07:00
0b4bdec7f2
WIP
2016-10-15 23:23:40 -07:00
38c1a9a593
WIP
2016-10-15 20:33:04 -07:00
5057d6b6cf
WIP
2016-10-15 19:51:41 -07:00
49f98a8c53
WIP
2016-10-15 19:21:02 -07:00
7aa6d6feee
WIP
2016-10-15 19:05:53 -07:00
ef25ad144e
WIP
2016-10-15 17:34:29 -07:00
6898de4ca6
WIP
2016-10-15 17:30:49 -07:00
66fe5018cf
Don't hide popup when scrolling ( resolves #21 )
2016-10-12 21:12:21 -07:00
ef86c69bd6
Add ankiweb stub
2016-10-11 20:54:54 -07:00
82162a071a
WIP
2016-10-11 19:45:36 -07:00
910af58b34
Fixing incorrect autocomplete
2016-10-10 20:52:43 -07:00
a949e66a6c
Fixes
2016-10-10 20:51:42 -07:00
f85874f97b
WIP
2016-10-10 19:50:55 -07:00
a6dd997122
Pressing keys other than escape no longer closes definition popup
2016-10-09 12:33:02 -07:00
f34b512522
Revert "Allow bootstrap in popup templates"
...
This reverts commit da0cb81801
.
2016-10-08 19:40:19 -07:00
da0cb81801
Allow bootstrap in popup templates
2016-10-08 18:47:24 -07:00
4ec94078cd
Bumping version
2016-10-08 17:40:53 -07:00
1e9906c624
Automatically look up Kanji when cannot find definitions.
...
Allow text scanning without holding Shift key (resolves #18 ).
2016-10-08 17:39:21 -07:00
1d573f4179
Add visibility query
2016-09-29 21:04:03 -07:00
e433207968
Version bump
2016-09-28 20:15:08 -07:00
004a0d5281
Fix activation bug
2016-09-28 20:14:21 -07:00
071902cd05
Fixing bad dictionary data
2016-09-27 22:01:08 -07:00
adfc9b7f2a
Cleanup
2016-09-19 21:12:45 -07:00
fcd9439bf5
Updating readme
2016-09-19 21:04:01 -07:00
7666d6a3e6
Cleanup
2016-09-19 20:17:58 -07:00
4e2d7327c5
Bumping version number
2016-09-18 19:49:59 -07:00
2a65060b73
Hold down ctrl to search for kanji, fixes #13
2016-09-18 17:32:57 -07:00
daf774150d
Activate on startup
2016-09-18 09:45:39 -07:00
c05f7a7c1c
Work on progress bar
2016-09-16 20:28:59 -07:00
dc273c0c73
Cleanup
2016-09-15 22:44:33 -07:00
b969e8952c
Cleanup
2016-09-15 21:03:58 -07:00
b87611cfdd
Bugfixes
2016-09-15 20:16:23 -07:00
7069f428ee
Cleanup
2016-09-15 20:10:11 -07:00
3608c9c16e
.
2016-09-14 22:54:07 -07:00
c3ead3af93
.
2016-09-14 22:40:35 -07:00
0eb54e24c6
Deleting dead options
2016-09-14 22:34:05 -07:00
07a1f94806
Updating icons
2016-09-14 21:14:34 -07:00
ce49a126cf
Progress bar
2016-09-14 21:08:51 -07:00
b9d53f8427
Progress update
2016-09-14 20:08:49 -07:00
ff3896ed01
Fix progress counting
2016-09-13 22:43:16 -07:00
17366e521a
Progress callback for dictionary loading
2016-09-13 20:36:13 -07:00
0e89d0e7e6
Database stuff
2016-09-13 15:59:18 -07:00
cd4f16c096
Options cleanup
2016-09-13 13:38:37 -07:00
540d0e239c
Cleanup
2016-09-12 22:14:58 -07:00
4241b4f859
WIP
2016-09-11 22:47:08 -07:00
f4314497e4
Cleanup
2016-09-11 20:59:42 -07:00
fa446f540a
WIP
2016-09-11 20:41:41 -07:00
f653195aed
Cleanup
2016-09-11 20:35:53 -07:00
8f776cf759
Cleanup
2016-09-11 20:18:34 -07:00
6183864f16
Cleanup
2016-09-11 19:47:40 -07:00
94dccfd875
WIP
2016-09-11 12:48:53 -07:00
8eb43c93d9
Cleanup
2016-09-11 12:40:45 -07:00
d5ea03171e
Working with IndexDb
2016-09-11 12:29:18 -07:00
1ac14cd633
WIP
2016-09-10 22:51:04 -07:00
64d6b8761d
WIP
2016-09-10 22:35:31 -07:00
3ec57d5bf6
Fixes
2016-09-10 22:25:16 -07:00
0587399883
WIP
2016-09-10 19:44:54 -07:00
47ef617eb4
Cleanup
2016-09-10 19:40:56 -07:00
fa391bd5d3
WIP
2016-09-10 19:36:28 -07:00
05ac931285
Work on deinflector
2016-09-10 18:57:00 -07:00
133abb6f58
.
2016-08-29 20:27:04 -07:00
c55ba3b2be
WIP
2016-08-29 19:51:37 -07:00
9462bc397b
Cleanup
2016-08-28 21:02:51 -07:00
4bebe92159
WIP
2016-08-24 09:14:23 -07:00
b2d9b613ad
Cleanup
2016-08-23 22:28:37 -07:00
8b5f74f99b
WIP
2016-08-23 22:22:09 -07:00
6366d9bd8e
WIP
2016-08-23 20:53:11 -07:00
f106b64876
WIP
2016-08-23 20:33:04 -07:00
9621a0cd4b
WIP
2016-08-22 08:48:19 -07:00
a062b25178
Work on DB integration
2016-08-21 19:51:12 -07:00
67f906ab24
Import stubs
2016-08-21 13:32:36 -07:00
96c6c4ad1a
Adding dexie
2016-08-20 22:03:16 -07:00
8416c9d633
More cleanup
2016-08-20 19:32:50 -07:00
18fc8d9865
Performance improvements
2016-08-20 19:15:30 -07:00
015c262bbf
Cleanup
2016-08-20 13:42:12 -07:00
9649a83181
Better control over result ordering. This fixes #12
2016-08-20 13:04:59 -07:00
28e217b75b
WIP
2016-08-18 21:48:40 -07:00
70188eacb1
WIP
2016-08-18 20:33:39 -07:00
1d6223e540
WIP
2016-08-18 20:28:02 -07:00
eca27326ec
Bumping version
2016-08-18 20:28:02 -07:00
e6eea28174
Tweaks
2016-08-15 18:44:17 -07:00
c76aeba190
Fixing tag
2016-08-14 22:52:49 -07:00
02cee68727
Adding usage guide
2016-08-14 12:32:19 -07:00
d0654e2cf6
Adding stub for usage guide
2016-08-14 12:08:06 -07:00
03ac18004e
Version bump
2016-08-12 19:10:40 -07:00
8524881d33
Backwards compat
2016-08-12 19:05:48 -07:00
de2029fb7a
WIP
2016-08-11 20:56:49 -07:00
eb7456089a
Adding dropdown
2016-08-11 08:57:23 -07:00
5cc989b87f
Rename references of "vocab" to "term"
2016-08-10 08:44:52 -07:00
0ef6a2f6c9
Version bump
2016-08-09 22:02:49 -07:00
e6d821b731
Cleanup using promises
2016-08-09 21:23:05 -07:00
dcce58fc2e
Cleanup
2016-08-08 20:02:58 -07:00
b080e30b14
Metadata
2016-08-08 19:50:49 -07:00
afef392491
Simplify loading code with promises
2016-08-08 09:09:03 -07:00
6c838b7fb4
Cleanup
2016-08-07 22:42:56 -07:00
29135ff84f
Updating kanji display
2016-08-07 19:56:50 -07:00
a9e86544c1
Work on tags
2016-08-07 13:42:10 -07:00
3c9f2c6a2e
Cleanup
2016-08-07 13:01:27 -07:00
d3272efef7
Get rid of addon hack
2016-08-07 12:41:09 -07:00
024ec83251
Reduce file size
2016-08-06 23:16:55 -07:00
9468797b87
Use entity data from dictionary
2016-08-06 23:04:03 -07:00
08d92a4ddb
New Kanjidic data
2016-08-05 22:14:54 -07:00
02d679a461
Updating enamdict and edict, code to load dictionaries.
2016-08-03 21:09:21 -07:00
43e2024529
Cleanup
2016-07-25 20:43:35 -07:00
3ffcf184bb
Fix typo
2016-07-25 20:32:45 -07:00
80fedc4f7a
Hook up sentence search extent to options
2016-07-25 20:28:56 -07:00
2b2e6cba3f
Updating options page to include new tags
2016-07-25 20:15:56 -07:00
657b541e25
Bumping version
2016-07-25 20:13:53 -07:00
f88f8dc97f
Sentence and URL support
2016-07-25 20:07:54 -07:00
d26ecab0b5
Adding sentence extraction code
2016-07-24 21:22:03 -07:00
19cc8fda33
Better range handling.
2016-07-24 21:18:17 -07:00
871acf7c2d
Bumping version
2016-07-24 10:59:55 -07:00
25580a3e02
Add local permissions
2016-07-24 10:59:37 -07:00
e75d00f25b
Bugfix
2016-07-23 23:04:39 -07:00
282ada3b91
Fixing exception
2016-07-23 23:02:55 -07:00
e062ae2063
Support looking up definitions for buttons and inputs.
2016-07-23 19:06:33 -07:00
b2c19ab9c9
Deleting dead code, bumping version.
2016-07-23 15:21:22 -07:00
fc17c6a603
Use document.write to populate IFRAME, as this avoids flicker on navbar
...
buttons and performs better. Will have to conditionally do the old
behavior for Firefox.
2016-07-23 15:17:35 -07:00
22d73228ca
Cleanup
2016-07-23 15:14:13 -07:00
6d9b4392e2
Renaming classes
2016-07-23 13:12:24 -07:00
a72e958ebf
Support looking up image tags
2016-07-23 13:06:09 -07:00
a889e1ffaa
WIP
2016-07-23 12:47:42 -07:00
6099de71d8
Work on supporting different text sources
2016-07-22 22:14:59 -07:00
4e46f4bded
Stub
2016-07-22 21:47:12 -07:00
9589a68def
Fixing range optimization
2016-07-21 09:13:38 -07:00
e4ecf11fc7
Version bump
2016-07-20 09:01:59 -07:00
ab27ef0096
Fixing audio not working on some pages
2016-07-20 09:01:40 -07:00
e32f31fa43
Formatting legal page
2016-07-19 22:19:54 -07:00
a9a694358f
Fixing Kanji behavior, bumping version
2016-07-18 08:41:46 -07:00
a567ef3605
Pronounce => Play Audio
2016-07-18 08:08:31 -07:00
cea8471290
More error updates
2016-07-17 11:01:17 -07:00
7d5e8b9b8c
Better error message
2016-07-17 10:57:51 -07:00
09ec4af3c1
Audio support
2016-07-17 10:35:16 -07:00
f2bd0ec7bb
Add option to enable and disable audio playback
2016-07-15 23:29:36 -07:00
361dd47f0a
Simplify requests
2016-07-14 22:06:47 -07:00
22219693c9
Bumping version number
2016-07-10 18:24:10 -07:00
0eccd89f14
Support additional replacement fields
2016-07-10 18:16:51 -07:00
1574f79534
Updating options page for smaller layout
2016-07-06 22:16:18 -07:00
abb3d74142
Temporarily removing gecko code from master until everything works in
...
firefox branch.
This reverts commit 30585892b8
, reversing
changes made to bd89db4ec5
.
2016-07-06 19:56:13 -07:00
80d2eac33c
Revert "Remove firefox related warning for chrome branch"
...
This reverts commit 125877a653
.
2016-07-06 19:42:01 -07:00
125877a653
Remove firefox related warning for chrome branch
2016-07-05 22:31:15 -07:00
ispedals
a9863de95e
Request permission to access localhost
...
Permission is required to do XHR request to the domain. Otherwise
Gecko attempts to use CORS to negotiate the request, which AnkiConnect
does not expect.
2016-06-19 12:54:35 -04:00
ispedals
099d48ef48
Polyfill caretRangeFromPoint()
...
Gecko did not implment the older caretRangeFromPoint() and instead
implemented the newer caretPositionFromPoint()
2016-06-19 12:54:32 -04:00
ispedals
651231fbc1
Use iFrame srcdoc attribute to set the content of the popup
...
Previously the contentdocument of the iFrame was opened and
document.write() was being used set the contents of the popup.
In Gecko, content scripts do not have the same security context
as of the embedded page, so the call to document.open() results in
a SecurityError.
2016-06-19 12:54:30 -04:00
ispedals
28de6a4d6e
Add mimetype to XHR call
...
This silences warnings about the JSON files being ill-formed
2016-06-19 12:54:27 -04:00
ispedals
5e0ac4e8ea
Workaround spidermonkey bug so dictionary data loads
...
We need to make a copy of the iteration variable in the for-of
loop so that the distinct values are available in the callback.
2016-06-19 12:54:22 -04:00
ispedals
b4fe1f1fa6
Add polyfills for Gecko's WebExtension implementation
...
Gecko currently does not support chrome.storage.sync and
chrome.runtime.onInstalled. Use chrome.storage.local instead of
sync and ignore calls to onInstalled. The implication of not
having runtime.onInstalled is that the options page is not shown
on first-run.
2016-06-19 12:54:12 -04:00
ispedals
f12660af91
Use non-deprecated options_ui instead of options_page in manifest
2016-06-18 19:45:28 -04:00
ispedals
db5befcf45
Add Gecko as a supported application to manifest
2016-06-18 19:14:14 -04:00
b7901945b3
Support tagging
2016-06-14 20:44:38 -07:00
b91c79e321
Cache audio samples
2016-06-14 20:44:38 -07:00
ad61722130
Use let
instead of const
in for loops.
2016-06-14 20:44:38 -07:00
caf0678832
Cleanup
2016-06-14 20:44:38 -07:00
15f2744f04
Audio
2016-06-14 20:44:38 -07:00
e0f91b9a8a
Elementary audio playback support
2016-06-14 20:44:38 -07:00
96dd2d45f9
Removing HTML option
2016-06-14 20:44:38 -07:00
19c9a16e46
Option stubs
2016-06-14 20:44:38 -07:00
3ed5b90ccb
Improved text scanning
2016-06-14 20:44:38 -07:00
061cbb0141
Better selection handling, fixing scan length being treated as a string.
2016-06-14 20:44:38 -07:00
14fd0d6514
Option preference page on install.
2016-06-14 20:44:38 -07:00
e19f955399
Version bump
2016-06-14 20:44:38 -07:00
3bf1e909fa
Updating homepage url
2016-06-14 20:44:38 -07:00
bf575293bf
Bumping version
2016-05-29 21:32:07 -07:00
c73641ec77
Better glossary formatting
2016-05-29 15:00:19 -07:00
6f63999dce
Adding version checking
2016-05-29 14:20:13 -07:00
9ab95e6602
Delete unused functions
2016-05-29 13:32:31 -07:00
d479107eb5
Cleanup
2016-05-29 13:26:09 -07:00
4995135657
Cleanup
2016-05-29 12:58:51 -07:00
8c944c6294
New fact creation
2016-05-29 12:46:37 -07:00
17f0282b09
Display supported field tags
2016-05-28 19:01:42 -07:00
a936bc0088
Fixing field table
2016-05-28 18:53:06 -07:00
7a37c10aed
Options page now works as intended
2016-05-28 18:27:26 -07:00
b229295688
More cleanup
2016-05-28 15:21:01 -07:00
9c51f2ecda
More work on options page
2016-05-28 14:45:10 -07:00
5f8cd06533
Show proper options
2016-05-28 14:18:43 -07:00
281b8018a6
Cleanup
2016-05-28 14:00:35 -07:00
4103b09893
Improvements to options page
2016-05-28 13:35:46 -07:00
e7b6b171cb
WIP
2016-05-22 20:51:06 -07:00
bd17b05eef
Cleanup
2016-05-22 16:53:28 -07:00
ca13c947bb
Adding default options
2016-05-22 14:26:12 -07:00
7c06a22451
Field selector working
2016-05-22 13:41:52 -07:00
997947caed
Cleanup
2016-05-21 22:59:29 -07:00
f65e9f2570
WIP
2016-05-21 20:44:18 -07:00
21b0507e36
Styling
2016-05-21 20:26:54 -07:00
10226663bd
Adding tabs
2016-05-21 20:17:12 -07:00
f1850defa6
Cleanup
2016-05-21 18:07:57 -07:00
5f97e8d16a
WIP
2016-05-21 17:44:02 -07:00
ad54735a80
WIP
2016-05-21 17:11:17 -07:00
8b4d19c9f2
WIP
2016-05-21 16:36:41 -07:00
c2532a9fd0
WIP
2016-05-21 15:50:59 -07:00
0e6c9d70f6
WIP
2016-05-21 15:42:24 -07:00
07a90ec0f1
Show when the extension is disabled
2016-05-21 15:40:08 -07:00
e274659c97
Updating manifest
2016-05-18 13:28:50 -07:00
a306d73118
Revert "Fixing certain definitions not showing up"
...
This reverts commit 85015b1776
.
2016-05-18 12:30:45 -07:00
85015b1776
Fixing certain definitions not showing up
2016-05-18 12:19:40 -07:00
7dcad6bd71
Adding link to homepage
2016-05-18 10:29:56 -07:00
aaf8bb43d1
Styling, switching port to one that is not likely to be used.
2016-05-18 10:24:11 -07:00
eaf5ded127
Revert "Reverse sort order"
...
This reverts commit a39feb66db
.
2016-05-17 22:01:36 -07:00
a39feb66db
Reverse sort order
2016-05-17 22:00:38 -07:00
3a656a8009
Consistant ordering with Anki
2016-05-17 20:32:08 -07:00
65346c18f8
Updating legal docs
2016-05-17 20:07:28 -07:00
f58877e8fa
Style changes
2016-05-09 20:15:31 -07:00
84747e5502
Styling
2016-05-09 19:23:40 -07:00
8438a1fe32
Custom fonts for Japanese
2016-05-09 19:07:39 -07:00
5359ea983e
Fixing term ordering bug
2016-05-09 14:33:28 -07:00
898c3eedb8
Adding some color
2016-05-07 18:43:39 -07:00
80f5699d86
Note adding now possible
2016-05-07 18:36:06 -07:00
4a6055d781
WIP
2016-05-07 18:24:31 -07:00
e6ea1ddb15
WIP
2016-05-07 14:53:50 -07:00
ef52c9c8b5
Update options page
2016-05-07 14:50:55 -07:00
c620b4ba36
Simplify options page
2016-05-07 14:02:54 -07:00
9b9985bd4b
Improvements
2016-05-07 13:43:32 -07:00
8c1ebe6bcb
WIP
2016-05-06 21:42:15 -07:00
7015b80469
Async pooling
2016-05-06 21:34:06 -07:00
f7db707dc2
WIP
2016-05-05 21:43:35 -07:00
f1e078c7d8
Removing flicker
2016-05-05 21:36:50 -07:00
cc33a30b5e
Fixing options
2016-05-05 20:36:01 -07:00
809e4f855f
More cleanup
2016-05-05 20:27:04 -07:00
22cbafb7b7
Cleanup
2016-05-05 20:23:06 -07:00
9cb099e5f6
Optimization
2016-05-05 20:06:13 -07:00
dd4b2f7365
Cleanup
2016-05-05 18:55:43 -07:00
e74386faa4
WIP
2016-05-04 20:43:29 -07:00
bc11e7cbe3
Add note links
2016-05-04 20:08:22 -07:00
320d9bca0e
Adding indices
2016-05-04 19:31:06 -07:00
22ff1f8695
Simplify templates
2016-05-04 19:10:28 -07:00
574b2251b7
Cleanup
2016-05-04 18:58:12 -07:00
36e9a332df
WIP
2016-05-03 22:18:03 -07:00
8926eeab45
WIP
2016-05-03 22:07:05 -07:00
f535683e9b
WIP
2016-05-03 20:53:53 -07:00
5eea27004c
Optimization
2016-05-03 20:49:09 -07:00
29ebbe2bae
Add missing icons
2016-05-03 20:25:48 -07:00
1e2a249c53
Show action icons
2016-05-03 20:25:35 -07:00
2b3550bd33
Async fix
2016-05-02 21:53:12 -07:00
0ed936438c
WIP
2016-05-02 21:50:36 -07:00
57a426f4f2
Plumbing
2016-05-02 20:40:41 -07:00
c70aedc2ff
WIP
2016-05-02 17:27:26 -07:00
eaa7291683
Updating options page
2016-05-01 21:18:28 -07:00
a7e5a23e2d
Style cleanup
2016-04-28 20:36:55 -07:00
240aca8415
Kanji page cleanup
2016-04-28 20:32:04 -07:00
4ef620d74c
Styling
2016-04-24 22:06:49 -07:00
f466fe7218
Styling work
2016-04-24 20:50:27 -07:00
62c2120286
Use KanjiStrokeOrders
2016-04-24 20:04:14 -07:00
46a2f0e87b
WIP
2016-04-24 19:50:04 -07:00
8773ab991d
WIP
2016-04-24 19:39:10 -07:00
6908d9e7e3
WIP
2016-04-24 19:23:13 -07:00
cac6fc1427
Basic kanji output
2016-04-24 18:59:29 -07:00
a192a8d8b5
Plumbing
2016-04-24 18:34:31 -07:00
8143e372cd
Stub handler for kanji click
2016-04-24 16:48:30 -07:00
59989cd78c
File management
2016-04-24 16:18:47 -07:00
d6a92e7b7b
Fixing spacing
2016-04-24 11:40:21 -07:00
b421b435fa
Fixing selection bug
2016-04-24 11:31:55 -07:00
7f661fdd81
Cleanup
2016-04-24 11:26:42 -07:00
709094455e
Improvements
2016-04-24 11:04:24 -07:00
75d5d84811
WIP
2016-04-23 22:34:56 -07:00
4b46a2988b
Get rid of flicker
2016-04-23 22:22:58 -07:00
896cd7960c
Misc fixes
2016-04-23 22:11:29 -07:00
659bb87a59
Mostly working
2016-04-23 21:24:45 -07:00
c8d0ef5004
WIP
2016-04-23 21:13:34 -07:00
defe4e5759
WIP
2016-04-23 21:09:33 -07:00
8b097221db
WIP
2016-04-23 10:10:34 -07:00
b8df875e03
WIP
2016-04-22 22:25:12 -07:00
85594f4def
WIP
2016-04-22 21:01:39 -07:00
77e404bbda
WIP
2016-04-22 20:48:00 -07:00
f30f9b9d2b
Work on range
2016-04-21 22:03:06 -07:00
626a86682d
Work on popup script
2016-04-21 20:11:17 -07:00
1ce6a00faf
WIP
2016-04-20 22:28:26 -07:00
7ef0f4e881
Handle intermediate tags through addons
2016-04-19 22:04:55 -07:00
8c0ead7a3a
Making suru verb work again
2016-04-19 21:37:11 -07:00
b02ec434f5
Fixing tag description
2016-04-18 20:45:14 -07:00
1d7802749e
Stub
2016-04-18 20:42:50 -07:00
0c0271ae34
Tag sorting and sanitation
2016-04-18 20:35:40 -07:00
2495774891
Better tag rendering
2016-04-18 19:59:56 -07:00
c4e35fbf54
Display tooltips for tags
2016-04-18 19:38:03 -07:00
f8d2cc1b03
Get rid of lame spaces
2016-04-17 20:50:58 -07:00
94c30c83e6
Cleanup
2016-04-17 20:24:22 -07:00
d5170414af
Adding kanji links
2016-04-17 19:06:57 -07:00
de268e73a6
Rethinking dictionary switching
2016-04-17 18:42:44 -07:00
5bebf3ed2c
Revert "Support switching between edict and enamdict"
...
This reverts commit f079db0471
.
2016-04-17 18:38:29 -07:00
52a8e2207c
Fixups
2016-04-17 18:35:22 -07:00
6f45cc2871
Splitting out header and footer templates
2016-04-17 18:20:39 -07:00
f079db0471
Support switching between edict and enamdict
2016-04-17 18:13:20 -07:00
bcd34149ab
Plumbing
2016-04-17 17:36:15 -07:00
be43981e25
Adding dictionary switcher stubs
2016-04-17 17:23:53 -07:00
3a6d239c24
Fix options dialog
2016-04-17 09:39:14 -07:00
952de1fd3b
Deleting unused files
2016-04-17 09:38:11 -07:00
1b3b33078e
Appearance tweaking
2016-04-17 09:36:06 -07:00
c353ec04bc
Styling
2016-04-16 22:54:19 -07:00
f7fa1bc51c
Moving lib
2016-04-16 20:17:39 -07:00
9ceef4649f
Fixes to deinflection logic
2016-04-16 20:11:27 -07:00
ccf5459190
WIP
2016-04-16 11:41:33 -07:00
80da71148a
Adding better rule output
2016-04-16 11:24:03 -07:00
aa288d524b
Styling
2016-04-15 22:33:13 -07:00
77761a9538
Handle events
2016-04-14 21:55:21 -07:00
0cd7830281
Optimization
2016-04-14 21:49:34 -07:00
5f74c473ce
Switch to iframe
2016-04-14 20:36:00 -07:00
ba3e0c6532
Increase padding
2016-04-13 23:16:00 -07:00
e6365a10e4
Styling improvements
2016-04-13 21:59:11 -07:00
6e32b08d1c
Updating styles and templates
2016-04-13 20:13:41 -07:00
18720aa150
Show definitions as lists
2016-04-13 18:55:31 -07:00
c198a0f919
Bugfix
2016-04-13 17:28:44 -07:00
972b945b4c
Work on new dictionary format
2016-04-12 23:12:20 -07:00
bf28dea283
Updating dictionaries
2016-04-12 20:58:41 -07:00
bf7c476a72
Prevent popup from being shown for popup text
2016-04-10 22:04:58 -07:00
ae3d8d27d9
Options page improvements
2016-04-08 13:33:46 -07:00
26af561c12
.
2016-04-07 22:41:47 -07:00
5db0d5d59a
WIP
2016-04-07 22:41:16 -07:00
edbb8086bc
Optimization
2016-04-07 20:51:05 -07:00
fb46421737
Updating icons
2016-04-06 22:20:00 -07:00
fcd27179da
Actually use lookahead option now
2016-04-06 22:02:49 -07:00
0acc0ad90c
Autoload when needed
2016-04-06 21:04:38 -07:00
03b02070b7
Add load on startup checkbox
2016-04-06 21:02:31 -07:00
53b63e8ddc
File reorg
2016-04-06 20:50:12 -07:00
7c9d64e95f
Options now work
2016-04-06 20:48:36 -07:00
721a4dc661
WIP
2016-04-05 22:18:55 -07:00
8774c783f6
Cleanup
2016-04-04 22:07:57 -07:00
37ffcbf3ee
File reorg
2016-04-04 22:02:26 -07:00
e5a3904cf7
Options loading and saving
2016-04-04 21:59:30 -07:00
074b1dc5f6
Work on options page
2016-04-04 20:52:07 -07:00
e5def1401c
.
2016-04-03 22:42:44 -07:00
b4f846453a
Options screen
2016-04-03 22:42:21 -07:00
44d2b5ec56
Refactor
2016-04-03 22:22:38 -07:00
aef347c67c
Modifying options page
2016-04-03 20:05:22 -07:00
51cd2350df
Fix typos
2016-04-03 10:48:59 -07:00
4367f057cf
Reference bootstrap files
2016-04-03 10:46:36 -07:00
76792eb49d
Add bootstrap
2016-04-02 22:55:43 -07:00
a6fda6c943
Work with new dictionary format
2016-04-02 12:56:47 -07:00
036639aeaf
Fixes
2016-04-01 22:30:30 -07:00
92e62c798d
WIP
2016-04-01 22:13:37 -07:00
7eadff3457
Moving large files to CSV format, deleting unused kradfile
2016-03-31 20:03:39 -07:00
6d1fc8a20e
Don't use JQuery in content script
2016-03-29 22:32:40 -07:00
93eaed39c1
Fixing styles
2016-03-28 21:44:39 -07:00
002e009168
Reorg and add stub options page
2016-03-28 20:09:30 -07:00
98170a71ed
Hide popup on scroll and resize
2016-03-28 20:01:53 -07:00
baec1dd58a
Fixes
2016-03-28 19:53:55 -07:00
a8c7a8602f
Use partials
2016-03-28 19:44:28 -07:00
149e22baac
Styling
2016-03-28 19:30:03 -07:00
7ec9e6fd88
Don't send up events to window
2016-03-28 19:09:39 -07:00
537d91dd10
WIP
2016-03-28 19:06:01 -07:00
d77319e328
WIP
2016-03-28 13:00:48 -07:00
43d4abf317
Updating styling
2016-03-27 22:27:30 -07:00
c8d0a8624f
Improved styling
2016-03-27 20:15:23 -07:00
a9fcc0cde6
Switch to handlebars for templating
2016-03-27 20:00:41 -07:00
2bdb576378
Better output
2016-03-27 18:24:04 -07:00
70faa9e87f
Make the z-index high enough for everyone.
2016-03-27 17:13:17 -07:00
43d14c0c81
Updates
2016-03-27 17:04:49 -07:00
4b35a6c556
Popup stub now working.
2016-03-27 13:21:52 -07:00
8e2134bb56
WIP
2016-03-26 18:10:22 -07:00
ced7bf5f27
File reorg
2016-03-26 14:21:51 -07:00
12696d3e6b
Reorg
2016-03-26 14:16:21 -07:00
d38c5390ee
Deinflection fixes.
2016-03-25 21:55:22 -07:00
a1bab38a2d
Deinflection fixes
2016-03-25 20:54:04 -07:00
059b2eb4f2
Improved messaging
2016-03-24 20:56:47 -07:00
ac012b26b3
File reorg and cleanup
2016-03-24 20:30:18 -07:00
1b27832054
Deinflection now same as in Yomichan for Anki
2016-03-24 20:20:46 -07:00
125df215dd
Improved deinflection
2016-03-24 20:13:43 -07:00
14f855ee75
Tests
2016-03-23 20:39:21 -07:00
62a47278b5
WIP
2016-03-23 19:41:13 -07:00
2fe2e993ee
WIP
2016-03-23 19:25:32 -07:00
c308370658
Fixes to make deinflection work
2016-03-23 18:12:33 -07:00
a9c92bdfbf
WIP
2016-03-22 21:47:56 -07:00
a3189b4ca4
Fixes
2016-03-22 20:17:11 -07:00
495c12b6c2
Maybe this works
2016-03-22 20:02:41 -07:00
f6342da49d
WIP
2016-03-20 22:32:46 -07:00
f784462c4d
WIP
2016-03-20 20:34:50 -07:00
1ed2e70c6f
WIP
2016-03-20 18:45:37 -07:00
c242e49c7f
Cleanup
2016-03-20 18:27:11 -07:00
2d526b7ecd
Some work on deinflector
2016-03-20 17:52:14 -07:00
d8a630fa28
Simple lookup now works.
2016-03-20 17:15:40 -07:00
4f19856f44
Loading in all the json blobs
2016-03-20 12:26:10 -07:00
23327d7e35
More reorg
2016-03-20 11:09:24 -07:00