]> git.saurik.com Git - cydia.git/commitdiff
Removed final pinstriping.
authorJay Freeman (saurik) <saurik@saurk.com>
Tue, 9 Dec 2008 10:35:02 +0000 (10:35 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:09:08 +0000 (07:09 +0000)
Cydia.app/error.html
Cydia.app/manage.html
Cydia.app/pinstripe.png [deleted file]
Cydia.mm

index bbdf8912405338c79ab86868a416aff9009afc62..8749f7b93facf15e2331c2e5143a35d2a0cc59fa 100644 (file)
@@ -6,7 +6,7 @@
 
     <style>
         body {
-            background: url(pinstripe.png);
+            background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
             display: table;
             font-family: Helvetica;
             height: 337px;
index 62833e62a54861c68ef9045dd8332ee5aec0685e..eb1b30af9aa6012200a38a8726773b74387cd5a2 100644 (file)
@@ -6,7 +6,7 @@
 
     <style>
         body {
-            background: url(pinstripe.png);
+            background: #c7ced5 url(cydia://uikit-image/UIPinstripe.png);
             display: table;
             font-family: Helvetica;
             height: 337px;
@@ -97,9 +97,9 @@
     <div class="background"></div>
 </a>
 
-<a href="cydia://storage" class="giant-button" style="opacity: 0.4">
+<a href="cydia://storage" class="giant-button">
     <div class="contents">
-        <img src="storage.png" class="icon"/>
+        <img src="storage.png"/>
         <label>Storage</label>
         <div>See how much room you have left for new packages.</div>
     </div>
     <div class="background"></div>
 </a>
 
-    <div style="position: absolute; top: 256px; color: red; margin: 0 auto; font-size: 40px; height: 40px; width: 320px; -webkit-transform:rotate(-10deg); text-shadow: rgba(250, 150, 150, 0.75) 1px 1px 0">Coming Soon!</div>
-
     </div>
 </div>
 </div></body></html>
diff --git a/Cydia.app/pinstripe.png b/Cydia.app/pinstripe.png
deleted file mode 100644 (file)
index adabdd7..0000000
Binary files a/Cydia.app/pinstripe.png and /dev/null differ
index ad007e3197d12854366872113cfad23b01c118b1..5e14c372bb77992d60164484d91dbc0f537f306b 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5728,10 +5728,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     if ((self = [super initWithBook:book]) != nil) {
         CGRect pageBounds = [book_ pageBounds];
 
-        /*UIImageView *pinstripe = [[[UIImageView alloc] initWithFrame:pageBounds] autorelease];
-        [pinstripe setImage:[UIImage applicationImageNamed:@"pinstripe.png"]];
-        [self addSubview:pinstripe];*/
-
         transition_ = [[UITransitionView alloc] initWithFrame:pageBounds];
         [self addSubview:transition_];