Commit Graph

1098 Commits (d7841b2b44331d03e14d114aef3e37a16d583897)

Author SHA1 Message Date
Andrew Shaw d7841b2b44 Fixed task rabbit oauth and posting 14 years ago
Andrew Shaw 9311eeb5b7 Welcome activity tag 14 years ago
Tim Su db1bc35877 Fix to get google tasks to drag/drop. Also removed google tasks help screen, we're gonna make another one 14 years ago
Tim Su e60c44f710 Fixes for making google tasks work 14 years ago
Tim Su a8ea63ed30 Brought the drag goodness to google tasks fragment 14 years ago
Tim Su 5042e17b1f Generify ordered list fragment helper for use with gtasks 14 years ago
Tim Su 2d8ee0ad96 Fix for not completing down the chain in cascading mode 14 years ago
Tim Su b3eb181c17 Cascading delete, fix a bug with cascading complete. 14 years ago
Tim Su 203732b29b Only kill remote id is not null 14 years ago
Tim Su f9e7b53960 Fix for astrid.com sync - in a manual sync, if your item is not in the list, it is now deleted. 14 years ago
Tim Su 2291b50041 Roll back change to start ordering of lists at 1 14 years ago
Tim Su 12d1292442 Actively prevent duplicate tasks from showing up in subtasks 14 years ago
Tim Su a09babdc38 Fix for tag view activity swapping sort making bad sorting 14 years ago
Tim Su b9f30c7d61 Fix for chained completion not working when tasks didn't have an order. Now onTaskComplete fires before actual thing is saved into the database. 14 years ago
Tim Su 984958adcd Two minor tweaks to manual sort: short vibrate time, new tasks created at bottom 14 years ago
Sam Bosley 4c6b3738a1 Make password login dialog scrollable, fix alignment of icon on pw login button 14 years ago
Sam Bosley a6a8b96e6c Fixed a bug where repeat display wouldn't update correctly 14 years ago
Tim Su fc0989fcfa Merge remote-tracking branch 'origin/4.0' into 120220-st 14 years ago
Tim Su 17469cd968 Fix for two lines of text don't fit, picture checkbox is too big 14 years ago
Tim Su 8c9ed942f5 Fix for toggling between subtasks and not - reset sorting by subtasks 14 years ago
Tim Su a4c2b2bdf8 Fixed off-by-one drag errors. Killed printlines. We are cool. 14 years ago
Tim Su e78ed319ab Fix for sometimes null 14 years ago
Tim Su 04c92a3915 Made tag view stuff work together in tandem with subtasks 14 years ago
Andrew Shaw 24d7af2d4c Tag header is now in listview header, fixed width for updates 14 years ago
Tim Su c7e5b524fb Fix for can't return to inbox filter 14 years ago
Tim Su da5a9aebf2 More minor fixes to enable tag with drag 14 years ago
Tim Su e530e5f561 Refactor to allow tag data to experience the joy of draggable lists 14 years ago
Tim Su 51324c9d2f Better inbox calculation 14 years ago
Andrew Shaw fbd3c90a21 fixed update comments for task created, and specialized comments for different update views 14 years ago
Tim Su d9765ee8b6 Add a sort setting for toggling subtasks. On change, it recreates the task list. Also a fix for the child tasks not getting completed with subtasks correctly 14 years ago
Tim Su d586f0d3e4 On completed, complete all subtasks 14 years ago
Tim Su 9cff87724e Merge remote-tracking branch 'origin/4.0' into 120220-st 14 years ago
Tim Su c83cdfba7a Made forward progress on being able to toggle drag and drop from sort dialog 14 years ago
Tim Su 54c49e009c Got rid of debugging code. 14 years ago
Tim Su ab101c15d0 Add a method to sanity check task list 14 years ago
Tim Su c844b8967a Migrate list to use tag name. Fix unit tests with rearranging 14 years ago
Tim Su b12ffda59c Added a subtask moving test with some extra edge cases to test 14 years ago
Tim Su 07d6a84f4a Fix swipe left, and now have UI feedback when swiping left and right 14 years ago
Tim Su 311ea3b8b1 Minor tweaks to make UI look and work better when dragging 14 years ago
Tim Su 205dd7ac78 Add a new class, draggable list view, for dragging and scrolling from same view 14 years ago
Sam Bosley a2940ebbc4 Fixed a concurrency bug in gtasks sync, fixed setting of gtasks last_sync dates on individual tasks 14 years ago
Tim Su 57f3a70089 Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class 14 years ago
Tim Su 34fde08ba4 Merge pull request #142 from sbosley/120217_sb_duplicate_issues
Fixes for lots of sync issues, hopefully resolving duplicates
14 years ago
Sam Bosley db0cde33ff Synchronize the gtasks update lists method to prevent conflicts when multiple syncs ongoing 14 years ago
Tim Su d6345b4b32 Killed some bunk methods from gtasks task list updater, removed old sync provider 14 years ago
Tim Su 0db134e095 Got dragging working in tandem with clicking. So awesome. 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
Sam Bosley d081be7c24 Make sure header title updates when list title changes from settings 14 years ago
Sam Bosley 9bb1d6aa49 Expect string in c2dm intents, not long for oid 14 years ago
Sam Bosley 77286781f2 Fixed a potential null pointer in taskrabbit control set 14 years ago