]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Split PackageListController partially for CyteKit.
[cydia.git] / MobileCydia.mm
2017-03-07  Jay Freeman (saurik)Split PackageListController partially for CyteKit.
2017-03-07  Jay Freeman (saurik)CyteKit: {retain,release}NetworkActivityIndicator.
2017-03-05  Jay Freeman (saurik)Try to abstract CydiaURLProtocol as CyteKit class.
2017-03-05  Jay Freeman (saurik)Remove even more global variables (super CyteKit).
2017-03-05  Jay Freeman (saurik)Move most of CydiaObject to CyteKit as CyteObject.
2017-03-05  Jay Freeman (saurik)Remove more of these global value cache variables.
2017-03-05  Jay Freeman (saurik)Remove HostConfig_ (for some finer-grained locks).
2017-03-05  Jay Freeman (saurik)Try removing constructor (this is so annoying :/).
2017-03-05  Jay Freeman (saurik)Fix the System user-agent component (this rotted).
2017-03-05  Jay Freeman (saurik)Rename IsReachable to CyteIsReachable, in CyteKit.
2017-03-05  Jay Freeman (saurik)Move cyte diversions and user agents into CyteKit.
2017-03-05  Jay Freeman (saurik)Move some code of Window/TabBarController to Cyte.
2017-03-04  Jay Freeman (saurik)Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
2017-03-04  Jay Freeman (saurik)Trial move some key global variables into CyteKit.
2017-02-16  Jay Freeman (saurik)Avoid counting a package as "lost" multiple times.
2017-02-16  Jay Freeman (saurik)Move a bunch of clearly shared logic into CyteKit.
2017-02-16  Jay Freeman (saurik)Put CydiaURLCache/NSURLConnection hook in CyteKit.
2017-02-16  Jay Freeman (saurik)Cydia no longer needs its own Substrate Safe Mode.
2017-02-16  Jay Freeman (saurik)cydia.addPipelinedHost was never actually used :D.
2017-02-16  Jay Freeman (saurik)This new code only works if the button is loading. v1.1.30
2017-02-15  Jay Freeman (saurik)Do not rely on specific filenames in source cells.
2017-02-15  Jay Freeman (saurik)Make an executive decision to not support regions.
2017-02-15  Jay Freeman (saurik)Avoid sorting packages_ (it is now Foundation :/).
2017-02-15  Jay Freeman (saurik)Amortize linear probing with a binary search sort.
2017-02-15  Jay Freeman (saurik)Cache sorts (really really important for Chinese).
2017-02-15  Jay Freeman (saurik)Move some of our clearly shared code into CyteKit.
2017-02-15  Jay Freeman (saurik)Move private ivars in CyteKit to @implementations.
2017-02-15  Jay Freeman (saurik)Hide custom function_ as an implementation detail.
2017-02-15  Jay Freeman (saurik)Use setPageColor instead of messing with scroller.
2017-02-15  Jay Freeman (saurik)Move more of sysroot's sadness into iPhonePrivate.
2017-02-03  Jay Freeman (saurik)This check was obviously backwards (OMG I'm dumb). v1.1.28%b14
2017-02-01  Jay Freeman (saurik)For progress JS on iOS 10 to solve race and flash.
2017-01-30  Jay Freeman (saurik)iOS 10.2 claims "Not privileged to stop service.".
2017-01-30  Jay Freeman (saurik)Removing a repository was just kind of locking up.
2017-01-29  Jay Freeman (saurik)Cytore values need to be _packed (I got lucky :D).
2016-12-30  Jay Freeman (saurik)Provide more guarantees against merge catastrophe. v1.1.28%b4
2016-12-30  Jay Freeman (saurik)Further work to improve language configuration :/. v1.1.28%b3
2016-12-30  Jay Freeman (saurik)Apparently, setlocale never actually did anything. v1.1.28%b2
2016-12-29  Jay Freeman (saurik)Seriously: not a single person actually helped :/. v1.1.28%b1
2016-12-28  Jay Freeman (saurik)Compile Cydia to arm64 by linking with APT 1.4~b1.
2016-12-27  Jay Freeman (saurik)Move to CoreTelephony's _CTServerConnectionCreate.
2016-12-26  Jay Freeman (saurik)longSection shouldn't try localizing NULL section.
2015-10-21  Jay Freeman (saurik)Let's just stash /Applications (Pangu said "yes"). v1.1.25
2015-10-12  Jay Freeman (saurik)Do not stash /Applications (extra fatal on iOS 9). v1.1.24
2015-10-12  Jay Freeman (saurik)The mobile extended_states could be marked setuid.
2015-09-24  Jay Freeman (saurik)Support listing installed applications on old iOS.
2015-07-12  Jay Freeman (saurik)Allow user to select a specific candidate version. v1.1.23
2015-07-12  Jay Freeman (saurik)Automatically repair a missing Cydia cache folder.
2015-07-12  Jay Freeman (saurik)Add various mechanisms to help concurrency issues.
2015-07-12  Jay Freeman (saurik)Package is based on a version: this is impossible.
2015-07-12  Jay Freeman (saurik)Add a way to opt out of filesystem reorganization.
2015-07-12  Jay Freeman (saurik)Older iOS did not have SBSCopyIconImagePNGData*().
2015-07-12  Jay Freeman (saurik)Provide a way to get the icons for installed apps.
2015-07-12  Jay Freeman (saurik)Add some info on installed applications to bridge.
2015-07-10  Jay Freeman (saurik)I am too tired to figure out why that didn't work. v1.1.22
2015-07-10  Jay Freeman (saurik)Write a default cydia.list for apt to fix AppleTV. v1.1.21
2015-07-10  Jay Freeman (saurik)Consider sources that do not end in / as "broken".
2015-07-10  Jay Freeman (saurik)Verify validity of sources added using the bridge.
2015-07-05  Jay Freeman (saurik)Escape shell arguments passed to system and popen. v1.1.20
2015-07-05  Jay Freeman (saurik)No: inline implementation is *equally* invalid ;P.
2015-07-05  Jay Freeman (saurik)Just go ahead and use du (since we have it still).
2015-07-04  Jay Freeman (saurik)Take _deep_ mutable copies of CFPreference values.
2015-07-03  Jay Freeman (saurik)Packages with corrupt Info.plist throw exceptions.
2015-07-03  Jay Freeman (saurik)Absolutely demand that cydia.list is a symlink :/.
2015-07-03  Jay Freeman (saurik)Remove all usage of ExecFork and, therefore, fork.
2015-07-03  Jay Freeman (saurik)Ignore Upgrades had not 1, but 2! reasons to fail.
2015-07-03  Jay Freeman (saurik)Cydia's repairWithSelector modifies dpkg's status. v1.1.19
2015-07-02  Jay Freeman (saurik)Avoid overwriting extended_states with a symlink.
2015-07-02  Jay Freeman (saurik)Use sh to escape package names for fixhalf script.
2015-07-02  Jay Freeman (saurik)We can no longer protect ourself from the kill -9.
2015-07-02  Jay Freeman (saurik)Using sbreload is not really needed anymore (yay).
2015-07-02  Jay Freeman (saurik)Wrap extended_states update using a symbolic link.
2015-07-02  Jay Freeman (saurik)Don't inject sources.list if cydia.list is linked.
2015-07-02  Jay Freeman (saurik)Replace /tmp/cydia.log functionality from the app.
2015-07-02  Jay Freeman (saurik)Update copyright, and really start to feel old :/.
2015-07-02  Jay Freeman (saurik)Cydia no longer runs as root. (WE FINALLY DID IT!)
2015-07-02  Jay Freeman (saurik)Do not lock the dpkg status database (this is OK).
2015-07-02  Jay Freeman (saurik)Put var/lib/cydia/metadata.plist in CFPreferences.
2015-07-02  Jay Freeman (saurik)Move LastUpdate time to new file in Caches folder.
2015-07-02  Jay Freeman (saurik)Remove Settings (this concept is *entirely gone*).
2015-07-02  Jay Freeman (saurik)No one, not even Mario, is configured with Tokens.
2015-07-02  Jay Freeman (saurik)Drop global Packages_ variable (no longer needed).
2015-07-02  Jay Freeman (saurik)Move the saved InterfaceState to a file in Caches.
2015-07-02  Jay Freeman (saurik)Also delete half-installed extrainst_ scripts (?).
2015-07-02  Jay Freeman (saurik)Use cydo to delete half-installed package scripts.
2015-07-02  Jay Freeman (saurik)Use a private (owned by mobile!) APT sources.list.
2015-07-02  Jay Freeman (saurik)Avoid duplication of pkgSourceList.ReadMainList().
2015-07-02  Jay Freeman (saurik)Trust in the mobile permissions on Cydia's caches.
2015-07-02  Jay Freeman (saurik)Replace dpkg with an insecure setuid root wrapper.
2015-06-27  Jay Freeman (saurik)Drop sysroot dependency on coreutils by owning du.
2015-06-27  Jay Freeman (saurik)Borrow Cycript's CYPool to avoid Depends: apr-lib.
2015-06-27  Jay Freeman (saurik)Use libicucore's uregex to avoid Depends: libpcre.
2015-06-26  Jay Freeman (saurik)Remove dependency on Substrate to have its macros.
2015-06-25  Jay Freeman (saurik)Do not stash /usr/lib/pam (just wishful thinking).
2015-06-24  Jay Freeman (saurik)This fix causes killing Cydia to lock SpringBoard. v1.1.18
2015-06-24  Jay Freeman (saurik)This (old...) change makes file:/// sources valid. v1.1.17
2015-06-24  Jay Freeman (saurik)Now on iOS 8.3, webView: can be webThreadWebView:.
2015-06-16  Jay Freeman (saurik)This apparently relied on a bug Apple fixed (8.3).
2014-11-05  Jay Freeman (saurik)We do not actually need to setnsfpn on /var/cache. v1.1.16
2014-11-05  Jay Freeman (saurik)Move setModalPresentationStyle: (for consistency).
next