tirkarthi / NotificationDictionary

An android app to display meaning for selected word as notification
MIT License
149 stars 13 forks source link

Store favourite words and definitions #57

Closed tirkarthi closed 8 months ago

tirkarthi commented 1 year ago

Add ability to store favorite words and definitions so that this can be referred in future. It might require adding a star image button to each element of list view which is made filled when the word or definition is favorite and hollow when it's not. Then on another view the filter query needs to be applied. Maybe this also needs a new is_favorite column for all definitions that is a boolean.

tirkarthi commented 8 months ago

Implemented in https://github.com/tirkarthi/NotificationDictionary/pull/63