0
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to iOS 9 SDK and made UIStackView power everything. More... over 10 years ago
Updated to iOS 9 SDK and made UIStackView power everything. More... over 10 years ago
Moved to iOS 9 UIStackView and updates to Swift 2. More... almost 11 years ago
Fixed selection on input cells. More... almost 11 years ago
Made status bar light by default. More... almost 11 years ago
Fixed the loading screen being black. More... almost 11 years ago
Removed shell scripts. More... over 11 years ago
Fixed conflicts More... over 11 years ago
Complete overhaul of everything. More... over 11 years ago
Changed api agent to be non-iOS specific More... almost 12 years ago
Fixed bug where pushes would only be sent in verbose mode. More... almost 12 years ago
Added threading and 'cron-mode' to check news script. More... almost 12 years ago
Fixed conflicts. More... almost 12 years ago
Fixed bug causing duplicate notifications. More... almost 12 years ago
Altered pink. More... almost 12 years ago
Added unread count to individual threads. More... almost 12 years ago
Made unread posts red. More... almost 12 years ago
Fixed issue where newsgroups with unread posts would not correctly reset their colors if all unread posts were read. More... almost 12 years ago
Merge branch 'master' of https://github.com/harlanhaskins/CSH-Webnews-iOS More... almost 12 years ago
Fixed bug where replies would not go through and would not properly dismiss. Added the subject to the top of posts. More... almost 12 years ago
Fixed bug where replies would not go through and would not properly dismiss. Added the subject to the top of posts. (fixes issue #11) More... almost 12 years ago
Fixed issue where API Key screen was shifted to the left. More... almost 12 years ago
Fixed issue where push notifications would not get sent to the server. More... almost 12 years ago
Fixed issue where posts would not get marked read properly. More... almost 12 years ago
Added more sophisticated caching system (no collisions [I don’t know why I thought using just the number was a good idea.]) Added check to clear caches if version is upgraded. More... almost 12 years ago
Added default text to new posts. (Fixes issue #5) More... almost 12 years ago
Merge branch 'master' of https://github.com/harlanhaskins/CSH-Webnews-iOS More... almost 12 years ago
Unread posts are now bolded, pending HHThreadView being updated in CocoaPods. More... almost 12 years ago
Unread posts are now bolded, pending HHThreadView being updated in CocoaPods. (fixes issue #7) More... almost 12 years ago
Added ‘infinite’ scrolling. You can scroll to your heart’s content and load more posts forever. (implements the request in Issue #10) Switched from a bastardized version of AFHTTPRequestOperation to the recommended subclass of AFHTTPSessionManager. Moved NSDateFormatter into a static member variable instead of one locally scoped to the methods that use them. Date formatters are mad expensive! More... almost 12 years ago