]> git.saurik.com Git - cydia.git/log
cydia.git
13 years agoAdded session persistence; moved -init to -loadView, -viewDidLoad, etc; added releasi...
Grant Paul [Wed, 2 Feb 2011 08:11:55 +0000 (00:11 -0800)] 
Added session persistence; moved -init to -loadView, -viewDidLoad, etc; added releasing of views in low-memory situations; style changes.

13 years agoAvoid flashing empty package view as it loads the package details.
Grant Paul [Sat, 5 Feb 2011 08:39:15 +0000 (00:39 -0800)] 
Avoid flashing empty package view as it loads the package details.

13 years agoMake PackageCell, SourceCell, and SectionCell have reasonable VoiceOver labels.
Grant Paul [Thu, 3 Feb 2011 23:59:51 +0000 (15:59 -0800)] 
Make PackageCell, SourceCell, and SectionCell have reasonable VoiceOver labels.

13 years agoFix VoiceOver (at least on 4.x). Does not cause issues on other firmwares, since...
Grant Paul [Thu, 3 Feb 2011 23:40:19 +0000 (15:40 -0800)] 
Fix VoiceOver (at least on 4.x). Does not cause issues on other firmwares, since if the fix does not work it will just bail out (checks all methods, etc).

13 years agoWorkaround to fix the Settings Controller popup on initial launch.
Grant Paul [Wed, 2 Feb 2011 08:30:38 +0000 (00:30 -0800)] 
Workaround to fix the Settings Controller popup on initial launch.

13 years agoRefactor out SourceController; add cydia://source/<case-insensitive-source-name>...
Grant Paul [Wed, 2 Feb 2011 01:57:30 +0000 (17:57 -0800)] 
Refactor out SourceController; add cydia://source/<case-insensitive-source-name> to open it from outside the app.

13 years agoFormatting changes.
Grant Paul [Tue, 1 Feb 2011 22:49:39 +0000 (14:49 -0800)] 
Formatting changes.

13 years agoRefactor edit button in SectionsController; use system provided UIBarButtonItems.
Grant Paul [Tue, 1 Feb 2011 19:00:09 +0000 (11:00 -0800)] 
Refactor edit button in SectionsController; use system provided UIBarButtonItems.

13 years agoRemoved unused "accessory_" ivar of SectionsController.
Grant Paul [Tue, 1 Feb 2011 17:54:00 +0000 (09:54 -0800)] 
Removed unused "accessory_" ivar of SectionsController.

13 years agoFix stupidness introduced by last commit; correctly fix cydia://url/* URLs. make-me-a-sandwich
Grant Paul [Mon, 31 Jan 2011 07:42:16 +0000 (23:42 -0800)] 
Fix stupidness introduced by last commit; correctly fix cydia://url/* URLs.

13 years agoFix cydia://url/ links when they include a slash.
Grant Paul [Mon, 31 Jan 2011 07:31:59 +0000 (23:31 -0800)] 
Fix cydia://url/ links when they include a slash.

13 years agoUpdate section mapping to correctly redirect Themes (Video).
Grant Paul [Sun, 30 Jan 2011 01:32:01 +0000 (17:32 -0800)] 
Update section mapping to correctly redirect Themes (Video).

13 years agoFix refreshing bar on iOS 3.0+ by using the CoreFoundation version to check versionin...
Grant Paul [Sun, 30 Jan 2011 00:28:11 +0000 (16:28 -0800)] 
Fix refreshing bar on iOS 3.0+ by using the CoreFoundation version to check versioning at runtime.

13 years agoFix loading screen rotation.
Grant Paul [Fri, 28 Jan 2011 02:01:03 +0000 (18:01 -0800)] 
Fix loading screen rotation.

13 years agoSmall formatting fixes.
Grant Paul [Fri, 28 Jan 2011 02:00:55 +0000 (18:00 -0800)] 
Small formatting fixes.

13 years agoSanity in rotation handling: centralize in CYViewController, as it should be.
Grant Paul [Fri, 28 Jan 2011 01:44:39 +0000 (17:44 -0800)] 
Sanity in rotation handling: centralize in CYViewController, as it should be.

13 years agoFix a runtime syslog warning from UIKit by using the -tableView:accessoryTypeForRowWi...
Grant Paul [Thu, 27 Jan 2011 03:13:30 +0000 (19:13 -0800)] 
Fix a runtime syslog warning from UIKit by using the -tableView:accessoryTypeForRowWithIndexPath: in SourceController.

