Closed
Bug 1879116
Opened 2 years ago
Closed 2 years ago
Replace coil-svg with AndroidSVG
Categories
(Firefox for Android :: General, enhancement)
Firefox for Android
General
Tracking
()
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•2 years 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•2 years ago
|
Component: SVG → General
Product: Core → Fenix
Comment 2•2 years ago
|
||
Comment 3•2 years 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: 2 years ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Updated•2 years ago
|
Assignee: nobody → jackyzy823
You need to log in
before you can comment on or make changes to this bug.
Description
•