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

Added Auto-complete feature for the search view (related to issue #55) #56

Merged
merged 5 commits into from Jan 31, 2017

Conversation

ferranpons
Copy link
Member

@ferranpons ferranpons commented Jan 31, 2017

Related to the feature requested from issue #55

public void showDebouncedLocations(List<Address> addresses) {
if (addresses != null) {
fillLocationList(addresses);
if (!addresses.isEmpty()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a method to filter addresses could be great (if anyone overrides activity)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What you say sounds interesting but not in the scope of this PR. Please add an issue for that. Many thanks for the suggestion!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alorma alorma mentioned this pull request Jan 31, 2017
@ferranpons ferranpons merged commit 5d88a84 into master Jan 31, 2017
@ferranpons ferranpons deleted the autocomplete branch January 31, 2017 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants