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

Allow user to create a custom adapter. #82

Open
AdamMc331 opened this issue Jan 24, 2017 · 2 comments
Open

Allow user to create a custom adapter. #82

AdamMc331 opened this issue Jan 24, 2017 · 2 comments
Assignees
Milestone

Comments

@AdamMc331
Copy link
Collaborator

Currently the library handles the adapter itself using a cursoradapter. Let's give the user the option to override this - which will also give them freedom to display the suggestion items.

@AdamMc331 AdamMc331 self-assigned this Jan 24, 2017
@Mauker1 Mauker1 added this to the 1.3.0 milestone Jan 25, 2017
@Mauker1
Copy link
Owner

Mauker1 commented May 4, 2018

I'm thinking of moving this to v 2.0. It's not a minor change at all, and the default CursorAdapter will probably change once we migrate from ListView to RecyclerView (as per #99).

@Mauker1 Mauker1 modified the milestones: 1.3.0, 2.0.0 May 4, 2018
@Mauker1
Copy link
Owner

Mauker1 commented Feb 9, 2021

The ListView was migrated to a RecyclerView but this adapter change is still pending. I need to make the add/query/remove methods return if the user is using a custom adapter. Also, I'm Pushing this to 2.1.0.

@Mauker1 Mauker1 modified the milestones: 2.0.0, 2.1.0 Feb 9, 2021
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

2 participants