Commit Graph

3863 Commits (189acd1367e83075fef3a1182c2fc09be241411f)
 

Author SHA1 Message Date
Sam Bosley 189acd1367 Removed ActFmSyncQueue (going to redo that), refactored ChangesHappened constructor 12 years ago
Sam Bosley 5fb49bf8f0 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley c8a0ca505a Try to create columns that crittercism claims are missing at startup time 12 years ago
Sam Bosley 2535c08e8c Version bump 12 years ago
Sam Bosley c515902223 Fixed a crash that could occur when processing update messages 12 years ago
Sam Bosley 0de8e7ca4b Fixed compilation errors in UpdateMessageServiceTest 12 years ago
Sam Bosley 952b0b651c Don't need to hold a reference to outstandingDao in changeshappened 12 years ago
Sam Bosley 8a817ad14f Removed unused files 12 years ago
Sam Bosley 7d27cbef8d Minor refactor of migration test 12 years ago
Sam Bosley a7bac3e142 Fixed bugs in sync migration test 12 years ago
Sam Bosley 594f1976bb Migration from Update.TASK long type to Update.TASK_UUID string type 12 years ago
Sam Bosley ddb2d4ff66 Removed/renamed a few references to remoteId variable names 12 years ago
Sam Bosley 517b935b65 Use NO_UUID in default values for remote models 12 years ago
Sam Bosley 88ad53977a Using BigInteger was dumb. Just use strings 12 years ago
Sam Bosley 8585a1e2cd Removed more references to remote_id properties. Only a few left 12 years ago
Sam Bosley 5886bbd25b Updated a ton of references to REMOTE_ID to use UUID instead 12 years ago
Sam Bosley 17e126f487 Updated all references to REMOTE_ID in astrid/src to refer to UUID instead 12 years ago
Sam Bosley c771987cdc Use new UUID field instead of REMOTE_ID in a few more places 12 years ago
Sam Bosley 48d9c46d72 Started building stuff for separate uuid column (can't reuse remoteId column because of size) 12 years ago
Sam Bosley b6902e6c90 UUIDs should be positive 12 years ago
Sam Bosley 9dd6c58068 Support for BigInteger properties (stored/parsed as strings) 12 years ago
Sam Bosley 63f7d328b6 Basic implementation of sync queue 12 years ago
Sam Bosley 4e05e74be0 Minor unit test tweak 12 years ago
Sam Bosley 4427ee3093 Added a unit test for the migration 12 years ago
Sam Bosley cf5c725879 Refactored ChangesHappened to use generics better, started writing tests for sync message classes 12 years ago
Sam Bosley 646470c47b Comparison fix now that remote ids can be negative 12 years ago
Sam Bosley 0a8f523551 Make tag creation work better in TaskService.createWithValues 12 years ago
Sam Bosley 7175865a12 UUID proof text should make random strings using hex digits 12 years ago
Sam Bosley 06f519f231 Fix database bugs and make unit tests from previous commit pass 12 years ago
Sam Bosley 2917683bb8 Added unit tests for database layer (testing outstanding entries, uuid creation, etc.) 12 years ago
Sam Bosley a4df5a2580 Added pushed_at column to other remote models 12 years ago
Sam Bosley c01f2f45dd Add pushed at column to task and tagdata models 12 years ago
Sam Bosley 5959e3ab50 Server to client message stubs 12 years ago
Sam Bosley c812599c00 Refactor reflection methods in ChangesHappened 12 years ago
Sam Bosley 1f3183c392 Renamed some things 12 years ago
Sam Bosley 5998e066c1 Implement generic version of ChangesHappened message, as well as stubs for other ClientToServer messages 12 years ago
Sam Bosley 826064bfc3 Add the outstanding daos to the dependency injector 12 years ago
Sam Bosley 5a41043e9d Boilerplate daos for the outstanding entities 12 years ago
Sam Bosley 1a151f7891 Some stubs for client/server messaging 12 years ago
Sam Bosley 552c7b4460 Include tag remote ids in filter content values for new tasks 12 years ago
Sam Bosley 28f6f40e24 Fixed a bug with the metadata migration not working 12 years ago
Sam Bosley a307fa8093 Debug logs 12 years ago
Sam Bosley 5b43b7e308 Migration adjustments 12 years ago
Sam Bosley f460bfb23b Debug code 12 years ago
Sam Bosley 4899780f6f Fixed a bug in the metadata migration 12 years ago
Sam Bosley f1cad845c3 Make upgradeactivity static 12 years ago
Sam Bosley 55128f515a Make UpgradeActivity public 12 years ago
Sam Bosley 85e57f10b6 Launch a separate activity for long upgrades 12 years ago
Sam Bosley d6e466f51a Another check for metadata deleted at missing 12 years ago
Sam Bosley 44695c0b25 Fixed some bugs where metadata deletion date wasn't being respected for tags 12 years ago