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

Notify observers if anything changes #390

Closed
wants to merge 3 commits into from
Closed

Notify observers if anything changes #390

wants to merge 3 commits into from

Commits on Jun 14, 2017

  1. Notify observers if anything changes

    Due to fact that onChanged() method responds only to notifyDataSetChanged() call, other calls (notifyItemChanged, notifyItemMoved, etc..) are left hanging. Observer has to be notified if any (and all) of those calls are invoked.
    diareuse committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    2e43539 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Notify observers of specific activity/event that occurred

    Make dataChanges return T wrapped in event that presumably occurred. Classes *Event (base), *ChangeEvent, *RangeChangeEvent, *InsertionEvent, *RemovalEvent, *MoveEvent have been created to distinct events.
    diareuse committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    69e2adc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2018

  1. Configuration menu
    Copy the full SHA
    0a8bf02 View commit details
    Browse the repository at this point in the history