PalakSDarji / hackerskeyboard

Automatically exported from code.google.com/p/hackerskeyboard
0 stars 0 forks source link

Would be nice if dictionaries didnt default do downloading from PLAY store and instead had the option to download from your site. #368

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thank you for this fine software.

What steps will reproduce the problem?
1. Open up the hackers-keyboard from F-Droid repository
2. Click on get dictionaries

Could not open PLAY store

What is the expected behavior? What do you see instead?

Wanted the link to the self hosted dictionaries, as i dont have the PLAY store 
installed.

Could be the way this is built, i dont know, but maybe include a an extra link 
to the external dicts for repos that just pull down the general apk. That 
wouldnt cost too much bandwidth, no?

Please provide any additional information below.

V 1.33

Original issue reported on code.google.com by ComradeK...@gmail.com on 7 Jun 2013 at 6:58

GoogleCodeExporter commented 9 years ago
The F-Droid client handles market URLs so they could just use sed -i 
's@\(MARKET_URI = 
\).*@\1"http://code.google.com/p/hackerskeyboard/downloads/list"@' 
java/src/org/pocketworkstation/pckeyboard/Main.java, BUT issue 367 seems to 
indicate that those packages won't actually work.

Original comment by david8bl...@gmail.com on 14 Jan 2014 at 2:06

GoogleCodeExporter commented 9 years ago
Sorry, I can't provide general support for versions built by others. You should 
be able to just download and install the dictionaries from 
http://code.google.com/p/hackerskeyboard/downloads/list as needed. Issue 367 
seems confused, the dictionaries do work if it was built properly including the 
NDK code.

Original comment by Klaus.We...@gmail.com on 14 Jan 2014 at 11:48