Commit Graph

547 Commits (d6bb1e4bebe90b3e3f967eaa1d15bde57ec4e74d)

Author SHA1 Message Date
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
Sam Bosley 0db2ff6089 Rename/change type of old remote_id properties to repurpose as UUIDS 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 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 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 f3cced5d02 Added a tag metadata table for things like tag to user join table 12 years ago
Sam Bosley 16abc83b12 Removed or fixed most references to Task.USER 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 086b4c9f29 Load task actions on main thread, don't read notes into cursor 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 e30b71d416 Deprecated the repeat after completion flag 12 years ago
Sam Bosley 2db6c3869d Slight optimization to DatabaseDao.update 12 years ago
Sam Bosley c18e305448 First pass at recording outstanding entries in DatabaseDao.update 12 years ago
Sam Bosley 97067cb824 Don't create unecessary changeshappened messages 12 years ago
Sam Bosley abc66a7bb5 Refactor to prevent database locks 12 years ago
Sam Bosley 96b29c30bc Record task outstanding entries when tag added or removed 12 years ago
Sam Bosley a1007f2440 Added a convenience method for getting uuid from RemoteModels 12 years ago
Sam Bosley f57975b0d8 DatabaseDao.updateMultiple is redundant with DatabaseDao.update 12 years ago
Sam Bosley 2e0fef2e9d Added a fetch by uuid method to remote model daos 12 years ago
Sam Bosley b614a5af3c Minor performance improvements to DateUtilities, TaskAction 12 years ago
Sam Bosley e8b25e8fdd Better JSONObject logging, fixed bug with pushed_at values when 0 12 years ago
Sam Bosley f42d3a2b5f Introduce a property flag to indicate if an integer represents a boolean, use it to use the correct types when communicating flags to/from server 12 years ago
Sam Bosley 1fd38dc245 Migration to separate columns for task flags 12 years ago
Sam Bosley d3488416d0 Fixes to date parsing and reading of null fields 12 years ago
Sam Bosley b17bd9f027 Report task due times correctly in ChangesHappened 12 years ago
Sam Bosley afe15a91c0 Correctly format dates in changeshappened 12 years ago
Sam Bosley fd0e5c5304 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 851240f1db Copy update 12 years ago
Sam Bosley 978a76218c Fixes to parsing of due times 12 years ago
Sam Bosley ac1fb8fc2f Implement UserData message 12 years ago
Sam Bosley e7613f0961 First pass at parsing ISO dates 12 years ago
Sam Bosley a3866b2270 Enhancements to Property class to support multiple flags (like nullable, isDate, etc) 12 years ago
Sam Bosley c1f1681bc0 Simplified UUID generation, no more proof text 12 years ago
Sam Bosley 5d0fcf0dd2 Make sure user objects have a uuid column, include it in the migration 12 years ago
Sam Bosley 78b607aba9 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 14509c9203 Constants in DateUtilities should be final 12 years ago
Sam Bosley b9c42e5860 Reorganized prefs, fixed some theme bugs 12 years ago
Sam Bosley 14376462d3 Fixed a bug where FilterWithCustomIntent could use the wrong package name 12 years ago
Sam Bosley ce820a227c Replace intent filters with different action identifiers for lite version 12 years ago
Sam Bosley dec4a0d335 All new preference defaults for Astrid Lite version 12 years ago
Sam Bosley 09c945ae52 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 0aca3bcb91 Adjusted logic for computing edit popup width on tablets 12 years ago
Sam Bosley 03a2fbe71d Removed all english strings from all other language files 12 years ago
Sam Bosley a8b2b13d41 a2po import 12 years ago
Sam Bosley 3407e00e62 Updated .po files from launchpad import 12 years ago
Sam Bosley dfa8b99aa7 Don't record outstanding entries in MakeChanges 12 years ago
Sam Bosley 3847e03774 Make sure that pushed_at property is included in name maps, but don't record outstanding entries for it 12 years ago
Sam Bosley 0f308db6aa Improvements to NameMaps, AcknowledgeChange, ChangesHappened 12 years ago
Sam Bosley af034a4089 Started working on the classes to support column name mapping 12 years ago
Sam Bosley f90996a015 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 9a0a1ab6c9 AB test the social reminders 12 years ago
Sam Bosley 9a5a6afd3e Default value for tag ordering property, killed dead code 12 years ago
Sam Bosley 5ed0555280 Manual ordering seems to be sort of working, bugs may still exist 12 years ago
Sam Bosley 7143a84dae Updated .pot files 12 years ago
Sam Bosley 3984cfb2c2 Fixed a bug when saving suggested users, which don't have email strings 12 years ago
Sam Bosley e5d049874d Try to push user status right away after pressing 'accept' or 'request' button 12 years ago
Sam Bosley 81b3e15912 Partial implementation of updating user status 12 years ago
Sam Bosley 47f736d17a Started working on new layout for people view 12 years ago
Tim Su 30603e1f34 Import chinese (except android traditional, has problems) 12 years ago
Tim Su e9ed40bcc8 Machine-convert untranslated traditional chinese from simplified 12 years ago
Tim Su ad784b5e9b Imported fully translated Chinese from Launchpad 12 years ago
Sam Bosley e5f0ba67eb Updated .po and .pot files 12 years ago
Sam Bosley 04c4383631 Updated .pot files 12 years ago
Tim Su efb00d62e0 Updated .pot files 12 years ago
Tim Su 8e0f3423b1 Removed oc from locale set 12 years ago
Tim Su 58efbf7f30 Imported xml files from launchpad .po 12 years ago
Tim Su 01d2481080 Imported API translations from launchpad 12 years ago
Sam Bosley 534cc7ac59 Roll back .po files to the last time we imported from launchpad. 12 years ago
Sam Bosley 8a817ad14f Removed unused files 12 years ago
Sam Bosley 594f1976bb Migration from Update.TASK long type to Update.TASK_UUID string type 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 48d9c46d72 Started building stuff for separate uuid column (can't reuse remoteId column because of size) 12 years ago
Sam Bosley 9dd6c58068 Support for BigInteger properties (stored/parsed as strings) 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 5998e066c1 Implement generic version of ChangesHappened message, as well as stubs for other ClientToServer messages 12 years ago
Sam Bosley 1a151f7891 Some stubs for client/server messaging 12 years ago
Sam Bosley 465307be34 Refactor tag metadata to contain more information like task and tag uuids 12 years ago
Sam Bosley 978fe02718 Cherry pick some code for migration to using uuids 12 years ago
Sam Bosley ce7aba15cf Cherry pick some uuid generation code 12 years ago
Sam Bosley 58e1bdc455 Removed task to tags table and started refactor to use metadata table (compilation errors) 12 years ago
Sam Bosley 8dd89107a7 Remove UUIDs (new scheme), bring some changes from an experimental branch 12 years ago
Sam Bosley 6060424187 First pass at tasks to tags table migration 12 years ago
Sam Bosley d290bb15e9 Boilerplate placeholders 12 years ago
Sam Bosley 06f57a27ef Record entries in the tag and tasks outstanding table when models change 12 years ago
Sam Bosley 8120cd22c8 Add uuid column to remote model database entities 12 years ago
Sam Bosley def1a55d9d Boilerplate for the task and tag outstanding tables 12 years ago
Sam Bosley 8a4aa7b5eb We don't need commentCount at all--just get rid of it 12 years ago
Sam Bosley 46fe19c78f String capitalization updates 12 years ago
Sam Bosley e2385f9721 Fixed reverse sort not working 12 years ago
Sam Bosley ec8afe8bd2 New layout for the task adapter row (task_adapter_row_simple). Need to A/B test 12 years ago
Sam Bosley d5b3d2a20e Updated .po and .pot files 12 years ago
Sam Bosley f956f36466 Respect property aliases when reading/writing to cursors/models 12 years ago
Sam Bosley a7046e1de3 Made all of Tim's suggested edits 12 years ago
Sam Bosley 4c128d4df6 Join query for task rabbit data 12 years ago
Sam Bosley 3e25e0fb8a Refactored some things to better specify plugin preference groups from the manifest 12 years ago
Sam Bosley 78a7152ad5 Forgot to rename the hebrew api strings folder 12 years ago
Sam Bosley 59fc9e98c9 Merge featured lists branch and resolve conflicts 12 years ago
Sam Bosley dc2b6ca15f Use function that accounts for due time when sorting by date 12 years ago
Sam Bosley 3aada5bd6f Use comma between date and year 12 years ago
Sam Bosley 5aab054329 Use task title to resolve ties in sorting functions 12 years ago
Sam Bosley 1873942799 Export .xml files to .po and .pot 12 years ago
Sam Bosley 4d4bdf6476 Imported .xml files from LP 12 years ago
Tim Su f91cfc80cd Merged in he, ja, ko, ru, th, and zh 12 years ago
Sam Bosley fdbb572e68 Imported translations from launchpad 12 years ago
Tim Su 963ee4e748 Imported Chinese translation from third party service 12 years ago
Sam Bosley 07e3046979 Added the ability for the user to specify a custom directory for saving task attachments to 12 years ago
Tim Su 0f9e77d69c Move broadcast of task list changes into TaskDao, since otherwise TaskApiDao updates trigger multiple change broadcasts 12 years ago
sbosley a9b3bf34dc Merge pull request #190 from timsu/120724-gplv3
120724 gplv3
12 years ago
Tim Su 3679737bb2 Add license header to files without a license header 12 years ago
Tim Su 204e8a4f59 Replace our XML header 12 years ago
Tim Su 52ed2cdda5 Add a license block to the top of the files that don't have one 12 years ago
Tim Su 0050567b3e Replace non-copyright short license header 12 years ago
Tim Su 1f8b094765 Replace 2009 Todoroo license 12 years ago
Tim Su 95cc709366 Replace legacy GPLv2 License in all of our source files 12 years ago
Sam Bosley bcf3479bfc Better solution for detecting tablet sized screens 12 years ago
Sam Bosley c5945e85ad Tablet layout for nexus 7. We need a more general solution for this problem 12 years ago
Sam Bosley 4206c644ec Updated .pot files, added string comments 12 years ago
Sam Bosley e4295194a5 Started with infrastructure for featured lists 12 years ago
sbosley e76e3ce8ca Merge pull request #189 from jimmyscott/120710_js_cal_ab_test
Date shows day character for chinese japanese and korean
12 years ago
Jimmy Scott c230be9567 Minor change to date string creation 12 years ago
Jimmy Scott af0c86b8a9 Changes to date string creation 12 years ago
Sam Bosley ce6812fcf5 Introduced ability to repeat a task until a specified date 12 years ago
Jimmy Scott 6a2561093c Date shows day character for chinese japanese and korean 12 years ago
Sam Bosley 9dc1fc280a Record emails shared with when not friends with them 12 years ago
Tim Su 8a5ff997ea Update strings files with translation help comments provided by Jessie Tang 12 years ago
Sam Bosley 66df75c439 Fixed a bug in the join string 12 years ago
Sam Bosley b0228ea1d7 Cleaned up with Tim's suggestions 12 years ago
Sam Bosley 560cdd5424 Delete gtasks when they become not assigned to me 12 years ago
Sam Bosley 9fba7953aa Fixed widget due date display bug 12 years ago
Sam Bosley a3a96d8c94 Adjust autosort function to handle due dates with times better 12 years ago
Sam Bosley 100085c6da Fixed a bug related to editing public tasks 12 years ago
Sam Bosley 7b997f36cd Introduce a task, public flag don't allow editing other people's public tasks 12 years ago
Sam Bosley b99454d07d Special logic to try and guess mime types from things normally marked as octet streams 12 years ago
Sam Bosley 2645d542ad Fixed a crash when dismissing popup windows 12 years ago
Sam Bosley b88e4f9cad When using values for new tasks in filters, merge without replacement. 12 years ago
sbosley 500660f05d Merge pull request #183 from sbosley/120511_sb_premium_voice
Premium!
12 years ago
Tim Su b50ee9ff57 Export .pot files 12 years ago
Sam Bosley 0448778d64 Scale bitmaps to prevent out of memory errors 12 years ago
Sam Bosley 0ed664a663 Commit all the things--mostly working people view 12 years ago
Sam Bosley 6060b21757 Fixed a bug in StringProperty.in(String[]) that makes hiding emergent tags work 12 years ago
Sam Bosley ea322ea941 Fixed a bug in shortcut handling, which incidentally solves our most common crash 12 years ago
Tim Su 2cc3d85786 Export .po files 12 years ago
Tim Su 0f45a4d28f Import XML files from .po 12 years ago
Tim Su ea7dfe377c Import new translations from launchpad 12 years ago
Sam Bosley 7f57679469 Added service and invoker for reporting analytics data 12 years ago
Sam Bosley c7e18592a6 Added methods for creating data points to the abtesteventdao 12 years ago
Andrey Marchenko e63de8a4e6 Implemented Update access through Astrid Api 12 years ago
Sam Bosley fec9d72bea Fixed a display bug with the appearance of task due dates due today 12 years ago
Sam Bosley e7fcdb20d6 Introduced new permasql for noon-based times 12 years ago
Sam Bosley d52fd02b87 Implemented Tim's suggested cleanup to the pull requests from yesterday 12 years ago
Tim Su 0f13cf01f7 Merge pull request #174 from sbosley/120302_sb_swipe_lists_subtasks
Swipe between lists! Woooo
12 years ago
Sam Bosley 8d2c19c859 Renamed adjustedSqlQuery in Filter to filterOverride to be more descriptive 12 years ago
Sam Bosley 056cbe5497 Introduced an adjustedSqlQuery field to Filter objects so that subtasks won't break equality checking 12 years ago