Sam Bosley
|
507215a10f
|
Started implementing sync thread
|
12 years ago |
Sam Bosley
|
42ef792707
|
Refactored ClientToServer message to be an abstract class holding information common to all ClientToServer messages
|
12 years ago |
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
|
952b0b651c
|
Don't need to hold a reference to outstandingDao in changeshappened
|
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
|
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
|
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
|
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 |
Sam Bosley
|
ebb3c402e6
|
Removed dead code, don't drop rows when synchronizing tag metadata
|
12 years ago |
Sam Bosley
|
f4f22a43ae
|
Reimplemented synchronizeTags to work with the new tag scheme
|
12 years ago |
Sam Bosley
|
abc587c07a
|
Updated some tag service function implementations
|
12 years ago |
Sam Bosley
|
c366ce4c87
|
Ensure required properties for tag metadata in migration
|
12 years ago |
Sam Bosley
|
d5c0f1c090
|
Adjusted tag query template
|
12 years ago |