Skip to content
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

Quick search, advanced mode #8

Closed
tmszdmsk opened this issue Jul 31, 2013 · 1 comment
Closed

Quick search, advanced mode #8

tmszdmsk opened this issue Jul 31, 2013 · 1 comment
Assignees
Milestone

Comments

@tmszdmsk
Copy link
Owner

Quick search in jira isn't so stupid as i tought. See jira documentation for that feature.

Idea is to pass query to not so REST (awful!) QuickSearch.jspa and intercept redirects.

@ghost ghost assigned tmszdmsk Jul 31, 2013
tmszdmsk added a commit that referenced this issue Jul 31, 2013
Only jql like inputs are handled.
Wanted to use OkHttp library by retrofit, but there is nasty unresolved for few months bug square/okhttp#184 which doesn't work very well when some parts (e.g. analytics library in that case) doesn't use him.
Fixed bug with calling quicksearch two times when using hardware keyboard ENTER button (key down and key up).
Extracted AuthorizationHeaderGenerator because it's used also with this QuerySearch call.
tmszdmsk added a commit that referenced this issue Aug 2, 2013
… to issue" type of response.

Cleaning, some logging, fallback to "text masterfield" search with quick search input
@tmszdmsk
Copy link
Owner Author

tmszdmsk commented Aug 2, 2013

TODO:

  • handle instance state of query filter
  • GUI help
  • testing of httpURLConnection on older devices
  • ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant