]> git.saurik.com Git - cydia.git/log
cydia.git
14 years agoPrefer C++ constructor to C initializer in old main().
Jay Freeman (saurik) [Mon, 4 Oct 2010 11:11:44 +0000 (04:11 -0700)] 
Prefer C++ constructor to C initializer in old main().

14 years agoReformat UIHardware$, using autorelease instead of explicit release.
Jay Freeman (saurik) [Mon, 4 Oct 2010 11:11:27 +0000 (04:11 -0700)] 
Reformat UIHardware$, using autorelease instead of explicit release.

14 years agoRemove incorrect positioning hack.
Jay Freeman (saurik) [Mon, 4 Oct 2010 11:11:04 +0000 (04:11 -0700)] 
Remove incorrect positioning hack.

14 years agoFix the warnings when building with AlwaysReload=0, and fix the action button for...
Dustin L. Howett [Mon, 4 Oct 2010 11:05:20 +0000 (07:05 -0400)] 
Fix the warnings when building with AlwaysReload=0, and fix the action button for AlwaysReload=1 (actionButtonClicked -> customButtonClicked, to match the superclass, so there's an implementation to fall through to if AlwaysReload==1)

14 years agoRemoved tabs and trailing space characters from codebase.
Jay Freeman (saurik) [Mon, 4 Oct 2010 10:37:09 +0000 (03:37 -0700)] 
Removed tabs and trailing space characters from codebase.

14 years agoUse drawAtPoint:forWidth:withFont:lineBreakMode: instead of drawAtPoint:forWidth...
Dustin L. Howett [Mon, 4 Oct 2010 10:10:43 +0000 (06:10 -0400)] 
Use drawAtPoint:forWidth:withFont:lineBreakMode: instead of drawAtPoint:forWidth:withFont:ellipsis:, as the latter is deprecated and actually crashes now for some reason.

14 years agoFix the type of the ellipsis: argument.
Jay Freeman (saurik) [Mon, 4 Oct 2010 10:07:12 +0000 (03:07 -0700)] 
Fix the type of the ellipsis: argument.

14 years agoAdd iPhonePrivate.h to makefile dependencies.
Jay Freeman (saurik) [Mon, 4 Oct 2010 10:07:00 +0000 (03:07 -0700)] 
Add iPhonePrivate.h to makefile dependencies.

14 years agoFix permissions in dpkg-deb and add du back to package.
Jay Freeman (saurik) [Mon, 4 Oct 2010 10:02:26 +0000 (03:02 -0700)] 
Fix permissions in dpkg-deb and add du back to package.

14 years agoRewrote the build environment from scratch.
Jay Freeman (saurik) [Mon, 4 Oct 2010 09:40:27 +0000 (02:40 -0700)] 
Rewrote the build environment from scratch.

14 years agoself isn't even initialized, why are we trying to get our own view?
Dustin L. Howett [Mon, 4 Oct 2010 09:02:37 +0000 (05:02 -0400)] 
self isn't even initialized, why are we trying to get our own view?

14 years agoReplaced UIActionSheet with UIAlertView in BrowserView; not fully tested, but the...
Grant Paul [Mon, 4 Oct 2010 05:08:38 +0000 (22:08 -0700)] 
Replaced UIActionSheet with UIAlertView in BrowserView; not fully tested, but the code looks correct when I reviewed it.

14 years agoChanged the package preferences controller to use UITableView rather than the private...
Grant Paul [Mon, 4 Oct 2010 04:46:40 +0000 (21:46 -0700)] 
Changed the package preferences controller to use UITableView rather than the private UIPreferencesTable; also, it uses UISwitch rather than _UISwitchSlider, since that's gone in 4.2.

14 years agoApparently sometimes the superclass does implement -applicationWillResignActive:...
Grant Paul [Sun, 3 Oct 2010 20:19:23 +0000 (13:19 -0700)] 
Apparently sometimes the superclass does implement -applicationWillResignActive:. So, if it does, we should call it!

14 years agoUse a static value for the width of the confirm prompt to prevent it from scrolling...
Grant Paul [Sun, 3 Oct 2010 19:38:23 +0000 (12:38 -0700)] 
Use a static value for the width of the confirm prompt to prevent it from scrolling on the iPad, where device-width isn't always the same as the real width we want.

14 years agoImproved positioning and rotation support of Settings view.
Grant Paul [Sun, 3 Oct 2010 09:01:31 +0000 (02:01 -0700)] 
Improved positioning and rotation support of Settings view.

14 years agoSupport landscape in the new Settings view.
Grant Paul [Sun, 3 Oct 2010 08:54:18 +0000 (01:54 -0700)] 
Support landscape in the new Settings view.

14 years agoDon't bother updating data if we aren't actually, like, changing anything.
Grant Paul [Sun, 3 Oct 2010 08:49:57 +0000 (01:49 -0700)] 
Don't bother updating data if we aren't actually, like, changing anything.

14 years agoOne last fix for the new Settings panel -- actually save the settings (um yeah).
Grant Paul [Sun, 3 Oct 2010 08:46:36 +0000 (01:46 -0700)] 
One last fix for the new Settings panel -- actually save the settings (um yeah).

14 years agoFixed crash when resigning active (call, lock screen, etc) -- the superclass does...
Grant Paul [Sun, 3 Oct 2010 08:40:54 +0000 (01:40 -0700)] 
Fixed crash when resigning active (call, lock screen, etc) -- the superclass does not provide an implementation. (Crash was introduced in a previous commit, when I fixed the "hang on resuming after lockscreen" bug.)

14 years agoCompleted new "Who Are You?" panel. Details:
Grant Paul [Sun, 3 Oct 2010 08:35:15 +0000 (01:35 -0700)] 
Completed new "Who Are You?" panel. Details:

 - Fixed strange crash (introduced with last commit).
 - Changed to a "form sheet" style of view controller on the iPad"
 - Added Settings under the "Sources" tab on the iPad (where else to put it?)
 - Changed English localization to reflect the above iPad change, and made the _EX role descriptions more useful.

14 years agoNew settings view. Moar awesome. Crashes in a weird way. Hard.
Grant Paul [Sun, 3 Oct 2010 08:13:45 +0000 (01:13 -0700)] 
New settings view. Moar awesome. Crashes in a weird way. Hard.

14 years agoFixed refreshing on sleep/call/lock.
Grant Paul [Fri, 1 Oct 2010 06:26:15 +0000 (23:26 -0700)] 
Fixed refreshing on sleep/call/lock.

14 years agoAddons (BossPaper)
Dustin L. Howett [Fri, 1 Oct 2010 00:39:36 +0000 (20:39 -0400)] 
Addons (BossPaper)

14 years agoIt's just one character chpwn why do i have to do it chpwn huh chpwn why
Dustin L. Howett [Fri, 1 Oct 2010 00:34:35 +0000 (20:34 -0400)] 
It's just one character chpwn why do i have to do it chpwn huh chpwn why

14 years agoChanges to sections.plist; consolidated some categories.
Grant Paul [Fri, 1 Oct 2010 00:08:18 +0000 (17:08 -0700)] 
Changes to sections.plist; consolidated some categories.

14 years agoAdd External Status API
Ryan Petrich [Sun, 26 Sep 2010 08:48:43 +0000 (02:48 -0600)] 
Add External Status API

status stored in the com.saurik.Cydia.status register: 0 = clean, 1 = installing, 2 = installed and requires confirmation to respring/reboot/etc
com.saurik.Cydia.status is notify_post'ed when status changes

14 years agoremoved uneeded code for cancel/queue ui change
Grant Paul [Sun, 26 Sep 2010 05:17:55 +0000 (22:17 -0700)] 
removed uneeded code for cancel/queue ui change

14 years agoBetter Queue UI. Discoverable. WebKit JS/objc bridge.
Grant Paul [Sun, 26 Sep 2010 05:15:30 +0000 (22:15 -0700)] 
Better Queue UI. Discoverable. WebKit JS/objc bridge.

14 years agoFix Manage buttons/title.
Grant Paul [Fri, 24 Sep 2010 00:13:34 +0000 (17:13 -0700)] 
Fix Manage buttons/title.

14 years agoeven more browserview/cydia; fully working now!
Grant Paul [Thu, 23 Sep 2010 23:44:06 +0000 (16:44 -0700)] 
even more browserview/cydia; fully working now!

14 years agomore browserview/cydia
Grant Paul [Thu, 23 Sep 2010 23:36:19 +0000 (16:36 -0700)] 
more browserview/cydia

14 years agoactually add files
Grant Paul [Thu, 23 Sep 2010 23:32:04 +0000 (16:32 -0700)] 
actually add files

14 years agofixed browser and cydia (except indicator_ in browsercontroller), new default.png
Grant Paul [Thu, 23 Sep 2010 23:31:43 +0000 (16:31 -0700)] 
fixed browser and cydia (except indicator_ in browsercontroller), new default.png

14 years agoStill untested, fixed title.
Grant Paul [Thu, 23 Sep 2010 17:36:49 +0000 (10:36 -0700)] 
Still untested, fixed title.

14 years agoUpdate Cydia for BrowserController changes; also untested and uncompiled.
Grant Paul [Thu, 23 Sep 2010 17:34:38 +0000 (10:34 -0700)] 
Update Cydia for BrowserController changes; also untested and uncompiled.

14 years agoUntested (not even compiled), renamed to BrowserController and fixed buttons.
Grant Paul [Thu, 23 Sep 2010 17:29:31 +0000 (10:29 -0700)] 
Untested (not even compiled), renamed to BrowserController and fixed buttons.

14 years agoWhen cancelButtonIndex is -1, use the first button's background image for the rest...
Ryan Petrich [Thu, 23 Sep 2010 09:28:17 +0000 (03:28 -0600)] 
When cancelButtonIndex is -1, use the first button's background image for the rest of the buttons as well

14 years agoUse native modal capability of UIAlertView (so that scrollbar doesn't fail)
Ryan Petrich [Thu, 23 Sep 2010 09:27:01 +0000 (03:27 -0600)] 
Use native modal capability of UIAlertView (so that scrollbar doesn't fail)

14 years agoFix keyboard animation when selecting package from search controller when keyboard...
Ryan Petrich [Thu, 23 Sep 2010 08:49:44 +0000 (02:49 -0600)] 
Fix keyboard animation when selecting package from search controller when keyboard is up

14 years agoUse system keyboard sounds setting
Ryan Petrich [Thu, 23 Sep 2010 08:43:54 +0000 (02:43 -0600)] 
Use system keyboard sounds setting

Kind of a hack, but the setting is buried in UIKit as a static
Doesn't track system notifications, but I don't think that's a big deal

14 years agoWhite background the first time Changes is loaded
Ryan Petrich [Thu, 23 Sep 2010 07:56:48 +0000 (01:56 -0600)] 
White background the first time Changes is loaded

14 years agosay thank you, comex :P. animation for editing bar button item for sections.
Grant Paul [Thu, 23 Sep 2010 07:22:11 +0000 (00:22 -0700)] 
say thank you, comex :P. animation for editing bar button item for sections.

14 years agoFix search bar rect when starting in landscape
Ryan Petrich [Thu, 23 Sep 2010 06:50:46 +0000 (00:50 -0600)] 
Fix search bar rect when starting in landscape

14 years agoFix navigation bar animation when rotating
Ryan Petrich [Thu, 23 Sep 2010 05:28:57 +0000 (23:28 -0600)] 
Fix navigation bar animation when rotating

14 years agoadded fixme where issue remains.
Grant Paul [Thu, 23 Sep 2010 05:16:54 +0000 (22:16 -0700)] 
added fixme where issue remains.

14 years agomore rotation fixes: remove rotation info from UCViewController, and let the HUDs...
Grant Paul [Thu, 23 Sep 2010 04:43:06 +0000 (21:43 -0700)] 
more rotation fixes: remove rotation info from UCViewController, and let the HUDs rotate (Reloading Data: now with added landscape!)

14 years agofixed controller thing; fixed refreshbar in landscape and w/ rotation, fixed view...
Grant Paul [Thu, 23 Sep 2010 03:47:18 +0000 (20:47 -0700)] 
fixed controller thing; fixed refreshbar in landscape and w/ rotation, fixed view controller sizing and placement.

14 years agoRenamed Views to Controllers.
Grant Paul [Thu, 23 Sep 2010 02:41:50 +0000 (19:41 -0700)] 
Renamed Views to Controllers.

14 years agoFix viewport issues with landscape and web document view's frame.y property becoming...
Ryan Petrich [Thu, 23 Sep 2010 02:17:41 +0000 (20:17 -0600)] 
Fix viewport issues with landscape and web document view's frame.y property becoming negative

14 years agoCommit (chpwn): refresh-rotation-fixes.patch
Grant Paul [Wed, 22 Sep 2010 05:52:26 +0000 (05:52 +0000)] 
Commit (chpwn): refresh-rotation-fixes.patch

14 years agoCommit (chpwn): tabs-to-spaces-and-fixed-refresh-bar.patch
Grant Paul [Wed, 22 Sep 2010 02:10:21 +0000 (02:10 +0000)] 
Commit (chpwn): tabs-to-spaces-and-fixed-refresh-bar.patch

14 years agoCommit (chpwn): reachability.patch
Grant Paul [Tue, 21 Sep 2010 10:54:30 +0000 (10:54 +0000)] 
Commit (chpwn): reachability.patch

14 years agoCommit (chpwn): uiviewcontroller-final.patch
Grant Paul [Tue, 21 Sep 2010 10:53:41 +0000 (10:53 +0000)] 
Commit (chpwn): uiviewcontroller-final.patch

14 years agoRemove Disk Using/Freeing.
Jay Freeman (saurik) [Wed, 15 Sep 2010 09:09:47 +0000 (09:09 +0000)] 
Remove Disk Using/Freeing.

14 years agoGenerating leading newlines is silly.
Jay Freeman (saurik) [Thu, 2 Sep 2010 00:14:38 +0000 (00:14 +0000)] 
Generating leading newlines is silly.

14 years agoAdd some of the new cy+ stuff.
Jay Freeman (saurik) [Thu, 2 Sep 2010 00:05:11 +0000 (00:05 +0000)] 
Add some of the new cy+ stuff.

14 years agochpwn forgot something important.
Jay Freeman (saurik) [Tue, 31 Aug 2010 02:01:09 +0000 (02:01 +0000)] 
chpwn forgot something important.

14 years agoCommit (chpwn): uitableview-three.patch
Grant Paul [Tue, 31 Aug 2010 01:59:08 +0000 (01:59 +0000)] 
Commit (chpwn): uitableview-three.patch

14 years agoCommit (chpwn): popovers.patch
Grant Paul [Wed, 11 Aug 2010 18:11:08 +0000 (18:11 +0000)] 
Commit (chpwn): popovers.patch

14 years agoCommit (chpwn): good-bye-uiactionsheet.patch
Grant Paul [Tue, 10 Aug 2010 17:39:04 +0000 (17:39 +0000)] 
Commit (chpwn): good-bye-uiactionsheet.patch

14 years agoCommit (chpwn): fixed-cyactionsheet.patch
Grant Paul [Tue, 10 Aug 2010 17:38:42 +0000 (17:38 +0000)] 
Commit (chpwn): fixed-cyactionsheet.patch

14 years agoCommit (chpwn): upgrade-fixhalf-alerts.patch
Grant Paul [Tue, 10 Aug 2010 17:38:02 +0000 (17:38 +0000)] 
Commit (chpwn): upgrade-fixhalf-alerts.patch

14 years agoCommit (chpwn): essential-alerts.patch
Grant Paul [Tue, 10 Aug 2010 17:37:39 +0000 (17:37 +0000)] 
Commit (chpwn): essential-alerts.patch

14 years agoCommit (chpwn): conffile-alert.patch
Grant Paul [Tue, 10 Aug 2010 17:37:22 +0000 (17:37 +0000)] 
Commit (chpwn): conffile-alert.patch

14 years agoCommit (chpwn): fixed-about-alert.patch
Grant Paul [Tue, 10 Aug 2010 17:36:57 +0000 (17:36 +0000)] 
Commit (chpwn): fixed-about-alert.patch

14 years agoCommit (chpwn): packages-cell-landscape.patch
Grant Paul [Tue, 10 Aug 2010 17:36:31 +0000 (17:36 +0000)] 
Commit (chpwn): packages-cell-landscape.patch

14 years agoCommit (chpwn): installed-files-list-landscape.patch
Grant Paul [Tue, 10 Aug 2010 17:36:10 +0000 (17:36 +0000)] 
Commit (chpwn): installed-files-list-landscape.patch

14 years agoCommit (chpwn): uitabbar-fixed-badging.patch
Grant Paul [Tue, 10 Aug 2010 17:35:42 +0000 (17:35 +0000)] 
Commit (chpwn): uitabbar-fixed-badging.patch

14 years agoMerged uialertview-for-cyactionsheet.patch from chpwn.
Grant Paul [Mon, 9 Aug 2010 22:34:46 +0000 (22:34 +0000)] 
Merged uialertview-for-cyactionsheet.patch from chpwn.

14 years agoWolfgang is the man.
Jay Freeman (saurik) [Wed, 4 Aug 2010 10:33:10 +0000 (10:33 +0000)] 
Wolfgang is the man.

14 years agoInitial high-res icon.
Jay Freeman (saurik) [Sun, 1 Aug 2010 18:14:38 +0000 (18:14 +0000)] 
Initial high-res icon.

14 years agoCommit the webview_ -> document_ change.
Jay Freeman (saurik) [Fri, 30 Jul 2010 11:15:08 +0000 (11:15 +0000)] 
Commit the webview_ -> document_ change.

14 years agoFix the installed checkmark.
Jay Freeman (saurik) [Fri, 30 Jul 2010 11:14:51 +0000 (11:14 +0000)] 
Fix the installed checkmark.

14 years agoFurther iPhone 4 resolution bumps.
Jay Freeman (saurik) [Fri, 30 Jul 2010 10:58:12 +0000 (10:58 +0000)] 
Further iPhone 4 resolution bumps.

14 years agoiPhone 4 hi-res.
Jay Freeman (saurik) [Fri, 30 Jul 2010 08:55:01 +0000 (08:55 +0000)] 
iPhone 4 hi-res.

14 years agoSome random fixes for the 4.0 launch.
Jay Freeman (saurik) [Mon, 21 Jun 2010 09:08:04 +0000 (09:08 +0000)] 
Some random fixes for the 4.0 launch.

14 years agoAdded support for sbdidlaunch.
Jay Freeman (saurik) [Mon, 21 Jun 2010 07:11:02 +0000 (07:11 +0000)] 
Added support for sbdidlaunch.

14 years agoChanged cache control.
Jay Freeman (saurik) [Mon, 21 Jun 2010 07:10:52 +0000 (07:10 +0000)] 
Changed cache control.

14 years agoRemove confusing references from Copyright notice.
Jay Freeman (saurik) [Sat, 22 May 2010 23:49:04 +0000 (23:49 +0000)] 
Remove confusing references from Copyright notice.

14 years agoLoading changes, visibility switches, gsc.wildcat issues, remote package catalog...
Jay Freeman (saurik) [Wed, 12 May 2010 10:03:01 +0000 (10:03 +0000)] 
Loading changes, visibility switches, gsc.wildcat issues, remote package catalog, unique id on repository verify, copyright notice in about, and weird scrolling issues with old scroller.

14 years agoForRelease, !ForSaurik
Jay Freeman (saurik) [Sun, 2 May 2010 02:52:59 +0000 (02:52 +0000)] 
ForRelease, !ForSaurik

14 years agoSo close to getting landscape working, it hurts :(.
Jay Freeman (saurik) [Sun, 2 May 2010 02:47:21 +0000 (02:47 +0000)] 
So close to getting landscape working, it hurts :(.

14 years agoFinished implement Cydia Token, fixed width rendering, hide unsupported roles from...
Jay Freeman (saurik) [Fri, 30 Apr 2010 22:40:12 +0000 (22:40 +0000)] 
Finished implement Cydia Token, fixed width rendering, hide unsupported roles from search, and show the right description on the right platform

14 years agoAdded tokens, cydia::obsolete, faster search, header parsing, long descriptions on...
Jay Freeman (saurik) [Fri, 30 Apr 2010 18:51:21 +0000 (18:51 +0000)] 
Added tokens, cydia::obsolete, faster search, header parsing, long descriptions on iPad, wide tables, abstracted dropBar, singleton keyboard, lazy panels, GraphicsServices capabilities, portrait-only, and ISOLatin1 fallback.

14 years agoI hate repositories.
Jay Freeman (saurik) [Thu, 29 Apr 2010 10:09:23 +0000 (10:09 +0000)] 
I hate repositories.

14 years agoScrollers and keyboards and things.
Jay Freeman (saurik) [Fri, 9 Apr 2010 07:16:07 +0000 (07:16 +0000)] 
Scrollers and keyboards and things.

14 years agoThis is working well.
Jay Freeman (saurik) [Wed, 7 Apr 2010 13:13:52 +0000 (13:13 +0000)] 
This is working well.

14 years agoCydia LD.
Jay Freeman (saurik) [Tue, 6 Apr 2010 11:26:21 +0000 (11:26 +0000)] 
Cydia LD.

14 years agoRemove find-as-you-type-descriptions.
Jay Freeman (saurik) [Sat, 3 Apr 2010 23:05:24 +0000 (23:05 +0000)] 
Remove find-as-you-type-descriptions.

14 years agoCommitting final workaround for the tiny iframe of doom problem.
Jay Freeman (saurik) [Wed, 17 Mar 2010 07:47:44 +0000 (07:47 +0000)] 
Committing final workaround for the tiny iframe of doom problem.

14 years agoWe like it when things compile.
Jay Freeman (saurik) [Wed, 17 Mar 2010 07:06:06 +0000 (07:06 +0000)] 
We like it when things compile.

14 years agoFixed a localization bug in section hiding.
Jay Freeman (saurik) [Sun, 21 Feb 2010 18:23:00 +0000 (18:23 +0000)] 
Fixed a localization bug in section hiding.

14 years agoFix the ZodTTD/MacCiti Mac OS Roman Name: bug.
Jay Freeman (saurik) [Mon, 28 Dec 2009 20:01:47 +0000 (20:01 +0000)] 
Fix the ZodTTD/MacCiti Mac OS Roman Name: bug.

14 years agoDHowett noticed that setenv(, NULL, ) crashes, so if there is no language set somehow...
Jay Freeman (saurik) [Sat, 28 Nov 2009 06:36:22 +0000 (06:36 +0000)] 
DHowett noticed that setenv(, NULL, ) crashes, so if there is no language set somehow I need to not try to force the issue.

14 years agoMerge bootstrap fix from Telesphoreo.
Jay Freeman (saurik) [Wed, 16 Sep 2009 22:44:35 +0000 (22:44 +0000)] 
Merge bootstrap fix from Telesphoreo.

14 years agoI hate you Apple, and your tiny little iframes, too.
Jay Freeman (saurik) [Wed, 16 Sep 2009 20:46:06 +0000 (20:46 +0000)] 
I hate you Apple, and your tiny little iframes, too.

14 years agoOMG WTH.
Jay Freeman (saurik) [Wed, 9 Sep 2009 22:03:03 +0000 (22:03 +0000)] 
OMG WTH.

14 years agoFixed a really stupid memory corruption bug.
Jay Freeman (saurik) [Tue, 8 Sep 2009 16:47:43 +0000 (16:47 +0000)] 
Fixed a really stupid memory corruption bug.

14 years agoFixed a stupid bug with trivial repo addition.
Jay Freeman (saurik) [Tue, 8 Sep 2009 08:25:30 +0000 (08:25 +0000)] 
Fixed a stupid bug with trivial repo addition.