[android] Migrate Webp to xml assets #6415

Open
opened 2023-10-29 17:55:32 +00:00 by Jean-BaptisteC · 10 comments
Member

We have around 1,2 Mo of Webp images on Android, some can be replaced by assets from Google Fonts and others can be migrated to SVG manually.
Some can be reused in different case

  • Example: Cancel icon can be removed and use close icon

Using Google Icons is more adapted if in the future we migrate to Material You
I have seen we have a lot of icons for location button animation and loading routing calculation, is it possible to simplify this?

  • On Google Fonts, do you want to use Material Icons or Material Symbols? (Material Symbols is more modern and offers more settings before export icons)

@biodranik @rtsisyk @dvdmrtnz @RedAuburn

We have around 1,2 Mo of Webp images on Android, some can be replaced by assets from [Google Fonts](https://fonts.google.com/icons) and others can be migrated to SVG manually. Some can be reused in different case - Example: Cancel icon can be removed and use close icon Using Google Icons is more adapted if in the future we migrate to Material You I have seen we have a lot of icons for location button animation and loading routing calculation, is it possible to simplify this? - On Google Fonts, do you want to use Material Icons or Material Symbols? (Material Symbols is more modern and offers more settings before export icons) ` @biodranik` `@rtsisyk` `@dvdmrtnz` `@RedAuburn`
Author
Member

changed title from [android]Migrate Webp to xml assets to [android]{+ +}Migrate Webp to xml assets

changed title from **[android]Migrate Webp to xml assets** to **[android]{+ +}Migrate Webp to xml assets**
biodranik commented 2023-10-29 20:33:30 +00:00 (Migrated from github.com)

Reducing the apk size is NOT the main priority now compared to many other issues. Nobody complained so far about some kilobytes of images.

Reducing the apk size is NOT the main priority now compared to many other issues. Nobody complained so far about some kilobytes of images.
ghost commented 2023-10-29 21:40:54 +00:00 (Migrated from github.com)

Reducing the apk size is NOT the main priority now compared to many other issues. Nobody complained so far about some kilobytes of images.

Agree. Maps is heavy itself. It is not important to shrink an app size.

> Reducing the apk size is NOT the main priority now compared to many other issues. Nobody complained so far about some kilobytes of images. Agree. Maps is heavy itself. It is not important to shrink an app size.
Author
Member

Yes you're right it's not a priority, this work can be doing in same times we migrate png (contains all icons POI) to SVG

Yes you're right it's not a priority, this work can be doing in same times we migrate png (contains all icons POI) to SVG
Owner

Using Google Icons is more adapted if in the future we migrate to Material You I have seen we have a lot of icons for location button animation and loading routing calculation, is it possible to simplify this?

* On Google Fonts, do you want to use Material Icons or Material Symbols? (Material Symbols is more modern and offers more settings before export icons)

Maybe even both. It's hard to say before seeing the difference for each particular icon.

Google Fonts offers two collections as icon fonts: Material Icons and Material Symbols. The Material Symbols font is the variable version of the Material Icons font, combining over 2,000 glyphs into a single font file with a wide range of design variants, adjusted by variable axes.

> Using Google Icons is more adapted if in the future we migrate to Material You I have seen we have a lot of icons for location button animation and loading routing calculation, is it possible to simplify this? > > * On Google Fonts, do you want to use Material Icons or Material Symbols? (Material Symbols is more modern and offers more settings before export icons) Maybe even both. It's hard to say before seeing the difference for each particular icon. > Google Fonts offers two collections as [icon fonts](https://fonts.google.com/knowledge/glossary/icon_font): [Material Icons](https://fonts.google.com/icons) and [Material Symbols](https://fonts.google.com/icons). The Material Symbols [font](https://fonts.google.com/knowledge/glossary/font) is the [variable](https://fonts.google.com/knowledge/glossary/variable_fonts) version of the Material Icons font, combining over 2,000 [glyphs](https://fonts.google.com/knowledge/glossary/glyph) into a single font file with a wide range of design variants, adjusted by variable [axes](https://fonts.google.com/knowledge/glossary/axis_in_variable_fonts).
Author
Member

Some examples of difference:

Material Symbols Material Icons
search_FILL0_wght400_GRAD0_opsz24 search_black_24dp
settings_FILL0_wght400_GRAD0_opsz24 settings_black_24dp

Material Symbols offer more variants of icons and some icons are more simplify than Material Icons
Doing this improves the quality of icons, especially on Android Auto (Sound icons for example)

Some examples of difference: |Material Symbols|Material Icons| |-|-| ![search_FILL0_wght400_GRAD0_opsz24](/uploads/dfbfc6fa3bcb9405730927ad4d78060d/373feebe-40f1-419e-9a95-577f771d0218)|![search_black_24dp](/uploads/3f7e34b4987022759dac1853ac5deae1/883fac4d-907a-4b86-9370-93cf7c25fb46)| |![settings_FILL0_wght400_GRAD0_opsz24](/uploads/652beb7f1bc3f15ab5bc026d66b52dd1/1c98f9e1-54d7-4eb4-8604-a7709c38676b)|![settings_black_24dp](/uploads/6e3a0e6cb6a222225e73a8a31acf2fc8/1696305f-2c2d-4495-824b-9e8ccc11423d) Material Symbols offer more variants of icons and some icons are more simplify than Material Icons Doing this improves the quality of icons, especially on Android Auto (Sound icons for example)
Author
Member

A lot of work has been done here #7226 and #7306 but it's stay somes icons not available in Google fonts website and need to be redraw in SVG

A lot of work has been done here #7226 and #7306 but it's stay somes icons not available in Google fonts website and need to be redraw in SVG
biodranik commented 2024-03-25 21:00:08 +00:00 (Migrated from github.com)

@Jean-BaptisteC which ones? Maybe we can extract them from https://developer.apple.com/sf-symbols/ ?

`@Jean-BaptisteC` which ones? Maybe we can extract them from https://developer.apple.com/sf-symbols/ ?
Author
Member

Icons present here https://github.com/organicmaps/organicmaps/tree/master/android/app/src/main/res/drawable-xxxhdpi
I'm not sure it's a good idea to mix Google Icons with Apple Icons
IMO, somes icons like car or bike icons don't to be update to keep visual identity of OM.

Icons present here https://github.com/organicmaps/organicmaps/tree/master/android/app/src/main/res/drawable-xxxhdpi I'm not sure it's a good idea to mix Google Icons with Apple Icons IMO, somes icons like car or bike icons don't to be update to keep visual identity of OM.
biodranik commented 2024-03-25 22:09:30 +00:00 (Migrated from github.com)

If they look good together, then it's ok. Need to check/compare, of course, if it's better or not.

If they look good together, then it's ok. Need to check/compare, of course, if it's better or not.
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/organicmaps#6415
No description provided.