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
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
d0654e2cf6
Adding stub for usage guide
2016-08-14 12:08:06 -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
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
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
80fedc4f7a
Hook up sentence search extent to options
2016-07-25 20:28:56 -07:00
f88f8dc97f
Sentence and URL support
2016-07-25 20:07:54 -07:00
282ada3b91
Fixing exception
2016-07-23 23:02:55 -07:00
b2c19ab9c9
Deleting dead code, bumping version.
2016-07-23 15:21:22 -07:00
22d73228ca
Cleanup
2016-07-23 15:14:13 -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
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
0eccd89f14
Support additional replacement fields
2016-07-10 18:16:51 -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
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
b7901945b3
Support tagging
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
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
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
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
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
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
07a90ec0f1
Show when the extension is disabled
2016-05-21 15:40:08 -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
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
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
4a6055d781
WIP
2016-05-07 18:24:31 -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
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
9cb099e5f6
Optimization
2016-05-05 20:06:13 -07:00
dd4b2f7365
Cleanup
2016-05-05 18:55:43 -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