vpmalley / radiofeedz

rss reader refined for media
2 stars 0 forks source link

Allow deletion of feed item #18

Closed vpmalley closed 9 years ago

vpmalley commented 9 years ago

feature implemented, the problem is that when updating the feeds, they reappear. TODO: implement the storage of GUIDs of deleted feeds/add a "unshow" properties to RSSItems. And maybe a way to make them reappear, in case.

vpmalley commented 9 years ago

fully implemented by adding a property "isDeleted" to feed items, and filtered in DB query

vpmalley commented 9 years ago

Add also a button in Feed Item Reader activity

vpmalley commented 9 years ago

done, but the list of feed items is not refreshed. It shall come in a later refactoring of the Feed items list refactoring to improve performance.