13 years agoMake ChangesController more like any other controller, i.e., use -initWithDatabase...
Grant Paul [Thu, 27 Jan 2011 02:44:41 +0000 (18:44 -0800)] 
Make ChangesController more like any other controller, i.e., use -initWithDatabase: and -setDelegate: instead of the unique -initWithDatabase:delegate:.

13 years agoControllers need their delegete set when launched from URLs. Also, use cydia://home...
Grant Paul [Sun, 23 Jan 2011 20:38:17 +0000 (12:38 -0800)] 
Controllers need their delegete set when launched from URLs. Also, use cydia://home when creating the home page, to avoid a *third* duplication of that code. (Setting the selected index to zero is not possible due to UITabBarController changes between 2.x and 3.x+ that make behavior uncertain in that case with regard to calling delegate methods.)

13 years agoFinish cydia:// URLs using the private "transient view controller" methods on UITabBa...
Grant Paul [Sun, 23 Jan 2011 06:35:52 +0000 (22:35 -0800)] 
Finish cydia:// URLs using the private "transient view controller" methods on UITabBarController. This allows for no tab to appear selected when on a page using a cydia:// URL.

13 years agoFix -setPage: to not pop all the other tabs to the root controller.
Grant Paul [Sun, 23 Jan 2011 06:05:04 +0000 (22:05 -0800)] 
Fix -setPage: to not pop all the other tabs to the root controller.

13 years agoFix changes badge on first refresh.
Grant Paul [Sun, 23 Jan 2011 00:57:18 +0000 (16:57 -0800)] 
Fix changes badge on first refresh.

13 years agoMoved code around and deleted duplicated and unused code.
Grant Paul [Sun, 23 Jan 2011 00:31:03 +0000 (16:31 -0800)] 
Moved code around and deleted duplicated and unused code.

 - Moved down SourceCell and SourceController to match master.
 - Moved down InstalledController to be in a sane location.
 - Merged DepSubstrate() in with Confirmation Controller's section to avoid a useless and mis-named section.
 - Removed CY prefix on a number of classes where it does not belong.
 - Changed a few folding markers to have more descriptive and accurate names.
 - Probably more.

13 years agoMerge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00' into tab-backup
Grant Paul [Sun, 23 Jan 2011 00:18:08 +0000 (16:18 -0800)] 
Merge commit '664d95c4bf793f6206d94a366caf31c90cd9fd00' into tab-backup

13 years agoMerge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e' into tab-backup
Grant Paul [Sun, 23 Jan 2011 00:17:57 +0000 (16:17 -0800)] 
Merge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e' into tab-backup

13 years agoMerge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26' into tab-backup
Grant Paul [Sun, 23 Jan 2011 00:17:49 +0000 (16:17 -0800)] 
Merge commit 'f64f9f6255e43c48ba2b8e5cea6a5b23e5d14e26' into tab-backup

13 years agoMerge commit :(. Bring in my work on URLs and UITabBarController into one functioning...
Grant Paul [Sun, 23 Jan 2011 00:10:09 +0000 (16:10 -0800)] 
Merge commit :(. Bring in my work on URLs and UITabBarController into one functioning whole!

 - Queueing badges and controllers work.
 - As far as I can tell, no broken URLs on Cydia pages.
   - There might still be one the website, but that's not under my control.
 - Lazy loads tabs again, but also doesn't reload the home page when switching back to it (yay!).
 - Adds "Show Pacakge Settings" duplicated text as a section header on the PackageSettingsController, for asthetic reasons.
 - Popups are *still* broken, and I still don't know why.

13 years agofixed a few outdated cydia:// URLs
Grant Paul [Sat, 22 Jan 2011 23:48:14 +0000 (15:48 -0800)] 
fixed a few outdated cydia:// URLs

13 years agoRemove SourceCell::description_ and hard-code height.
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:18:29 +0000 (17:18 -0800)] 
Remove SourceCell::description_ and hard-code height.

13 years agoUse 73, not 73.0f, for uniformity.
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:16:46 +0000 (17:16 -0800)] 
Use 73, not 73.0f, for uniformity.

