Commit Graph

1168 Commits (72a52cb436699e204f28a2156870dadc2bcf36ef)

Author SHA1 Message Date
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
Sam Bosley 8e68160724 Better synchronization in actfm sync; started building db indexes 14 years ago
Tim Su 6a6d237a68 Force NotificationManager for notification tests 14 years ago
Sam Bosley a804c51c88 Fixed a bug where push task could be called in infinite recursion by activity tab, other small things 14 years ago
Andrew Shaw 45de2cb240 unsetting c2dm on server when user or token doesn't match 14 years ago
Tim Su 251913aa8f Removed conditions since we fixed this an alternate path 14 years ago
Tim Su 1c6c8c0156 Merge remote-tracking branch 'origin/120217_as_minor_bug_fixes' into 4.0 14 years ago
Tim Su 6877bbd9e0 Change MENU_REFRESH_ID to be different than MENU_SYNC_ID for the code to run through different paths 14 years ago
Sam Bosley 03f1c48d51 Forgot to update the invoker 14 years ago
Sam Bosley f6d3df10a3 Upgrade to api level 6 and send creation date when saving task 14 years ago
Andrew Shaw a14ad3aaaf Setting dialog for task rabbit title 14 years ago
Andrew Shaw a043ba8ed7 Default list icons for tags via ios 14 years ago
Andrew Shaw 38d9b5c3c8 trying to sync in a tag list while offline pulls up the sync to astrid dialog 14 years ago
Sam Bosley f2baeb259c Validate email addresses when saving list sharing settings 14 years ago
Sam Bosley da3aca16bf Go directly to comments page when clicking a comment notification 14 years ago
Sam Bosley bc17b23e81 Show alert when task repeat value changed 14 years ago
Sam Bosley c277c50c7e Fixed issues with comment count consistency: 14 years ago
Andrew Shaw f1595129c7 Pushing queued updates and enabling commenting while offline 14 years ago
Andrew Shaw f7b2405e8a Added new cities, changed task rabbit server error reporting, and saving data as a draft 14 years ago
Tim Su 3d02188f7d Refactored quick add bar from Task List Fragment out into QuickAddBar. Seems like it works... like a boss! 14 years ago
Tim Su e8c06cd7d4 Refactored sync actions out of task list. Also refactored a couple smaller methods out as well. 14 years ago
Sam Bosley 59f00cd511 Improved actfm sync code and fixed a bug where empty tags would be deleted on first sync 14 years ago
Sam Bosley a3b46dec31 Don't show the keyboard immediately in the edit people dialog, resize window when it is shown 14 years ago
Tim Su 9617085cd2 Made the anyone icon orange to contrast with blue, and use it for tasks assigned to anyone 14 years ago
Sam Bosley efa502be7d Check to make sure local task is non-null when saving during gtasks sync 14 years ago
Sam Bosley 7a731a190a Fixed a couple bugs in unit tests that should make them work on Jenkins 14 years ago
Sam Bosley c448ddb293 Include task rabbit tasks in the I've assigned filter 14 years ago
Sam Bosley 1786ee5fa0 Fixed a crash in the task rabbit activity introduced by the control set refactor 14 years ago
Sam Bosley 07d763f62d Fixed bugs from refactor with timer controls 14 years ago
Andrew Shaw 091c7220f5 Created location manager and fixed bug where task rabbit types weren't showing up on location update 14 years ago
Andrew Shaw 0b3937cde7 Fixing location bugs and null pointer exception for tablet 14 years ago
Tim Su 7aacca7c18 Refactor -> rename 14 years ago
Tim Su 12f5e60b02 Merge remote-tracking branch 'sbosley/120214_sb_bugfixes' into 4.0 14 years ago
Sam Bosley 13a3a64755 Fixed some control set bugs and display issues 14 years ago
Sam Bosley 2d67c23b9e Restyled the add list button 14 years ago
Sam Bosley c7d4bfd0dd Show repeat string in when display row 14 years ago
Sam Bosley 2fe2b3d77f Refactor most task edit control sets to lazy load 14 years ago
Tim Su 5cb3db64a7 GCal - wrap cursor accessors in try/finally blocks 14 years ago
Tim Su 9eb47a268b reflow lines, minor style. 14 years ago
Tim Su 16eab17757 Killed a bunch of dead code in task rabbit data service 14 years ago
Tim Su 508a326b5a Stop calling close on a managed cursor 14 years ago
Tim Su f0c1221b57 Fix for details loader causing double-send of tasks. Also stopping the details loading when you don't show notes 14 years ago
Tim Su b1c600458f Got rid of calls to startup service from fragments, got rid of INTRO_TASK_SIZE 14 years ago
Sam Bosley 451abd43c6 New task actions--killed the quick action bar and REQUEST_ACTIONS api constant 14 years ago
Tim Su 3501948428 If you complete task from reminder, refresh the list 14 years ago
Tim Su 0f7a55ed7f Fix for NPE and issue with aborting tag save causing crash 14 years ago
Tim Su 8e9fd4ed51 Minor moving of some code around 14 years ago
Tim Su 3c92c653c8 Fix for login later not showing in walkthrough 14 years ago
Tim Su 869832159c Add additional lines to popover suppression. Fix for a misidentified popover 14 years ago
Sam Bosley 6060fd5ef5 Basic statistics for web links and task rabbit engagement 14 years ago
Sam Bosley fc78685bed Fixed a task rabbit crash, updated some copy 14 years ago
Andrew Shaw 28148b97ac When posted to task rabbit, assigned picture is a rabbit, assigned text is a rabbit too, lots of rabbits 14 years ago
Andrew Shaw 9abfb24dd1 Fixing location without gps and detecting when gps is turned on 14 years ago
Sam Bosley 85a1c31674 Version bump, small cleanup 14 years ago
Andrew Shaw 878713827c Changing the rest of the location icons to stars 14 years ago
Andrew Shaw db373ba6af Fixing url formatting 14 years ago
Andrew Shaw 9b4374688e Killing nls warnings and logging 14 years ago
Tim Su 572296e023 Create an alternate dialog if user isn't on a Google Maps enabled device 14 years ago
Tim Su 410ebab943 TaskRabbit code warnings and comments cleanup 14 years ago
Sam Bosley b429159661 Fixed some taskrabbit bugs, insert api keys in build script 14 years ago
Sam Bosley 74e1c62a14 Fixed potential null pointer when constructing certain help info popovers 14 years ago
Sam Bosley 7c05104cfe Hide year in quickadd date picker 14 years ago
Sam Bosley a7cdbd754f Make people a list is shared with show up in quick add who picker 14 years ago
Andrew Shaw 45ca18cbc7 Showing a success toast when we load successfully, also disabling button when already posted to task rabbit 14 years ago
Andrew Shaw 5cd71584a5 New logo, get task rabbit updates and location is set even if you don't tap into it 14 years ago
Andrew Shaw 853b59ebda Location aware. Also shows address upon click 14 years ago
Andrew Shaw f796d74577 Task rabbit logo and some loading screens 14 years ago
Andrew Shaw 6383d3679f Adding name option to task rabbit 14 years ago
Andrew Shaw 99a8a73638 Task rabbit views 14 years ago
Sam Bosley bb64099e3c Comment out the create a shared tag option when sharing tasks 14 years ago
Sam Bosley 1d5863222c Fixed a bug where the wrong string would appear for the empty view on tag lists 14 years ago
Sam Bosley bc659fd48b Unread comment count in header for tags 14 years ago
Sam Bosley 207f33685f Fixed a bug in people control set 14 years ago
Sam Bosley c08e008be6 Fix quick add assignment when not logged in 14 years ago
Sam Bosley 2bf26ee51e All the when control sets working in quickadd 14 years ago
Sam Bosley f6ff8d0e60 Sync error reporting 14 years ago
Sam Bosley c4b0a3629c Make last sync date work with new providers in sync preferences 14 years ago
Sam Bosley 37b24d530b Refactored new sync providers into api project and created a new SyncV2BackgroundService 14 years ago
Sam Bosley bf4ac67023 Add button pressed states 14 years ago
Sam Bosley 243d94a690 Finished day blue theme 14 years ago
Sam Bosley 85ff22b387 Show back button in actionbar 14 years ago
Sam Bosley b0543430be Updated copy on filter by unassigned in tag view 14 years ago
Sam Bosley bbf414b816 Fixed bugs with progress bar callbacks getting mixed up with views in different fragments 14 years ago
Sam Bosley 1864b0e395 Fixed array index errors in google auth activities, fixed possible JSON issue in pushtaskonsave 14 years ago
Sam Bosley 7d3e7b863f Fixed a potential null pointer in gtasks lists 14 years ago
Sam Bosley 74d047c5ab Fixed a null pointer crash in TagFilterExposer 14 years ago
Tim Su 052c25ccc1 Fix for %s without the task title 14 years ago
Sam Bosley 4e4014e01c Updated gtasks jars, fixed super sad bug in build script that would use the wrong gtasks api key 14 years ago
Sam Bosley 896f40d9a3 Merge remote-tracking branch 'origin/120203_sb_leave_shared_lists' into 4.0 14 years ago
Sam Bosley 9d562f37fd Compare sql and title when deleting a list 14 years ago
Sam Bosley 5c19f75df4 Fixed an off by one error in ActFmGoogleAuthActivity 14 years ago
Sam Bosley af84f46e67 Fixed a bug with tag context menu intent names 14 years ago
Sam Bosley f41a1b3de9 If the currently active list is deleted, switch to active tasks 14 years ago
Sam Bosley c39a466b5e Warning if tag owner is about to delete a list for everyone 14 years ago
Sam Bosley 7f445f5357 Removed block on deleting shared tags so that you can leave them 14 years ago
Sam Bosley d8cdd97478 Make sure placeholder share bar images show up immediately after share 14 years ago
Sam Bosley b70f7fd1a3 Add ability to add shortcut from list settings page 14 years ago
Sam Bosley 9db456d18b Merge remote-tracking branch 'upstream/120202_as_task_activity_fix' into 4.0 14 years ago
Sam Bosley 87fecc1a38 Fixed an off by one error in gtasks login activity 14 years ago
Andrew Shaw bfb452d604 All activity for tasks should show up now 14 years ago
Sam Bosley 9f0f19fdc9 Make TagUpdatesFragment work in all layouts and with general activity feed 14 years ago
Sam Bosley bff430ef51 Refactored tag updates into fragment with wrapper activity, styled for phones 14 years ago
Sam Bosley 34f0d1c778 Added comments button to action bar 14 years ago
Sam Bosley 6505ad97c6 Make reminders pop up a dialog after opening app instead of embedded layout 14 years ago
Sam Bosley 15ead00e63 Fixed some layout issues and polish 14 years ago
Sam Bosley b2b28b6bd3 Fixed a bug where you wouldn't show up in members header if you were owner of the tag. Added unassigned filter to members header also 14 years ago
Tim Su 5fb59b6f23 Awesome clean to awesome commit - made reminder dialog actually a dialog, and some code style stuff. 14 years ago
Sam Bosley 52eff1ff66 Preference so that smart reminder confirmations can be turned on and off 14 years ago
Sam Bosley 818487e693 Alert when rescheduling a repeating task 14 years ago
Sam Bosley aa4359ac7a Added new layouts for astrid reminders, can get in-app notifications with a popup 14 years ago
Tim Su 44f8c82d9a Make the edit tab text color the right color. Get rid of empty activities. You know, polish stuff 14 years ago
Tim Su 9038184770 Moved TOS setup logic into upstream ActFmLoginActivity 14 years ago
Tim Su 3466db61f8 More user-friendly google login - help text at top, ok button if no google accounts 14 years ago
Andrew Shaw 6fcf07513a Added blue repeat icon for night theme and fixed potential null pointer exception in TaskEditFragment 14 years ago
Sam Bosley 2675763ab9 Merge remote-tracking branch 'upstream/120130_as_repeat_indicator' into 4.0 14 years ago
Andrew Shaw b27e8da2cd Repeat indicator glows red and shows abbreviation 14 years ago
Andrew Shaw d0b0f6739c Added red repeat button 14 years ago
Andrew Shaw 9b5476a1aa Added a dialog when user tries to share a list but isn't logged in 14 years ago
Sam Bosley c708f5dbf5 Renamed two more components to be called fragment instead of activity 14 years ago
Sam Bosley abc63ff77c Fixed bugs with certain intents trying to use the tag view fragment as an activity 14 years ago
Sam Bosley 970f05dd8c Fixed some popover layout issues on tablet, added a popover for list dropdown 14 years ago
Sam Bosley 695c78fd18 Killed the NotificationWrapperActivity and other custom wrappers for custom intents--just use the normal tasklistactivity with a custom fragment 14 years ago
Tim Su 814bbef471 Renamed another activity to fragment 14 years ago
Tim Su c34c1df463 Cleaned up a bunch of warnings, fixed a few small issues, code and formatting cleanup 14 years ago
Tim Su e70d7e4cca Renamed fragments to end with Fragment, renamed *WrapperActivity to Activity. Save our sanity by not calling things by other names. 14 years ago
Andrew Shaw a32d8db129 Fixed chronometer 14 years ago
Andrew Shaw acc6683ea4 Caching activity images to disk 14 years ago
Andrew Shaw 9a808fbb61 New checkboxes, timer looks better, and tasks can show full title 14 years ago
Andrew Shaw 554690d3bb Task timer should add to your activity stream 14 years ago
Sam Bosley 7641d01a43 Fix for a couple force closes 14 years ago