Android-SimpleTimeTracker
Android-SimpleTimeTracker copied to clipboard
[Suggestion] Search for icons
I find scrolling through the icons a bit annoying. I would suggest implementing searching based on text keywords.
To add to this, I would also suggest that the current category of icons is highlighted in some way. I first though, that the "Editor" category was the active one, because of the grey bar under the pen.
I'd also suggest persisting/freezing the Icons / Emoji selector when you scroll down the list, though it does reduce the available space.
I was wishing for this while I was setting up my activities. +1
I noticed that in the code for each icon entry, at least for the emojis, there is a trailing comment with the Unicode identifiers and description. A search and replace in some IDE or with sed to convert the comments into a quoted string as another field in the structure seems feasible enough, no?
Finally was able to implement it. Will be in the next release. Thank you for the suggestion!