13 years agoRemove (unused) +[PackageCell heightForPackage:].
Jay Freeman (saurik) [Sun, 2 Jan 2011 01:14:22 +0000 (17:14 -0800)] 
Remove (unused) +[PackageCell heightForPackage:].

13 years agoMerge branch 'master' of saurik.com:cydia into url-tabbar
Grant Paul [Wed, 5 Jan 2011 07:31:15 +0000 (23:31 -0800)] 
Merge branch 'master' of saurik.com:cydia into url-tabbar

13 years agoUntil the ignored toggle saves state, disallow modifying the state.
Grant Paul [Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)] 
Until the ignored toggle saves state, disallow modifying the state.

13 years agoUntil the ignored toggle saves state, disallow modifying the state.
Grant Paul [Tue, 4 Jan 2011 07:05:26 +0000 (23:05 -0800)] 
Until the ignored toggle saves state, disallow modifying the state.

13 years ago[LARGE COMMIT] Switch to lazy-loaded SDK-style tab management. Remove the tags on...
Grant Paul [Tue, 4 Jan 2011 06:59:48 +0000 (22:59 -0800)] 
[LARGE COMMIT] Switch to lazy-loaded SDK-style tab management. Remove the tags on the tab bar items, and remove a significant chunk of code. Also, fix a few internal pages (and the BrowserView) to work with the new URL schemes.

13 years agoRemoved obsolete reference to AddSourceController.
Grant Paul [Tue, 4 Jan 2011 04:54:38 +0000 (20:54 -0800)] 
Removed obsolete reference to AddSourceController.

13 years agoAdd CYEmulatedLoadingController, because there is no reason not to fake the whole...
Grant Paul [Tue, 4 Jan 2011 04:49:35 +0000 (20:49 -0800)] 
Add CYEmulatedLoadingController, because there is no reason not to fake the whole thing, and plenty of reasons to do so.

13 years agoBegan reworking of URL handling system; renamed a few classes to remove unnecessary...
Grant Paul [Tue, 4 Jan 2011 03:44:37 +0000 (19:44 -0800)] 
Began reworking of URL handling system; renamed a few classes to remove unnecessary CY prefix.

13 years agoShow dead sources
Ryan Petrich [Mon, 3 Jan 2011 13:29:52 +0000 (06:29 -0700)] 
Show dead sources

13 years agoFix crash on Changes tab due to section index out of bounds
Ryan Petrich [Mon, 3 Jan 2011 08:28:47 +0000 (01:28 -0700)] 
Fix crash on Changes tab due to section index out of bounds

13 years agoRemove (non-functional) shake-to-undo mechanism.
Jay Freeman (saurik) [Wed, 22 Dec 2010 06:48:45 +0000 (22:48 -0800)] 
Remove (non-functional) shake-to-undo mechanism.

13 years agoUse pngcrush to crush the images as we build the package.
Jay Freeman (saurik) [Wed, 15 Dec 2010 02:40:38 +0000 (18:40 -0800)] 
Use pngcrush to crush the images as we build the package.

13 years agog++ -mthumb
Jay Freeman (saurik) [Wed, 15 Dec 2010 01:04:01 +0000 (17:04 -0800)] 
g++ -mthumb

13 years agoRemoved random source icons from Cydia's package.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:52:21 +0000 (14:52 -0800)] 
Removed random source icons from Cydia's package.

13 years agoDisplay the size of the output package after dpkg-deb.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:51:04 +0000 (14:51 -0800)] 
Display the size of the output package after dpkg-deb.

13 years agoUse dpkg-deb -z to specify compression type.
Jay Freeman (saurik) [Tue, 14 Dec 2010 22:50:42 +0000 (14:50 -0800)] 
Use dpkg-deb -z to specify compression type.

13 years agoRevert all PNG files to their pre-pngcrush state.
Jay Freeman (saurik) [Tue, 7 Dec 2010 11:01:16 +0000 (03:01 -0800)] 
Revert all PNG files to their pre-pngcrush state.

13 years agoFurther break down _profile usage for ChangesController.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:24:18 +0000 (02:24 -0800)] 
Further break down _profile usage for ChangesController.

13 years agoAdd database lock @synchronized to -[ChangesController reloadData].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:23:33 +0000 (02:23 -0800)] 
Add database lock @synchronized to -[ChangesController reloadData].

