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

Download smaller images on the watch #1062

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

mchowning
Copy link
Contributor

Description

Instead of downloading 960 pixel images like we do on the phone, let's just download 480 pixel images on the watch. This will reduce the watch's data usage and improve the initial login and sync time. Thanks for the suggestion @geekygecko . 🙇

Testing Instructions

  1. Log into a fresh install of the app
  2. Use the network inspector to verify that 480 pixel images are being instead of 960 pixel images
  3. Check the UI in the app to make sure the images still look good. I believe the larges image we display in the watch app is the podcast artwork we display at the top of the screen for a particular podcast.

Screenshots or Screencast

image

Checklist

  • If this is a user-facing change, I have added an entry in CHANGELOG.md
  • I have considered whether it makes sense to add tests for my changes

@mchowning mchowning added the [Area] Wear OS watch app label Jun 8, 2023
@mchowning mchowning requested a review from a team as a code owner June 8, 2023 01:34
Copy link
Contributor

@ashiagr ashiagr left a comment

Choose a reason for hiding this comment

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

Good call 👍

@ashiagr ashiagr merged commit 84635d6 into main Jun 8, 2023
@ashiagr ashiagr deleted the update/reduce-image-download-size-on-wear branch June 8, 2023 11:48
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.

2 participants