Commit Graph

2279 Commits (0c962723986c0b7e9231721f1e184f4a982c7d69)

Author SHA1 Message Date
Sam Bosley 4fca170e1e Adjust some sizing behavior for task edit dialogs 12 years ago
Sam Bosley b85aaad678 Forgot to add table declarations in Database.java 12 years ago
Sam Bosley 4626952573 Add waiting on me to the core filter exposer (needs icon) 12 years ago
Sam Bosley e302cc1831 Added data layer for WaitingOnMes 12 years ago
Sam Bosley 32a92f9b63 Adjusted appearance of quickadd controls 12 years ago
Sam Bosley 381d94be0b Improved menu on tablets when in phone layout 12 years ago
Sam Bosley ec2447d190 Removed save and cancel buttons from task edit by default (can restore them in preferences) 12 years ago
Sam Bosley acb49651d2 Some polish to the custom filter view, remove from menu for new users 12 years ago
Sam Bosley a6721a2c35 Move the voice input directly creates tasks preference 12 years ago
Sam Bosley 7254aeb4af Show unremovable list owner in tag settings 12 years ago
Sam Bosley 94e2b2d213 Removed the sync actions menu, default to Astrid.com 12 years ago
Sam Bosley 2d81721284 Removed lots of old taskrabbit code 12 years ago
Sam Bosley b210048fd3 Shouldn't be able to remove self from shared list using the x's (too easy to hit, should just use delete button instead) 12 years ago
Sam Bosley 794abd5896 Added a sync ongoing notification to the status bar instead of progress bars, fixed a crash 12 years ago
Sam Bosley 977078e73c Removed all the old progress bar code 12 years ago
Sam Bosley ec1f02e60f Fixed a null pointer exception in AsyncImageView 12 years ago
Sam Bosley 0245d5d6b2 Removed old file and fixed a compilation error 12 years ago
Sam Bosley fee4b83a79 Updated ImageDiskCache sources to unmodified LGPL versions 12 years ago
Sam Bosley b310fb767f Use higher res versions when displaying comment images 12 years ago
Sam Bosley ec15892ccc Deleted unused file 12 years ago
Sam Bosley d97f5c2a06 Deleted all the taskrabbit and ideas tab code 12 years ago
Sam Bosley 214e80905c Just need to implement new list logic when list not authorized 12 years ago
Sam Bosley 2b70c8f755 Merge branch '130225_sb_facebook_sdk' 12 years ago
Sam Bosley ed91f860aa Newly created lists should now show up in their correct location 12 years ago
Sam Bosley 312104dead Fixed several bugs with how tag deleting and renaming from long press work 12 years ago
Sam Bosley 27ddeb6e23 Don't show deleted comments for tag data either 12 years ago
Sam Bosley 38c4417758 Fixed a bug where deleted comments would still show up 12 years ago
Sam Bosley c76409364e Log handled sql exceptions in database migrations 12 years ago
Sam Bosley 0e050909df Fixed database migration to construct new history table 12 years ago
Sam Bosley e5269074ca Some enhancements to make sure we don't remove and readd tag members 12 years ago
Sam Bosley 6adbd88998 Enhanced legacy tag members migration to create deleted member links for removed members 12 years ago
Sam Bosley 936e1c924b First pass at improving tag data members migration 12 years ago
Sam Bosley 008c1b2184 Don't enqueue messages when we shouldn't 12 years ago
Sam Bosley 1826417c77 Improvements to logout logic 12 years ago
Sam Bosley 8d21038848 Fixed a bug where timer notification could get stuck after deleting a new tasl 12 years ago
Sam Bosley 0555ca9e44 Deleted several unnecessary files 12 years ago
Sam Bosley dfbad08199 Merge branch 'master' into 130225_sb_facebook_sdk
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/actfm/ActFmLoginActivity.java
12 years ago
Sam Bosley 82a5eb3fd5 Updated crittercism library and log unexpected sync thread exceptions 12 years ago
Sam Bosley 275e363d59 Only show sync upgrade prompts after welcome walkthrough 12 years ago
Sam Bosley 074d6f678a Started working on sync upgrade prompts 12 years ago
Sam Bosley 3aac9f082b Kill featured lists 12 years ago
Sam Bosley 6df92fce1f Fixed a couple issues with non-premium users trying to create attachments 12 years ago
Sam Bosley c2a31285c0 Fixed an equality check 12 years ago
Sam Bosley 52c12a55f3 Validate certain values in ChangesHappened so we can know whether or not to kill the message (e.g. for empty task titles) 12 years ago
Sam Bosley a8e61b6602 Added some ability to do progress bars under new sync 12 years ago
Sam Bosley 3eb4414389 More efficient sync callback execution 12 years ago
Sam Bosley 8049a3395d During gtasks import, only prompt about tasks that aren't already in the specified tag 12 years ago
Sam Bosley 1241967d73 Don't consider gtasks sync provider 'active' if astrid logged in 12 years ago
Sam Bosley bd8918d0fa Don't need the third party addons preference anymore 12 years ago
Sam Bosley cae8c4eb35 Delete all rmilk sources 12 years ago
Sam Bosley 3622ae6bc1 Removed all producteev source files 12 years ago
Sam Bosley 8d298dda58 Merge remote-tracking branch 'upstream/master' into 130221_sb_gtasks_new_sync 12 years ago
Sam Bosley 2a28937a65 Fixed several theming issues with the new action bar library 12 years ago
Sam Bosley 28e0c93ecb Fixed the rest of the compiler type errors with the new version of actionbarsherlock (untested)
Conflicts:

	astrid/plugin-src/com/todoroo/astrid/tags/reusable/FeaturedTaskListFragment.java
