mancj / mancj/MaterialSearchBar
Latest release does not contain updates made to SuggestionsAdapter
- Dominant language
- Java
- Stars
- 2k
- Forks
- 324
- PR merge metrics
- No merged PRs in 30d
Description
Some changes made to the library's SuggestionsAdapter such as this:
```
//changing the suggestions list to protected
protected List suggestions = new ArrayList<>();
```
..were not included in the latest `0.7.1` release. Please make a new release with these changes as we can't use the CustomSuggestionsAdapter implementation without the newly committed changes. Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the SuggestionsAdapter changes referenced in the issue and the history of release 0.7.1. Check how the project publishes releases, then verify that the new release includes the protected suggestions list needed by CustomSuggestionsAdapter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100