Page 1 of 2

Extend .mdx for GoldenDict Android

PostPosted: Wed Sep 12, 2012 5:18 pm
by chigre-GD
Yesterday, the coder of Mdict (a program just like GoldenDict) has opened in public its opensource codes!
So I think maybe Goldendict can add this form of dictionaries (.mdx / .mdd / .css).
Truly there are many original dictionaries in this form which supports fully html.
:D

https://bitbucket.org/raymanzhang/mdict-android-opensource/

raymanzhang / mdict-android-opensource http://mdict.cn/ compare
MDict for Android. You need IntelliJ IDEA to open and build the project.
Clone this repository (size: 2.6 MB): HTTPS / SSH
$ git clone https://bitbucket.org/raymanzhang/mdict ... source.git

Re: Extend .mdx for GoldenDict Android

PostPosted: Thu Sep 13, 2012 2:05 pm
by chigre-GD
forget it... because it's not the core codes.

Re: Extend .mdx for GoldenDict Android

PostPosted: Fri Sep 14, 2012 12:27 am
by ikm
The part which works with .mdx files is distributed as a closed-source .so library.

Re: Extend .mdx for GoldenDict Android

PostPosted: Tue Jan 22, 2013 11:57 am
by Zeper
but other dictionary apps,such as colordict,seederdict,they also can read .mdx format.

Re: Extend .mdx for GoldenDict Android

PostPosted: Tue Apr 23, 2013 12:47 pm
by Tvangeste
Now that desktop version of GoldenDict supports Mdict (mdd/mdx), it would be nice for Android version to do that as well. :)

Re: Extend .mdx for GoldenDict Android

PostPosted: Tue Apr 23, 2013 8:41 pm
by chigre-GD
Yes!!!! Looking forward for the support of Mdict dics!!!

Re: Extend .mdx for GoldenDict Android

PostPosted: Wed Apr 24, 2013 2:18 am
by ikm
I can't really use GPL-licensed code in the mobile version, unless it's my own one. That would mean reimplementing MDX support from scratch. I might get to it, but the existing support in GD may only serve as a file format reference in this case.

Re: Extend .mdx for GoldenDict Android

PostPosted: Wed Apr 24, 2013 6:10 am
by Tvangeste
Hmm, indeed.

Well, another option is to open-source GoldenDict for Android, then you'd be able to incorporate AARD, Sdict and MDX support that is already in desktop version. :)

Re: Extend .mdx for GoldenDict Android

PostPosted: Wed Apr 24, 2013 9:53 am
by chigre-GD
I'll be very happy if the mobile version support Mdict format.
For now, there are several programma on Android support this format, including Mdict / Bluedict / Eudic / ...

Re: Extend .mdx for GoldenDict Android

PostPosted: Wed Apr 24, 2013 10:02 am
by ccaid
ikm wrote:I can't really use GPL-licensed code in the mobile version
can you take such code out of main apk? similar problem is solved in DeaDBeeF Player but reversely: the player is GPL'ed but some formats are taken out in plugin.