New user registration is currently disabled due to spam abuse / Регистрация новых пользователей в настоящее время приостановлена из-за злоупотреблений спаммерами

GoldenDict for Android

Mobile version discussion

Re: GoldenDict for Android

Postby ikm » Tue Jan 10, 2012 7:26 pm

This will be added in one of the future versions.
ikm
Автор GoldenDict
 
Posts: 1595
Joined: Wed Feb 04, 2009 10:40 am

Re: GoldenDict for Android

Postby kammerer » Wed Jan 11, 2012 1:28 pm

Do you have any goldendict specific api?
kammerer
 
Posts: 2
Joined: Tue Jan 10, 2012 4:13 pm

Re: GoldenDict for Android

Postby arreke » Sun Apr 26, 2015 4:55 am

ikm wrote:Right now ColorDict's interface is supported. As for the link you've given me, I don't see any exact protocol there, just a discussion. Could you point me to something more specific?


Here it is - http://www.plecoforums.com/threads/custom-plugin.4462/
Pleco provides API for looking up words in their search box, nevertheless they recommend to use URL approach instead of Intents.

I'm currently using the following code and works fine :

Code: Select all
Intent intent = new Intent("colordict.intent.action.SEARCH");
intent.putExtra("EXTRA_QUERY", "hello"); //Search Query
intent.putExtra("EXTRA_FULLSCREEN", false); //
intent.putExtra("EXTRA_HEIGHT", 400); //400pixel, if you don't specify, fill_parent"
intent.putExtra("EXTRA_GRAVITY", Gravity.BOTTOM);
intent.putExtra("EXTRA_MARGIN_LEFT", 100);
startActivity(intent);
arreke
 
Posts: 1
Joined: Sun Apr 26, 2015 4:48 am

Re: GoldenDict for Android

Postby enduk » Thu Mar 30, 2017 4:37 pm

Could you please add the functionality to enable/disable dictionaries in the Android app rather than physically remove them?

And it would be nice to get the dictionary's description (annotation) when tapping on its name
and also to expand abbreviations when tapped on them.
enduk
 
Posts: 2
Joined: Sat Feb 27, 2016 2:07 pm

Previous

Return to Mobile

Who is online

Users browsing this forum: Google [Bot] and 19 guests