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

onlyScaleDown() compatibility with fit() #1623

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 11, 2017

  1. Made onlyScaleDown method set a flag if fit() is called so that the d…

    …eferred resize() call can have onlyScaleDown() called after it
    magneticflux- committed May 11, 2017
    Configuration menu
    Copy the full SHA
    4014974 View commit details
    Browse the repository at this point in the history
  2. Added test case to verify that onlyScaleDown still throws without fit…

    …() or resize() called beforehand
    magneticflux- committed May 11, 2017
    Configuration menu
    Copy the full SHA
    8f6e1c7 View commit details
    Browse the repository at this point in the history
  3. Added suppression of serious warnings regarding invalid resource ID t…

    …ypes when it was intentionally provided as invalid
    magneticflux- committed May 11, 2017
    Configuration menu
    Copy the full SHA
    4e70c1d View commit details
    Browse the repository at this point in the history
  4. Changed @nonnull annotation to @nullable annotation to match the meth…

    …od that it actually calls
    magneticflux- committed May 11, 2017
    Configuration menu
    Copy the full SHA
    bbee479 View commit details
    Browse the repository at this point in the history