Commit Graph

33 Commits (7e1335adbc4965e3f2b79eff2f947069876aa6c1)

Author SHA1 Message Date
Tim Su c7e7458651 Handle crashes in various places 13 years ago
Sam Bosley c92693feef Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags 13 years ago
Tim Su 34fde08ba4 Merge pull request #142 from sbosley/120217_sb_duplicate_issues
Fixes for lots of sync issues, hopefully resolving duplicates
13 years ago
Sam Bosley 46f2ee2c2e Refactored Task.REMOTE_ID to be null when unset rather than 0. Also catch SQLiteConsistency exceptions and recover when inserting a task that already has that remote id. 13 years ago
Sam Bosley 9bb1d6aa49 Expect string in c2dm intents, not long for oid 13 years ago
Andrew Shaw 45de2cb240 unsetting c2dm on server when user or token doesn't match 13 years ago
Sam Bosley 37b24d530b Refactored new sync providers into api project and created a new SyncV2BackgroundService 13 years ago
Sam Bosley c708f5dbf5 Renamed two more components to be called fragment instead of activity 13 years ago
Sam Bosley abc63ff77c Fixed bugs with certain intents trying to use the tag view fragment as an activity 13 years ago
Tim Su e70d7e4cca Renamed fragments to end with Fragment, renamed *WrapperActivity to Activity. Save our sanity by not calling things by other names. 13 years ago
Sam Bosley d8f09912a3 Fixed a bug with C2DM registration 13 years ago
Sam Bosley 34e751e632 Register a device id with c2dm 13 years ago
Sam Bosley 6e15d95a6e Adjusted C2DM receiver to only process when logged in, added helper class for SyncResultCallback 13 years ago
Tim Su 759b05053d Killed dead code, fixed issues with user assignment 13 years ago
Sam Bosley ae11c49c2d Fixed threading in C2DM registration that could cause an ANR on first sync: 13 years ago
Sam Bosley 9f1d7175d9 Certain kinds of notifications now take you to list activity 13 years ago
Sam Bosley 2863a2810e Fixed some bugs with simultaneous syncing 13 years ago
Sam Bosley 4ddff4a3d0 New list view like iOS version. Header for members with filter by assigned to. Separate activities for settings and comments, with comments now having the ability to add pictures. New look for the header buttons. 13 years ago
Sam Bosley b0f938af65 Implemented Tim's suggestions 13 years ago
Sam Bosley 75d3016177 Do full sync on c2dm receive
Updates to timing intervals between sync tries

Synchronized queue of failed pushes
13 years ago
Tim Su 365608f4c6 Merge commit 'c7edb5e' 14 years ago
Sam Bosley 6254348933 Added ability to sync individual gtasks immediately on save. Properties synced--all relevant task data e.g. title, due date, parent indentation. Properties ignored--ordering in a list. Also fixed several major bugs related to normal syncing. 14 years ago
Tim Su 2cf0de3ac0 New notification icons for c2dm and default astrid 14 years ago
Tim Su 275415702e Now use the tag view activity for new tag creation 14 years ago
Tim Su a524922cc4 added handle-web-update c2dm receiver 14 years ago
Tim Su e92ae2593a add request id to pending intent for c2dm, allow opening task from push 14 years ago
Tim Su 4ea3405a17 Fix crash 14 years ago
Tim Su 95b39ac040 always start with the activity tab in c2dm 14 years ago
Tim Su b87bce24be Added initialize for AstridDependencyService as indicated by warnings 14 years ago
Tim Su 433545904e Event Instrumentation 14 years ago
Tim Su d94c10b624 update for a comment being able to belong to multiple tags 14 years ago
Tim Su 924628f33a Fix for unused string, fix for multi-c2dm alerts 14 years ago
Tim Su 26c2d3c49b Astrid Collaboration Project
- sync with Astrid.com server
- people activity for delegating and sharing tasks
- shared tags activity for adding users to tags
- c2dm push notifications
14 years ago