13 years agoReallocate ChangesController::packages_ in _reloadPackages: instead of clearing in...
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:23:24 +0000 (02:23 -0800)] 
Reallocate ChangesController::packages_ in _reloadPackages: instead of clearing in reloadData.

13 years agoAllow profiling usage of Database::sections_ in -[Database mappedSectionForPointer:].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:20:00 +0000 (02:20 -0800)] 
Allow profiling usage of Database::sections_ in -[Database mappedSectionForPointer:].

13 years agoAdd _unlikely() to conditions in -[Package unfiltered].
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:18:46 +0000 (02:18 -0800)] 
Add _unlikely() to conditions in -[Package unfiltered].

13 years agoDo not highlight section cell text while editing.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:16:40 +0000 (02:16 -0800)] 
Do not highlight section cell text while editing.

13 years agoFix 'resubmit form' dialog: new alert API crash.
Jay Freeman (saurik) [Tue, 7 Dec 2010 10:15:37 +0000 (02:15 -0800)] 
Fix 'resubmit form' dialog: new alert API crash.

13 years agoStore Package::role_ as integer instead of NSString.
Jay Freeman (saurik) [Mon, 6 Dec 2010 12:59:36 +0000 (04:59 -0800)] 
Store Package::role_ as integer instead of NSString.

13 years agoCache section remap using APT cache pointer.
Jay Freeman (saurik) [Mon, 6 Dec 2010 12:58:20 +0000 (04:58 -0800)] 
Cache section remap using APT cache pointer.

13 years agoSwitch to native UITabBarController handling, and rewrite URL subsystem. Also make...
Grant Paul [Thu, 30 Dec 2010 09:52:12 +0000 (01:52 -0800)] 
Switch to native UITabBarController handling, and rewrite URL subsystem. Also make a number of changes, creating and renaming classes for the different pages dispalyed in Cydia. Incomplete; -urlForPage methods are not implemented or used and CYSearchController does not yet exist.

13 years agoAllow BrowserView subclasses to be notified of changes in loading state.
Grant Paul [Wed, 29 Dec 2010 06:05:59 +0000 (22:05 -0800)] 
Allow BrowserView subclasses to be notified of changes in loading state.

13 years agoCode, not comments, to control if the navigation bar on the homepage is hidden.
Grant Paul [Wed, 29 Dec 2010 06:00:04 +0000 (22:00 -0800)] 
Code, not comments, to control if the navigation bar on the homepage is hidden.

13 years agoYou can now tap a loading button to manage a commercial package, but not to install it.
Grant Paul [Mon, 20 Dec 2010 03:12:36 +0000 (19:12 -0800)] 
You can now tap a loading button to manage a commercial package, but not to install it.

13 years agoAdded Greek translation by limneos.
Grant Paul [Sun, 12 Dec 2010 19:43:44 +0000 (11:43 -0800)] 
Added Greek translation by limneos.

13 years agoAdd new package sorting engine (disabled due to speed) that uses the native 3.0+...
Grant Paul [Sun, 12 Dec 2010 11:18:07 +0000 (03:18 -0800)] 
Add new package sorting engine (disabled due to speed) that uses the native 3.0+ UILocalizedIndexedCollation to more closely mimic the official lists and provide localization for the table indexes. However, it UILocalizedIndexedCollation is unusably slow (about 7x slower than the previous implementation), so it is currently disabled (even if enabled, though, it is only used if UILocalizedIndexedCollation is available).

