-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-fill search field with transferred term #59
Comments
Indeed. I remember struggling with getting Android task navigation to do what I wanted in all cases. There is navigation within application, navigation when lookup is initiated from external application and interaction between them. For example, user may initiate lookup from external app and then navigate away without closing dictionary task, and circle back to dictionary from the same external app, or do another lookup from another app, or launch Aard directly, or maybe it was already running. Tapping "home" (logo) button takes you all the way "back" to the top, except in case when lookup was launched externally it's not really going "back", just finds (or launches) dictionary's main task, which is unaware of the external lookup. It is broken in another way too - if you hit back button again it just closes Aard and does not take you back to your external app as one might have hoped. This implementation is a compromise that seems to do reasonable things in main cases, but it's not great. Perhaps I'll give it another shot, but I'm not too optimistic, as Android task management didn't get any simpler and I didn't get any smarter. |
Exactly! This is another issue I have met. It is still smaller as far as at most cases it results in just one or two extra tap(s).
I'm sure the last isn't true :) Good luck! |
Another issue - impossible to search when book reader returns a baloon message a word was not found - move me to idea how to resolve all problems in one shot :) Let's open a screen with input field on book reader (or other application) request to translate/find! This way we
What do you think? |
Hi! Let's look at the steps:
Expected: search field is filled with the term was sent from external app to Aard.
But we get: search field is filled with old term used previous time we used the field.
The text was updated successfully, but these errors were encountered: