austgl / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

Entity deletion in Shuffle doesn't sync to Tracks #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an entity (eg. task or project) in Shuffle
2. Sync with Tracks host (the entity should now be visible in Tracks and 
modifications via sync should work both ways)
3. Delete the entity from Shuffle

What is the expected output? What do you see instead?

Expected: Entity deleted from Tracks
Seen instead: Entity still in Tracks

What version of the product are you using? On what operating system?

Tracks 2.0 + Shuffle hg head (1.7.x) on Android 2.2 Froyo simulator

Please provide any additional information below.

Looking at the code it seems like this is not currently implemented at all. 
Anyways, attached is a simple patch to add support for deleting an entity in 
Tracks (2.0) when the entity is deleted (not just missing) in Shuffle.

Original issue reported on code.google.com by jaakko.s...@gmail.com on 10 Sep 2011 at 8:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by andybry...@gmail.com on 6 Nov 2011 at 7:44