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

Replace Volley with Glide in Stats #8025

Merged
merged 1 commit into from
Jul 18, 2018
Merged

Replace Volley with Glide in Stats #8025

merged 1 commit into from
Jul 18, 2018

Conversation

malinajirka
Copy link
Contributor

@malinajirka malinajirka commented Jul 11, 2018

Fixes #7961

Replaces Volley with Glide in the Stats.

Images which were using WPNetworkImageView.ImageType.GONE_UNTIL_AVAILABLE, were never visible due to a bug in the WPNetworkImageView. What I'm unsure about is whether it looks good when only some sites have an icon. Wdyt @nozomimimi - should I fix the bug and start showing them or keep them hidden?

First column is current state
Second column is after the bug fix

stats

To test:

  1. Go to Stats
  2. Make sure all the images are loaded correctly

Modified sections:
tags and categories, publicize, referrers, comments, followers, authors, clicks
countries (modified only on Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP)

@oguzkocer
Copy link
Contributor

@malinajirka Can you ping me when this is ready for review? Thanks!

@malinajirka malinajirka modified the milestones: 10.5, 10.6 Jul 13, 2018
@nozomimimi
Copy link

@malinajirka I think the stats refresh project is coming at some point, so probably this part will be remade from scratch with some other design, but in meantime, I think that the current state (without icon) looks better. We either show Icons at every row or don't show them at all :)

@malinajirka
Copy link
Contributor Author

@oguzkocer It's ready for the first pass!;) Thanks

Copy link
Contributor

@oguzkocer oguzkocer left a comment

Choose a reason for hiding this comment

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

Looks good :shipit:

@oguzkocer oguzkocer merged commit ebe1b15 into develop Jul 18, 2018
@oguzkocer oguzkocer deleted the feature/glide-stats branch July 18, 2018 21:24
@oguzkocer oguzkocer self-assigned this Jul 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace Volley with Glide - Stats
3 participants