Commit Graph

428 Commits (008c1b21848c7c96d9238bb740b8bdcf01c1468e)

Author SHA1 Message Date
Sam Bosley 339093793f Started refactoring to improve logout logic 11 years ago
Sam Bosley fa4971f50c More improvements to how bitmap scaling is handled 11 years ago
Sam Bosley 72aa5c61b6 Adjusted how large bitmaps are scaled to keep bigger images around 11 years ago
Sam Bosley 2109ba38e6 Killed unused code 11 years ago
Sam Bosley 2a54bddced Removed an unused file and changed an attribution link 11 years ago
Sam Bosley c76375688c More clear data on different user login logic 12 years ago
Sam Bosley b1da107c0d Rough draft of how uploading files with multipart entity might look 12 years ago
Sam Bosley 6e0e86d6b7 Some progress towards uploading pictures as multipart entities 12 years ago
Sam Bosley c9f2dfb14c Put JSON null in changes happened when value is null 12 years ago
Sam Bosley ff56b0e6ba Use empty string instead of null for 0 dates 12 years ago
Sam Bosley a8e61b6602 Added some ability to do progress bars under new sync 12 years ago
Sam Bosley 922db53862 Don't allow inactive sync providers (like gtasks) to sync in background 12 years ago
Sam Bosley 8d298dda58 Merge remote-tracking branch 'upstream/master' into 130221_sb_gtasks_new_sync 12 years ago
Sam Bosley c979e1c2c1 Fixed some ui bugs when renaming a list 12 years ago
Sam Bosley f10b3acc31 Better handling of deleting tags--use uuids only instead of names 12 years ago
Sam Bosley 2880d9cf32 Fixed crashes when getting user display name 12 years ago
Sam Bosley a2fe083f0f Deprecated tag ordering property, fixed references to it in widgets to look for TLM instead 12 years ago
Sam Bosley 47b8fa96b4 First draft at what a Gtasks import might look like 12 years ago
Sam Bosley 6524d1b0a0 Moved SyncMetadataService to the main astrid project to remove more references to the api daos 12 years ago
Sam Bosley ddc9622ffe Implemented finer grained queries now supported by new sync api 12 years ago
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