Closed
Bug 1879116
Opened 1 year ago
Closed 1 year ago
Replace coil-svg with AndroidSVG
Categories
(Fenix :: General, enhancement)
Fenix
General
Tracking
(firefox125 fixed)
RESOLVED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: jackyzy823, Assigned: jackyzy823)
References
Details
Attachments
(1 file)
We should replace coil-svg with AndroidSVG.
Reason:
- AndroidSVG is the underlying library used by coil-svg to decode svg.
- Most utilities provided by coil-kt is not used by Firefox Android. For example 1) android-components has its own cache mechanism , so we probably don't need coil-kt 's memory cache and disk cache. 2) It has been prohibited to use coil-kt's network utilities in android-components.
- Include fewer dependencies to reduce apk size .
Create ticket as suggested by :twhite in https://bugzilla.mozilla.org/show_bug.cgi?id=1874522#c31.
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::SVG' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → SVG
Product: Firefox → Core
Updated•1 year ago
|
Component: SVG → General
Product: Core → Fenix
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Authored by https://github.com/jackyzy823
https://github.com/mozilla-mobile/firefox-android/commit/c6763f67973b6e8219ba26ce13e70aa134bda188
[main] Bug 1879116 - Repalce coil-kt with AndroidSVG
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Updated•1 year ago
|
Assignee: nobody → jackyzy823
You need to log in
before you can comment on or make changes to this bug.
Description
•