Deleting something still leaves many traces in the database:
* When deleting a list, not only have all items of the list be deleted first,
but also all related itemstore information has to be deleted prior to that:
http://code.google.com/p/openintents/source/browse/trunk/shoppinglist/ShoppingLi
st/src/org/openintents/shopping/ui/ShoppingActivity.java#1830
Also, items that appear in no list anymore should also be deleted.
* When deleting an item, all related itemstore information has to be deleted
first:
http://code.google.com/p/openintents/source/browse/trunk/shoppinglist/ShoppingLi
st/src/org/openintents/shopping/ui/ShoppingActivity.java#1910
Original issue reported on code.google.com by peli0...@googlemail.com on 14 Aug 2011 at 11:25
Original issue reported on code.google.com by
peli0...@googlemail.com
on 14 Aug 2011 at 11:25