Page MenuHomePhabricator

[android] Convert `.png` assets to `.webp` assets
ClosedPublic

Authored by atul on Jun 27 2022, 4:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 9 2024, 6:56 PM
Unknown Object (File)
Nov 9 2024, 3:17 PM
Unknown Object (File)
Nov 9 2024, 2:55 PM
Unknown Object (File)
Oct 16 2024, 11:18 AM
Unknown Object (File)
Oct 7 2024, 1:25 PM
Unknown Object (File)
Oct 7 2024, 4:42 AM
Unknown Object (File)
Sep 18 2024, 3:11 AM
Unknown Object (File)
Sep 18 2024, 3:10 AM
Subscribers

Details

Summary

This conversion happens during the bundleRelease process and takes a bit of time. Might as well do it once and avoid whatever cost during buildtime.

(This was a "lossless" conversion)

Context: https://developer.android.com/studio/build/optimize-your-build#use_webp

Test Plan

Things continue to look as expected when launching app on Android emulator.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Jun 27 2022, 5:06 PM
This revision is now accepted and ready to land.Jun 28 2022, 4:08 AM

rebase after cherrypicking and before landing