1. Orion - 0.39.1; Aard - 1.4.1
2. Select word in orion and open dictionary
3. Selected word is not passed to Aard.
Some code analysis:
Orion starts intent using : action = Intent.ACTION_MAIN;
Aard needs Intent.ACTION_SEARCH :
https://github.com/aarddict/android/blob/master/src/aarddict/android/LookupActiv
ity.java#L335
I believe Orion need to use action = Intent.ACTION_SEARCH
Original issue reported on code.google.com by shadow.r...@gmail.com on 12 Dec 2012 at 10:48
Original issue reported on code.google.com by
shadow.r...@gmail.com
on 12 Dec 2012 at 10:48