0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Various UI fixes, including the addition of an app icon. More... over 13 years ago
Turned ARC back on after it somehow got turned off for the entire project. Fixed fatal crasher caused by hundreds of memory leaks. More... over 13 years ago
Fixed bug where grid views would be unscrollable after a low memory warning. More... over 13 years ago
The photos view now downloads larger full-size images on iPad than on iPhone. More... over 13 years ago
Added tab bar icons for both low resolution and retina displays. More... over 13 years ago
Added a button in articles to view the original article in Safari. More... over 13 years ago
Fixed a crasher that would sometimes occur in the Bulletin tab when viewing an article. More... over 13 years ago
The Live tab now has a smoother rotation transition. More... over 13 years ago
Fixed bug where the loading indicator would never disappear on the Webcasts tab if the user switched from "Recent" to "Upcoming" or vice versa while the data was still loading. More... over 13 years ago
The photo view now releases its photo cache when it receives a low memory warning. More... over 13 years ago
Added handler for when there is no network connection. More... over 13 years ago
Filled in some missing titles at the top of the screen on certain tabs. More... over 13 years ago
Cells now show a darker drop shadow when tapped to indicate reception of a touch. More... over 13 years ago
The webcasts tab now works on iPhone. More... over 13 years ago
Added a Webcasts tab. In the new Webcasts tab, so far only "Recent broadcasts" work and only on iPad. iPhone support will be added shortly. More... over 13 years ago
When an article thumbnail image finishes downloading, the article cell on the grid view is now updated on the main thread instead of a background thread. This fixes a bug that would cause the cells to draw improperly. More... over 13 years ago
Filled in information for the LHC part of the Live tab. More... over 13 years ago
Changed the feed source for the News tab. More... over 13 years ago
Converted project to ARC and fixed numerous memory leaks. More... over 13 years ago
Cleaned up some code, deleted some unneeded classes. More... over 13 years ago
The event display now scales much better when the screen is rotated, and no longer ends up in between two scroll view pages. More... over 13 years ago
Fixed a bug that caused the iPad app to crash when trying to view ALICE event display photos. More... over 13 years ago
Added a placeholder image for news cells that have not yet loaded the thumbnail. More... over 13 years ago
Fixed bug introduced in the last revision where videos would never load. More... over 13 years ago
The grid views now use MBProgressHUD to indicate when data is loading. This makes for much cleaner code and UI. More... over 13 years ago
Fixed crasher when trying to view article details in the Bulletin tab. More... over 13 years ago
Removed the class TwitterFeed, which is no longer needed. More... over 13 years ago
Updated the AQGridView library to use the latest revision. (The library is now included as an entire subproject instead of just individual classes and resources.) The new AQGridView library fixes some bugs where cells would not draw properly or the background scrollview would sometimes disappear. More... over 13 years ago
The "Live" tab now rotates properly, and includes a separate image for each device, resolution, and orientation. More... over 13 years ago
The "About" tab now works on iPad. More... over 13 years ago