summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-03-10Throw away almost all state on memory warning.v1.1.0%b5Jay Freeman (saurik)
2011-03-10Do not crash on null package controllers.Jay Freeman (saurik)
2011-03-10Do not draw null package cells.Jay Freeman (saurik)
2011-03-10Fix SourceController state saving.Jay Freeman (saurik)
2011-03-10Add a Done: status for downloads.Jay Freeman (saurik)
2011-03-10Do not use [package_ id] to save state as that could be nil.Jay Freeman (saurik)
2011-03-10Add (disabled) memory warning flood mechanism.Jay Freeman (saurik)
2011-03-10Protect the appcache controllers from memory events.Jay Freeman (saurik)
2011-03-10Raise the global translation variables.Jay Freeman (saurik)
2011-03-10I normally use tangelo-3.7: let's agree for now.Jay Freeman (saurik)
2011-03-10Don't re-simplify the simplified section icon name.Jay Freeman (saurik)
2011-03-10Truncate descriptions to 200, not 100, characters.Jay Freeman (saurik)
2011-03-10There is no reason HUDs can't rotate correctly.Jay Freeman (saurik)
2011-03-10If you get an error while refreshing you cannot allow an essential upgrade di...Jay Freeman (saurik)
2011-03-10We have to unload BEFORE we get the viewWillAppear callback.Jay Freeman (saurik)
2011-03-09The iPad sometimes shows multiple things at once.Jay Freeman (saurik)
2011-03-09basic_string::_S_construct NULL not validJay Freeman (saurik)
2011-03-09The Sources list hasn't been sorted since 2008.Jay Freeman (saurik)
2011-03-09We need to not leave parsed_ Packages laying around.Jay Freeman (saurik)
2011-03-09Add architecture field.Jay Freeman (saurik)
2011-03-09Save the state during abnormal terminations.Jay Freeman (saurik)
2011-03-09Add cydia.getMetadataKeys().Jay Freeman (saurik)
2011-03-09Fix various forms of icon escape encoding.Jay Freeman (saurik)
2011-03-09Totally obsolete and replace the old source packages.Jay Freeman (saurik)
2011-03-09Improve robustness of Changes button code.Jay Freeman (saurik)
2011-03-09Add cydia.{g,s}etMetadataValue().Jay Freeman (saurik)
2011-03-09Numerical tweaks to the relevancy algorithm.Jay Freeman (saurik)
2011-03-09Accidentally lost the index :(.Jay Freeman (saurik)
2011-03-09If you have cydia. access, get Token_.Jay Freeman (saurik)
2011-03-09Only send UDID to vaguely secure hosts.v1.1.0%b3Jay Freeman (saurik)
2011-03-09Only send X-Cydia-Token to vaguely trusted hosts.Jay Freeman (saurik)
2011-03-09Only add special headers if they are not present.Jay Freeman (saurik)
2011-03-09Version number change should rebuild user agent code.Jay Freeman (saurik)
2011-03-09Apply custom useragent after loadView.Jay Freeman (saurik)
2011-03-08Do not attempt to copy nil strings.Jay Freeman (saurik)
2011-03-08Add [super releaseSubviews].Jay Freeman (saurik)
2011-03-08Add releaseSubviews to StashController.Jay Freeman (saurik)
2011-03-08Use loadView/releaseSubviews for PackageListController.Jay Freeman (saurik)
2011-03-08Copy strings that might get yanked from under us.Jay Freeman (saurik)
2011-03-08On 2.x I have this funny status bar offset.Jay Freeman (saurik)
2011-03-08Move -[CYTabBarController statusBarHeight] to ::CYStatusBarHeight().Jay Freeman (saurik)
2011-03-08I do not have objectForKey:UIKeyboardAnimation{Curve,Duration}UserInfoKey on ...Jay Freeman (saurik)
2011-03-08Remove obsolete changes calculation debugging.Jay Freeman (saurik)
2011-03-08Slightly clean up unloadData logic ordering.Jay Freeman (saurik)
2011-03-08Don't show finish button until it is usable.Jay Freeman (saurik)
2011-03-08Merge -[Cydia {complete,{_,}reloadDataWithInvocation}].Jay Freeman (saurik)
2011-03-08Fix subtle packages_ damage to yield.Jay Freeman (saurik)
2011-03-08Stop re-re-requesting the damned cache.manifest.Jay Freeman (saurik)
2011-03-08Prefer manual cydia.unload() to automatic modality.Jay Freeman (saurik)
2011-03-08Automatically attach cydia.log and `dpkg -l`.Jay Freeman (saurik)