0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix for #7 More... almost 15 years ago
Updated README More... almost 15 years ago
Merge branch 'master' of [email protected]:amazingsyco/url-shrink More... almost 15 years ago
Removed SSCore references from xcodeproj More... almost 15 years ago
Moved Idek files into a separate handler folder More... almost 15 years ago
Removed SSCore dependency More... almost 15 years ago
Added private methods declaration for NSURLConnection More... almost 15 years ago
Fixed Tinyurl and is.gd More... almost 15 years ago
Updated README with current available Shrinkers (again). More... almost 15 years ago
Fixed Digg to use NSURL instead of TCDownload More... almost 15 years ago
Removed import from tr.im shrinker More... almost 15 years ago
Fixed tr.im shrinker to use builtin downloading code More... almost 15 years ago
Fixed Digg shrinker More... almost 15 years ago
- Added support for Idek.net. More... almost 15 years ago
- Digg shrinker wasn't working due to missing appkey param; - Moved API Endpoint string to #define; - Warnfix: Added missing cast from NSXMLNode to NSXMLElement More... about 15 years ago
- Warnfix: Deleted unsed method -shrinkURL: - Warnfix: Added Private category with -writeURL:toPasteboard: More... about 15 years ago
- Warnfix: Added missing -shrinker declaration. More... about 15 years ago
- Warnfix: Added Private category that implements TCDownloadDelegate; More... about 15 years ago
- Improved menubar icon — it has now a more acceptable height, bottom inset, and tried (not very successfully) to put the shrink idea into the icon; - Renamed menubar icon resource file; More... about 15 years ago
Moved #defines into USIncludes.h More... about 15 years ago
Made the application dockless More... about 15 years ago
updated README to reflect recent changes More... about 15 years ago
fixed Shrink Controller to respect user defaults, and respect it /good/-like, too. More... about 15 years ago
removed +registerShrinker class declaration too More... about 15 years ago
removed +registerShrinker from Shrinker baseclass, as its no longer needed (see earlier commit) More... about 15 years ago
- -allShrinkers now returns a sorted array (of +name) by case insensitive comparison - fixed -shrinker method to correctly access the collection as an NSArray, not an NSDictionary anymore More... about 15 years ago
- got rid of useless ivar More... about 15 years ago
this file was supposed to be part of the last commit.. oops! More... about 15 years ago
- removed need for registering shrinkers - now loads the array of shrinkers dynamically (on demand) via the ObjC runtime - deleted +load from each shrinker subclass - removed NSDictionary from Shrink Controller - updated 'shrinker' ivars to the dynamic accessor in -[USURLShrinker shrinker] More... about 15 years ago
fixed -validateURLString: in the App Controller to be more tolerable of links, and possibly more accurate, by using -[NSAttributedString URLAtIndex:effectiveRange:] (which it should be noted only works in AppKit) More... about 15 years ago