personwlw / orion-viewer

Automatically exported from code.google.com/p/orion-viewer
0 stars 0 forks source link

Aard dictionary interaction is broken ( don't get selected word ) #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by mikhael.bogdanov on 25 Dec 2012 at 10:37