Commit Graph

1357 Commits (64e9bb854e1d4635c9b5c6ed3f8f70470fe777fb)
 

Author SHA1 Message Date
Tim Su 64e9bb854e Fix for Astrid not displaying properly in Android 1.6 because of using Theme.Wallpaper, which is only exposed in API version 5 14 years ago
Tim Su 4ed26c0d7d Fixed crashes reported from Android Market 14 years ago
Tim Su 9b3abfcec8 temporarily remove the filter by tag exposer, it seems to be broken with multiple tags 14 years ago
Tim Su d8084869ab Turn logging messages into debug-only 14 years ago
Tim Su 43823227a4 Fix for race condition during task pushing to server, wait for them all before getting new lists 14 years ago
Tim Su 4d4f903313 New gtasks list icon 14 years ago
Tim Su 9742e6e156 Fix 'show note' preference not working 14 years ago
Tim Su baaa94362c Added a setting for turning on/off transparency 14 years ago
Tim Su fc043a1d0d wallpaper-background experiment
Conflicts:

	astrid/res/layout/task_list_activity.xml
14 years ago
Tim Su 27bd6e8fb6 padding = good. Added padding to about dialog 14 years ago
Tim Su c2958d94eb clickable link in about dialog 14 years ago
Tim Su f1d45a190c Restored original gtasks jar without tests and libs 14 years ago
Tim Su 321906b555 Goodbye apache commons-lang, you made my apk too big 14 years ago
Tim Su c1a5bbdb66 Minor capitalization and string fixing 14 years ago
Tim Su 4b80e38e77 I think this will fix the gtasks task not created remotely issue 14 years ago
Tim Su 1cf26c4ca6 Multi-threading google tasks sync 14 years ago
Tim Su 200e8fbf9b Added the case in sync preferences for a successful sync that had errors, displayed in yellow 14 years ago
Tim Su 5097d3fac9 Seems to fix the gtasks remote id issues, also consolidated some API calls for fewer invocations 14 years ago
Tim Su 10bb07708e Fixed unit tests 14 years ago
Tim Su a8ff585a7d Various minor fixes - targeting SDK 10, fix typo, and change algo for isIntroTask 14 years ago
Tim Su 67ef6ffd00 Only show creator of task if it's not the same as responsible user 14 years ago
Tim Su e91c92b93a GTasks custom filter exposer 14 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 14 years ago
Tim Su 61e6db4aab Merge remote branch 'bigwave/Fix-testFormatStringsMatch' 14 years ago
Tim Su de8c438c49 Merge remote branch 'bigwave/hide-complete-google-tasks' 14 years ago
Tim Su 44b66b1ea0 New and updated icon 14 years ago
Tim Su db7a69b487 Move 'filter by tag' to a task action 14 years ago
Tim Su 8d8db3e1d8 Moved filter by tag to the tag plugin, created an api for task context menu actions 14 years ago
Tim Su 0b753d3532 Merge remote branch 'altendky/master' 14 years ago
Ian Fraser 52af1265c1 Delete redundant translations of English text that no longer
exists, fix failure in testFormatStringsMatch
14 years ago
Ian Fraser 24e4582b8a Add missing %s to cz translation, fix one failure in
testFormatStringsMatch
14 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. 14 years ago
Tim Su 945e2a7de0 Fixed instructions 14 years ago
unknown 8b21487df8 Make Google Tasks lists respect the "Display Completed" preference flag.
Signed-off-by: unknown <ian@.(none)>
14 years ago
Tim Su 211eb383ed Added eclipse code formatting and organizing preferences to Astrid, test, and API projects 14 years ago
Kyle Altendorf b3c678b023 Added 'Filter By Tag' TaskListActivity context menu item
If the task for which the context menu has been created has no tags
this entry will be disabled (but visible).  For a single tag a new
TaskListActivity is started and with a filter based on that single
tag.  If multiple tags are present then a dialog is presented to allow
the user to select a single tag to filter by.
14 years ago
Tim Su e013e7ee3b Minor fix to not dupe RTM tasks on clone 14 years ago
Tim Su 3f9c957107 Don't send tasks with PDV id = 0 as part of the locally updated 14 years ago
Arne Jans 89afc36cc5 invoker.labelsShowList now be called with timestamp to save time and bandwidth 14 years ago
Arne Jans 5173904497 Fix CRLF for some Greendroid-files 14 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 f5e297fc0d Version bump to 3.7.2 14 years ago
Tim Su 8dd10dfe24 Removed retry from producteev login on server 403 14 years ago
Tim Su 12ab4ab16d Minor tweaks to reminder logic 14 years ago
Tim Su 7aeb675caa reset completion and deletion date 14 years ago
Kyle Altendorf 11736572e8 Added 'Copy Task' to task context menu
Clones task, sets creation then modification date, and finally opens
cloned task for editing.
14 years ago
Kyle Altendorf 61ff04725d Consider due and completion dates as part of uniqueness during import 14 years ago
Tim Su 6cd2b0b011 Fixing unit tests 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 8755a4c561 Fixed null pointer when subject of 'share with' is null 14 years ago