summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2011-03-25Bring up _loaded prompt during cancelled update.v1.1.0%rc1Jay Freeman (saurik)
2011-03-25Let's just pretend we didn't do that.Jay Freeman (saurik)
2011-03-25Slow down PulseInterval_ on old devices.Jay Freeman (saurik)
2011-03-25Fix incompetent code ordering.Jay Freeman (saurik)
2011-03-25Use CyF in User-Agent, not CF.Jay Freeman (saurik)
2011-03-25Do not refresh after deleting a source.Jay Freeman (saurik)
2011-03-25Add HTTP Referer: tracking.Jay Freeman (saurik)
2011-03-24Provide some more infraustructure around WAKWindow.Jay Freeman (saurik)
2011-03-24Filter empty strings from query terms.Jay Freeman (saurik)
2011-03-24Do not count ignored updates for Changes badge.Jay Freeman (saurik)
2011-03-24Factor out -[SearchController termsForQuery:].Jay Freeman (saurik)
2011-03-24Add a database lock around -[Database clean].Jay Freeman (saurik)
2011-03-23Stupid code order issue in cancelButtonClicked.Jay Freeman (saurik)
2011-03-23Work around /stupid/ screenSize miscalculation in WebKit.Jay Freeman (saurik)
2011-03-22Add reachability to Refresh button.Jay Freeman (saurik)
2011-03-22Delay reload HUD by 0.5s.Jay Freeman (saurik)
2011-03-22Don't yield to reloadSpringBoard: perform it after a delay and return;.Jay Freeman (saurik)
2011-03-22Use double-ExecFork() rather than system() double-subshell.Jay Freeman (saurik)
2011-03-22Double-fork sbreload and fall back to killing SpringBoard.Jay Freeman (saurik)
2011-03-22Pop a HUD for sbreload.Jay Freeman (saurik)
2011-03-22Backup reachability events.Jay Freeman (saurik)
2011-03-22Use kCFAllocatorDefault, not NULL.Jay Freeman (saurik)
2011-03-22Add cydia.isReachable().Jay Freeman (saurik)
2011-03-22Move IsReachable() to its own function.Jay Freeman (saurik)
2011-03-22I had broken the ability to deselect unselected controllers.Jay Freeman (saurik)
2011-03-22Rename X-Cydia-Cf-Version to X-Cydia-Cf.Jay Freeman (saurik)
2011-03-22Fix exception during setEditing:NO after syncData.Jay Freeman (saurik)
2011-03-21Finished implemented promoted packages bar.Jay Freeman (saurik)
2011-03-21Need to setDelegate: on apptapp:// URLs.Jay Freeman (saurik)
2011-03-21Create a lame helper for clearWindowObject.Jay Freeman (saurik)
2011-03-21Use more percent escapes: sections/ and search/.Jay Freeman (saurik)
2011-03-21Fix typo in name of Changes localization.Jay Freeman (saurik)
2011-03-21Abstract out requestWithHeaders:.Jay Freeman (saurik)
2011-03-21Use modified URL during willSendRequest:.Jay Freeman (saurik)
2011-03-21Drop state storage to 30 minutes.Jay Freeman (saurik)
2011-03-21Restore setView:UIView indirection, required for keyboard resize. :(Jay Freeman (saurik)
2011-03-21Remove useless setView:UIView indirections.Jay Freeman (saurik)
2011-03-21Use autoresizingMask for base UIViewController views.Jay Freeman (saurik)
2011-03-21Clear NSURLCache during memory warnings.Jay Freeman (saurik)
2011-03-21Add an irritated XXX comment for later use.Jay Freeman (saurik)
2011-03-21Do not show network activity for AppCacheController.Jay Freeman (saurik)
2011-03-21Rely on /var/lib/cydia/firmware.ver over /tmp/.cydia.fw.Jay Freeman (saurik)
2011-03-21Work around stupid 2.x UINavigationController behavior.Jay Freeman (saurik)
2011-03-21Remove useless -[HomeController didReceiveMemoryWarning].Jay Freeman (saurik)
2011-03-21Support 2.x memory warning dispatch.Jay Freeman (saurik)
2011-03-21Increase memory warning between time to 2 seconds.Jay Freeman (saurik)
2011-03-20On 2.x we cannot use unselectedViewController.Jay Freeman (saurik)
2011-03-20Fix the disk cache by moving a better fix into SDURLCache.Jay Freeman (saurik)
2011-03-20Don't use HTTP disk cache on < 3.2.Jay Freeman (saurik)
2011-03-20Expose ramifications of kCFCoreFoundationVersionNumber.Jay Freeman (saurik)