Commit Graph

14 Commits (9496ff0f4dfee9372c18425d859bffa8b28a0bd4)

Author SHA1 Message Date
Sam Bosley 9496ff0f4d Catch a potential crash and bail out in rescheduling repeating calendar events 14 years ago
Sam Bosley 44efcfb6c3 Fixed repeating tasks in gcal bugs 14 years ago
Tim Su f255aca5fb Fixed warnings in all of our code 14 years ago
Tim Su 5cb3db64a7 GCal - wrap cursor accessors in try/finally blocks 14 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
14 years ago
Sam Bosley 14274386c7 Adjusted calendar functions to work on ICS 14 years ago
Sam Bosley 7ff70ade9b Changed gcal behavior for repeated tasks--don't delete old events 14 years ago
Tim Su 734d9a9307 Merge pull request #97 from StingerAJ/111011_aj_manage_old_gcal_entries
Added gcal-deletion setting in Manage Old Tasks-settingsmenu
14 years ago
Sam Bosley 1f1d6050f8 Fixed a potential null pointer exception in calendar event creation 14 years ago
Sam Bosley 0db201c689 Fixed a bug where calendar events wouldn't be copied correctly along with copied tasks 14 years ago
Arne Jans c514c12854 Added gcal-deletion setting in Manage Old Tasks-settingsmenu to remedy gcal-flooding for some users. 14 years ago
Arne Jans 0ff73823bb Implemented gcal-default-setting and fixed some bugs with gcal-integration (timezone-bug, estimated time, adding duetime, changing task-details). This setting is not regarded for sync, as the webservices usually offer their own gcal-integration like gtasks, producteev. 14 years ago
Tim Su 7fb4ef4b11 Refactored gcalhelper to avoid double read for tasks with empty gcal property 14 years ago
Arne Jans ccfbd8f79b Extracted deleteTaskEvent to its own Helper-class to keep UI-classes clean. 14 years ago