Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add date-based purging to OGImageCache #28

Closed
wants to merge 11 commits into from

Commits on Aug 20, 2013

  1. Configuration menu
    Copy the full SHA
    6647323 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2013

  1. Configuration menu
    Copy the full SHA
    8b80953 View commit details
    Browse the repository at this point in the history
  2. standardizes on using NSURL for files throughout OGImageCache

    Leaving `filePathForKey:` for backwards-compatibility. (Re-implemented in terms of `fileURLForKey:`
    artgillespie committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    736fed8 View commit details
    Browse the repository at this point in the history
  3. standardizes on using NSURL for files throughout OGImageCache

    Leaving `filePathForKey:` for backwards-compatibility. (Re-implemented in terms of `fileURLForKey:`
    artgillespie committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    a379186 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'date-based-cache-purge' of github.com:origamilabs/OGIma…

    …ge into date-based-cache-purge
    artgillespie committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    34164fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86dc23 View commit details
    Browse the repository at this point in the history
  6. fixes comments

    artgillespie committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    9e9d6fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fcdeb2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f3718c View commit details
    Browse the repository at this point in the history
  9. fixes bugs in demo app.

    - Move purging to `applicationDidEnterBackground`
    - Fixes bug with `detailTextLabel` -- now we just show any errors
    - Moves `OGImageTableViewCell` to latest observer methods.
    artgillespie committed Aug 22, 2013
    Configuration menu
    Copy the full SHA
    9322f36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6f70fb View commit details
    Browse the repository at this point in the history