Garrett Moon
f0edfad0a3
Don't bother archiving / unarchiving data.
...
This change upgrades to PINCache 3.0.1-beta which supports
custom archiving and unarchiving.
This allows us to avoid using NSArchiver/Archiver which adds a
small amount of disk space overhead and between .5 and 10 ms (on an iPhone 4)
for each encode / decode.
To support this, we *do* have to add versioning for the cache and
destroy it for the old versions. I considered adding a process to migrate
the images, but because that would have to occur on startup and process
all existing images, it could cause issues for very large image cache
databases, so I decided against that.
2016-08-09 16:08:21 -07:00
Alex Shevchenko
3a6bc57ae7
Pluggable cache ( #225 )
...
* Cache is pluggable now.
PINCache dependency is optional.
* Cleanup
* Fixing wrong commit
* Cleanup
* Renamed PINRemoteImageCaching methods
2016-08-05 15:59:16 -07:00
Garrett Moon
f76a8c1231
Upgrade PINCache ( #223 )
...
* Upgrade PINCache
* Upgrade spec too
* Update the repos
* Updating example
2016-07-22 16:58:16 -07:00
Garrett Moon
fc900b66d2
Cross platform fixes
2016-04-06 14:17:51 -07:00
Garrett Moon
54062d96d1
Fix examples and Carthage
2016-04-04 16:24:37 -07:00
Garrett Moon
4b5d3b8c7e
Cleanup
2016-03-29 17:18:37 -07:00
Garrett Moon
7c31744e31
Switch to alternative representation
2016-03-28 17:08:53 -07:00
Garrett Moon
1d84f5ebc8
Add memory container
2016-03-28 17:05:59 -07:00
Garrett Moon
6d6f4fe264
Add slightly more performant locking.
2016-03-17 10:29:36 -07:00
Garrett Moon
7c6a48f91f
Update travis script to use xcodebuild
2016-03-06 09:03:42 -08:00
Garrett Moon
a29fa8123a
The example image is bigger than the max progressive render size.
2016-02-10 20:48:59 -08:00
Garrett Moon
2082c10959
Update for 2.0
2016-02-08 18:48:48 -08:00
Garrett Moon
e5b6dc6b96
Fixup examples, update pods
2016-02-05 15:35:41 -08:00
Adlai Holler
34b1c2348c
Update example pod sandbox
2016-02-05 15:35:09 -08:00
Garrett Moon
f2f1db44fa
Updating Pods on examples
2016-02-02 11:23:30 -08:00
Michael Schneider
dcc71fecf5
Add updated Cocoapod files
2016-01-30 19:33:19 -08:00
Michael Schneider
0b5aaff87d
Cocoapods updates
2016-01-30 11:42:06 -08:00
Garrett Moon
a1faca7a3d
Update pods
2015-10-28 11:27:23 -07:00
Kurry
21e95bfd82
made changes so FLAnimatedImage is optional and updated PINCache and pod version
2015-10-04 15:07:06 -04:00
Zev Eisenberg
c9f1796b3f
Prefix category methods.
2015-07-27 17:57:37 -04:00
Garrett Moon
ed0bd22360
- Fix podspec
2015-07-27 11:03:36 -07:00
Jon Parise
7414dda5fd
Update Example/Pods/ to reflect PINCache update.
2015-07-27 09:47:37 -07:00
Garrett Moon
9d2bd31f95
1.0
2015-07-22 17:29:31 -07:00