Sam Bosley
|
7c4250036a
|
Use due time for hide until due case
|
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 |
sbosley
|
eef8dcefbb
|
Merge pull request #75 from sbosley/110829_sb_task_edit_rotate
Fixed a bug that caused task edit activity to quit on rotate
|
13 years ago |
Sam Bosley
|
1950a6db3c
|
Fixed a bug that caused task edit activity to quit on rotate
|
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 |
sbosley
|
c34a38be4b
|
Merge pull request #74 from sbosley/110826_sb_logged_in_display
Sync prefs pages now show name or email of logged in user
|
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 |
Arne Jans
|
ab7b6c9a4a
|
Added default ringmode-setting (ring once, ring five times, ring until dismissed).
|
13 years ago |
Tim Su
|
556ddfa204
|
Fix merge conflict in tests
|
13 years ago |
Tim Su
|
7dcd93e608
|
Suppressed warnings, removed trailing spaces
|
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 |
Tim Su
|
dca54a204e
|
Merge pull request #68 from sbosley/110823_sb_gtasks_date_change
Adjusted gtasks due date functions to work around Google's rounding
|
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
|
ae893e3224
|
Some handsets don't have android:WindowTitle
|
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
|
9dd06f5701
|
Moved packages to api project for api projects to use
|
13 years ago |
Tim Su
|
05301e7a5d
|
Functions.upper in getTags
|
13 years ago |
Tim Su
|
b168ca1a28
|
Merge pull request #66 from StingerAJ/2011-08-15-patches
2011 08 15 patches
|
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
|
5a9b9432c5
|
Updated .po and .pot from our xml files
|
13 years ago |
Tim Su
|
ea3bc5f255
|
Updated upgrade service and intro task messages
|
13 years ago |
Tim Su
|
a280360d65
|
Fix for market crashes and unit tests
|
13 years ago |
Tim Su
|
a40a0db20b
|
translations for api folder
|
13 years ago |
Tim Su
|
190a76d1fc
|
Merged xml files from po files
|
13 years ago |
Tim Su
|
0e9854c6ac
|
New translations from launchpad
|
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
|
be3acc3c74
|
bump the timeout to 60s
|
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 |