]> git.saurik.com Git - cydia.git/history - MobileCydia.mm
Do not attempt to suspend Cydia on iOS before 8.0.
[cydia.git] / MobileCydia.mm
2014-10-30  Jay Freeman (saurik)Do not attempt to suspend Cydia on iOS before 8.0.
2014-10-30  Jay Freeman (saurik)Today we show that no one is above semicolon bugs.
2014-10-30  Jay Freeman (saurik)Reloading data for sure means you aren't queueing.
2014-10-30  Jay Freeman (saurik)Make the code for various intervals more similar.
2014-10-30  Jay Freeman (saurik)Unify intervals for foregrounding with launching.
2014-10-29  Jay Freeman (saurik)Reload the appcache if suspended over ten minutes.
2014-10-29  Jay Freeman (saurik)Force a refresh if suspended for over ten minutes.
2014-10-29  Jay Freeman (saurik)Save application interface state when suspending.
2014-10-29  Jay Freeman (saurik)Fix some permissions issues caused by root switch.
2014-10-29  Jay Freeman (saurik)Safe cancel of bad confirm should continue queue.
2014-10-28  Jay Freeman (saurik)Issues with /Applications were caused by Substrate.
2014-10-28  Jay Freeman (saurik)iOS 8 considers an action sheet to be a modal view.
2014-10-27  Jay Freeman (saurik)Remove /Applications from the stashing mechanism.
2014-10-27  Jay Freeman (saurik)Flail around, attacking random "suspend" messages.
2014-10-27  Jay Freeman (saurik)We should also be changing the gid, not just uid.
2014-10-27  Jay Freeman (saurik)Entirely isolate setreuid logic to MobileCydia.mm.
2014-10-27  Jay Freeman (saurik)Add more parts of Cydia that need to run as root.
2014-10-26  Jay Freeman (saurik)It's possible to externally lock dpkg under _root!
2014-10-26  Jay Freeman (saurik)Continue to put APT's extended_states in /var/lib.
2014-10-26  Jay Freeman (saurik)Attempt to isolate Cydia's priviledged code paths.
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?).
next