findusl / tworooms

An app for the game two rooms and a boom
0 stars 0 forks source link

Allow deletion of sets #10

Open findusl opened 9 years ago

findusl commented 9 years ago

Allow the creator of a set to delete it. For identification use Settings.Secure.ANDROID_ID.

findusl commented 9 years ago

Add table for deleted sets containing id, setCreation, setDeletion and only return sets that have been created before the last update and deleted after the last update. Make sure that update is transactional.

findusl commented 9 years ago

Download owner of set only for sets owned by the user.