johnpallett1986 / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

OI Shopping List: Careful implementation of "delete" #380

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3579.

Original comment by peli0...@googlemail.com on 14 Aug 2011 at 6:12