Commit Graph

4689 Commits (9eebd1bdabf7688c5ecffe85cf3a2c88463e0e5a)
 

Author SHA1 Message Date
Sam Bosley ac0a1eda07 Fixed subtasks type parsing and conversion between local and remote trees. Should have the correct helpers now when we start syncing subtasks under sync v2 12 years ago
Sam Bosley 95af2428ef Handle UUID collisions in MakeChanges 12 years ago
Sam Bosley 0cefd012cc Try and decode bitmap from JSON when url not present for tag images and comment images 12 years ago
Sam Bosley 16a411bdfa Show people menu item when changes made to users table 12 years ago
Sam Bosley 1b49988500 Added the autosync intervals back in--autosync (i.e. automatic BriefMe) for a particular model will happen no more than ever 30 minutes 12 years ago
Sam Bosley c1bbcdc766 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley d97d5e6e78 Remove all references to DigestUtils, replace with references to new MD5 code 12 years ago
Sam Bosley df5d9e25af Added MD5 library for testing alternative implementation 12 years ago
Sam Bosley 5fecc800c9 PluginServices instance should be volatile for double checked locking 12 years ago
Sam Bosley 7f019c80dc Reimplemented tag membership checking when assigning tasks 12 years ago
Sam Bosley d1ec539a15 Drop users with no uuid during migration 12 years ago
Sam Bosley 1f5dc859a5 Cleaned up EditNoteActivity, refresh after sync 12 years ago
Sam Bosley 846968cc2a Removed some dead code 12 years ago
Sam Bosley 5409912b0d Wrote migration for task comments created offline. Other comments will be restored on sync 12 years ago
Sam Bosley 74dd1b3075 Deprecated and removed some references to User.EMAIL 12 years ago
Sam Bosley b2daa373b0 ReloadData in PersonViewFragment 12 years ago
Sam Bosley 7d6e025335 Send changes to PICTURE columns as actual JSON objects, not strings 12 years ago
Sam Bosley 19a99e6603 Removed unused SuppressWarnings 12 years ago
Sam Bosley 6947d411fd Fixed typo preventing Debug messages 12 years ago
Sam Bosley 17fdb0520e Don't report changes for uneditable UserActivity columns 12 years ago
Sam Bosley 3e1c722280 Several minor fixes to sync callbacks, ui fixes to TagViewFragment 12 years ago
Sam Bosley 89709ab71f Experimental scheme for passing callback functions with sync messages, to be run at the end of a loop 12 years ago
Sam Bosley 29d10a6003 Renamed some arguments in NameMaps to make things a little more sensical 12 years ago
Sam Bosley 4901e83765 Removed references to pushed_at columns in NameMaps 12 years ago
Sam Bosley 9e64858c8f Never write pushed_at value in MakeChanges 12 years ago
Sam Bosley 1e9839b4b6 Implement NowBriefed message 12 years ago
Sam Bosley 0f4b94011b Fixed some queries to use deletion_date correctly, enqueue changes happened when tags or members added to metadata tables 12 years ago
Sam Bosley f010730549 Fixed several minor errors creating/processing tag member links 12 years ago
Sam Bosley 4588748ada Implemented synchronizing tag member metadata, minor fixes to ChangesHappened 12 years ago
Sam Bosley cb21c10b1d Implemented UserData message, send created_at for each change 12 years ago
Sam Bosley 4a03d185e5 Removed Task.USER_EMAIL column--just send emails in the user_id column 12 years ago
Sam Bosley 9853d90948 Added ability to upload pictures with comments and tags 12 years ago
Tim Su aa176785a8 update new url for pre.astrid-dev 12 years ago
Sam Bosley dd957f773c Fixed a typo in NameMaps 12 years ago
Sam Bosley ddd029fc32 Fixed errors joining with users table for images 12 years ago
Sam Bosley 0ff8772a94 Fixed some typos 12 years ago
Sam Bosley 719380253a Wire up user activity messages to the sync thread 12 years ago
Sam Bosley e9f8d1f4f8 Code cleanup, fixes to displaying user name in comments 12 years ago
Sam Bosley 8125d79f71 First pass at reimplementation of UpdateAdapter 12 years ago
Sam Bosley cc0fcf95ef Removed several more references to Update model 12 years ago
Sam Bosley bf6af525a6 Removed several references to Update model 12 years ago
Sam Bosley d2e9b1407b Introduced a new UserActivity table to replace the old Update table. It will be easier to just migrate and deprecate the Update table 12 years ago
Sam Bosley 0857e89818 Record outstanding entries for unsynced models in the migration 12 years ago
Sam Bosley bdbb149f6d Fixed compilation errors in actfm sync tests 12 years ago
Sam Bosley 9079309539 Try reusing old remoteId property as the new uuid property by recasting it as a string 12 years ago
Sam Bosley 0db2ff6089 Rename/change type of old remote_id properties to repurpose as UUIDS 12 years ago
Sam Bosley f9d595b3e7 Show list members by email in tag view fragment 12 years ago
Sam Bosley c45d70021b Implement join with the users table for showing user images in the task adapter 12 years ago
Sam Bosley baa05dfb46 Removed several references to TagData.MEMBERS in TagSettingsActivity. Still need to figure out how to detect member added/removed 12 years ago
Sam Bosley db1610970e Remove reference to TagData.MEMBERS in CalendarAlarmListCreator and ReminderDialog 12 years ago