Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Natoto/FastImageCache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: path/FastImageCache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 15 files changed
  • 6 contributors

Commits on Feb 4, 2016

  1. Update path of demo images in .gitignore

    William Green committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    cfbcf1d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Keeps image views in view hierarchy

    Create the image views once per cell, and keep them in the content view even if
    there is no image to show (like in the last row of the table).
    
    This gains ~5 FPS on iPad 3 by avoiding expensive calls to -addSubview: and
    -removeFromSuperview.
    William Green committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    16b7ecf View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

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

Commits on Feb 19, 2016

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

Commits on Apr 14, 2016

  1. fix high memory usage in some rare cases

    related to path#76
    Sega-Zero committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    13b403f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. return init method

    Sega-Zero committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    e086ab3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request path#133 from Sega-Zero/fix-memory-leak

    Fix high memory usage in some rare cases
    mallorypaine committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    417084e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55fcf55 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. add prefix FIC to all the property and method in protocol `FICEntit…

    …y` to avoid property and method conflict with other library.
    iShawnWang committed Jul 9, 2016
    Configuration menu
    Copy the full SHA
    b126d92 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Configuration menu
    Copy the full SHA
    686fd70 View commit details
    Browse the repository at this point in the history
  2. Update link to Instruments

    mortonfox authored Jul 29, 2016
    Configuration menu
    Copy the full SHA
    8b2254c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

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

Commits on Sep 12, 2016

  1. Merge pull request path#138 from iShawnWang/master

    add prefix `fic` to all the property and method in protocol `FICEntity`.
    mallorypaine authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    678bd7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request path#129 from Asana/app-extension-safe

    Mark the framework as safe for use in app extensions
    mallorypaine authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e4b19df View commit details
    Browse the repository at this point in the history
  3. Merge pull request path#141 from mortonfox/patch-1

    Fix links to some internal files and folders
    mallorypaine authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    bd2fb01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request path#142 from mortonfox/patch-2

    Update link to Instruments
    mallorypaine authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    ccc5c23 View commit details
    Browse the repository at this point in the history
  5. Merge pull request path#125 from Axlle/demo_app

    Improve performance of the demo app
    mallorypaine authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    0b00b01 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'path/master'

    fix conflicts
    Sega-Zero committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    7cf6b35 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

  1. Merge pull request path#128 from Sega-Zero/master

    Better swift support
    mallorypaine authored Sep 13, 2016
    Configuration menu
    Copy the full SHA
    2615d27 View commit details
    Browse the repository at this point in the history
Loading