Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Update version to 1.0.0 #19

Merged
merged 1 commit into from Jun 27, 2017
Merged

Update version to 1.0.0 #19

merged 1 commit into from Jun 27, 2017

Conversation

ataulm
Copy link
Contributor

@ataulm ataulm commented Jun 27, 2017

Update to 1.0.0 for release!

Changes 0.9.6 -> 1.0.0:

  • All in: Extract explicit restore/save state methods #18
  • Breaking: bindView(V view, int position, @Nullable SparseArray<Parcelable> viewState) has gone from protected to private
  • Breaking: bindView(V view, int position) made abstract again so clients have to implement it
  • Behaviour change: if client returns Views with IDs in protected abstract V createView(ViewGroup container, int position); then the library will throw an exception
  • New: protected void restoreHierarchyState(V view, int position, @Nullable SparseArray<Parcelable> viewState)
  • New: protected void saveHierarchyState(V view, int position, SparseArray<Parcelable> viewState)

@jszmltr jszmltr self-assigned this Jun 27, 2017
@jszmltr jszmltr self-requested a review June 27, 2017 09:15
@jszmltr
Copy link

jszmltr commented Jun 27, 2017

👍

@rock3r rock3r self-requested a review June 27, 2017 09:16
@rock3r rock3r self-assigned this Jun 27, 2017
Copy link
Contributor

@rock3r rock3r left a comment

Choose a reason for hiding this comment

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

🎉

@rock3r rock3r merged commit 5b44adf into master Jun 27, 2017
@rock3r rock3r deleted the update_version_to_1 branch June 27, 2017 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants