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/glide my site #8065

Merged
merged 2 commits into from
Jul 20, 2018
Merged

Feature/glide my site #8065

merged 2 commits into from
Jul 20, 2018

Conversation

malinajirka
Copy link
Contributor

Fixes #7966

Replaces Volley with Glide in the My Site section of the app. Since neither blog icon nor user avatar support animated gif images, nothing should change from the user perspective.

To test:

  1. Go to My Site
  2. Make sure the blog icon is correctly displayed
  3. Go to People
  4. Make sure the avatar is correctly displayed
  5. Click on one of the users (opens detail)
  6. Make sure the avatar is correctly displayed

@malinajirka malinajirka requested a review from 0nko July 19, 2018 14:46
@malinajirka malinajirka added this to the 10.6 milestone Jul 19, 2018
Copy link
Contributor

@0nko 0nko left a comment

Choose a reason for hiding this comment

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

Good job! 👍

@@ -385,7 +390,7 @@ public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) {

if (person != null) {
String avatarUrl = GravatarUtils.fixGravatarUrl(person.getAvatarUrl(), mAvatarSz);
peopleViewHolder.mImgAvatar.setImageUrl(avatarUrl, WPNetworkImageView.ImageType.AVATAR);
mImageManager.loadIntoCircle(peopleViewHolder.mImgAvatar, ImageType.AVATAR, avatarUrl);
Copy link
Contributor

Choose a reason for hiding this comment

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

⚫️, nice! :)

@0nko
Copy link
Contributor

0nko commented Jul 20, 2018

Performed the tests and it worked as expected.

:shipit:

@0nko 0nko merged commit 5fd458f into develop Jul 20, 2018
@0nko 0nko deleted the feature/glide-my-site branch July 20, 2018 15:26
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