2011-02-21 |
Jay Freeman (saurik) | Rename isCancelling: to isProgressCancelled.
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Always use popErrorWithTitle: for list.ReadMainList().
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Call through to pkgAcquireStatus::Start/Stop().
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Do not double log fetch errors.
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Pop pending fetch errors.
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Retain the network activity indicator before the download...
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Remove (id) typecast from CydiaApp.
|
commit | commitdiff | tree |
2011-02-21 |
Jay Freeman (saurik) | Remove class Progress: it was slow anyway.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | The configuration alert is not dismissed.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Refactor _detachNewThreadData as _detachNewThreadInvocation.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Add package.getField(name).
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Reset the 'external status' to 0 when Cydia starts.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Don't restart SpringBoard if download failed.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Factor out -[ConfirmationController complete].
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Factor confirmation controller variables to a single...
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Entirely theoretical getInstalledPackages() threading...
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Add explanatory threading comment to -[ChangesController...
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Use setViewportWidth: only on main thread.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Move setToken: to main thread for Metadata_.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Use Metadata_['LastUpdate'] on main thread.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Use -[Cydia retain/releaseNetworkActivityIndicator...
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | -[BrowserController close] can only be used on the...
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Move setConfigurationData: to main thread.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Move addProgressOutput: to main thread.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Move setProgressTitle: to main thread.
|
commit | commitdiff | tree |
2011-02-20 |
Jay Freeman (saurik) | Move setProgressPercent: to main thread, taking NSNumber...
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Remove obsolete -[CydiaObject setSpecial:].
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Expose sysctl read access to JavaScript.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Shuffle set of system variables accessible via JS.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Add JavaScript interface to get sources.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | For safety's sake, let's addTrivialSources: on the...
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Slightly safer ordering of _saveConfig / cydia.list.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Allow JavaScript to alter and refresh sources.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Finally FINALLY found and fixed the root cause of un...
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Factor source addition out to -[Cydia addTrivialSource:].
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Support lazy loading of PackageListControllers.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Drastic simplification of Source management.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Super-charge the Reload button to actually reload.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Support Activator and libstatusbar.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Don't cause the package view to keep bouncing horribly.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | That's an interesting corner case.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Implement package hold (ignored) switch.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Allow an invocation during reloading data.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Fix filtering the (No Section) section.
|
commit | commitdiff | tree |
2011-02-19 |
Jay Freeman (saurik) | Upgrade the relationship JS interface AGAIN.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Make ConfirmationController's changes_ match package...
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Add -[Package relations].
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Minor code spacing and formatting bugs.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | More directly expose package.clear/install/remove.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Reformat webScriptNameForSelector: and _attributeKeys...
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Objective-C objects do not officially exist until their...
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Added a public filter to pageForURL:.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | -[BrowserController applyRightButton] must be used...
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Consider removal of special packages a reportable error.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Totally rewrote ConfirmationController JS interface.
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Reload/nil buttons for ConfirmationController were...
|
commit | commitdiff | tree |
2011-02-18 |
Jay Freeman (saurik) | Cancel refresh during confirmation.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | ConfirmationController cancel doesn't work for ReInstall.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Add CydiaScript: a better Objective-C bridge.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Remove extraneous [[self navigationItem] setTitle:...
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Reformatted otherButtonTitles: due to variadic arguments.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Remove pointless IgnoreInstall #define.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Use document.dispatchEvent() for UIViewController events.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Use C++ RAII for WebThreadLock/Unlock().
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Add LogMessages and use for console.log.
|
commit | commitdiff | tree |
2011-02-17 |
Jay Freeman (saurik) | Support ShowInternals in more places.
|
commit | commitdiff | tree |
2011-02-14 |
Jay Freeman (saurik) | Use name_, not [package_ id], for -[CYPackageController...
|
commit | commitdiff | tree |
2011-02-14 |
Jay Freeman (saurik) | Implement chpwn's lazy-loading API for BrowserController.
|
commit | commitdiff | tree |
2011-02-14 |
Jay Freeman (saurik) | Remove cydia://storage.
|
commit | commitdiff | tree |
2011-02-14 |
Jay Freeman (saurik) | Use a better URL scheme for /ui/ios*/ *and* (frowny...
|
commit | commitdiff | tree |
2011-02-14 |
Jay Freeman (saurik) | Look, I don't like this syntax, but it is what Apple...
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Rename /ui/ to /ui/ios/.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Support ftruncate error conditions.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Add fail-fast error checking to Cytore.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Refactor the placard code with background colors.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Revert an old Clang change that broke cydia.format().
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | -[SectionController initWithDatabase:section:] stored...
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Restart Lowtide/AppleTV after processing AutoInstall.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Remove obsolete advanced.png graphic.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Remove package variable, use cydia.getPackageById().
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Replace unknown.html with /ui/package/#!/name.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Remove obsolete local chevrons.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Use HTML5 Offline for confirm.html.
|
commit | commitdiff | tree |
2011-02-13 |
Jay Freeman (saurik) | Support NULL Cytore return in PackageFind().
|
commit | commitdiff | tree |
2011-02-08 |
Jay Freeman (saurik) | Merge branch 'restructure'
|
commit | commitdiff | tree |
2011-02-08 |
Jay Freeman (saurik) | Revert "Move Source{Cell,Controller} lower in MobileCydia...
|
commit | commitdiff | tree |
2011-02-08 |
Jay Freeman (saurik) | OMG HTML5 Offline FTW.
|
commit | commitdiff | tree |
2011-02-08 |
Jay Freeman (saurik) | Support non-NSHTTPURLResponse https?:// NSURLResponse.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | Remove that crazy/obsolete Test file.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | We are no longer recycling package controllers.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | Fix for description searching from humbold.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | We can't use 3.0 constants on 2.0 SDK.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | UIApplication.applicationSupportsShakeToEdit is 3.0...
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | Conditional out indexed collation nonsense.
|
commit | commitdiff | tree |
2011-02-07 |
Jay Freeman (saurik) | Use IsWildcat_, not UI_USER_INTERFACE_IDIOM().
|
commit | commitdiff | tree |
2011-01-10 |
Jay Freeman (saurik) | Move Source{Cell,Controller} lower in MobileCydia.mm.
|
commit | commitdiff | tree |
2011-01-10 |
Jay Freeman (saurik) | Remove SourceCell::description_ and hard-code height.
|
commit | commitdiff | tree |
2011-01-10 |
Jay Freeman (saurik) | Use 73, not 73.0f, for uniformity.
|
commit | commitdiff | tree |
2011-01-10 |
Jay Freeman (saurik) | Remove (unused) +[PackageCell heightForPackage:].
|
commit | commitdiff | tree |
2011-01-01 |
Jay Freeman (saurik) | Remove (non-functional) shake-to-undo mechanism.
|
commit | commitdiff | tree |
next |