]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
This check was obviously backwards (OMG I'm dumb).
[cydia.git] / MobileCydia.mm
2014-10-22  Jay Freeman (saurik)Use public imageNamed, not applicationImageNamed. v1.1.13
2014-06-12  Jay Freeman (saurik)Someone saw UILocalizedIndexedCollation throw out.
2014-06-12  Jay Freeman (saurik)iOS 7's UILocalizedIndexedCollation fails Chinese.
2014-06-12  Jay Freeman (saurik)As the comment admitted: do not compare localized.
2014-06-12  Jay Freeman (saurik)Tighten ALL_SOURCES_EX width/string to make it fit.
2014-06-12  Jay Freeman (saurik)Just in case, I want to initialize this variable.
2014-06-12  Jay Freeman (saurik)Some minor adjustments to sort of support iOS 2.x.
2014-06-12  Jay Freeman (saurik)If we have a lot of memory, increase MaxParallel.
2014-06-12  Jay Freeman (saurik)Move the Queue button to upper-right of Installed.
2014-06-12  Jay Freeman (saurik)Truly "over-engineer" source progress indications.
2014-06-12  Jay Freeman (saurik)Use consistent "desc" name for ItemDesc parameter.
2014-06-11  Jay Freeman (saurik)The initial page color for packages should be nil.
2014-06-11  Jay Freeman (saurik)Improve icon image quality on non-Retina displays.
2014-06-11  Jay Freeman (saurik)Upgrade copyrights and about dialog to cover 2014.
2014-06-11  Jay Freeman (saurik)Reimplement the loading controller as real tabbar.
2014-06-11  Jay Freeman (saurik)Our app delegate doesn't implement these protocols.
2014-06-11  Jay Freeman (saurik)Remove some obsolete helper code from the dropbar.
2014-06-10  Jay Freeman (saurik)Do not show timestamp for "ancient" recent items.
2014-06-10  Jay Freeman (saurik)Add package installation warnings for */.DS_Store.
2014-06-10  Jay Freeman (saurik)Add more detail in body of the Invalid URL dialog.
2014-05-27  Jay Freeman (saurik)Expose Package upgraded time to JavaScript bridge.
2014-05-27  Jay Freeman (saurik)Improve naming of Package upgraded time selectors.
2014-05-25  Jay Freeman (saurik)Initialize/check Installed/Recent section with nil.
2014-05-25  Jay Freeman (saurik)Add the day as section header to Installed/Recent.
2014-05-25  Jay Freeman (saurik)Avoid division by 0 and implicit-zero struct value.
2014-05-25  Jay Freeman (saurik)Make root->mobile preference shift find keyboards.
2014-05-25  Jay Freeman (saurik)Port root->mobile preference shift to the future.
2014-05-25  Jay Freeman (saurik)Make root->mobile preference shift exception-safe.
2014-05-22  Jay Freeman (saurik)Allow multi-tasking while modal dialog is present.
2014-05-20  Jay Freeman (saurik)Fix regular expression subjects encoded in UTF-8.
2014-05-20  Jay Freeman (saurik)Delayed URL loads should still be forExternal:YES.
2014-05-20  Jay Freeman (saurik)Also update the Refresh/Changes button on Changes.
2014-05-19  Jay Freeman (saurik)Use libicucore to build index collation transform.
2014-05-19  Jay Freeman (saurik)Avoid misaligned second field in PrintTimes column.
2014-05-19  Jay Freeman (saurik)Also use PackageName for -cyname in radix sorter.
2014-05-19  Jay Freeman (saurik)Clean up all of the old _profile/PrintTimes logic.
2014-05-19  Jay Freeman (saurik)New statistics now show the obvious being better.
2014-05-19  Jay Freeman (saurik)Make HistogramInsertionSort's definition harmonize.
2014-05-19  Jay Freeman (saurik)Avoid misaligned first field in PrintTimes column.
2014-05-19  Jay Freeman (saurik)Rename Simple segment to User under Installed tab.
2014-05-18  Jay Freeman (saurik)Add "sort by last updated" to InstalledController.
2014-05-17  Jay Freeman (saurik)If using setRootViewController: don't addSubview:.
2014-05-17  Jay Freeman (saurik)Sorting packages also requires the database lock.
2014-05-17  Jay Freeman (saurik)Use FilteredPackageList to implement Changes (yay).
2014-05-17  Jay Freeman (saurik)Move most of the textField code to back into init.
2014-05-17  Jay Freeman (saurik)Use C++11 to remove setFilter:withObject:andStuff:.
2014-05-17  Jay Freeman (saurik)Calculate last-update time for installed packages.
2014-05-17  Jay Freeman (saurik)Don't rely on null-terminated name in PackageFind.
2014-05-17  Jay Freeman (saurik)Rely on GetIndexes instead of ComputeIndexTargets.
2014-05-17  Jay Freeman (saurik)No longer on gcc 4.2, so let's go Objective-C++11.
2014-05-17  Jay Freeman (saurik)Port build environment to Xcode 5.0.2 (iOS 7 SDK).
2014-05-17  Jay Freeman (saurik)This isn't strictly neccessary, but let's be safe.
2014-05-16  Jay Freeman (saurik)New role changes broke Simple/Expert abstraction.
2014-05-16  Jay Freeman (saurik)Deleting a source left the list in half-edit mode.
2014-05-14  Jay Freeman (saurik)Do not allow invalid APT config lines as sources.
2014-05-14  Jay Freeman (saurik)Remove obsolete commented-out source check stuff.
2014-05-14  Jay Freeman (saurik)Force clear all source's fetches when fetch stops.
2014-05-14  Jay Freeman (saurik)Add a fetch activity indicator to the source cells.
2014-05-14  Jay Freeman (saurik)Replace Simple/Expert toggle with segment control.
2014-05-14  Jay Freeman (saurik)Remove the dropbar, replace with a loading badge.
2014-05-14  Jay Freeman (saurik)Remove Settings (this concept is mostly obsolete).
2014-05-14  Jay Freeman (saurik)Remove Manage/Storage, merge Sections and Sources.
2014-05-13  Jay Freeman (saurik)Read source origin, not URL, when doing VoiceOver.
2014-05-13  Jay Freeman (saurik)Decode all URL arguments before parsing the route.
2014-05-13  Jay Freeman (saurik)Generalize TabBarController transients to CyteKit.
2014-05-12  Jay Freeman (saurik)The April Fools' dickbar has likely rotted anyway.
2014-05-12  Jay Freeman (saurik)Remove the section "promoted" cells (just easier).
2014-05-12  Jay Freeman (saurik)Remove the April Fools' CHANGES -> Timeline hack.
2014-05-12  Jay Freeman (saurik)Remove _clear from Source (future code loses it).
2014-05-12  Jay Freeman (saurik)Standardize the formatting and logic of ReapZombie.
2014-05-12  Jay Freeman (saurik)Fix a silly mistake (a reversed close assertion).
2013-12-24  Jay Freeman (saurik)Last ditch hack to make the dropbar not fatal UI. v1.1.9
2013-12-24  Jay Freeman (saurik)Satisfy Optimo's request to make Sections lighter.
2013-12-24  Jay Freeman (saurik)Fix iOS 7 autorotate (need setRootViewController).
2013-12-24  Jay Freeman (saurik)Use userInterfaceIdiom instead of isWildcat for 7.
2013-12-24  Jay Freeman (saurik)Stashing /usr/libexec is fatal if using evasi0n7.
2013-12-24  Jay Freeman (saurik)Replace all images with the new ones from Kyle.
2013-12-24  Jay Freeman (saurik)Actually fixed the dropbar adjustments on iOS 7.
2013-12-24  Jay Freeman (saurik)Add cydia.getApplicationInfoValue() for ProTube.
2013-12-23  Jay Freeman (saurik)Fix Restart SpringBoard on iOS 3 (maybe others?).
2013-12-23  Jay Freeman (saurik)I think this made the dropbar almost work on iOS 7.
2013-12-22  Jay Freeman (saurik)I don't even remember what this fixed (omg fail).
2013-10-30  Jay Freeman (saurik)New Cydia style no longer requires legacy metrics.
2013-10-28  Jay Freeman (saurik)Re-add package-level Support as override for Bugs.
2013-10-28  Jay Freeman (saurik)Provide the entire package record via JavaScript.
2013-10-28  Jay Freeman (saurik)Remove the Sponsor field (it was obsolete in 2008).
2013-10-28  Jay Freeman (saurik)Always show the short description (even on iPad).
2013-10-15  Jay Freeman (saurik)Add the new iOS 7 tab bar icons (from Surenix).
2013-09-30  Jay Freeman (saurik)Fix text width of editing section cells on iOS 7.
2013-09-30  Jay Freeman (saurik)Do not white text on iOS 7 highlighted table cells.
2013-09-30  Jay Freeman (saurik)Fix UISwitch cell position (used to be iOS 4 only).
2013-09-30  Jay Freeman (saurik)Support detecting if iOS 7 is fast (yes: yes it is).
2013-09-29  Jay Freeman (saurik)Update copyright notices to include the year 2013.
2013-09-29  Jay Freeman (saurik)In the last couple decades I learned BSD is wrong.
2013-09-29  Jay Freeman (saurik)Use MobileGestalt to get device uniqueIdentifier.
2013-09-23  Jay Freeman (saurik)Old fix for Cydia failing to save Source changes.
2012-09-21  Jay Freeman (saurik)Restart/Reload SpringBoard -> Restart backboardd. v1.1.8
2012-09-13  Jay Freeman (saurik)Add cydia.registerFrame() to force auto-iframe size.
2012-09-10  Jay Freeman (saurik)Allow users to click loading customized buttons.
2012-09-10  Jay Freeman (saurik)Remove redundant "protect commercial package" logic.
next