glide icon indicating copy to clipboard operation
glide copied to clipboard

Cross fade now respects different aspect ratio placeholder and loaded image

Open kevinvanmierlo opened this issue 6 years ago • 11 comments
trafficstars

This pull request will fix the aspect ratio not being respected when using the crossFade transition. This is related to issue #363

kevinvanmierlo avatar Sep 28 '19 10:09 kevinvanmierlo

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 10:09 googlebot

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 10:09 googlebot

@googlebot I signed it!

kevinvanmierlo avatar Sep 28 '19 11:09 kevinvanmierlo

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 11:09 googlebot

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 11:09 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 11:09 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Sep 28 '19 11:09 googlebot

@sjudd I've tried to fix the format violations by importing the Google Java's code style XML and adding some Javadoc, but Travis still fails. It tells me to run 'gradlew spotlessApply' but this task fails for me. So right now I'm not sure what to do to fix this.

kevinvanmierlo avatar Nov 17 '19 22:11 kevinvanmierlo

Have you tried reading the error messages? https://travis-ci.org/github/bumptech/glide/jobs/617859292#L1572-L1653

Spotless tells you exactly what to change in a diff format, and I'm sure you can run gradlew checkstyle pmd to get the failures locally.

TWiStErRob avatar Mar 29 '22 18:03 TWiStErRob

I did look at it at the time, but didn't see the error messages in between. Thanks for the link to the specific lines. This was 2.5 years ago when I did this and did it besides my job, so must've looked over it.

Okay, would be great to use spotless, but it didn't work for me at the time. I didn't know about the checkstyle command, but I'll check it out next time.

I still do this besides my job, so I'll try to fix it as soon as I have time.

kevinvanmierlo avatar Mar 30 '22 07:03 kevinvanmierlo

Is there anything else you need from me?

kevinvanmierlo avatar May 30 '22 08:05 kevinvanmierlo