Commit Graph

4899 Commits (acb49651d262998c895745acd6ae388192523cfb)
 

Author SHA1 Message Date
Sam Bosley 76c509d932 Stupid typo causing all my problems 12 years ago
Sam Bosley 23232c50e6 Add a few places where google tasks needs the astrid uuid to save 12 years ago
Sam Bosley 47b8fa96b4 First draft at what a Gtasks import might look like 12 years ago
Sam Bosley 6524d1b0a0 Moved SyncMetadataService to the main astrid project to remove more references to the api daos 12 years ago
Sam Bosley 976d1d3a78 Removed several references in the astrid project to the ApiDaos 12 years ago
Sam Bosley 81c3855ce7 Move the static initialization of the dependency injector in SqlContentProvider to hopefully fix a bug where it would be called at a weird time 12 years ago
Sam Bosley a9e310a6ad Fixed a minor bug where wrong property was being used for task comments pushed at value 12 years ago
Sam Bosley ddc9622ffe Implemented finer grained queries now supported by new sync api 12 years ago
Sam Bosley 00f9747e8d Slightly improved logging for sync 12 years ago
Sam Bosley 4368daf4b2 Capitalize tag names by default 12 years ago
Sam Bosley 9eebd1bdab Need default values for user first and last name 12 years ago
Sam Bosley 4de130b8fe Fixed a crash affecting tablets 12 years ago
Sam Bosley 5d963bc441 New history types 12 years ago
Sam Bosley d1b0b66de7 Merge remote-tracking branch 'upstream/master' into 130122_sb_new_sync 12 years ago
Sam Bosley 96594f07e1 Fixed a bug introduced in dd6a3fa where people and featured list adapters wouldn't be populated 12 years ago
Sam Bosley cf9740ecf2 Better crash suppression with swipe between on 12 years ago
Sam Bosley 37f78785d3 Don't want to always repopulate the queue from the outstanding tables, but allow other parts of the app to explicitly ask for it 12 years ago
Sam Bosley aa7efd7d0b Fixed a bug where subtasks data wouldn't be loaded correctly in tag views 12 years ago
Sam Bosley fd2474710e Fixed history display bug 12 years ago
Sam Bosley bb2e3beae1 Fixed some history display bugs 12 years ago
Sam Bosley c247a5aedc Fixed a bug when fetching history for tasks 12 years ago
Sam Bosley 392d12542f Don't need to refresh tag data after history fetch 12 years ago
Sam Bosley 92fd2436cf Killed a bunch of dead code 12 years ago
Sam Bosley 0e42f0c61f Tombstone tag metadata when list deleted during sync 12 years ago
Sam Bosley 336f01889c Should always try and repopulate the sync queue from the outstanding tables on each loop (to pickup changes made offline) 12 years ago
Sam Bosley bce856c94c Retry bitmap encode with more compression if out of memory errors occur 12 years ago
Sam Bosley e69a6b8825 Suppress a crash that can occur with swipe between lists turned on 12 years ago
Sam Bosley 01858ac016 Sanitize sqlite IN statements, use single quotes 12 years ago
Sam Bosley 39216200cc Improved default refresh in sync loop logic 12 years ago
Sam Bosley c026b0f8d6 Fixed a bug that could mess up order hierarchy when deleting tasks 12 years ago
Sam Bosley c1579a5208 Fixed tag list ordering to ignore case 12 years ago
Sam Bosley adcf8cce74 Implemented delayed pushing for task list ordering 12 years ago
Sam Bosley 565e4adf54 Refactored checking of empty task ids array into helper method 12 years ago
Sam Bosley 3f84d69e7a Don't record an outstanding entry for an empty task_ids array 12 years ago
Sam Bosley d044095d02 Added ability to specify save match criterion beyond just matching on uuid in MakeChanges 12 years ago
Sam Bosley a2f4a24ac0 Added BriefMe for task list metadata, bump default batch size 12 years ago
Sam Bosley c4ac71c743 Be more resilient when handling empty task list order 12 years ago
Sam Bosley 4665c21f73 Update read-only task list metadata properties 12 years ago
Sam Bosley a2e95b06fa Only enqueue changes to list order on user input, not validation 12 years ago
Sam Bosley 1be7b9e449 Some changes to make it easier to control which properties should have outstanding entries recorded 12 years ago
Sam Bosley b148966d7c Started working on making sync of manual ordering work 12 years ago
Sam Bosley e561cba563 Removed the share with friends entry from the beast mode list, since it doesn't exist anymore 12 years ago
Sam Bosley 5993424238 Fixed several subtasks unit tests to work with the new uuid scheme 12 years ago
Sam Bosley 428e021327 Fixed a bug where subtasks data could become corrupt after migration 12 years ago
Sam Bosley ae058ac5c3 Only write task list order if migration has occurred 12 years ago
Sam Bosley 9a4cf7ff60 Try and fill in the starting order for the active tasks and today filters if none exists 12 years ago
Sam Bosley c848dd6dae Use update when writing filter order metadata in migration 12 years ago
Sam Bosley f40b3ed5d3 Fixed a null pointer exception when completing parent task with children 12 years ago
Sam Bosley 4b3220c5a7 Fixed a couple more places where subtasks were using Task.ID instead of UUID 12 years ago
Sam Bosley ef2bc10379 Fixed several type errors in subtasks code 12 years ago