summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2018-10-15Refuse to load electra reposv1.1.32%b4Sam Bingner
2018-10-13Add dynastic repo and update webkit stuffv1.1.32%b3Sam Bingner
2018-10-01Stop crashing when searching for a string longer than the name of a packagev1.1.32%b1Sam Bingner
2018-09-30Make Cydia compatible back to iOS5 - unable to support older with this apt ve...Sam Bingner
2018-09-30Try making uicache triggerSam Bingner
2018-09-29Use new iOS11 UISam Bingner
2018-09-27Update copyright notice and never allow stashing on iOS10.3+Sam Bingner
2018-09-21Add xz supportSam Bingner
2018-08-02Make Cydia packages report common arch first and fallback to other archesSam Bingner
2017-03-10Support compound user-agents using CyteInitialize.Jay Freeman (saurik)
2017-03-10Transfer shared content code to CyteTableViewCell.Jay Freeman (saurik)
2017-03-07Port FileTable to the CyteKit ListController type.Jay Freeman (saurik)
2017-03-07Also move ListController title support to CyteKit.Jay Freeman (saurik)
2017-03-07Split PackageListController partially for CyteKit.Jay Freeman (saurik)
2017-03-06CyteKit: {retain,release}NetworkActivityIndicator.Jay Freeman (saurik)
2017-03-05Try to abstract CydiaURLProtocol as CyteKit class.Jay Freeman (saurik)
2017-03-04Remove even more global variables (super CyteKit).Jay Freeman (saurik)
2017-03-04Move most of CydiaObject to CyteKit as CyteObject.Jay Freeman (saurik)
2017-03-04Remove more of these global value cache variables.Jay Freeman (saurik)
2017-03-04Remove HostConfig_ (for some finer-grained locks).Jay Freeman (saurik)
2017-03-04Try removing constructor (this is so annoying :/).Jay Freeman (saurik)
2017-03-04Fix the System user-agent component (this rotted).Jay Freeman (saurik)
2017-03-04Rename IsReachable to CyteIsReachable, in CyteKit.Jay Freeman (saurik)
2017-03-04Move cyte diversions and user agents into CyteKit.Jay Freeman (saurik)
2017-03-04Move some code of Window/TabBarController to Cyte.Jay Freeman (saurik)
2017-03-03Move CyteKit/RegEx.hpp #include to MobileCydia.mm.Jay Freeman (saurik)
2017-03-03Trial move some key global variables into CyteKit.Jay Freeman (saurik)
2017-02-16Avoid counting a package as "lost" multiple times.Jay Freeman (saurik)
2017-02-16Move a bunch of clearly shared logic into CyteKit.Jay Freeman (saurik)
2017-02-16Put CydiaURLCache/NSURLConnection hook in CyteKit.Jay Freeman (saurik)
2017-02-16Cydia no longer needs its own Substrate Safe Mode.Jay Freeman (saurik)
2017-02-16cydia.addPipelinedHost was never actually used :D.Jay Freeman (saurik)
2017-02-15This new code only works if the button is loading.v1.1.30Jay Freeman (saurik)
2017-02-15Do not rely on specific filenames in source cells.Jay Freeman (saurik)
2017-02-15Make an executive decision to not support regions.Jay Freeman (saurik)
2017-02-15Avoid sorting packages_ (it is now Foundation :/).Jay Freeman (saurik)
2017-02-15Amortize linear probing with a binary search sort.Jay Freeman (saurik)
2017-02-15Cache sorts (really really important for Chinese).Jay Freeman (saurik)
2017-02-15Move some of our clearly shared code into CyteKit.Jay Freeman (saurik)
2017-02-15Move private ivars in CyteKit to @implementations.Jay Freeman (saurik)
2017-02-15Hide custom function_ as an implementation detail.Jay Freeman (saurik)
2017-02-15Use setPageColor instead of messing with scroller.Jay Freeman (saurik)
2017-02-15Move more of sysroot's sadness into iPhonePrivate.Jay Freeman (saurik)
2017-02-03This check was obviously backwards (OMG I'm dumb).v1.1.28%b14Jay Freeman (saurik)
2017-01-31For progress JS on iOS 10 to solve race and flash.Jay Freeman (saurik)
2017-01-29iOS 10.2 claims "Not privileged to stop service.".Jay Freeman (saurik)
2017-01-29Removing a repository was just kind of locking up.Jay Freeman (saurik)
2017-01-29Cytore values need to be _packed (I got lucky :D).Jay Freeman (saurik)
2016-12-30Provide more guarantees against merge catastrophe.v1.1.28%b4Jay Freeman (saurik)
2016-12-29Further work to improve language configuration :/.v1.1.28%b3Jay Freeman (saurik)