Umang17 / softkeyboard

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

Proof-of-concept: Finnish language support as external package #281

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The external package will include:
1) Finnish layout
2) Big Finnish dictionary

Original issue reported on code.google.com by menn...@gmail.com on 9 Feb 2010 at 7:56

GoogleCodeExporter commented 9 years ago
@ssalonen, please check out the latest code and also the new
AnySoftKeyboardFinnishLanguagePack project in the SVN.

I'm getting a null-pointer exception somewhere, and can't understand where.

Original comment by menn...@gmail.com on 9 Feb 2010 at 11:49

GoogleCodeExporter commented 9 years ago
startActivityForResult call in KeyboardFactory throws the nullpointerexception, 
probably because the intent has lots of null fields...I will investigate further

Original comment by ssalo...@gmail.com on 10 Feb 2010 at 3:58

GoogleCodeExporter commented 9 years ago
Thanks,
make sure you are using the latest code.

Original comment by menn...@gmail.com on 10 Feb 2010 at 4:40

GoogleCodeExporter commented 9 years ago
The problem still persists (r602)? I'm quite confused 

Original comment by ssalo...@gmail.com on 10 Feb 2010 at 5:26

GoogleCodeExporter commented 9 years ago
It still happens at my end...
I think I know what is the problem (but I can't find any resources in the 
internet):
I'm starting an Activity with no context.... It should be created or started 
from the
Service.
Also, I've read that any activity should be declared in the manifest XML file, 
but I
did declare it...

Original comment by menn...@gmail.com on 11 Feb 2010 at 7:41

GoogleCodeExporter commented 9 years ago
I've fixed the Settings issue, and made lots of changes in the code.
See r619 and r620

Original comment by menn...@gmail.com on 19 Feb 2010 at 9:34

GoogleCodeExporter commented 9 years ago
What do you think? Does it work?

Original comment by menn...@gmail.com on 23 Mar 2010 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 12 Apr 2010 at 11:19

GoogleCodeExporter commented 9 years ago
The dictionary seemed to be wrong for some reason... I will commit new version 
which is 
definately the bigger dictionary.

Also, I didn't get the dictionary to work (I was able to select it but it 
didn't 
suggest any words) with the market version but it worked with the svn version. 
Does 
this have to do with the fact that market version includes built-in Finnish 
dictionary?

Original comment by ssalo...@gmail.com on 18 Apr 2010 at 1:52

GoogleCodeExporter commented 9 years ago
I got Hebrew to work as external with no problems.
I'll check it out

Original comment by menn...@gmail.com on 18 Apr 2010 at 2:09

GoogleCodeExporter commented 9 years ago
If you want to test the actual finnish library you can test it with word 
"omena". It's 
not included with the smaller dictionary but should be included in the bigger 
one.

Original comment by ssalo...@gmail.com on 18 Apr 2010 at 2:10

GoogleCodeExporter commented 9 years ago
Works for me - I have that word.
I've created an APK for you to test. Check the Downloads pages

Original comment by menn...@gmail.com on 18 Apr 2010 at 2:21

GoogleCodeExporter commented 9 years ago
Works, don't know what was wrong...

Original comment by ssalo...@gmail.com on 18 Apr 2010 at 2:36

GoogleCodeExporter commented 9 years ago

Original comment by menn...@gmail.com on 19 Apr 2010 at 6:05