emavgl / oinkoin

Oinkoin is a flutter app for helping you managing your expenses. No internet required.
GNU General Public License v3.0
138 stars 8 forks source link

Feature: missing icon for "Barber" (scissors), ability to set custom icon images #155

Open Crystalwarrior opened 1 week ago

Crystalwarrior commented 1 week ago

Currently, some activities are missing from the icons for income/expenses. Additionally, there is no way to use custom icons.

I suggest adding that ability so the app can pull that icon from wherever the user specified and cache it.

A good resource of icons is https://www.svgrepo.com/

emavgl commented 1 week ago

The projects uses this set of icons: https://fontawesome.com/search?o=r&m=free Feel free to create a pull request adding those you like. Additionally, I may think to use Emoji instead. Custom icons are not possible because they don't have standard sizes, probably need some processing before, and they will be surely a problem for backups/restore.

Crystalwarrior commented 1 week ago

Emoji sounds good

emavgl commented 1 week ago

Will eventually implement. Thanks for the input.

GhostShadow0316 commented 1 hour ago

The projects uses this set of icons: https://fontawesome.com/search?o=r&m=free Feel free to create a pull request adding those you like. Additionally, I may think to use Emoji instead. Custom icons are not possible because they don't have standard sizes, probably need some processing before, and they will be surely a problem for backups/restore.

what about let the user choose any icon from the website? is this doable?

emavgl commented 1 hour ago

Not double because of this problem https://github.com/emavgl/oinkoin/issues/155#issuecomment-2352916036