Commit Graph

539 Commits (053ef047bdb0ae55a3b0a4fff0159b5f5631f1a1)

Author SHA1 Message Date
Sam Bosley b1d255c8d7 Construct members gallery using users join query 12 years ago
Sam Bosley 360f75df7d Updated several references to picture properties to read from picture jsons 12 years ago
Sam Bosley c88d8f455b Fixed several bugs with assigning tasks 12 years ago
Sam Bosley f3cced5d02 Added a tag metadata table for things like tag to user join table 12 years ago
Sam Bosley 16abc83b12 Removed or fixed most references to Task.USER 12 years ago
Sam Bosley c7d7167763 Fixed several references to non-string userids 12 years ago
Sam Bosley 51bf8445e6 Deprecated the user json properties, clear some of them on sync 12 years ago
Sam Bosley b1ae98aec4 Removed all references to Task.SHARED_WITH 12 years ago
Sam Bosley f20cfe1360 Use string properties for user id in the api project 12 years ago
Sam Bosley 086b4c9f29 Load task actions on main thread, don't read notes into cursor 12 years ago
Sam Bosley 53698cdb02 Added task classification column 12 years ago
Sam Bosley 55a27edd91 Fixed rrule parsing issues 12 years ago
Sam Bosley e30b71d416 Deprecated the repeat after completion flag 12 years ago
Sam Bosley 2db6c3869d Slight optimization to DatabaseDao.update 12 years ago
Sam Bosley c18e305448 First pass at recording outstanding entries in DatabaseDao.update 12 years ago
Sam Bosley 97067cb824 Don't create unecessary changeshappened messages 12 years ago
Sam Bosley abc66a7bb5 Refactor to prevent database locks 12 years ago
Sam Bosley 96b29c30bc Record task outstanding entries when tag added or removed 12 years ago
Sam Bosley a1007f2440 Added a convenience method for getting uuid from RemoteModels 12 years ago
Sam Bosley f57975b0d8 DatabaseDao.updateMultiple is redundant with DatabaseDao.update 12 years ago
Sam Bosley 2e0fef2e9d Added a fetch by uuid method to remote model daos 12 years ago
Sam Bosley b614a5af3c Minor performance improvements to DateUtilities, TaskAction 12 years ago
Sam Bosley e8b25e8fdd Better JSONObject logging, fixed bug with pushed_at values when 0 12 years ago
Sam Bosley f42d3a2b5f Introduce a property flag to indicate if an integer represents a boolean, use it to use the correct types when communicating flags to/from server 12 years ago
Sam Bosley 1fd38dc245 Migration to separate columns for task flags 12 years ago
Sam Bosley d3488416d0 Fixes to date parsing and reading of null fields 12 years ago
Sam Bosley b17bd9f027 Report task due times correctly in ChangesHappened 12 years ago
Sam Bosley afe15a91c0 Correctly format dates in changeshappened 12 years ago
Sam Bosley 978a76218c Fixes to parsing of due times 12 years ago
Sam Bosley ac1fb8fc2f Implement UserData message 12 years ago
Sam Bosley e7613f0961 First pass at parsing ISO dates 12 years ago
Sam Bosley a3866b2270 Enhancements to Property class to support multiple flags (like nullable, isDate, etc) 12 years ago
Sam Bosley c1f1681bc0 Simplified UUID generation, no more proof text 12 years ago
Sam Bosley 5d0fcf0dd2 Make sure user objects have a uuid column, include it in the migration 12 years ago
Sam Bosley 78b607aba9 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 14509c9203 Constants in DateUtilities should be final 12 years ago
Sam Bosley b9c42e5860 Reorganized prefs, fixed some theme bugs 12 years ago
Sam Bosley 14376462d3 Fixed a bug where FilterWithCustomIntent could use the wrong package name 12 years ago
Sam Bosley dec4a0d335 All new preference defaults for Astrid Lite version 12 years ago
Sam Bosley 09c945ae52 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 0aca3bcb91 Adjusted logic for computing edit popup width on tablets 12 years ago
Sam Bosley dfa8b99aa7 Don't record outstanding entries in MakeChanges 12 years ago
Sam Bosley 3847e03774 Make sure that pushed_at property is included in name maps, but don't record outstanding entries for it 12 years ago
Sam Bosley 0f308db6aa Improvements to NameMaps, AcknowledgeChange, ChangesHappened 12 years ago
Sam Bosley af034a4089 Started working on the classes to support column name mapping 12 years ago
Sam Bosley f90996a015 Merge and resolve conflicts from upstream/master 12 years ago
Sam Bosley 9a0a1ab6c9 AB test the social reminders 12 years ago
Sam Bosley 9a5a6afd3e Default value for tag ordering property, killed dead code 12 years ago
Sam Bosley 5ed0555280 Manual ordering seems to be sort of working, bugs may still exist 12 years ago
Sam Bosley 3984cfb2c2 Fixed a bug when saving suggested users, which don't have email strings 12 years ago
Sam Bosley e5d049874d Try to push user status right away after pressing 'accept' or 'request' button 12 years ago
Sam Bosley 81b3e15912 Partial implementation of updating user status 12 years ago
Sam Bosley 47f736d17a Started working on new layout for people view 12 years ago
Sam Bosley 8a817ad14f Removed unused files 12 years ago
Sam Bosley 594f1976bb Migration from Update.TASK long type to Update.TASK_UUID string type 12 years ago
Sam Bosley 517b935b65 Use NO_UUID in default values for remote models 12 years ago
Sam Bosley 88ad53977a Using BigInteger was dumb. Just use strings 12 years ago
Sam Bosley 48d9c46d72 Started building stuff for separate uuid column (can't reuse remoteId column because of size) 12 years ago
Sam Bosley 9dd6c58068 Support for BigInteger properties (stored/parsed as strings) 12 years ago
Sam Bosley 06f519f231 Fix database bugs and make unit tests from previous commit pass 12 years ago
Sam Bosley a4df5a2580 Added pushed_at column to other remote models 12 years ago
Sam Bosley c01f2f45dd Add pushed at column to task and tagdata models 12 years ago
Sam Bosley 5998e066c1 Implement generic version of ChangesHappened message, as well as stubs for other ClientToServer messages 12 years ago
Sam Bosley 1a151f7891 Some stubs for client/server messaging 12 years ago
Sam Bosley 465307be34 Refactor tag metadata to contain more information like task and tag uuids 12 years ago
Sam Bosley 978fe02718 Cherry pick some code for migration to using uuids 12 years ago
Sam Bosley ce7aba15cf Cherry pick some uuid generation code 12 years ago
Sam Bosley 58e1bdc455 Removed task to tags table and started refactor to use metadata table (compilation errors) 12 years ago
Sam Bosley 8dd89107a7 Remove UUIDs (new scheme), bring some changes from an experimental branch 12 years ago
Sam Bosley 6060424187 First pass at tasks to tags table migration 12 years ago
Sam Bosley d290bb15e9 Boilerplate placeholders 12 years ago
Sam Bosley 06f57a27ef Record entries in the tag and tasks outstanding table when models change 12 years ago
Sam Bosley 8120cd22c8 Add uuid column to remote model database entities 12 years ago
Sam Bosley def1a55d9d Boilerplate for the task and tag outstanding tables 12 years ago
Sam Bosley 8a4aa7b5eb We don't need commentCount at all--just get rid of it 12 years ago
Sam Bosley e2385f9721 Fixed reverse sort not working 12 years ago
Sam Bosley ec8afe8bd2 New layout for the task adapter row (task_adapter_row_simple). Need to A/B test 12 years ago
Sam Bosley f956f36466 Respect property aliases when reading/writing to cursors/models 12 years ago
Sam Bosley a7046e1de3 Made all of Tim's suggested edits 12 years ago
Sam Bosley 4c128d4df6 Join query for task rabbit data 12 years ago
Sam Bosley 59fc9e98c9 Merge featured lists branch and resolve conflicts 12 years ago
Sam Bosley dc2b6ca15f Use function that accounts for due time when sorting by date 12 years ago
Sam Bosley 3aada5bd6f Use comma between date and year 12 years ago
Sam Bosley 5aab054329 Use task title to resolve ties in sorting functions 12 years ago
Sam Bosley 07e3046979 Added the ability for the user to specify a custom directory for saving task attachments to 12 years ago
Tim Su 0f9e77d69c Move broadcast of task list changes into TaskDao, since otherwise TaskApiDao updates trigger multiple change broadcasts 12 years ago
sbosley a9b3bf34dc Merge pull request #190 from timsu/120724-gplv3
120724 gplv3
12 years ago
Tim Su 52ed2cdda5 Add a license block to the top of the files that don't have one 12 years ago
Tim Su 0050567b3e Replace non-copyright short license header 12 years ago
Tim Su 1f8b094765 Replace 2009 Todoroo license 12 years ago
Tim Su 95cc709366 Replace legacy GPLv2 License in all of our source files 12 years ago
Sam Bosley bcf3479bfc Better solution for detecting tablet sized screens 12 years ago
Sam Bosley c5945e85ad Tablet layout for nexus 7. We need a more general solution for this problem 12 years ago
Sam Bosley e4295194a5 Started with infrastructure for featured lists 12 years ago
sbosley e76e3ce8ca Merge pull request #189 from jimmyscott/120710_js_cal_ab_test
Date shows day character for chinese japanese and korean
12 years ago
Jimmy Scott c230be9567 Minor change to date string creation 12 years ago
Jimmy Scott af0c86b8a9 Changes to date string creation 12 years ago
Sam Bosley ce6812fcf5 Introduced ability to repeat a task until a specified date 12 years ago
Jimmy Scott 6a2561093c Date shows day character for chinese japanese and korean 12 years ago
Sam Bosley 9dc1fc280a Record emails shared with when not friends with them 12 years ago
Sam Bosley 66df75c439 Fixed a bug in the join string 12 years ago
Sam Bosley b0228ea1d7 Cleaned up with Tim's suggestions 12 years ago
Sam Bosley 560cdd5424 Delete gtasks when they become not assigned to me 12 years ago
Sam Bosley 9fba7953aa Fixed widget due date display bug 12 years ago
Sam Bosley a3a96d8c94 Adjust autosort function to handle due dates with times better 12 years ago
Sam Bosley 100085c6da Fixed a bug related to editing public tasks 12 years ago
Sam Bosley 7b997f36cd Introduce a task, public flag don't allow editing other people's public tasks 12 years ago
Sam Bosley b99454d07d Special logic to try and guess mime types from things normally marked as octet streams 12 years ago
Sam Bosley 2645d542ad Fixed a crash when dismissing popup windows 12 years ago
Sam Bosley b88e4f9cad When using values for new tasks in filters, merge without replacement. 12 years ago
Sam Bosley 0448778d64 Scale bitmaps to prevent out of memory errors 12 years ago
Sam Bosley 0ed664a663 Commit all the things--mostly working people view 12 years ago
Sam Bosley 6060b21757 Fixed a bug in StringProperty.in(String[]) that makes hiding emergent tags work 12 years ago
Sam Bosley ea322ea941 Fixed a bug in shortcut handling, which incidentally solves our most common crash 12 years ago
Sam Bosley 7f57679469 Added service and invoker for reporting analytics data 12 years ago
Sam Bosley c7e18592a6 Added methods for creating data points to the abtesteventdao 12 years ago
Andrey Marchenko e63de8a4e6 Implemented Update access through Astrid Api 12 years ago
Sam Bosley fec9d72bea Fixed a display bug with the appearance of task due dates due today 12 years ago
Sam Bosley e7fcdb20d6 Introduced new permasql for noon-based times 12 years ago
Sam Bosley d52fd02b87 Implemented Tim's suggested cleanup to the pull requests from yesterday 12 years ago
Tim Su 0f13cf01f7 Merge pull request #174 from sbosley/120302_sb_swipe_lists_subtasks
Swipe between lists! Woooo
12 years ago
Sam Bosley 8d2c19c859 Renamed adjustedSqlQuery in Filter to filterOverride to be more descriptive 12 years ago
Sam Bosley 056cbe5497 Introduced an adjustedSqlQuery field to Filter objects so that subtasks won't break equality checking 12 years ago
Sam Bosley af9345c057 Merge swipe between lists branch with changes from master 12 years ago
Sam Bosley 6268458093 Cherry-pick astrid user loading commit 12 years ago
Sam Bosley e2b51f072a Use tablet layout for google tvs 12 years ago
Sam Bosley 3f0de0ab4e Report last error at end of sync 12 years ago
Tim Su 288a558ebe Really minor cleanup for the awesome gtasks bug fixes 12 years ago
Sam Bosley c44b884f3a Refactored transitory preservation to be structured better 12 years ago
Sam Bosley 982d9b1e0a Can't use keySet on ContentValues 12 years ago
Sam Bosley 551542e8a7 Retain transitories across the api dao/content resolver boundary 12 years ago
Sam Bosley 5d87de12d9 Cleanup and better code 12 years ago
Sam Bosley 50db04ffd6 Migrate handling of due times, take two 12 years ago
Sam Bosley 78cc696648 Progress on keeping filter counts up to date in real time 12 years ago
Sam Bosley ef58bb1cda Bug fixes to sync isOngoing display, better error messages 12 years ago
Sam Bosley fe95cae2d5 Improve human readable sync error messages 12 years ago
Sam Bosley c59e6104ee Brought back isOngoing status for sync prefs, started more user friendly last error messages 12 years ago
Sam Bosley 4ed70def25 Option to report last error in sync prefs 12 years ago
Sam Bosley 76c0d13be1 Hidden tasks with due times should show at midnight on the date they are due, not the due time 12 years ago
Sam Bosley cdeaf16ea8 Refactored some receiver unregistering to prevent leaks and crashes 12 years ago
Sam Bosley 760d7da160 Merge remote-tracking branch 'upstream/master' into 120302_sb_swipe_lists_subtasks 13 years ago
Sam Bosley 4e3ebbde05 Fixed bugs with icon themes on tablet, updated crittercism library 13 years ago
Sam Bosley 054b8b4f4f Merge remote-tracking branch 'upstream/master' into 120221_sb_swipe_between_lists
Conflicts:
	astrid/src/com/todoroo/astrid/activity/AstridActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListFragment.java

Merge upstream/master
13 years ago
Sam Bosley 8b0f3e80cc Refactored sync preferences to go straight back to task list and autosync after logging in, other polish 13 years ago
Sam Bosley 36a5821813 Merge remote-tracking branch 'upstream/4.0' into 120221_sb_swipe_between_lists 13 years ago
Sam Bosley c92693feef Fix sql constraint errors when cloning tasks, use transitory for sync suppress flags 13 years ago
Sam Bosley ad7fc4ce80 Merge upstream/4.0 13 years ago
Sam Bosley 0d7f5b21b9 Use update instead of updateWithOnConflict--it caused an api level error and we want the abort semantics anyways 13 years ago
Tim Su cbe42c1532 Moved art to assets folder to get preserved by jjjenkins 13 years ago
Tim Su ff01ab795f Subtasks help page now looks cool and fits on one page 13 years ago
Tim Su cbb4df0c11 Make our default task order have a fixed time component so crittercism alamgamates crashes 13 years ago
Tim Su df1e3cba8c Fix for SQL onconflict - specify FAIL. This fixes the default update's error because we don't use transactions. 13 years ago
Tim Su d8f08f0b61 Don't let sync with errors report date of 1969 13 years ago
Tim Su fc0989fcfa Merge remote-tracking branch 'origin/4.0' into 120220-st 13 years ago
Sam Bosley 5faaa1cf18 Buggy, but I can swipe between lists when starting from active tasks 13 years ago
Tim Su 04c92a3915 Made tag view stuff work together in tandem with subtasks 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 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
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
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
Andrew Shaw f1595129c7 Pushing queued updates and enabling commenting while offline 13 years ago
Sam Bosley 451abd43c6 New task actions--killed the quick action bar and REQUEST_ACTIONS api constant 13 years ago
Tim Su d9a0ff6b46 Removd printline and unneeded suppress warning 13 years ago
Tim Su 772e90fa56 Add gzip to outgoing requests. According to my benchmarks it has a very small effect. 13 years ago
Andrew Shaw 99a8a73638 Task rabbit views 13 years ago
Tim Su f12560be95 Merge pull request #129 from sbosley/120208_sb_sync_polish
120208 sb sync polish
13 years ago
Sam Bosley f6ff8d0e60 Sync error reporting 13 years ago
Sam Bosley c4b0a3629c Make last sync date work with new providers in sync preferences 13 years ago
Tim Su be714da510 Got amazon search working 13 years ago
Sam Bosley 37b24d530b Refactored new sync providers into api project and created a new SyncV2BackgroundService 13 years ago
Sam Bosley f41a1b3de9 If the currently active list is deleted, switch to active tasks 13 years ago
Sam Bosley d8cdd97478 Make sure placeholder share bar images show up immediately after share 13 years ago
Sam Bosley 9a5120cba4 Fixed a bug in filterwithcustomintent, fixed text color in list members 13 years ago
Sam Bosley 5658f820de Alert popup for when magic has happened via quickadd markup 13 years ago
Sam Bosley 695c78fd18 Killed the NotificationWrapperActivity and other custom wrappers for custom intents--just use the normal tasklistactivity with a custom fragment 13 years ago
Sam Bosley c498eabba6 Gtasks V2 sync provider 13 years ago
Sam Bosley 05018ec901 Merge remote-tracking branch 'upstream/120120_as_new_task_icons' into 4.0 13 years ago
Sam Bosley b281f48aef Popup for tag settings activity 13 years ago
Andrew Shaw 0d56cc8c83 Task rows no longer have repeat details and shortened the due date string 13 years ago
Tim Su 6f6956dcd8 Merge branch 'master' into 4.0
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/project.properties
	astrid/res/drawable-hdpi/widget_frame.png
	astrid/res/drawable-land-hdpi/widget_frame.png
	astrid/res/drawable-land/widget_frame.png
	astrid/res/drawable/widget_frame.png
	astrid/res/layout/task_list_activity.xml
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	greendroid/GreenDroid/.classpath
13 years ago
Arne Jans 45635f22ec Fixed the loginpage and actfmaloginactivity for landscape 13 years ago
Tim Su 85eda2a62d Added new progress bar to task list activity, now using it to sync task list activity 13 years ago
Sam Bosley 9517a02b18 Don't consider timer elapsed seconds to be an insignificant detail in recently modified 13 years ago
Sam Bosley 0767328c5c Can now swap custom task list fragments for filters with custom intents 13 years ago
Arne Jans 6511d7e594 merged master into unifiedtabletphone-ui
fixed NotificationActivity to be shown, also for landscape
13 years ago
Amy Tang a0c6528e24 Tag description UI and backend 13 years ago
Sam Bosley aead7c1039 Added a bitwise and sql function, updated the check for emergent tags accordingly 13 years ago
Sam Bosley eb97c51fd1 Added a gte sql function, look for emergent shared list after assigning a task 13 years ago
Sam Bosley 24dfae45e4 Switch to assigned by me filter when assigning a task from active tasks list 13 years ago
Sam Bosley 04f0b617b0 Don't show toast on new user login, fixed keyboard bug on new user login 13 years ago
Sam Bosley 0cb3ef8a1c Refactored some task criteria into the api dao, check for task ownership when syncing 13 years ago
Arne Jans 28a339467f Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
13 years ago
Tim Su 3af25b9dc9 typo in a comment! 13 years ago
Tim Su 759b05053d Killed dead code, fixed issues with user assignment 13 years ago
Tim Su d77e7da5b6 Re-write and fix user id 13 years ago
Tim Su 1403011f31 Removed several unneeded task flags 13 years ago
Arne Jans 27010eb6cd Merge branch 'master' into unifiedtabletphone-ui
Conflicts:
	astrid/AndroidManifest.xml
	astrid/plugin-src/com/todoroo/astrid/actfm/TagViewActivity.java
	astrid/src/com/todoroo/astrid/activity/FilterListActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskEditActivity.java
	astrid/src/com/todoroo/astrid/activity/TaskListActivity.java
	astrid/src/com/todoroo/astrid/welcome/SplashScreenLauncher.java
	astrid/src/com/todoroo/astrid/welcome/WelcomeGraphic.java
13 years ago
Sam Bosley 95bd8210c8 Updated dialog utilities function for custom dialog to include icon 13 years ago
Arne Jans 84ade762cc Added method-comment to AndroidUtilities.callOverridePendingTransition 13 years ago
Arne Jans 58181c2769 Added convenience-method for overridePendingTransition in AndroidUtilities for typesafety (calling it with fragments is bad). 13 years ago
Arne Jans e9913eac56 2nd alpha version of tablet/phone ui with actionbar-classes and basic callback-structure through activities as proposed in the 'supporting handsets' article on developer.android.com 13 years ago
Sam Bosley a5d4de0d99 Prevented autosync popups from happening all the time, fixed bug where quick add bar would push header off screen 13 years ago
Sam Bosley c0dad1c969 Fixed a bug that ommitted booleans from serializing content values or bundles to string in AndroidUtilities 13 years ago
Sam Bosley 4cd6321fa3 More progress on calendar picker
New and awesome date and time picker for deadlines, alarms, etc.
13 years ago
Sam Bosley 5f8dd36db5 Added some helper functions for filtering 13 years ago
Tim Su 07669aadbb Added new gtasks sync metadata for saving last sync time 13 years ago
Sam Bosley f97f21ae17 Three options for localytics data in sync success--failed, errors, or success 13 years ago
Sam Bosley 1afe1a51ff Fixed a race condition where multiple syncs could be started simultaneously 13 years ago
Sam Bosley 884eecd24a Fixed all the error popups that could happen when autosyncing with no connection 13 years ago
Arne Jans 6d763da7eb Fixed the Blade-filterlist bug.
I implemented the workaround as Tim suggested by introducing the new interface
AstridFilterExposer and used it in the FilterAdapter-class. Additionally, I
had to introduce a fallback resultReceiver that is called after the last
filterexposer finished and checks if the filterlist-screen is empty. In this
case it uses a pre-fetched lists of Astrids registered receivers for filters
and uses the new interface on them to get the FilterListItem-instances.
13 years ago
Tim Su 438bfdefa4 fix for repeat-after-complete weekly setting due time on tasks 13 years ago
Tim Su 9b16149c8a Merge remote-tracking branch 'stingerAJ/2011-08-26-patches'
Conflicts:
	astrid/res/xml/preferences_defaults.xml
13 years ago
Tim Su f1d8fae6b2 Merge remote-tracking branch 'sbosley/110922_sb_list_view_iosify' 13 years ago
Sam Bosley 4ddff4a3d0 New list view like iOS version. Header for members with filter by assigned to. Separate activities for settings and comments, with comments now having the ability to add pictures. New look for the header buttons. 13 years ago
Tim Su d4cfb9a072 seeing too many timeout exceptions, need to increase timeout 13 years ago
Tim Su 8afc0af018 Only clear details if model has changed 13 years ago
Arne Jans 1ddaca5109 Removed redundant getFlag-method from Task, as its already in AbstractModel 13 years ago
Tim Su 571a84559f add HTTPS handler 13 years ago
Tim Su 7d256e6c3d Truncate notes longer than 200 chars from details. 13 years ago
Tim Su ffaa628e61 Don't show 'synchronizing' toast for first time users 13 years ago
Sam Bosley 043beb2b39 Fix for crash in gtasks widget 13 years ago
Sam Bosley 32b865d86f Fixed bug with tag widgets not launching tag view activity 13 years ago
Sam Bosley 7c364a4ff7 A/B Testing and Feature flipping infrastructure. AB testing of new user experience. 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
Tim Su f358429b9e Moved display logic for upgrade message into the TaskListActivity so it actually shows up. 13 years ago
Sam Bosley 9d9680cbf2 New user experience with login prompt and welcome graphic 13 years ago
Tim Su 2363fc9525 Make astrid sort match astrid.com 13 years ago
Tim Su 8bf8e46847 reduce the timeout from crazytime 13 years ago
Sam Bosley 7c4250036a Use due time for hide until due case 13 years ago
Tim Su 1a9303b928 Merge remote-tracking branch 'sbosley/110826_sb_sort_prioritize_deadlines' 13 years ago
Sam Bosley 573e9167bd Task counts now update correctly in filter list view 13 years ago
Sam Bosley dc09a1fae6 Changed the sorting functions to give greater weight to tasks with deadlines over tasks without 13 years ago
Sam Bosley a92f94703a Sync prefs pages now show name or email of logged in user 13 years ago
Sam Bosley 1cede7423f Backported some changes made in the wimm project 13 years ago
Tim Su 9dd06f5701 Moved packages to api project for api projects to use 13 years ago
Tim Su be3acc3c74 bump the timeout to 60s 13 years ago
Tim Su 94fd25098f New style for filters page to show list pictures and restructure custom filters. 13 years ago
Tim Su 42ea483336 added repeat tests, fixed up others 13 years ago
Tim Su bbd943f0a8 Merge remote-tracking branch 'stingerAJ/2011-7-25-patches' 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
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
Tim Su 5d105e4df4 Handle crashes reported from Android Market 13 years ago
Tim Su 365608f4c6 Merge commit 'c7edb5e' 13 years ago
Tim Su 63971ed712 Today and yesterday flipped 13 years ago
Tim Su 301a1c1de9 Killed warnings 13 years ago
Tim Su dbcc393e07 Cleaned up task list relative date logic 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 5aad0b95cf Fix for new list activity not getting a title 13 years ago
Tim Su 275415702e Now use the tag view activity for new tag creation 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 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 b4a337eb97 Fixed issue with AstridApi referencing astrid project. how did this ever build? 13 years ago
Tim Su d443ff8502 Added an 'add new' button to lists, which creates a list 13 years ago
Tim Su 8a0b6f1a61 Increased sophistication of displaying due dates in task adapter, it was displaying next week incorrectly 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 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 e9db48b229 Created EditNoteActivity for viewing and adding task comments and notes. 13 years ago
Tim Su 38dc0e12cf remove warning 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
Arne Jans 16456e7dd6 Fix for disabling SyncBackgroundServices not working 13 years ago
Arne Jans d1787b1849 Fix for Detailloader issueing an insignificant change as a significant one (_id for query-purposes) 13 years ago
Arne Jans 496c240a2a Fixed 24hour-display in list and timepicker 13 years ago
Tim Su a22baa36fb SharedPreference will open a new file if the current one is not working out 13 years ago
Tim Su 052c92d3a4 Roll back opencrx changes that aren't required, move opencrx packages to Astrid prefix. 13 years ago
Ikari b5b6294972 Integrated OpenCRX plugin with Astrid. 13 years ago
Arne Jans d30d9f8eed enabled TaskApiDao.insignificantChange in TaskDao.saveExisting and added Timeractions to it. Timeractions dont seem to overwrite producteev-changes during sync anymore, but please verify this is fixed. 13 years ago
Arne Jans c5c9e3c873 Organized imports 13 years ago
Tim Su 0d2157db8d Expand the definition of 'insignificant change', and don't write modification date if change was insignificant 13 years ago
Tim Su 4ed26c0d7d Fixed crashes reported from Android Market 13 years ago
Tim Su 200e8fbf9b Added the case in sync preferences for a successful sync that had errors, displayed in yellow 13 years ago
Tim Su 5097d3fac9 Seems to fix the gtasks remote id issues, also consolidated some API calls for fewer invocations 13 years ago
Tim Su a8ff585a7d Various minor fixes - targeting SDK 10, fix typo, and change algo for isIntroTask 13 years ago
Arne Jans 6e1c31dfdf rewrite of filters for teammember's tasks, readonly again, modified standard-filters so readonly-tasks dont clutter those filters like Inbox, Recent, Taglists, workspaces, tasks assigned by you/to you. Fixes AST-354 13 years ago
Tim Su d7af85c164 Using apache lang unescapeHTML instead of the random one i found on the net. Better license and more trusted code. 13 years ago
Arne Jans aa79cd7246 duplicate-fix for locally renaming tasks in Astrid, also untested fix for deleting workspaces remotely 14 years ago
Tim Su 479f2458fc Replacing html.fromHTML in pdv api utilities to unescapeHtml implementation to fix pushback buffer overflow issue. 14 years ago
Tim Su 2ddc0429f2 Added a ring 5 times setting to Astrid, and now a notification if your volume is muted and you launch astrid 14 years ago
Tim Su 8c3bee018c Added quick-add markup 14 years ago
Tim Su f161294848 Killed extended details. Created NoteMetadata for displaying notes created from plugins.
- migrated PDV and RTM notes to new format
14 years ago
Tim Su 9b26d9020e Merge commit '94a57ce7512954d092ea49a09f3f15ccc7486556' as 'api' 14 years ago