Closed isja13 closed 2 months ago
I figured it out// Got everything to build and work today and built an ipa for sideloading if anyone is interested, just check my fork of this and it should be in releases! The issue was with dic.db in the Resources folder. Since the file in the cloned repo was just a git link to a larger database file and not the file itself, it wasn't being recognized as an SQLite database and thus, no dictionaries could load. Changed some of the dictionary loading code around and added a ton of logging around importing for debug, and after a complete clean, it works like a charm now//
Got the app to build as the latest commit, but it looks as though some attempt at deeper dictionary lookup implementation has left the normal dictionary framework in suspended animation, since JMdict was not included in the build and when adding through the manage dictionaries page internally, it would fill the decoding bar about halfway and then nothing would happen. I am under the impression that this project is more or less abandoned right now? I would like to see at least some kind of working beta towards v1.3 since AnkiConnect seems to have been successfully implemented, but never properly published.