summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
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)
2016-12-29Apparently, setlocale never actually did anything.v1.1.28%b2Jay Freeman (saurik)
2016-12-29Seriously: not a single person actually helped :/.v1.1.28%b1Jay Freeman (saurik)
2016-12-28Compile Cydia to arm64 by linking with APT 1.4~b1.Jay Freeman (saurik)
2016-12-26Move to CoreTelephony's _CTServerConnectionCreate.Jay Freeman (saurik)
2016-12-26longSection shouldn't try localizing NULL section.Jay Freeman (saurik)
2015-10-21Let's just stash /Applications (Pangu said "yes").v1.1.25Jay Freeman (saurik)
2015-10-12Do not stash /Applications (extra fatal on iOS 9).v1.1.24Jay Freeman (saurik)
2015-10-12The mobile extended_states could be marked setuid.Jay Freeman (saurik)
2015-09-24Support listing installed applications on old iOS.Jay Freeman (saurik)
2015-07-12Allow user to select a specific candidate version.v1.1.23Jay Freeman (saurik)
2015-07-12Automatically repair a missing Cydia cache folder.Jay Freeman (saurik)
2015-07-12Add various mechanisms to help concurrency issues.Jay Freeman (saurik)
2015-07-12Package is based on a version: this is impossible.Jay Freeman (saurik)
2015-07-12Add a way to opt out of filesystem reorganization.Jay Freeman (saurik)
2015-07-12Older iOS did not have SBSCopyIconImagePNGData*().Jay Freeman (saurik)
2015-07-11Provide a way to get the icons for installed apps.Jay Freeman (saurik)
2015-07-11Add some info on installed applications to bridge.Jay Freeman (saurik)
2015-07-10I am too tired to figure out why that didn't work.v1.1.22Jay Freeman (saurik)
2015-07-10Write a default cydia.list for apt to fix AppleTV.v1.1.21Jay Freeman (saurik)
2015-07-10Consider sources that do not end in / as "broken".Jay Freeman (saurik)
2015-07-10Verify validity of sources added using the bridge.Jay Freeman (saurik)
2015-07-05Escape shell arguments passed to system and popen.v1.1.20Jay Freeman (saurik)