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

View all search results shows toString() representation of object #145

Closed
ecgreb opened this issue Nov 30, 2015 · 0 comments
Closed

View all search results shows toString() representation of object #145

ecgreb opened this issue Nov 30, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@ecgreb
Copy link
Collaborator

ecgreb commented Nov 30, 2015

View all search results shows the programmatic toString() representation of the SimpleFeature object. This regression is a result of implementing AutoParcel in the Pelias Android SDK which generates the toString() method.

pelias/pelias-android-sdk#21

A custom ArrayAdapter is now needed that uses the SimpleFeature.label() method to set the display text in the list view.

image

@ecgreb ecgreb assigned awright and ecgreb and unassigned awright Nov 30, 2015
ecgreb added a commit that referenced this issue Nov 30, 2015
Implements custom `ArrayAdapter` that uses `SimpleFeature.label()` method for display text.

Closes #145
@ecgreb ecgreb added the bug label Nov 30, 2015
@ecgreb ecgreb added this to the Launch milestone Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants