Commit Graph

860 Commits (c4cc1477e3784b3af7625d4ee85b7fbd981439bc)

Author SHA1 Message Date
Sam Bosley e065947528 Bugfixes to tag case migration 13 years ago
Sam Bosley 7c364a4ff7 A/B Testing and Feature flipping infrastructure. AB testing of new user experience. 13 years ago
Sam Bosley 58fe374d20 Rename "Not in any list" to "Not in an Astrid list" if you sync with gtasks 13 years ago
Sam Bosley 3526e750ed List context menu item renames tag data also 13 years ago
Sam Bosley a007e2ac8a Better code reuse for getting full tag list 13 years ago
Sam Bosley 95b9fe8bd0 Fixed issue where empty lists wouldn't show up in the dropdown menu 13 years ago
Sam Bosley b0f938af65 Implemented Tim's suggestions 13 years ago
Sam Bosley 91e31091c2 Queue failed tag and update pushes 13 years ago
Sam Bosley 75d3016177 Do full sync on c2dm receive
Updates to timing intervals between sync tries

Synchronized queue of failed pushes
13 years ago
Sam Bosley a46645d128 Queue failed task pushes to astrid.com 13 years ago
Sam Bosley 514e8a76d9 Reset last reminder time on repeated tasks 13 years ago
Sam Bosley 02ef005e2a Tweaked gtasks auth timeout and logging 13 years ago
Sam Bosley d8ab004bf7 Fixed a bug where you couldn't change the case of a list ever 13 years ago
Sam Bosley f71ae1fbe9 Lists are now case insensitive, with a migration process to save and merge old lists with the same names but different cases 13 years ago
Sam Bosley e5468b6360 Dismiss button for comments view 13 years ago
Sam Bosley f5a7eb0428 Added printlns so we can get more info about failing gtasks auth 13 years ago
Tim Su c876644569 Added additional instrumentation 13 years ago
Tim Su 841484f8bc Fixed a repeat bug and then fixed the underlying tests 13 years ago
Tim Su e069b6ab0e Moved repeat tests to their own package for exclusion in continuous tests 13 years ago
Sam Bosley bfff8b14a0 Fixed repeating from powerpack bug 13 years ago
Sam Bosley 9367a8f8e8 Tag name changes get reflected in the gui immediately 13 years ago
Sam Bosley 285414a1ab Shows popover no matter how tag view activity is launched 13 years ago
Tim Su 38559c4efe Fix for blank task creator id errors 13 years ago
Tim Su 299cb5b078 removed debug printing 13 years ago
Tim Su 418f86b81a Minor tweaks to improve the login experience:
- lightened up the popover images
  - now clicking passes through to underlying thing
  - code cleanup
13 years ago
Sam Bosley 9d9680cbf2 New user experience with login prompt and welcome graphic 13 years ago
Tim Su 2799829d55 Updated app id for development not to be the same as release 13 years ago
Sam Bosley 3526548762 Loading label in tag view activity 13 years ago
Tim Su b0fe7a08ac Prevent scheduling of due date reminders multiple times between due date and quiet hours 13 years ago
Sam Bosley 594ff4ea79 Popovers in tag view activity on collaborators and settings tab 13 years ago
Sam Bosley 00fe08c5e0 Login screen goes to task list activity when launched from welcome screen 13 years ago
Sam Bosley 13f49304ce Basic logic for welcome and login screens 13 years ago
Sam Bosley 5ddf619907 When reminders are mass scheduled, reminders for now are spread out 13 years ago
Tim Su ec003597c7 Add more time between overdue reminders, dependent on task importance 13 years ago
Sam Bosley 99b05143d9 Added a preference option that can prevent notifications from ever appearing 13 years ago
Sam Bosley 422b5acd2a ProducteevDashboad returns empty list instead of null for users 13 years ago
Sam Bosley dee63f1494 Day of week checkboxes get themed correctly 13 years ago
Sam Bosley d1a398a74d Fixed a bug where reminders for tasks without due times wouldn't show at the default time 13 years ago
Sam Bosley 573e9167bd Task counts now update correctly in filter list view 13 years ago
Sam Bosley a92f94703a Sync prefs pages now show name or email of logged in user 13 years ago
Arne Jans ab7b6c9a4a Added default ringmode-setting (ring once, ring five times, ring until dismissed). 13 years ago
Tim Su 7fb4ef4b11 Refactored gcalhelper to avoid double read for tasks with empty gcal property 13 years ago
Tim Su 956c39476c Merge remote-tracking branch 'stingerAJ/2011-08-19-patches' 13 years ago
Tim Su 8bcd9513f5 Merge remote-tracking branch 'sbosley/110817_sb_changes_from_wimm' 13 years ago
Tim Su 48e7cdc87c Merge remote-tracking branch 'sbosley/110824_sb_gtasks_resets_reminders' 13 years ago
Tim Su 5b626680d1 Merge remote-tracking branch 'sbosley/110818_sb_repeat_tests'
Conflicts:
	tests/src/com/todoroo/astrid/repeats/RepeatTestsGtasksSyncRemote.java
13 years ago
Tim Su 186ea4d369 Use dialogutilities to dismiss dialog 13 years ago
Tim Su e60c528d8d Merge remote-tracking branch 'sbosley/110824_sb_gtasks_login_issues' 13 years ago
Arne Jans ccfbd8f79b Extracted deleteTaskEvent to its own Helper-class to keep UI-classes clean. 13 years ago
Sam Bosley 1cede7423f Backported some changes made in the wimm project 13 years ago
Sam Bosley 5c22c0ed7a Sync doesn't reset reminder settings anymore 13 years ago
Arne Jans 84625149b1 Partial Fix for 13186793 (GCal-default setting, create a new event for new tasks). Also, events are now deleted when you delete a single task or delete completed or purge deleted tasks. 13 years ago
Sam Bosley 83dd45a48a Better gtasks login activity that displays progress dialog and won't block the ui 13 years ago
Sam Bosley c5f487bb09 Adjusted gtasks due date functions to work around Google's rounding 13 years ago
Sam Bosley b9b8e47cd8 Test suite for repeating tasks--includes offline tests and tests for syncing with astrid.com, producteev, and gtasks, with repeating tasks completed remotely and locally. Also includes some bug fixes exposed by the tests. 13 years ago
Tim Su dc1c14a5b7 Reverse order comments so keyboard doesn't cover latest comments. Fix for sorting logic. 13 years ago
Tim Su 3497e9d84d Minor tweak to edit people control set to wrap dialog dismissal so it doesn't leak. 13 years ago
Tim Su 05301e7a5d Functions.upper in getTags 13 years ago
Arne Jans bf72be5465 Voice-add is fixed for TagViewActivity, wasnt handling all activity requestcodes, delegating unknown ones to TaskListActivity. Fixes 16763847. 13 years ago
Arne Jans 389b68d4ff Tags should are sorted alphabetically now by TagService.getTags(long taskid). Fixes 15806727 and also sorts tags alphabetically on the filterscreen and the taskdetails. 13 years ago
Arne Jans b18eb83b30 Incorporated Sams suggested change for gtasks-migration to reset all gtask metadata-fields before migrating the default-ids, if a taskmatch isnt found. Fixes 16311991. 13 years ago
Tim Su a280360d65 Fix for market crashes and unit tests 13 years ago
Tim Su 188084a4f5 Run google oauth on ui thread 13 years ago
Tim Su 575b8b2bc7 ixnay println 13 years ago
Tim Su c59bb2bb45 Merge remote-tracking branch 'sbosley/110810_various_bugfixes' 13 years ago
Tim Su 8753e8d988 If your task wasn't sent to Astrid.com, send the whole thing 13 years ago
Tim Su 151924e94d Save tab on rotate 13 years ago
Tim Su fda6ac50a5 Deal with error while saving tag data 13 years ago
Sam Bosley 8236144d81 Hopefully fixed gtasks date rounding 13 years ago
Sam Bosley 3c760480da Gtasks add list button works again 13 years ago
Tim Su 5b8ef914d0 Merge remote-tracking branch 'sbosley/110808_gtasks_clear_completed' 13 years ago
Tim Su 1caa2938f7 Minor usability tweaks from white theme 13 years ago
Sam Bosley bbd57c309c Completing tasks in gtasks lists now completes/uncompletes all subtasks 13 years ago
Sam Bosley 85e1cd2f78 Completed tasks now stick around in google tasks lists until they are explicitly cleared from the menu 13 years ago
Tim Su 852491fa1f More theme issue fixes 13 years ago
Tim Su 8ae706b0dd More theme issues unearthed and fixed 13 years ago
Tim Su a9a9b42233 Applied white stile to filters page, minor style tweaks 13 years ago
Tim Su d5058b2154 Merge remote-tracking branch 'stingerAJ/2011-08-03-patches' 13 years ago
Tim Su 665930b865 Fix for actfm tags getting deleted on sync 13 years ago
Tim Su 94fd25098f New style for filters page to show list pictures and restructure custom filters. 13 years ago
Arne Jans 527e79343b Fix for migration bug 400 in GTask-sync 13 years ago
Tim Su 7c3147ca6c Ixnay duplicated notes 13 years ago
Tim Su c6a95952c7 Fix for unit tests for repeat 13 years ago
Tim Su 371dd2bbb8 Don't send before completing repeating task 13 years ago
Tim Su 21e905442d Handle repeat-on-complete for those who sync with astrid.com 13 years ago
Tim Su e7cabcbdca Fix for crash 13 years ago
Tim Su 42ea483336 added repeat tests, fixed up others 13 years ago
Tim Su dfaa14a289 Minor cleanup / refactor of repeats 13 years ago
Tim Su bbd943f0a8 Merge remote-tracking branch 'stingerAJ/2011-7-25-patches' 13 years ago
Tim Su 8890ca05f7 Fix for crashes reported from android market 13 years ago
Tim Su 4155665bf4 Fix for task save getting triggered even if no edits because of people control set 13 years ago
Arne Jans c7b076a460 Added yearly repeats and fixed monthly to really add a calendar-month. 13 years ago
Arne Jans a79e19637f Implemented snooze by x minutes and repeat interval also. 13 years ago
Tim Su ee4faa919e Merge remote-tracking branch 'stingerAJ/2011-21-7-patches' 13 years ago
Tim Su 800519a5ae Better checks for when not to push 13 years ago
Tim Su 99c59cce23 Fix for not updating settings page on new tag data incoming 13 years ago
Arne Jans e5b0674e6b Potential fix for duplicated notes in producteev. Please test this thorougly! Also, there is still the deletion of already duplicated notes missing. I hard a hard time trying to get rid of them without coding. 13 years ago
Tim Su d5a1f601af set last sync when receiving a task 13 years ago
Sam Bosley d07c007317 Fixed a bug with the migration process--if a particular task can't be migrated, reset its remote id so we don't query api with bad ids 13 years ago
Sam Bosley cbb1475bec Added a check in GtasksService for 503 errors (Google backend issues) and added the MANAGE_ACCOUNTS permission to the manifest 13 years ago
Tim Su 070972f72b Fix for crashes reported from android market 13 years ago
Tim Su 9fb085561c Pass modified_after to tags_list in sync logic 13 years ago
Tim Su 5d105e4df4 Handle crashes reported from Android Market 13 years ago
Tim Su efc7d22592 Removed debugging code, fixed warnings, cleaned up a string 13 years ago
Tim Su 876393d439 Fix for error instantiating producteev control set 13 years ago
Tim Su ba798a88c3 Fix for has_due_time not being picked up from the server 13 years ago
Tim Su 80449df0e5 Fix for issues from crash logs 13 years ago
Sam Bosley bc66634f72 removed spurious prints 13 years ago
Sam Bosley ae04a726a6 Fixed the last known ordering bugs 13 years ago
Sam Bosley e6f9e0bf44 Improved synchronization issues with sync on save 13 years ago
Tim Su 0b664c2d7e Kill noisy stats events 13 years ago
Tim Su a86fd17671 Don't set sync freq in login 13 years ago
Tim Su 6f4d9aa356 Merge commit 'f8b0b47' 13 years ago
Sam Bosley b96ef92f9c Added ability to sync individual gtasks immediately on save. Properties synced--all relevant task data e.g. title, due date, parent indentation. Properties ignored--ordering in a list. Also fixed several major bugs related to normal syncing.
Various bugfixes and improvements to exception handling during migration
13 years ago
Arne Jans f8b0b4758b Fix for -Snooze for x hours / isn't label but not default functionality for snooze options.- 15344073. It was only faulty directly after install as the setting-value wasnt written yet and the NotificationActivity assumed the wrong default-value. 13 years ago
Tim Su 365608f4c6 Merge commit 'c7edb5e' 13 years ago
Tim Su 18f1d320e1 Merge commit '139ae6c' 13 years ago
Tim Su d57cd119ae Adapt to prettier OAUTH google login 13 years ago
Tim Su 301a1c1de9 Killed warnings 13 years ago
Tim Su 4b68e6ac92 New incoming list names should be updated 13 years ago
Sam Bosley 6254348933 Added ability to sync individual gtasks immediately on save. Properties synced--all relevant task data e.g. title, due date, parent indentation. Properties ignored--ordering in a list. Also fixed several major bugs related to normal syncing. 13 years ago
Tim Su 2cf0de3ac0 New notification icons for c2dm and default astrid 13 years ago
Tim Su 06330e4f45 Use dismiss Dialog instead of dialog.dismiss() where possible 13 years ago
Tim Su e5a60e23ec Made check box easier to press and note decoratoin clickable 13 years ago
Tim Su 915bfc0074 Only show refresh if logged in 13 years ago
Tim Su 60ce4121e7 Fix for text, and fix for refresh updates on new list sad 13 years ago
Tim Su 3a407fd41c Better password login experience 13 years ago
Tim Su 94707800ac Merge commit '37513df' 13 years ago
Tim Su eae4a81684 Use check box instead of toggle button 13 years ago
Tim Su e9c0a9f23f New login screen that is more streamlined 13 years ago
Tim Su 5aad0b95cf Fix for new list activity not getting a title 13 years ago
Tim Su 950d7f1ab2 Fix for tag view activity breaking on rotate 13 years ago
Tim Su affa165702 Save tag silenced seting, preserve members on rotate 13 years ago
Tim Su 275415702e Now use the tag view activity for new tag creation 13 years ago
Tim Su 784a37fc0b Started move to use tag view activity always, minor tweaks 13 years ago
Sam Bosley 139ae6c13b For Gtasks users, filter list view shows a button that allows a user to create a new gtasks list. On success, the user is ttaken to the list view for the newly created list. 13 years ago
Arne Jans 37513df3a8 Fix for 13186807. New setting default is to behave as before, max-out the volumefor multiple rings. Discussion about behaviour of new setting during silent-mode is still open (see flowdock-history for this from 7/11/2011 13 years ago
Tim Su 46d094951d Fixed an ordering bug with GT task creation 13 years ago
Tim Su e2f8f77fd4 If migration fails, stop sync. Also minor cleanup 13 years ago
Tim Su 0ec2982025 Merge remote-tracking branch 'sbosley/110627_new_gtasks_api' 13 years ago
Tim Su 5cb15995f1 Handle errors 13 years ago
Tim Su 4a55a8b18e Text cleanup and rename for sensibility 13 years ago
Tim Su b4df3c325d Fix warnings 13 years ago
Tim Su bb815e145a Moved purge/delete to its own preference file and operations to their own threads. Renamed extended => Manage Old Tasks 13 years ago
Tim Su 31c2355742 Rewrote repeats completely to fulfil new requirements 13 years ago
Sam Bosley f2e17386ef Fixed bugs related to task creation with order 13 years ago
Tim Su 1ddeb2add6 Added a unit test for new case and also tweaked a minor setting in repeat task complete listener that might fix the bug Jon is describing 13 years ago
Sam Bosley 89dc6d462a Google Tasks Api integration. Basic tests are passing, various edge cases may still need work. Code for accessing account manager has been factored in to the repurposed GtasksLoginActivity activity class. A one-time migration will occur for legacy users to update remote task ids. 13 years ago
Tim Su 2c07691fc7 Fix for crash in dismissing progress dialog 13 years ago
Tim Su b4dcfd7970 Fix for task save triggered every time by tag erroneously 13 years ago
Tim Su 0153ec1bda Fix for contacts get auutoloaded, add them as collaborators 13 years ago
Tim Su fcc70f53a4 Fix for inability to share in task edit 13 years ago
Tim Su fd4d178827 Refactored Task Edit page into four tabs and added styling
- added sharing tab from edit people activity
- changed due date picker into two buttons
- refactored Task Edit Activity into multiple smaller files
- new UI elements for save/cancel buttons, tabs, and other small parts
13 years ago
Tim Su a524922cc4 added handle-web-update c2dm receiver 13 years ago
Tim Su afd0bc090b Fixed release build script to produce an apk 13 years ago
Tim Su 0258377d8b consolidated sync events to report one not two 13 years ago
Tim Su e92ae2593a add request id to pending intent for c2dm, allow opening task from push 13 years ago
Sam Bosley e34e7d71e1 Added Producteev Unit tests
Added a necessary function to the invoker that was lost in repository cleanup

Fixed a couple unit test bugs. All but the known issue are now passing
13 years ago
Tim Su 94b172cb5f Enforce refresh details date after tag gets removed (and other details updating actions) 13 years ago
Tim Su 2143ddb461 Added Google OAuth as a login option in astrid.com login 13 years ago
Tim Su e8cd162697 Fix for removing tags doesn't remove tag detail 13 years ago
Tim Su fc7c385a12 Fixed bug where remoteid = 0 would break comments on future update because of adapter 13 years ago
Tim Su d443ff8502 Added an 'add new' button to lists, which creates a list 13 years ago
Tim Su 614a50fe68 Added forgotten stat 13 years ago
Tim Su a645946133 Moved backup to settings menu to make room for lists 13 years ago
Tim Su 4ea3405a17 Fix crash 13 years ago
Tim Su 371977ae04 New contact selector that uses new API 13 years ago
Tim Su 95b39ac040 always start with the activity tab in c2dm 13 years ago
Tim Su 71cc4ef8e3 linkify notes for real 13 years ago
Tim Su 37a273ec06 fix for task repeating statistic inaccurate 13 years ago
Tim Su 36d918f5aa show error when can't save task during sharing 13 years ago
Tim Su b87bce24be Added initialize for AstridDependencyService as indicated by warnings 13 years ago
Tim Su 0aa6bc1260 Fix for crashes reported from android market 13 years ago
Tim Su a92bef662b version bump and upgrade notice 13 years ago
Tim Su db415b19c7 Apply default reminder settings for producteev and gtasks sync 13 years ago
Tim Su f65222964e Re-wrote producteev note handling to (1) not delete old notes that were not synced, and (2) detect notes deleted from producteev web 13 years ago
Tim Su 657487fbe5 prevent blank tag names from coming in to astrid 13 years ago
Tim Su 105c251deb usability fixes 13 years ago
Tim Su f55dc839f5 tag_set_picture => tag_save 13 years ago
Tim Su 4dea897fbe linkify notes 13 years ago
Tim Su 24a764f682 Fix for repeat-after-completing not triggering the correct date (bug with rfc2445 library) 13 years ago
Tim Su 513e2eda89 don't clear task flags on sync 13 years ago
Tim Su 433545904e Event Instrumentation 13 years ago
Tim Su a9fc2bd41d update to new api version 13 years ago
Tim Su 6f70abe13b manual refresh of tags kills all unused tags 13 years ago
Tim Su 27816c42bc New dark style for Astrid task list UI designed by Scott Rim & Astrid team
- new header and footer styling
- abbreviated date format, moved date and details to same line
- new icons and reduced padding for quick action bar
- notched task indicators
- smaller details font
- new icons for details row
- new check box icons
- added header to filter activity
- removed unused resources
13 years ago
Tim Su 925193c146 bye bye reminder quiet time toast, Jon and I decided it was too bothersome 13 years ago
Tim Su 70f3ba2b4d Merge branch '3.7'
Conflicts:
	astrid/AndroidManifest.xml
	astrid/build.xml
13 years ago
Tim Su 339e5cf344 Fix for modified date getting written when details get written mistakenly 13 years ago
Tim Su d94c10b624 update for a comment being able to belong to multiple tags 13 years ago
Tim Su 7179a2fb30 ability to delete tag data and transmit that to the server 13 years ago
Tim Su 5b18b5cc0a use the custom assigned-to value if the editor is showing 13 years ago
Tim Su 7189020842 improvements / fixes to note edite activity 13 years ago
Tim Su 924628f33a Fix for unused string, fix for multi-c2dm alerts 13 years ago
Tim Su e9db48b229 Created EditNoteActivity for viewing and adding task comments and notes. 13 years ago
Tim Su 9ca8eb87f7 Implemented password-based login and sign up to Astrid.com 13 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
13 years ago
Tim Su 5fd62cb8f9 Fix for crash making toast 14 years ago
Arne Jans 27c27343f2 Fix for 13186799. No more old snoozes for old repeating task iterations. 14 years ago
Arne Jans 7b23182bab Possible fix for 13186799 and similar issues. Please verify. There still may be a PendingIntent zero-requestCode bug here. 14 years ago