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)
Fri, Mar 7, 1:02 PM
Unknown Object (File)
Thu, Feb 27, 1:24 AM
Unknown Object (File)
Jan 24 2025, 10:46 AM
Unknown Object (File)
Jan 17 2025, 2:50 AM
Unknown Object (File)
Jan 15 2025, 11:23 PM
Unknown Object (File)
Jan 7 2025, 1:02 AM
Unknown Object (File)
Jan 7 2025, 1:02 AM
Unknown Object (File)
Jan 7 2025, 12:52 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
Branch
june27 (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

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