summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
AgeCommit message (Expand)Author
2014-06-12Someone saw UILocalizedIndexedCollation throw out.Jay Freeman (saurik)
2014-06-12iOS 7's UILocalizedIndexedCollation fails Chinese.Jay Freeman (saurik)
2014-06-12As the comment admitted: do not compare localized.Jay Freeman (saurik)
2014-06-12Tighten ALL_SOURCES_EX width/string to make it fit.Jay Freeman (saurik)
2014-06-12Just in case, I want to initialize this variable.Jay Freeman (saurik)
2014-06-11Some minor adjustments to sort of support iOS 2.x.Jay Freeman (saurik)
2014-06-11If we have a lot of memory, increase MaxParallel.Jay Freeman (saurik)
2014-06-11Move the Queue button to upper-right of Installed.Jay Freeman (saurik)
2014-06-11Truly "over-engineer" source progress indications.Jay Freeman (saurik)
2014-06-11Use consistent "desc" name for ItemDesc parameter.Jay Freeman (saurik)
2014-06-11The initial page color for packages should be nil.Jay Freeman (saurik)
2014-06-11Improve icon image quality on non-Retina displays.Jay Freeman (saurik)
2014-06-11Upgrade copyrights and about dialog to cover 2014.Jay Freeman (saurik)
2014-06-11Reimplement the loading controller as real tabbar.Jay Freeman (saurik)
2014-06-11Our app delegate doesn't implement these protocols.Jay Freeman (saurik)
2014-06-11Remove some obsolete helper code from the dropbar.Jay Freeman (saurik)
2014-06-10Do not show timestamp for "ancient" recent items.Jay Freeman (saurik)
2014-06-10Add package installation warnings for */.DS_Store.Jay Freeman (saurik)
2014-06-10Add more detail in body of the Invalid URL dialog.Jay Freeman (saurik)
2014-05-27Expose Package upgraded time to JavaScript bridge.Jay Freeman (saurik)
2014-05-27Improve naming of Package upgraded time selectors.Jay Freeman (saurik)
2014-05-25Initialize/check Installed/Recent section with nil.Jay Freeman (saurik)
2014-05-25Add the day as section header to Installed/Recent.Jay Freeman (saurik)
2014-05-25Avoid division by 0 and implicit-zero struct value.Jay Freeman (saurik)
2014-05-25Make root->mobile preference shift find keyboards.Jay Freeman (saurik)
2014-05-25Port root->mobile preference shift to the future.Jay Freeman (saurik)
2014-05-25Make root->mobile preference shift exception-safe.Jay Freeman (saurik)
2014-05-22Allow multi-tasking while modal dialog is present.Jay Freeman (saurik)
2014-05-20Fix regular expression subjects encoded in UTF-8.Jay Freeman (saurik)
2014-05-20Delayed URL loads should still be forExternal:YES.Jay Freeman (saurik)
2014-05-19Also update the Refresh/Changes button on Changes.Jay Freeman (saurik)
2014-05-19Use libicucore to build index collation transform.Jay Freeman (saurik)
2014-05-19Avoid misaligned second field in PrintTimes column.Jay Freeman (saurik)
2014-05-19Also use PackageName for -cyname in radix sorter.Jay Freeman (saurik)
2014-05-19Clean up all of the old _profile/PrintTimes logic.Jay Freeman (saurik)
2014-05-19New statistics now show the obvious being better.Jay Freeman (saurik)
2014-05-19Make HistogramInsertionSort's definition harmonize.Jay Freeman (saurik)
2014-05-19Avoid misaligned first field in PrintTimes column.Jay Freeman (saurik)
2014-05-18Rename Simple segment to User under Installed tab.Jay Freeman (saurik)
2014-05-17Add "sort by last updated" to InstalledController.Jay Freeman (saurik)
2014-05-17If using setRootViewController: don't addSubview:.Jay Freeman (saurik)
2014-05-17Sorting packages also requires the database lock.Jay Freeman (saurik)
2014-05-17Use FilteredPackageList to implement Changes (yay).Jay Freeman (saurik)
2014-05-17Move most of the textField code to back into init.Jay Freeman (saurik)
2014-05-17Use C++11 to remove setFilter:withObject:andStuff:.Jay Freeman (saurik)
2014-05-17Calculate last-update time for installed packages.Jay Freeman (saurik)
2014-05-17Don't rely on null-terminated name in PackageFind.Jay Freeman (saurik)
2014-05-17Rely on GetIndexes instead of ComputeIndexTargets.Jay Freeman (saurik)
2014-05-16No longer on gcc 4.2, so let's go Objective-C++11.Jay Freeman (saurik)
2014-05-16Port build environment to Xcode 5.0.2 (iOS 7 SDK).Jay Freeman (saurik)