-
soffes committed
May 26, 2012 -
Use strong and unsafe_unretained in properties
soffes committedMay 26, 2012 Previously retain and assign were being used. It's better to use the ARCy ones.
-
soffes committed
May 26, 2012 -
Merge pull request #124 from massimoperi/master
soffes committedMay 26, 2012 Some small fixes to localizable strings
-
Fixed errors in localizable strings.
Massimo Peri committedMay 26, 2012 -
fictorial committed
May 26, 2012
-
Update documentation and fight with appledoc
soffes committedMay 21, 2012 -
soffes committed
May 21, 2012
-
soffes committed
May 8, 2012 -
Merge branch 'master' of github.com:samsoffes/sstoolkit
soffes committedMay 8, 2012 Conflicts: SSToolkit.xcodeproj/project.pbxproj SSToolkit/NSDate+SSToolkitAdditions.m
-
Improve date category and tests
soffes committedMay 8, 2012 -
Update deepMutableCopy category to use NS_RETURNS_RETAINED instead of CF
soffes committedMay 5, 2012 -
Remove old comment from SSToolkit.h
soffes committedMay 2, 2012 -
soffes committed
Apr 25, 2012 -
Fix merge from master into ARC'd branch
soffes committedApr 25, 2012 -
Add resetLimitForName: to SSRateLimit
soffes committedApr 25, 2012 -
soffes committed
Apr 15, 2012 -
soffes committed
Apr 15, 2012 -
soffes committed
Apr 10, 2012 -
Localized date category in 15 languages (plus English)
soffes committedMar 26, 2012 -
soffes committed
Mar 23, 2012 -
Add default images to SSHUDView
soffes committedMar 23, 2012 -
soffes committed
Mar 23, 2012 -
soffes committed
Mar 22, 2012 -
soffes committed
Mar 22, 2012 -
soffes committed
Mar 22, 2012 -
soffes committed
Mar 22, 2012 * Remove SSSwitch * Remove SSViewController (and related classes) * Move resources to SSToolkitResources bundle * Start localizing * Remove unused images
-
soffes committed
Mar 20, 2012 -
soffes committed
Mar 20, 2012 -
Fixed possible SIGABRT in dateFromISO8601String
Fixed possible SIGABRT in dateFromISO8601String due to strncpy writing past the end of the stack buffer
-
Replaced compile-time conditional to run-time one at [SSWebView scrol…
…lView], for iOS5 SDK & targeting iOS4