]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
The Sources list hasn't been sorted since 2008.
[cydia.git] / MobileCydia.mm
2011-02-23  Jay Freeman (saurik)Do not display errors during cancel.
2011-02-23  Jay Freeman (saurik)Debugging aid for {retain,release}NetworkActivityIndicator.
2011-02-23  Jay Freeman (saurik)Add cydia.scrollToBottom().
2011-02-23  Jay Freeman (saurik)Add cydia.removeButton().
2011-02-23  Jay Freeman (saurik)Slightly more compliant / safer NSRunLoop mode.
2011-02-23  Jay Freeman (saurik)Fix inverted logic on rpetrich's UpdateExternalStatus...
2011-02-23  Jay Freeman (saurik)Use stack to store temporary SHA1SumValues.
2011-02-23  Jay Freeman (saurik)Remove obsolete -[ProgressController isRunning].
2011-02-23  Jay Freeman (saurik)Export CydiaProgressEvent to JavaScript.
2011-02-23  Jay Freeman (saurik)Simplify if logic in -[CydiaProgressEvent compoundTitle].
2011-02-23  Jay Freeman (saurik)Primary excursion into improving memory management.
2011-02-23  Jay Freeman (saurik)Standardized on [delegate_ {retain,release}NetworkActiv...
2011-02-23  Jay Freeman (saurik)Drastic simplification of ProgressController API.
2011-02-22  Jay Freeman (saurik)Remove seemingly incorrect special case for /var/lib...
2011-02-21  Jay Freeman (saurik)Commit separate errors during popErrorWithTitle:.
2011-02-21  Jay Freeman (saurik)Rename isCancelling: to isProgressCancelled.
2011-02-21  Jay Freeman (saurik)Always use popErrorWithTitle: for list.ReadMainList().
2011-02-21  Jay Freeman (saurik)Call through to pkgAcquireStatus::Start/Stop().
2011-02-21  Jay Freeman (saurik)Do not double log fetch errors.
2011-02-21  Jay Freeman (saurik)Pop pending fetch errors.
2011-02-21  Jay Freeman (saurik)Retain the network activity indicator before the downlo...
2011-02-21  Jay Freeman (saurik)Remove (id) typecast from CydiaApp.
2011-02-21  Jay Freeman (saurik)Remove class Progress: it was slow anyway.
2011-02-20  Jay Freeman (saurik)The configuration alert is not dismissed.
2011-02-20  Jay Freeman (saurik)Refactor _detachNewThreadData as _detachNewThreadInvoca...
2011-02-20  Jay Freeman (saurik)Add package.getField(name).
2011-02-20  Jay Freeman (saurik)Reset the 'external status' to 0 when Cydia starts.
2011-02-20  Jay Freeman (saurik)Don't restart SpringBoard if download failed.
2011-02-20  Jay Freeman (saurik)Factor out -[ConfirmationController complete].
2011-02-20  Jay Freeman (saurik)Factor confirmation controller variables to a single...
2011-02-20  Jay Freeman (saurik)Entirely theoretical getInstalledPackages() threading...
2011-02-20  Jay Freeman (saurik)Add explanatory threading comment to -[ChangesControlle...
2011-02-20  Jay Freeman (saurik)Use setViewportWidth: only on main thread.
2011-02-20  Jay Freeman (saurik)Move setToken: to main thread for Metadata_.
2011-02-20  Jay Freeman (saurik)Use Metadata_['LastUpdate'] on main thread.
2011-02-20  Jay Freeman (saurik)Use -[Cydia retain/releaseNetworkActivityIndicator...
2011-02-20  Jay Freeman (saurik)-[BrowserController close] can only be used on the...
2011-02-20  Jay Freeman (saurik)Move setConfigurationData: to main thread.
2011-02-20  Jay Freeman (saurik)Move addProgressOutput: to main thread.
2011-02-20  Jay Freeman (saurik)Move setProgressTitle: to main thread.
2011-02-20  Jay Freeman (saurik)Move setProgressPercent: to main thread, taking NSNumbe...
2011-02-19  Jay Freeman (saurik)Remove obsolete -[CydiaObject setSpecial:].
2011-02-19  Jay Freeman (saurik)Expose sysctl read access to JavaScript.
2011-02-19  Jay Freeman (saurik)Shuffle set of system variables accessible via JS.
2011-02-19  Jay Freeman (saurik)Add JavaScript interface to get sources.
2011-02-19  Jay Freeman (saurik)For safety's sake, let's addTrivialSources: on the...
2011-02-19  Jay Freeman (saurik)Slightly safer ordering of _saveConfig / cydia.list.
2011-02-19  Jay Freeman (saurik)Allow JavaScript to alter and refresh sources.
2011-02-19  Jay Freeman (saurik)Finally FINALLY found and fixed the root cause of un...
2011-02-19  Jay Freeman (saurik)Factor source addition out to -[Cydia addTrivialSource:].
2011-02-19  Jay Freeman (saurik)Support lazy loading of PackageListControllers.
2011-02-19  Jay Freeman (saurik)Drastic simplification of Source management.
2011-02-19  Jay Freeman (saurik)Support Activator and libstatusbar.
2011-02-19  Dustin L. HowettDisplay "Ignore Upgrades" in its own section with its...
2011-02-19  Dustin L. HowettDon't display "Ignore Upgrades" if the package isn...
2011-02-19  Jay Freeman (saurik)Don't cause the package view to keep bouncing horribly.
2011-02-19  Jay Freeman (saurik)That's an interesting corner case.
2011-02-19  Jay Freeman (saurik)Implement package hold (ignored) switch.
2011-02-19  Jay Freeman (saurik)Allow an invocation during reloading data.
2011-02-19  Jay Freeman (saurik)Fix filtering the (No Section) section.
2011-02-19  Jay Freeman (saurik)Upgrade the relationship JS interface AGAIN.
2011-02-18  Jay Freeman (saurik)Make ConfirmationController's changes_ match package...
2011-02-18  Jay Freeman (saurik)Add -[Package relations].
2011-02-18  Jay Freeman (saurik)Minor code spacing and formatting bugs.
2011-02-18  Jay Freeman (saurik)More directly expose package.clear/install/remove.
2011-02-18  Jay Freeman (saurik)Reformat webScriptNameForSelector: and _attributeKeys...
2011-02-18  Jay Freeman (saurik)Objective-C objects do not officially exist until their...
2011-02-18  Jay Freeman (saurik)Added a public filter to pageForURL:.
2011-02-18  Grant PaulProperly update title of SourceController when reloading.
2011-02-18  Grant PaulFactor out source discovery.
2011-02-18  Grant PaulUse -[Source key] instead of -[Source name] or -[Source...
2011-02-18  Grant PaulFixed reloading of SourceController by re-mapping the...
2011-02-18  Jay Freeman (saurik)Consider removal of special packages a reportable error.
2011-02-18  Jay Freeman (saurik)Totally rewrote ConfirmationController JS interface.
2011-02-18  Jay Freeman (saurik)Reload/nil buttons for ConfirmationController were...
2011-02-18  Jay Freeman (saurik)Cancel refresh during confirmation.
2011-02-17  Jay Freeman (saurik)ConfirmationController cancel doesn't work for ReInstall.
2011-02-17  Jay Freeman (saurik)Add CydiaScript: a better Objective-C bridge.
2011-02-17  Jay Freeman (saurik)Remove extraneous [[self navigationItem] setTitle:...
2011-02-17  Jay Freeman (saurik)Reformatted otherButtonTitles: due to variadic arguments.
2011-02-17  Jay Freeman (saurik)Remove pointless IgnoreInstall #define.
2011-02-15  Grant PaulStart at the homepage if !recently.
2011-02-14  Jay Freeman (saurik)Use name_, not [package_ id], for -[CYPackageController...
2011-02-14  Jay Freeman (saurik)Implement chpwn's lazy-loading API for BrowserController.
2011-02-14  Jay Freeman (saurik)Remove cydia://storage.
2011-02-14  Grant PaulFix lazy loading of PackageController, dependent on...
2011-02-14  Grant PaulAdded more comments, and removed a useless method.
2011-02-14  Jay Freeman (saurik)Use a better URL scheme for /ui/ios*/ *and* (frowny...
2011-02-13  Grant PaulHorrible, awful, ugly, nasty, evil, terrible, scary...
2011-02-13  Grant PaulFix dpkg --configure -a, half-installed packages, datab...
2011-02-13  Grant PaulFix "(No Section)" section.
2011-02-13  Jay Freeman (saurik)Rename /ui/ to /ui/ios/.
2011-02-13  Jay Freeman (saurik)Refactor the placard code with background colors.
2011-02-13  Jay Freeman (saurik)Revert an old Clang change that broke cydia.format().
2011-02-13  Jay Freeman (saurik)-[SectionController initWithDatabase:section:] stored...
2011-02-13  Jay Freeman (saurik)Remove package variable, use cydia.getPackageById().
2011-02-13  Jay Freeman (saurik)Replace unknown.html with /ui/package/#!/name.
2011-02-13  Jay Freeman (saurik)Use HTML5 Offline for confirm.html.
2011-02-13  Jay Freeman (saurik)Support NULL Cytore return in PackageFind().
2011-02-12  Grant PaulTo match the built in Apple apps, the Confirm button...
next