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)
Wed, Sep 18, 3:11 AM
Unknown Object (File)
Wed, Sep 18, 3:10 AM
Unknown Object (File)
Wed, Sep 18, 3:01 AM
Unknown Object (File)
Tue, Sep 17, 12:04 AM
Unknown Object (File)
Thu, Sep 12, 2:16 PM
Unknown Object (File)
Aug 20 2024, 11:27 AM
Unknown Object (File)
Aug 20 2024, 8:16 AM
Unknown Object (File)
Aug 20 2024, 7:18 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
landjune28 (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