<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yomitan/ext/js/language, branch 21.8.31.0</title>
<subtitle>refold-tools yomitan fork</subtitle>
<id>https://git.pipeframe.xyz/fork/yomitan/atom?h=21.8.31.0</id>
<link rel='self' href='https://git.pipeframe.xyz/fork/yomitan/atom?h=21.8.31.0'/>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/'/>
<updated>2021-09-01T01:42:18+00:00</updated>
<entry>
<title>Fix dictionary import total progress (#1921)</title>
<updated>2021-09-01T01:42:18+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-09-01T01:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=1599ec1f15ef02e5687fbfc4ad15dd55b019ee70'/>
<id>urn:sha1:1599ec1f15ef02e5687fbfc4ad15dd55b019ee70</id>
<content type='text'>
* Fix incorrect total count for final step of dictionary import

* Update tests to validate progress args</content>
</entry>
<entry>
<title>Dictionary worker updates (#1914)</title>
<updated>2021-08-28T18:30:50+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9'/>
<id>urn:sha1:87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9</id>
<content type='text'>
* Add support for running getDictionaryCounts via DictionaryWorker

* Run dictionary integrity checks on a separate thread

* Remove api.getDictionaryCounts</content>
</entry>
<entry>
<title>Dictionary database worker refactoring (#1913)</title>
<updated>2021-08-28T18:22:16+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-28T18:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=74709296e557dfeab2e465f8bd53681934fe8040'/>
<id>urn:sha1:74709296e557dfeab2e465f8bd53681934fe8040</id>
<content type='text'>
* Rename DictionaryWorker =&gt; DictionaryWorkerHandler

* Rename var

* Rename file

* Simplify

* Rename DictionaryDatabaseModifier =&gt; DictionaryWorker

* Rename dictionary-database-modifier.js =&gt; dictionary-worker.js</content>
</entry>
<entry>
<title>Update dictionary importer progress event for step 6 to occur slightly earlier (#1897)</title>
<updated>2021-08-14T22:16:30+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T22:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=b6fc786f9aed3f432c4f26504bb2c7c5edc753cc'/>
<id>urn:sha1:b6fc786f9aed3f432c4f26504bb2c7c5edc753cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Threaded dictionary delete (#1895)</title>
<updated>2021-08-14T16:41:58+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T16:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=4839503d540adf7b48d0b1d337bef7b7c9b890ad'/>
<id>urn:sha1:4839503d540adf7b48d0b1d337bef7b7c9b890ad</id>
<content type='text'>
* Generalize dictionary worker

* Add deleteDictionary functionality

* Update DictionaryController to use DictionaryDatabaseModifier

* Fix incorrect result handling</content>
</entry>
<entry>
<title>Dictionary worker refactor (#1894)</title>
<updated>2021-08-14T15:46:26+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-14T15:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=3e350bd563886e49fed309731d99f37e6f3ab320'/>
<id>urn:sha1:3e350bd563886e49fed309731d99f37e6f3ab320</id>
<content type='text'>
* Rename dictionary worker files

* Rename classes

* Rename file

* Rename class

* Generalize the _invoke method

* Rename 'import' to 'importDictionary'

* Improve DictionaryImporterMediaLoader usage

* Refactor message handler

* Generalize onProgress event</content>
</entry>
<entry>
<title>Database improvements to data persistency (#1893)</title>
<updated>2021-08-13T22:35:31+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-13T22:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cd78d56feedef1475ce8ddb98e208c7a004819df'/>
<id>urn:sha1:cd78d56feedef1475ce8ddb98e208c7a004819df</id>
<content type='text'>
* Fix function check

* Rename arguments of getAll, getAllKeys, and their private functions

* Simplify bulkAdd

* Simplify delete

* Simplify bulkDelete

* Remove persistData</content>
</entry>
<entry>
<title>Fix data not being persisted after terminating Worker thread (#1877)</title>
<updated>2021-08-07T19:25:00+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-08-07T19:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=2d5e6f839412985ae790da34b3f75476bcf8028c'/>
<id>urn:sha1:2d5e6f839412985ae790da34b3f75476bcf8028c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dictionary import progress improvements (#1868)</title>
<updated>2021-07-31T23:13:41+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-31T23:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=cd3f47a3595878c2ff7506589ac24ff91ed75eea'/>
<id>urn:sha1:cd3f47a3595878c2ff7506589ac24ff91ed75eea</id>
<content type='text'>
* Update loop vars

* Update loop

* Improve progress reporting during the import process</content>
</entry>
<entry>
<title>Dictionary importer refactoring (#1867)</title>
<updated>2021-07-31T22:08:51+00:00</updated>
<author>
<name>toasted-nutbread</name>
<email>toasted-nutbread@users.noreply.github.com</email>
</author>
<published>2021-07-31T22:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.pipeframe.xyz/fork/yomitan/commit/?id=01c5c5c04bd9234c64d6f57ee0ea65b0f478a1b7'/>
<id>urn:sha1:01c5c5c04bd9234c64d6f57ee0ea65b0f478a1b7</id>
<content type='text'>
* Remove map of schemas

* Don't reuse dictionary importer instances

* Refactor

* Update how progress callback is used</content>
</entry>
</feed>
