Commit Graph

43 Commits (e8b25e8fdd3368f7f67d3ba4a7b7d355db4a522c)

Author SHA1 Message Date
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 13 years ago
Sam Bosley a3866b2270 Enhancements to Property class to support multiple flags (like nullable, isDate, etc) 13 years ago
Sam Bosley dfa8b99aa7 Don't record outstanding entries in MakeChanges 13 years ago
Sam Bosley 3847e03774 Make sure that pushed_at property is included in name maps, but don't record outstanding entries for it 13 years ago
Sam Bosley 0f308db6aa Improvements to NameMaps, AcknowledgeChange, ChangesHappened 13 years ago
Sam Bosley 88ad53977a Using BigInteger was dumb. Just use strings 13 years ago
Sam Bosley 9dd6c58068 Support for BigInteger properties (stored/parsed as strings) 13 years ago
Sam Bosley 06f519f231 Fix database bugs and make unit tests from previous commit pass 13 years ago
Sam Bosley 978fe02718 Cherry pick some code for migration to using uuids 13 years ago
Sam Bosley 06f57a27ef Record entries in the tag and tasks outstanding table when models change 13 years ago
Sam Bosley ec8afe8bd2 New layout for the task adapter row (task_adapter_row_simple). Need to A/B test 13 years ago
Sam Bosley f956f36466 Respect property aliases when reading/writing to cursors/models 13 years ago
Sam Bosley a7046e1de3 Made all of Tim's suggested edits 13 years ago
Sam Bosley 4c128d4df6 Join query for task rabbit data 13 years ago
Tim Su 52ed2cdda5 Add a license block to the top of the files that don't have one 14 years ago
Tim Su 0050567b3e Replace non-copyright short license header 14 years ago
Tim Su 1f8b094765 Replace 2009 Todoroo license 14 years ago
Sam Bosley b88e4f9cad When using values for new tasks in filters, merge without replacement. 14 years ago
Sam Bosley 6060b21757 Fixed a bug in StringProperty.in(String[]) that makes hiding emergent tags work 14 years ago
Tim Su 288a558ebe Really minor cleanup for the awesome gtasks bug fixes 14 years ago
Sam Bosley c44b884f3a Refactored transitory preservation to be structured better 14 years ago
Sam Bosley 982d9b1e0a Can't use keySet on ContentValues 14 years ago
Sam Bosley 551542e8a7 Retain transitories across the api dao/content resolver boundary 14 years ago
Sam Bosley c92693feef Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags 14 years ago
Sam Bosley 0d7f5b21b9 Use update instead of updateWithOnConflict--it caused an api level error and we want the abort semantics anyways 14 years ago
Tim Su df1e3cba8c Fix for SQL onconflict - specify FAIL. This fixes the default update's error because we don't use transactions. 14 years ago
Tim Su 04c92a3915 Made tag view stuff work together in tandem with subtasks 14 years ago
Tim Su 9cff87724e Merge remote-tracking branch 'origin/4.0' into 120220-st 14 years ago
Sam Bosley d3ce02dffc Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0 14 years ago
Tim Su 57f3a70089 Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class 14 years ago
Sam Bosley 6c0ef54104 I broke abstractdatabase.insert. Fixed now 14 years ago
Sam Bosley 46f2ee2c2e Refactored Task.REMOTE_ID to be null when unset rather than 0. Also catch SQLiteConsistency exceptions and recover when inserting a task that already has that remote id. 14 years ago
Tim Su 759b05053d Killed dead code, fixed issues with user assignment 14 years ago
Tim Su d77e7da5b6 Re-write and fix user id 14 years ago
Sam Bosley 4cd6321fa3 More progress on calendar picker
New and awesome date and time picker for deadlines, alarms, etc.
14 years ago
Tim Su 9b16149c8a Merge remote-tracking branch 'stingerAJ/2011-08-26-patches'
Conflicts:
	astrid/res/xml/preferences_defaults.xml
14 years ago
Tim Su 8afc0af018 Only clear details if model has changed 14 years ago
Arne Jans 1ddaca5109 Removed redundant getFlag-method from Task, as its already in AbstractModel 14 years ago
Tim Su 5d105e4df4 Handle crashes reported from Android Market 15 years ago
Tim Su 26c2d3c49b Astrid Collaboration Project
- sync with Astrid.com server
- people activity for delegating and sharing tasks
- shared tags activity for adding users to tags
- c2dm push notifications
15 years ago
Arne Jans c5c9e3c873 Organized imports 15 years ago
Tim Su 4ed26c0d7d Fixed crashes reported from Android Market 15 years ago
Tim Su 9b26d9020e Merge commit '94a57ce7512954d092ea49a09f3f15ccc7486556' as 'api' 15 years ago