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

Feature/vector and framerate independence #31

Merged

Conversation

ninovanhooff
Copy link
Contributor

@ninovanhooff ninovanhooff commented Jan 29, 2021

This change adds

  • vector support
  • Framerate independence
  • contiguous attribute.
    When true, slices are stitched in order. When false, slices are stitched in random order
    default: false

For vector support, minSdk is increased to 21

Existing users should know that the unit of speed has changed from dp per frame to dp per second. Therefore, migration entails multiplying all speeds by 60.

…ndependent

increases minSdk to 21 for vector loading without ResourcesCompat
increases minSdk to 26 for use of java.time library
@ninovanhooff ninovanhooff marked this pull request as draft January 29, 2021 10:05
@ninovanhooff ninovanhooff marked this pull request as ready for review January 29, 2021 11:02
@ninovanhooff
Copy link
Contributor Author

Addresses issues

#22
#21
#18

@tsuijten tsuijten merged commit 18f9cd8 into Q42:master Jan 29, 2021
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.

2 participants