summaryrefslogtreecommitdiff
path: root/MobileCydia.app
AgeCommit message (Collapse)Author
2011-01-22fixed a few outdated cydia:// URLsGrant Paul
2011-01-04Merge branch 'master' of saurik.com:cydia into url-tabbarGrant Paul
2011-01-03[LARGE COMMIT] Switch to lazy-loaded SDK-style tab management. Remove the ↵Grant Paul
tags on the tab bar items, and remove a significant chunk of code. Also, fix a few internal pages (and the BrowserView) to work with the new URL schemes.
2011-01-03Began reworking of URL handling system; renamed a few classes to remove ↵Grant Paul
unnecessary CY prefix.
2011-01-01Removed random source icons from Cydia's package.Jay Freeman (saurik)
2011-01-01Revert all PNG files to their pre-pngcrush state.Jay Freeman (saurik)
2010-12-30Switch to native UITabBarController handling, and rewrite URL subsystem. ↵Grant Paul
Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.
2010-12-12Added Greek translation by limneos.Grant Paul
2010-12-11Fixed empty Statistics on confirm page if all statistics have been removed.Grant Paul
2010-12-08German localization update.Grant Paul
2010-12-03Make errors not horribly ugly looking on the iPad.Grant Paul
2010-12-03Added Chinese localization (complete), updated English localization, updated ↵Grant Paul
Cydia to use two new strings. French and German localizations are currently lacking.
2010-12-02Protect against various <script/>-injection attacks.Jay Freeman (saurik)
2010-12-02Add section icons for: Fonts, Site-Specific Apps, and Soundboards.Jay Freeman (saurik)
2010-12-02pngcrush -rem alla -iphone -reduce -brute *.pngJay Freeman (saurik)
2010-12-02Subsections, like Addons (SBSettings), cannot have icons.Jay Freeman (saurik)
2010-12-02Use high-resolution icons for purpose badges.Jay Freeman (saurik)
2010-12-01Fix Sections.plist (<string>...</key>)Dustin L. Howett
2010-11-30update mappingGrant Paul
2010-11-24English locaization: iPhoneOS->iOS.Grant Paul
2010-11-18Flatten Sections.plist: no Rename and no recursion.Jay Freeman (saurik)
2010-11-18Fix localization of LOADING_DATA (use ELISION+LOADING for 'Loading...').Jay Freeman (saurik)
2010-11-15Store Sections.plist using space characters rather than underscores.Jay Freeman (saurik)
2010-11-12App Store-style initial loading indicator to replace "Loading Data".Grant Paul
2010-11-11Rename some of the section images to match chpwn's latest mappings.Dustin L. Howett
2010-11-11Map Themes (SYSTEM) to Themes (System).Dustin L. Howett
2010-11-07Start in all orientations on the iPad.Dustin L. Howett
2010-11-06Changed launch to show pinstripes (finally!) Updated Default.png images to ↵Grant Paul
for the change. However, the iPad still refuses to launch in landscape no matter what I do to the Info.plist -- could anyone else check this part out?
2010-11-06Updated sections mapping file to further consolidate sections.Grant Paul
2010-11-05Section mapping update suggested by chown (Lockinfo => Addons (LockInfo)).Dustin L. Howett
2010-11-04Totally reimplemented BrowserController in terms of UIWebView.Jay Freeman (saurik)
2010-11-01Rename Cydia.* to MobileCydia.* and add Cydia.frappliance.Jay Freeman (saurik)