Commit Graph

4834 Commits (9e09eb463c28ef31784c38f59e54e1488cc699aa)
 

Author SHA1 Message Date
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
Sam Bosley 841c5b178f Convert subtasks to use uuids instead of ids 12 years ago
Sam Bosley af33bf37c2 Removed dead code from ActFmSyncService 12 years ago
Sam Bosley 4b399670f3 Sync tag ordering after migration if necessary 12 years ago
Sam Bosley 7707c3640b First pass at migrating to task list metadata 12 years ago
Sam Bosley c7e0b81dd7 Some fixes to handling of task list metadata 12 years ago
Sam Bosley 8717d6c8b7 Removed several references to tag_ordering and replaced with tasklistmetadata 12 years ago
Sam Bosley fa3bbf3445 Boilerplate for TaskListMetadata 12 years ago
Sam Bosley 3201ba3726 Fixed a bug where sometimes tag_added outstanding entries wouldn't be added during migration 12 years ago
Sam Bosley 4f3a9458c8 Clear models when reading from cursor in migration 12 years ago
Sam Bosley 8be30f9cec Extra case in migration for no uuid existing 12 years ago
Sam Bosley 31465834d5 Enqueue tag_added/removed outstanding entries for tasks that need sync during migration 12 years ago
Sam Bosley 304fc1eb1a Fixed some issues with the files quick action 12 years ago
Sam Bosley 58c862103d Removed an unused field 12 years ago
Sam Bosley 5bfd9f7b61 Undo all changes to Update class; it's been deprecated and needs to be the same as it used to be for legacy reasons 12 years ago
Sam Bosley 701bd6f79b Fixed a type issue in tag last synced dates 12 years ago