Commit Graph

4507 Commits (29d10a6003bdfc34207d2bfaee13a87b31778025)
 

Author SHA1 Message Date
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
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
Sam Bosley b4977f5064 Infrastructure for recording outstanding entries for tag member added/removed 12 years ago
Sam Bosley b1d255c8d7 Construct members gallery using users join query 12 years ago
Sam Bosley 1dd8346954 Added TagData.PICTURE to name mappings 12 years ago
Sam Bosley 360f75df7d Updated several references to picture properties to read from picture jsons 12 years ago
Sam Bosley c88d8f455b Fixed several bugs with assigning tasks 12 years ago
Sam Bosley b8476ca5b8 Cleaned up final references to Task.USER 12 years ago
Sam Bosley 6b458a501b Implemented create and delete member links for sync 12 years ago
Sam Bosley 26e6e13b16 Infrastructure for adding/removing members to tags during sync 12 years ago
Sam Bosley f3cced5d02 Added a tag metadata table for things like tag to user join table 12 years ago
Sam Bosley b1d32f61b4 Temporary restoration of reading tag data members as JSON in EditPeopleControlSet 12 years ago
Sam Bosley 16abc83b12 Removed or fixed most references to Task.USER 12 years ago
Sam Bosley 8c8300524e Fixed EditPeopleControlSet compilation errors (may not actually be working) 12 years ago
Sam Bosley 2127f81faf Fixed most other compilation errors related to user_id 12 years ago
Sam Bosley c7d7167763 Fixed several references to non-string userids 12 years ago
Sam Bosley 51bf8445e6 Deprecated the user json properties, clear some of them on sync 12 years ago
Sam Bosley b1ae98aec4 Removed all references to Task.SHARED_WITH 12 years ago
Sam Bosley f20cfe1360 Use string properties for user id in the api project 12 years ago
Sam Bosley 53698cdb02 Added task classification column 12 years ago
Sam Bosley 55a27edd91 Fixed rrule parsing issues 12 years ago
Sam Bosley a8d4df79f3 Moved the new sync migrator into a more sensical package 12 years ago
Sam Bosley 0a049e2bb6 Refactored ReplayOutstandingEntries to reference ActFmSyncThread for queueing 12 years ago
Sam Bosley 5de62890a6 Removed stray references to Task.FLAGS, which should not currently be necessary 12 years ago
Sam Bosley e30b71d416 Deprecated the repeat after completion flag 12 years ago