From faf3f60f209be88cd9e922b057ca3b3f47dc89dc Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Tue, 17 Mar 2009 23:42:29 +0000 Subject: Checkpointing for new Cydia release. git-svn-id: http://svn.telesphoreo.org/trunk@555 514c082c-b64e-11dc-b46d-3d985efe055d --- data/cydia/_metadata/version | 2 +- data/cydia/allows.diff | 12 ------------ data/cydia/cydia-1.0.2712.tgz | Bin 530927 -> 0 bytes data/cydia/cydia-1.0.2790.tgz | Bin 0 -> 556555 bytes data/cydia/index.diff | 21 --------------------- 5 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 data/cydia/allows.diff delete mode 100644 data/cydia/cydia-1.0.2712.tgz create mode 100644 data/cydia/cydia-1.0.2790.tgz delete mode 100644 data/cydia/index.diff (limited to 'data') diff --git a/data/cydia/_metadata/version b/data/cydia/_metadata/version index 4fbc3a224..aaabad157 100644 --- a/data/cydia/_metadata/version +++ b/data/cydia/_metadata/version @@ -1 +1 @@ -1.0.2712 +1.0.2790 diff --git a/data/cydia/allows.diff b/data/cydia/allows.diff deleted file mode 100644 index 2ee2714f1..000000000 --- a/data/cydia/allows.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru cydia-1.0.2712/uicaboodle.m/BrowserView.m cydia-1.0.2712+iPhone/uicaboodle.m/BrowserView.m ---- cydia-1.0.2712/uicaboodle.m/BrowserView.m 2009-01-26 10:31:46.000000000 +0000 -+++ cydia-1.0.2712+iPhone/uicaboodle.m/BrowserView.m 2009-01-26 10:53:00.000000000 +0000 -@@ -352,7 +352,7 @@ - } - - - (void) webView:(WebView *)sender runJavaScriptAlertPanelWithMessage:(NSString *)message initiatedByFrame:(WebFrame *)frame { -- if ([self _allowJavaScriptPanel]) -+ if (![self _allowJavaScriptPanel]) - return; - - UIActionSheet *sheet = [[[UIActionSheet alloc] diff --git a/data/cydia/cydia-1.0.2712.tgz b/data/cydia/cydia-1.0.2712.tgz deleted file mode 100644 index 279f665c1..000000000 Binary files a/data/cydia/cydia-1.0.2712.tgz and /dev/null differ diff --git a/data/cydia/cydia-1.0.2790.tgz b/data/cydia/cydia-1.0.2790.tgz new file mode 100644 index 000000000..1958e920a Binary files /dev/null and b/data/cydia/cydia-1.0.2790.tgz differ diff --git a/data/cydia/index.diff b/data/cydia/index.diff deleted file mode 100644 index c82bd174a..000000000 --- a/data/cydia/index.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -ru cydia-1.0.2712/cydia/Cydia.mm cydia-1.0.2712+iPhone/cydia/Cydia.mm ---- cydia-1.0.2712/cydia/Cydia.mm 2009-01-26 10:31:46.000000000 +0000 -+++ cydia-1.0.2712+iPhone/cydia/Cydia.mm 2009-01-26 13:07:03.000000000 +0000 -@@ -1759,7 +1759,7 @@ - unichar character([name characterAtIndex:0]); - if (!isalpha(character)) - return '#'; -- return character; -+ return toupper(character); - _end - } - -@@ -2273,7 +2273,7 @@ - - - (Section *) initWithIndex:(unichar)index row:(size_t)row { - if ((self = [super init]) != nil) { -- name_ = [[NSString stringWithCharacters:&index length:1] retain]; -+ name_ = [(index == '#' ? @"123" : [NSString stringWithCharacters:&index length:1]) retain]; - index_ = index; - row_ = row; - } return self; -- cgit v1.2.3