Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Develop #35

Merged
merged 24 commits into from
Nov 16, 2016
Merged

Develop #35

merged 24 commits into from
Nov 16, 2016

Conversation

tomjhall
Copy link
Contributor

Updated version 1.1.0

  • Added AnimationHandler a simple api to handle generic transition animations.
  • Moved enums to IntDef for library size optimization.
  • Changed nested class access to private methods & attributes to package private as part of library size optimization.
  • Migrated AutoParcel to AutoValue.
  • Deprecated HandlesBackPresses - this can be handled in a custom callback from onBackPress in you activity.
  • Deprecated HasTraversalAnimation - use AnimationHandler.
  • Call to replace with 0 views will result in a call to push.
  • Added replaceStack with one view method.

REggar and others added 24 commits October 20, 2016 13:34
Add convenience methods for replacing ViewStack with one view
… the stack instead of crashing with IllegalStateException.
…t view. Returning null on the animation handler will result in no traversal animation.
In case ViewStack is empty and replaceStack is called, push a view on…
…or_code

Add animation handler and refactor code
@tomjhall tomjhall merged commit bbc28bc into master Nov 16, 2016
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.

2 participants