Sam Bosley
|
9eebd1bdab
|
Need default values for user first and last name
|
12 years ago |
Sam Bosley
|
5d963bc441
|
New history types
|
12 years ago |
Sam Bosley
|
d1b0b66de7
|
Merge remote-tracking branch 'upstream/master' into 130122_sb_new_sync
|
12 years ago |
Sam Bosley
|
bce856c94c
|
Retry bitmap encode with more compression if out of memory errors occur
|
12 years ago |
Sam Bosley
|
01858ac016
|
Sanitize sqlite IN statements, use single quotes
|
12 years ago |
Sam Bosley
|
565e4adf54
|
Refactored checking of empty task ids array into helper method
|
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
|
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
|
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
|
fdb6ddc62f
|
Fixed several bugs that were throwing exceptions in attachments migration
|
12 years ago |
Sam Bosley
|
510ade7311
|
Look at last sync date when deciding when to record tag outstanding entries during migration
|
12 years ago |
Sam Bosley
|
416d6076de
|
Deprecated emergent tags, delete them from the database on migration
|
12 years ago |
Sam Bosley
|
49507146c5
|
Fixed several bugs/missing pieces that were preventing task attachments from syncing
|
12 years ago |
Sam Bosley
|
4f0fa98253
|
Fixed duplicate column name in TaskAttachment
|
12 years ago |
Sam Bosley
|
dd96750138
|
Record file attachment outstanding entries and report them using special ChangesHappened logic
|
12 years ago |
Sam Bosley
|
2f98b8d308
|
Removed and updated all references to FileMetadata to use new TaskAttachment
|
12 years ago |
Sam Bosley
|
abc741b293
|
Forgot to add dao files
|
12 years ago |
Sam Bosley
|
f3d7b1958c
|
Added all the boilerplate for task attachments--outstanding daos, integration with messages, etc.
|
12 years ago |
Sam Bosley
|
88d5e73d32
|
Added TaskAttachment data model
|
12 years ago |
Sam Bosley
|
204cd8161a
|
One more place where the db needs to be locked before beginning a transaction
|
12 years ago |
Sam Bosley
|
aa7f992980
|
Hopefully fixed a deadlock that could occur during database transactions (see http://stackoverflow.com/questions/11535222/recommended-design-pattern-for-writing-to-sqlite-database-in-android)
|
12 years ago |
Sam Bosley
|
71a14e78fd
|
Only enqueue changes happened messages if actual outstanding entries were recording. This could fix a bug where the queue would get filled up with pointless messages
|
12 years ago |
Sam Bosley
|
2e4a941530
|
Reimplemented friend connection tracking under new sync
|
12 years ago |
Sam Bosley
|
93fba4a652
|
Added default values to History, fixed a bug
|
12 years ago |
Sam Bosley
|
446436b2bb
|
Fetch task history in EditNoteActivity
|
12 years ago |
Sam Bosley
|
c1c1323b07
|
Add a tag data column for keeping track of history fetch times
|
12 years ago |
Sam Bosley
|
52d0ed4302
|
Several more history displays
|
12 years ago |
Sam Bosley
|
60f7f816c2
|
Added a list of column names we expect to see in history, started building skeleton of real display logic
|
12 years ago |
Sam Bosley
|
e598320683
|
History uuid should be a string, for uniqueness sake
|
12 years ago |
Sam Bosley
|
73a2b5ac4f
|
Several changes to history model, bug fixes to FetchHistory, and placeholder display of history in UpdateAdapter to prove it works. It's pretty legit.
|
12 years ago |
Sam Bosley
|
fa1b0d3fb2
|
Made addToArray method able to handle null arguments
|
12 years ago |
Sam Bosley
|
009a6420cc
|
Added ability to do union queries, started refactoring UpdateAdapter to expect either UserActivity or History
|
12 years ago |
Sam Bosley
|
e51cdb80de
|
Implement a cloneAs method for properties to make aliasing for joins easier, use it in TaskAdapter and UpdateAdapter
|
12 years ago |
Sam Bosley
|
2e8639d252
|
Added history model and dao
|
12 years ago |
Sam Bosley
|
16a9f53311
|
MetadataDao should fail transaction if information for the outstanding tables is missing and log the error
|
12 years ago |
Sam Bosley
|
4302475e95
|
Read user properties (including pictures) correctly from the activity/users join query. This fixes a lot of UpdateAdapter display bugs
|
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
|
c1bbcdc766
|
Merge and resolve conflicts from upstream/master
|
12 years ago |
Sam Bosley
|
846968cc2a
|
Removed some dead code
|
12 years ago |
Sam Bosley
|
74dd1b3075
|
Deprecated and removed some references to User.EMAIL
|
12 years ago |
Sam Bosley
|
7d6e025335
|
Send changes to PICTURE columns as actual JSON objects, not strings
|
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
|
ddd029fc32
|
Fixed errors joining with users table for images
|
12 years ago |
Sam Bosley
|
0ff8772a94
|
Fixed some typos
|
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
|
9079309539
|
Try reusing old remoteId property as the new uuid property by recasting it as a string
|
12 years ago |