13 years agoCleanup my stupidity: remove logging, fix landscape back buttons (via delegation...
Grant Paul [Sun, 12 Dec 2010 07:28:51 +0000 (23:28 -0800)] 
Cleanup my stupidity: remove logging, fix landscape back buttons (via delegation to parent view controllers), and such.

13 years agoFixed empty Statistics on confirm page if all statistics have been removed.
Grant Paul [Sun, 12 Dec 2010 07:11:07 +0000 (23:11 -0800)] 
Fixed empty Statistics on confirm page if all statistics have been removed.

13 years agoFactored out CYLoadingIndicator, fixed landscape launches wrt CYLoadingIndicator...
Grant Paul [Sun, 12 Dec 2010 06:29:21 +0000 (22:29 -0800)] 
Factored out CYLoadingIndicator, fixed landscape launches wrt CYLoadingIndicator positioning.

13 years agoUndo my own fix for the lack of pinstripes on the iPad: pinstripes spread out when...
Grant Paul [Sun, 12 Dec 2010 04:42:01 +0000 (20:42 -0800)] 
Undo my own fix for the lack of pinstripes on the iPad: pinstripes spread out when rotating when using -pinStripeColor. A real fix is still needed.

13 years agoSpringBoard gets away with a completely fake status bar; Cydia can get away with...
Grant Paul [Sun, 12 Dec 2010 04:38:25 +0000 (20:38 -0800)] 
SpringBoard gets away with a completely fake status bar; Cydia can get away with a fake tab bar.

13 years agoremove obsolete methods left-over from UIViewController transition
Grant Paul [Sun, 12 Dec 2010 02:47:01 +0000 (18:47 -0800)] 
remove obsolete methods left-over from UIViewController transition

13 years agoRenamed SourceTable to SourceController, makes much more sense now.
Grant Paul [Sun, 12 Dec 2010 01:01:57 +0000 (17:01 -0800)] 
Renamed SourceTable to SourceController, makes much more sense now.

13 years agoDisabled obsolete usage to AddSourceController.
Grant Paul [Sun, 12 Dec 2010 01:01:26 +0000 (17:01 -0800)] 
Disabled obsolete usage to AddSourceController.

13 years agoRemoved unused AddSourceController stub.
Grant Paul [Sun, 12 Dec 2010 00:54:06 +0000 (16:54 -0800)] 
Removed unused AddSourceController stub.

13 years agoFix iPad pinstripes using private API; it sucks but it's the only way to work around...
Grant Paul [Sun, 12 Dec 2010 00:17:16 +0000 (16:17 -0800)] 
Fix iPad pinstripes using private API; it sucks but it's the only way to work around Apple's idiotic bug there.

13 years agoGerman localization update.
Grant Paul [Wed, 8 Dec 2010 08:26:31 +0000 (00:26 -0800)] 
German localization update.

13 years agoAllow ./version.sh on a specified commit-ish.
Jay Freeman (saurik) [Mon, 6 Dec 2010 11:04:40 +0000 (03:04 -0800)] 
Allow ./version.sh on a specified commit-ish.

13 years agoReload all the crazy different iPad tabs.
Jay Freeman (saurik) [Mon, 6 Dec 2010 11:04:17 +0000 (03:04 -0800)] 
Reload all the crazy different iPad tabs.

13 years agoFixed slight issue with last commit: always saved section editing changes even if...
Grant Paul [Sat, 4 Dec 2010 09:16:09 +0000 (01:16 -0800)] 
Fixed slight issue with last commit: always saved section editing changes even if you were not in editing mode.

13 years agoFixed bug switching tabs while editing sections, SectionsController -> CYSectionsCont...
Grant Paul [Sat, 4 Dec 2010 09:12:56 +0000 (01:12 -0800)] 
Fixed bug switching tabs while editing sections, SectionsController -> CYSectionsController.

13 years agoMake errors not horribly ugly looking on the iPad.
Grant Paul [Sat, 4 Dec 2010 07:39:29 +0000 (23:39 -0800)] 
Make errors not horribly ugly looking on the iPad.

13 years agoMore correctly handle a couple (impossible) corner cases of the new Cytore import...
Jay Freeman (saurik) [Fri, 3 Dec 2010 16:30:18 +0000 (08:30 -0800)] 
More correctly handle a couple (impossible) corner cases of the new Cytore import process.

13 years agoAdd _trace() calls around system() usage.
Jay Freeman (saurik) [Fri, 3 Dec 2010 10:58:34 +0000 (02:58 -0800)] 
Add _trace() calls around system() usage.

13 years agoUse uikittools' sbreload for Finish_ in ('restart', 'reload').
Jay Freeman (saurik) [Fri, 3 Dec 2010 10:57:01 +0000 (02:57 -0800)] 
Use uikittools' sbreload for Finish_ in ('restart', 'reload').

13 years agoCompile for 2.0 using 3.2 SDK (for now).
Jay Freeman (saurik) [Fri, 3 Dec 2010 09:36:27 +0000 (01:36 -0800)] 
Compile for 2.0 using 3.2 SDK (for now).

13 years agoUse reboot2() instead of system("reboot").
Jay Freeman (saurik) [Fri, 3 Dec 2010 00:00:57 +0000 (16:00 -0800)] 
Use reboot2() instead of system("reboot").

13 years agoPrefer SBReboot() (when available) to system("reboot").
Jay Freeman (saurik) [Thu, 2 Dec 2010 14:23:02 +0000 (06:23 -0800)] 
Prefer SBReboot() (when available) to system("reboot").

13 years agoRemove 1.x-compatible ApplicationIconBadge logic.
Jay Freeman (saurik) [Thu, 2 Dec 2010 12:49:05 +0000 (04:49 -0800)] 
Remove 1.x-compatible ApplicationIconBadge logic.

13 years agoAdded Chinese localization (complete), updated English localization, updated Cydia...
Grant Paul [Fri, 3 Dec 2010 09:12:46 +0000 (01:12 -0800)] 
Added Chinese localization (complete), updated English localization, updated Cydia to use two new strings. French and German localizations are currently lacking.

13 years agoRemoved unused/obsolete global variables.
Grant Paul [Fri, 3 Dec 2010 04:57:01 +0000 (20:57 -0800)] 
Removed unused/obsolete global variables.

13 years agoNaming sanity: RoleController -> CYSettingsController; SettingsController -> CYPackag...
Grant Paul [Fri, 3 Dec 2010 04:51:25 +0000 (20:51 -0800)] 
Naming sanity: RoleController -> CYSettingsController; SettingsController -> CYPackageSettingsController

13 years agoFixed cancel button sizing; blackified dropbar.
Grant Paul [Fri, 3 Dec 2010 01:19:18 +0000 (17:19 -0800)] 
Fixed cancel button sizing; blackified dropbar.

13 years agoFix the automatic scrolling - UIKit no longer likes 0-height rects :(. Only auto...
Dustin L. Howett [Thu, 2 Dec 2010 12:23:34 +0000 (07:23 -0500)] 
Fix the automatic scrolling - UIKit no longer likes 0-height rects :(. Only auto-scroll if we're within 20pt of the bottom of the output, so the user can scroll back in the middle of an operation.

13 years agoUse UIApplication::networkActivityIndicator to indicate network activity.
Jay Freeman (saurik) [Thu, 2 Dec 2010 11:33:09 +0000 (03:33 -0800)] 
Use UIApplication::networkActivityIndicator to indicate network activity.

13 years agoProtect against various <script/>-injection attacks.
Jay Freeman (saurik) [Thu, 2 Dec 2010 11:07:54 +0000 (03:07 -0800)] 
Protect against various <script/>-injection attacks.

13 years agoAutomatically use gcc 4.0 to target iOS 2.0, if available.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:56:31 +0000 (02:56 -0800)] 
Automatically use gcc 4.0 to target iOS 2.0, if available.

13 years agoAdd section icons for: Fonts, Site-Specific Apps, and Soundboards.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:28:41 +0000 (02:28 -0800)] 
Add section icons for: Fonts, Site-Specific Apps, and Soundboards.

13 years agopngcrush -rem alla -iphone -reduce -brute *.png
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:19:20 +0000 (02:19 -0800)] 
pngcrush -rem alla -iphone -reduce -brute *.png

13 years agoSubsections, like Addons (SBSettings), cannot have icons.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:04:31 +0000 (02:04 -0800)] 
Subsections, like Addons (SBSettings), cannot have icons.

13 years agoUse high-resolution icons for purpose badges.
Jay Freeman (saurik) [Thu, 2 Dec 2010 09:56:59 +0000 (01:56 -0800)] 
Use high-resolution icons for purpose badges.

13 years agoRemove firmware (>= 3.2) dependency from control file.
Jay Freeman (saurik) [Thu, 2 Dec 2010 10:29:42 +0000 (02:29 -0800)] 
Remove firmware (>= 3.2) dependency from control file.

13 years agoRepurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSuspend].
Jay Freeman (saurik) [Thu, 2 Dec 2010 08:46:10 +0000 (00:46 -0800)] 
Repurpose -[Cydia hudIsShowing] as -[Cydia isSafeToSuspend].

13 years agoImprove era locking on tables to allow rotation with HUDs.
Jay Freeman (saurik) [Thu, 2 Dec 2010 08:43:49 +0000 (00:43 -0800)] 
Improve era locking on tables to allow rotation with HUDs.