Commit Graph

2896 Commits (53fcdbe80b7da811ff855cf8828f690c57c12409)
 

Author SHA1 Message Date
Tim Su 04c92a3915 Made tag view stuff work together in tandem with subtasks 13 years ago
Andrew Shaw 24d7af2d4c Tag header is now in listview header, fixed width for updates 13 years ago
Tim Su c7e5b524fb Fix for can't return to inbox filter 13 years ago
Tim Su da5a9aebf2 More minor fixes to enable tag with drag 13 years ago
Tim Su e530e5f561 Refactor to allow tag data to experience the joy of draggable lists 13 years ago
Tim Su 51324c9d2f Better inbox calculation 13 years ago
Tim Su 992b6a51ac Merge pull request #143 from todoroo/20120217_as_tablet_activity
New activity update view
13 years ago
Andrew Shaw fbd3c90a21 fixed update comments for task created, and specialized comments for different update views 13 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 13 years ago
Tim Su d586f0d3e4 On completed, complete all subtasks 13 years ago
Tim Su 9cff87724e Merge remote-tracking branch 'origin/4.0' into 120220-st 13 years ago
Tim Su c83cdfba7a Made forward progress on being able to toggle drag and drop from sort dialog 13 years ago
Tim Su a7cae150c0 Rearrange menus for better usability 13 years ago
Tim Su 44958e8df8 Auto idea is part of the appearance parent 13 years ago
Tim Su 0646edadee Got rid of the 'Beta' label on preferences 13 years ago
Tim Su 54c49e009c Got rid of debugging code. 13 years ago
Tim Su ab101c15d0 Add a method to sanity check task list 13 years ago
Tim Su c844b8967a Migrate list to use tag name. Fix unit tests with rearranging 13 years ago
Tim Su b12ffda59c Added a subtask moving test with some extra edge cases to test 13 years ago
Tim Su 25d94a4606 Moved Gtasks non-sync unit tests to main test suite 13 years ago
Tim Su 07d6a84f4a Fix swipe left, and now have UI feedback when swiping left and right 13 years ago
Tim Su 311ea3b8b1 Minor tweaks to make UI look and work better when dragging 13 years ago
Sam Bosley c5779c03fe Fixed issues with compressed task rows, more section->details in beast mode prefs 13 years ago
Tim Su 205dd7ac78 Add a new class, draggable list view, for dragging and scrolling from same view 13 years ago
Sam Bosley a2940ebbc4 Fixed a concurrency bug in gtasks sync, fixed setting of gtasks last_sync dates on individual tasks 13 years ago
Sam Bosley d3ce02dffc Introduce a nullable option for properties to fix errors where some long properties would return null instead of 0 13 years ago
Tim Su 57f3a70089 Refactored GtasksTaskListUpdater into OrderedListUpdater to create a new child class 13 years ago
Sam Bosley 33dc23d5db Check uniqueness of remote id in task api dao 13 years ago
Sam Bosley 6c0ef54104 I broke abstractdatabase.insert. Fixed now 13 years ago
sbosley a3650a917e Merge pull request #141 from jonparis/120215_jp_style
120215 jp style
13 years ago
Jon Paris e9989b9fab updated menu buttons to look nicer 13 years ago
Sam Bosley f2de1d2152 Cleaned up classpath 13 years ago
Tim Su 34fde08ba4 Merge pull request #142 from sbosley/120217_sb_duplicate_issues
Fixes for lots of sync issues, hopefully resolving duplicates
13 years ago
Sam Bosley db0cde33ff Synchronize the gtasks update lists method to prevent conflicts when multiple syncs ongoing 13 years ago
Tim Su d6345b4b32 Killed some bunk methods from gtasks task list updater, removed old sync provider 13 years ago
Sam Bosley 3e7cfc7120 Removed debug code 13 years ago
Tim Su 0db134e095 Got dragging working in tandem with clicking. So awesome. 13 years ago
Sam Bosley 5058a4262f Cleaned up database migration code 13 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. 13 years ago
Sam Bosley d081be7c24 Make sure header title updates when list title changes from settings 13 years ago
Sam Bosley 9bb1d6aa49 Expect string in c2dm intents, not long for oid 13 years ago
Sam Bosley 86f5357e56 Fixed a bug in the number picker that could throw a numberformatexception 13 years ago
Sam Bosley 77286781f2 Fixed a potential null pointer in taskrabbit control set 13 years ago
Tim Su 108a4efbb8 Restore our concept of a swipe listener 13 years ago
Tim Su c228e33b0e Upgrade TouchListView to 0.4.3 13 years ago
Sam Bosley 10cb216ca9 Make sure that fragment is attached to activity on ui thread in taskeditbackgroundloader 13 years ago
Tim Su a5c33f3045 Initial subtasks thing 13 years ago
Sam Bosley 0f1a3c14f7 Preload resources object in task adapter so we don't have to get them from the fragment 13 years ago
Sam Bosley 983d41cbba Try/catch when unregistering recievers 13 years ago
Sam Bosley a790be4079 Catch bad token exceptions in the broadcast receivers that show dialogs 13 years ago