12 years ago
Sam Bosley c979e1c2c1 Fixed some ui bugs when renaming a list 12 years ago
Sam Bosley 2f2f96c3b1 Improvements to tag uuid matching 12 years ago
Sam Bosley e86f1a7681 Rewrote TagService.rename to use uuids 12 years ago
Sam Bosley 5a139463ae Removed some references to getTag (which is renamed to getTagByName) 12 years ago
Sam Bosley f10b3acc31 Better handling of deleting tags--use uuids only instead of names 12 years ago
Sam Bosley 918e533ead Fixed a stupid bug when checking tag membership 12 years ago
Sam Bosley e2dac89c37 Fixed some behavior with how tag data is loaded from filter--always use the uuid when possible 12 years ago
Sam Bosley 51e9762022 Fixed a bug where list members view wouldn't always refresh after leaving tag settings 12 years ago
Sam Bosley 345673d40d Fixed some sync bugs when cloning featured lists 12 years ago
Sam Bosley f770046989 Set a 'record outstanding entry' flag based on user logged in state so we don't have to record outstanding entries when a user isn't logged in 12 years ago
Sam Bosley 20c94fe178 Fixed several places where missing properties needed to be read or were the wrong type 12 years ago
Sam Bosley fbdb85c337 Fixed a couple things from the merge in the previous commit 12 years ago
Sam Bosley 802627db14 Merge remote-tracking branch 'upstream/master' into 130122_sb_new_sync 12 years ago
Sam Bosley 8c9a37bd99 Validate tag data/id when initializing widget filters in case of name change 12 years ago
Sam Bosley 23232c50e6 Add a few places where google tasks needs the astrid uuid to save 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 976d1d3a78 Removed several references in the astrid project to the ApiDaos 12 years ago
Sam Bosley 81c3855ce7 Move the static initialization of the dependency injector in SqlContentProvider to hopefully fix a bug where it would be called at a weird time 12 years ago
Sam Bosley ddc9622ffe Implemented finer grained queries now supported by new sync api 12 years ago
Sam Bosley 4de130b8fe Fixed a crash affecting tablets 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 96594f07e1 Fixed a bug introduced in dd6a3fa where people and featured list adapters wouldn't be populated 12 years ago
Sam Bosley aa7efd7d0b Fixed a bug where subtasks data wouldn't be loaded correctly in tag views 12 years ago
Sam Bosley fd2474710e Fixed history display bug 12 years ago
Sam Bosley bb2e3beae1 Fixed some history display bugs 12 years ago
Sam Bosley 92fd2436cf Killed a bunch of dead code 12 years ago
Sam Bosley c026b0f8d6 Fixed a bug that could mess up order hierarchy when deleting tasks 12 years ago
Sam Bosley 565e4adf54 Refactored checking of empty task ids array into helper method 12 years ago
Sam Bosley 3f84d69e7a Don't record an outstanding entry for an empty task_ids array 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 b148966d7c Started working on making sync of manual ordering work 12 years ago
Sam Bosley e561cba563 Removed the share with friends entry from the beast mode list, since it doesn't exist anymore 12 years ago
Sam Bosley 9a4cf7ff60 Try and fill in the starting order for the active tasks and today filters if none exists 12 years ago
Sam Bosley f40b3ed5d3 Fixed a null pointer exception when completing parent task with children 12 years ago
Sam Bosley ef2bc10379 Fixed several type errors in subtasks code 12 years ago
Sam Bosley 841c5b178f Convert subtasks to use uuids instead of ids 12 years ago
Sam Bosley c7e0b81dd7 Some fixes to handling of task list metadata 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 304fc1eb1a Fixed some issues with the files quick action 12 years ago
Sam Bosley 58c862103d Removed an unused field 12 years ago
Sam Bosley 416d6076de Deprecated emergent tags, delete them from the database on migration 12 years ago
Sam Bosley a53474844c Fixed the task attachment join in the task adapter 12 years ago
Sam Bosley 551df209cb Merge remote-tracking branch 'upstream/master' into 130122_sb_new_sync 12 years ago
Sam Bosley dd6a3fa98c Directly populate filters on demand using the same logic as the old BladeFilterReceiver. Fixes bugs where there could be long delays in populating the list of lists 12 years ago