My favorites | Sign in
Logo
                
Details: Show all Hide all

Older

  • Oct 06, 2009
    issue 5 (Compiles fine, but at runtime would fail calling GData callb...) Status changed by dan.bourque   -  
    Status: Verified
    Status: Verified
  • Oct 06, 2009
    issue 1 (Relocate the Settings page) Status changed by dan.bourque   -  
    Status: Verified
    Status: Verified
  • Oct 06, 2009
    issue 4 (Improved table cells) Status changed by dan.bourque   -  
    Status: Verified
    Status: Verified
  • Oct 06, 2009
    issue 3 (Replace all tabs in the source with spaces) Status changed by dan.bourque   -  
    Status: Verified
    Status: Verified
  • Oct 06, 2009
    issue 2 (All calendars should contribute to the shared sections, spli...) Status changed by dan.bourque   -  
    Status: Verified
    Status: Verified
  • Oct 06, 2009
    issue 2 (All calendars should contribute to the shared sections, spli...) Status changed by dan.bourque   -  
    Status: Fixed
    Status: Fixed
  • Oct 06, 2009
    issue 5 (Compiles fine, but at runtime would fail calling GData callb...) Status changed by dan.bourque   -  
    Status: Fixed
    Status: Fixed
  • Oct 06, 2009
    issue 5 (Compiles fine, but at runtime would fail calling GData callb...) reported by dan.bourque   -   This was due to a recent change in the GData APIs. Now, all feed and entry fetches use a similar callback signature that includes an NSError pointer instead of a seperate callback for failures.
    This was due to a recent change in the GData APIs. Now, all feed and entry fetches use a similar callback signature that includes an NSError pointer instead of a seperate callback for failures.
  • Oct 06, 2009
    GoogleCalendarSrc-10-06-2009.zip (Source code and XCode project w/ all resources) file uploaded by dan.bourque   -  
    Labels: Featured
    Labels: Featured
  • Oct 06, 2009
    r91 (Use the calendar's ACLLink to determine if we've got real ed...) committed by dan.bourque   -   Use the calendar's ACLLink to determine if we've got real edit capabilities.
    Use the calendar's ACLLink to determine if we've got real edit capabilities.
  • Oct 06, 2009
    r90 (Fixed indentation problems by replacing tabs with spaces.) committed by dan.bourque   -   Fixed indentation problems by replacing tabs with spaces.
    Fixed indentation problems by replacing tabs with spaces.
  • Oct 06, 2009
    r89 (Updated the GData APIs to the latest version.) committed by dan.bourque   -   Updated the GData APIs to the latest version.
    Updated the GData APIs to the latest version.
  • Oct 06, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page commented on by dan.bourque   -   Hi Klimb and Skate, Thanks. I'll take a look and let you know once it's fixed. It's because of a recent change to the GData APIs. (The callbacks' signatures have changed.) Cheers, -Dan.
    Hi Klimb and Skate, Thanks. I'll take a look and let you know once it's fixed. It's because of a recent change to the GData APIs. (The callbacks' signatures have changed.) Cheers, -Dan.
  • Oct 06, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page commented on by skate.america.skateboards   -   same problem
    same problem
  • Aug 01, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page commented on by klimb.com   -   Just crashes when I try to launch (with or without configuring login info in settings): Application Specific Information: iPhone Simulator 2.2 (77.4.9), iPhone OS 2.2.1 (5H11) *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[GDataServiceGoogleCalendar fetchCalendarFeedForUsername:delegate:didFinishSelector:didFailSelector:]: unrecognized selector sent to instance 0x426d60'
    Just crashes when I try to launch (with or without configuring login info in settings): Application Specific Information: iPhone Simulator 2.2 (77.4.9), iPhone OS 2.2.1 (5H11) *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[GDataServiceGoogleCalendar fetchCalendarFeedForUsername:delegate:didFinishSelector:didFailSelector:]: unrecognized selector sent to instance 0x426d60'
  • May 06, 2009
    r88 (Small aesthetic tweaks to the cell renderer.) committed by dan.bourque   -   Small aesthetic tweaks to the cell renderer.
    Small aesthetic tweaks to the cell renderer.
  • May 06, 2009
    r87 (Updated the string representations of times and dates.) committed by dan.bourque   -   Updated the string representations of times and dates.
    Updated the string representations of times and dates.
  • May 06, 2009
    GoogleCalendarSrc-06-06-2009.zip (Source code and XCode project w/ all resources) file uploaded by dan.bourque   -  
    Labels: Featured
    Labels: Featured
  • May 06, 2009
    r86 (Instead of using a NSDictionary, we just use a reference to ...) committed by dan.bourque   -   Instead of using a NSDictionary, we just use a reference to the containing calendar. Instead of a boolean to indicate whether it's a newly created item, we rely on the editingEvent's nil state. And finally, remove the calendarName field since we can get the calendar's name ourselves from the provided calendar (used in setting our view's title).
    Instead of using a NSDictionary, we just use a reference to the containing calendar. Instead of a boolean to indicate whether it's a newly created item, we rely on the editingEvent's nil state. And finally, remove the calendarName field since we can get the calendar's name ourselves from the provided calendar (used in setting our view's title).
  • May 06, 2009
    r85 (Instead of using a NSDictionary, we just use a reference to ...) committed by dan.bourque   -   Instead of using a NSDictionary, we just use a reference to the containing calendar. Instead of a boolean to indicate whether it's a newly created item, we rely on the editingEvent's nil state. And finally, remove the calendarName field since we can get the calendar's name ourselves from the provided calendar (used in setting our view's title).
    Instead of using a NSDictionary, we just use a reference to the containing calendar. Instead of a boolean to indicate whether it's a newly created item, we rely on the editingEvent's nil state. And finally, remove the calendarName field since we can get the calendar's name ourselves from the provided calendar (used in setting our view's title).
  • May 06, 2009
    r84 (In updateCalendarEvent, use the specified event's editLink. ...) committed by dan.bourque   -   In updateCalendarEvent, use the specified event's editLink. We don't need its containing calendar. Also, refactored some code for legibility.
    In updateCalendarEvent, use the specified event's editLink. We don't need its containing calendar. Also, refactored some code for legibility.
  • May 06, 2009
    r83 (Simplified the updateCalendarEvent method; it doesn't need i...) committed by dan.bourque   -   Simplified the updateCalendarEvent method; it doesn't need its containing calendar.
    Simplified the updateCalendarEvent method; it doesn't need its containing calendar.
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project for your development environmen...) Wiki page edited by dan.bourque
  • May 04, 2009
    GettingStarted (Setting up the XCode project) Wiki page added by dan.bourque
  • May 03, 2009
    GoogleCalendarSrc.zip (Source code and XCode project w/ all resources) file uploaded by dan.bourque
  • May 03, 2009
    GoogleCalendarSrc.zip (XCode project with all resources) file uploaded by dan.bourque
  • May 03, 2009
    r71 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 03, 2009
    r70 (Simplified the whole edit/commit cycle by sending the calend...) committed by dan.bourque   -   Simplified the whole edit/commit cycle by sending the calendar event as the editing event directly, instead of using a dictionary to pass values. Also, the EditingViewController now invokes GData APIs from the RootViewController, for consistency.
    Simplified the whole edit/commit cycle by sending the calendar event as the editing event directly, instead of using a dictionary to pass values. Also, the EditingViewController now invokes GData APIs from the RootViewController, for consistency.
  • May 03, 2009
    r69 (Simplified the whole edit/commit cycle by sending the calend...) committed by dan.bourque   -   Simplified the whole edit/commit cycle by sending the calendar event as the editing event directly, instead of using a dictionary to pass values. Also, the EditingViewController now invokes GData APIs from the RootViewController, for consistency.
    Simplified the whole edit/commit cycle by sending the calendar event as the editing event directly, instead of using a dictionary to pass values. Also, the EditingViewController now invokes GData APIs from the RootViewController, for consistency.
  • May 03, 2009
    r68 (Instead of setting the GData Calendar service to automatical...) committed by dan.bourque   -   Instead of setting the GData Calendar service to automatically follow next links, I do it myself after each batch of returned entries. This gives the app a chance to process user input, and incrementally show the tables as they grow.
    Instead of setting the GData Calendar service to automatically follow next links, I do it myself after each batch of returned entries. This gives the app a chance to process user input, and incrementally show the tables as they grow.
  • May 03, 2009
    r67 (Instead of setting the GData Calendar service to automatical...) committed by dan.bourque   -   Instead of setting the GData Calendar service to automatically follow next links, I do it myself after each batch of returned entries. This gives the app a chance to process user input, and incrementally show the tables as they grow.
    Instead of setting the GData Calendar service to automatically follow next links, I do it myself after each batch of returned entries. This gives the app a chance to process user input, and incrementally show the tables as they grow.
  • May 03, 2009
    r66 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 02, 2009
    r65 (When creating a new entry in a calendar, set its time/date t...) committed by dan.bourque   -   When creating a new entry in a calendar, set its time/date to right now.
    When creating a new entry in a calendar, set its time/date to right now.
  • May 02, 2009
    r64 (I determine whether the user has the ability to add/remove e...) committed by dan.bourque   -   I determine whether the user has the ability to add/remove events by the existence of its ACL link. For each calendar, I add a KEY_EDITABLE key in its dictionary if it has one. This allows me to quickly test if it's editable elsewhere in my code.
    I determine whether the user has the ability to add/remove events by the existence of its ACL link. For each calendar, I add a KEY_EDITABLE key in its dictionary if it has one. This allows me to quickly test if it's editable elsewhere in my code.
  • May 02, 2009
    r63 (I determine whether the user has the ability to add/remove e...) committed by dan.bourque   -   I determine whether the user has the ability to add/remove events by the existence of its ACL link. For each calendar, I add a KEY_EDITABLE key in its dictionary if it has one. This allows me to quickly test if it's editable elsewhere in my code.
    I determine whether the user has the ability to add/remove events by the existence of its ACL link. For each calendar, I add a KEY_EDITABLE key in its dictionary if it has one. This allows me to quickly test if it's editable elsewhere in my code.
  • May 02, 2009
    issue 4 (Improved table cells) Status changed by dan.bourque   -  
    Status: Done
    Status: Done
  • May 01, 2009
    r62 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 01, 2009
    r61 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 01, 2009
    r60 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 01, 2009
    r59 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
  • May 01, 2009
    r58 ([No log message]) committed by dan.bourque   -   [No log message]
    [No log message]
 
Hosted by Google Code