[DictTango] 反馈历史 (作参考用,请勿回复此帖)

I guess it was caused by the single fie size.

The file size limit is not something specific to Android, it is a limit of the File System.

It may “technically” be a bug in Android though, as FAT32, which is what the file system is for the sdcard, should have a file size limit of 4GB ((2^32)-1 = 4,294,967,295B) but it looks like the filesystem on Android is android is actually using a limit of ((2^31) - 1 = 2,147,483,647B). Which means they could be using signed integers, instead of unsigned integers for the addressing on the filesystem.

You may try split the mdd file and see if it works.

3 个赞

Trouble displaying longer entries, not limited to a specific dictionary. (On 1.3.2 Build 320, Android Pie)

谢谢楼主的好软件。

问个问题:安卓版,只有一个词典的情况下,怎么设置默认展开查找项?
或者多个词典情况下有没有设置,默认展开某个词典?
(我只装了一个词典,每次手动展开太麻烦了)

1 个赞

词典分组——选择要展开的词典——更多——自动展开

1 个赞

多谢回答。 :grinning:

能否支持,切图词典点击放大图片,有一些词典的字很小不放大看不清楚。

For the dictionary that the content is generated by JavaScript after page load, they might have problem to display due to the height measurement method.

You can try to view the dictionary in the.reading mode.

如果词典中的图片没有绑定任何点击事件,点击图片应该会自动在手机系统本身的图片查看器里打开,这个时候可以放大看。如果已经有绑定点击事件,长按图片。

点按之后是这样,一片黑。

1 个赞

很大可能是因为图片是TIFF格式,你的手机系统的查看器不支持

1 个赞

那怎么解决呢,mdict,都能点按查看。下次更新能否在软件能增加用软件自身查看的方法。

1 个赞

这个暂时不会添加了,因为只是TIFF格式问题

Has the height measurement method got anything to do with speed optimization? I’d rather be able to display the entries in the normal mode.

Unfortunately, there is no solution at the moment, you can try MDict, EuDict or Bluedict as alternatives, those are good apps for mdx dictionaries also.

haha no worries, I’ve been following this project for a while. Just wondering if there’s a solution to this problem and what’s causing it

1 个赞

Feature Request:

Add Spelling Suggestions (Morphology) for several languages.

MDict offers to download some files into a subfolder of the App:


By the way, a GitHub page to open “issues” would be very helpful !

3 个赞

Thank you for the suggestion.

I am refactoring the whole project with the new android framework and it takes time. Will review all the feature requests after that.

DictTango has a simple function for spelling suggestion though.
If there is no word entry found when you press the search button, the app will make a new word by certain logic (e.g. swapping the letters, deleting certain letters) from the original word. then the app will check if the new word can be found in the dictionaries and display the word suggestions.

For Example, if you key in “offiec” and the word is not found, the app will try the following words and return the suggestion of “office”:
offhec
offec
offigc

office

2 个赞

感谢反馈,下版本解决这个问题

请问,我的BOOX lumi2 更新了os 3.2.1后,DictTango软件找不到存储了,不能更新词典应用。

1 个赞

你看看软件里应该是有个授权sd卡的,你把那个途径设置一下,就能用了