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

Hhhh #366

Open
wants to merge 130 commits into
base: v.0.2.0
Choose a base branch
from
Open

Hhhh #366

wants to merge 130 commits into from

Conversation

BEATVAL
Copy link

@BEATVAL BEATVAL commented Apr 9, 2022

No description provided.

troy379 and others added 30 commits April 11, 2017 11:30
This should close issue stfalcon-studio#29. I believe that providing the user with the whole list of DIALOG objects is a bit "dangerous", users can modify that collection and feed it back to the adapter and given the current implementation that's not something we might want. So having a ```getDialogPosition()``` method should solve the case when the user needs to have the current adapter position of a certain dialog.
Just small change here 

`* adapter.addItem(DIALOG dialog) - adds one dialog to the end of the list
* adapter.addItem(int position, DIALOG dialog) -  adds a new dialog to the specified position.`
Add TypingListener to docs
…ppropriate

Useful when connecting adapter directly to streaming data source
Changed update methods to return boolean
bevzaanton and others added 29 commits October 1, 2018 09:18
…ocumentation

Update documentation to add upsertItem method
- List<Wrapper> items
- method `generateDateHeaders`
…t_if_update

Added upsert method to move a specific item to the start.
Copy link
Author

@BEATVAL BEATVAL left a comment

Choose a reason for hiding this comment

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

Iii

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

Successfully merging this pull request may close these issues.

None yet