diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-13 15:28:45 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-13 20:11:18 -0700 |
commit | 55066b9e1c1c9df72acbc2017c6bc891ecbef753 (patch) | |
tree | 1aceb79de50237aec59e9b5ce615c76255f2d2f3 /MobileCydia.app | |
parent | 66abff392ca1b593f47e5a6a6fef3955c4720686 (diff) |
Remove Manage/Storage, merge Sections and Sources.
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/manage.html | 99 | ||||
-rw-r--r-- | MobileCydia.app/packages.png | bin | 6710 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source.png | bin | 2295 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source7.png | bin | 23769 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source7@2x.png | bin | 24782 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source7s.png | bin | 23690 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source7s@2x.png | bin | 24640 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/source@2x.png | bin | 3595 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/sources.png | bin | 9252 -> 0 bytes | |||
-rw-r--r-- | MobileCydia.app/storage.png | bin | 5228 -> 0 bytes |
10 files changed, 0 insertions, 99 deletions
diff --git a/MobileCydia.app/manage.html b/MobileCydia.app/manage.html deleted file mode 100644 index 9aeab4d..0000000 --- a/MobileCydia.app/manage.html +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="UTF-16"?> -<html><head> - <title localize="MANAGE"></title> - <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <script type="text/javascript" src="menes/menes.js"></script> - <script type="text/javascript" src="localize.js"></script> - <base target="_blank"/> - - <style> - body { - background-size: 7px 1px; - display: table; - font-family: Helvetica; - height: 337px; - margin: 0; - padding: 0; - -webkit-text-size-adjust: none; - -webkit-user-select: none; - } - - div.page { - display: table-cell; - text-align: center; - margin: 0 auto; - vertical-align: middle; - width: 320px; - } - - a.giant-button { - background-color: rgba(0, 0, 0, .15); - -webkit-border-radius: 10px; - color: #193250; - display: block; - margin: 10px; - text-decoration: none; - } - - a.giant-button > img { - display: inline-block; - float: left; - height: 80px; - margin: 10px -10px 0 10px; - width: 80px; - vertical-align: middle; - } - - a.giant-button > div.contents { - display: inline-block; - width: 190px; - margin: 5px 10px 17px 10px; - } - - a.giant-button > div.contents > label { - display: block; - font-size: 28px; - margin: 8px 0 6px 0; - text-align: center; - text-shadow: rgba(200, 200, 200, 0.75) 1px 1px 0; - } - - a.giant-button > div.contents > div { - display: block; - font-size: 12px; - margin-left: 4px; - text-align: center; - } - </style> -</head><body><div class="page"> -<div class="dialog"> - <div class="panel"> - -<a href="cydia://installed" class="giant-button"> - <img src="packages.png"/> - <div class="contents"> - <label localize="PACKAGES"></label> - <div localize="PACKAGES_EX"></div> - </div> -</a> - -<a href="cydia://sources" class="giant-button"> - <img src="sources.png"/> - <div class="contents"> - <label localize="SOURCES"></label> - <div localize="SOURCES_EX"></div> - </div> -</a> - -<a href="cydia://storage" class="giant-button"> - <img src="storage.png"/> - <div class="contents"> - <label localize="STORAGE"></label> - <div localize="STORAGE_EX"></div> - </div> -</a> - - </div> -</div> -</div></body></html> diff --git a/MobileCydia.app/packages.png b/MobileCydia.app/packages.png Binary files differdeleted file mode 100644 index 4e3a793..0000000 --- a/MobileCydia.app/packages.png +++ /dev/null diff --git a/MobileCydia.app/source.png b/MobileCydia.app/source.png Binary files differdeleted file mode 100644 index 2dcfdbc..0000000 --- a/MobileCydia.app/source.png +++ /dev/null diff --git a/MobileCydia.app/source7.png b/MobileCydia.app/source7.png Binary files differdeleted file mode 100644 index 070b5be..0000000 --- a/MobileCydia.app/source7.png +++ /dev/null diff --git a/MobileCydia.app/source7@2x.png b/MobileCydia.app/source7@2x.png Binary files differdeleted file mode 100644 index ffef928..0000000 --- a/MobileCydia.app/source7@2x.png +++ /dev/null diff --git a/MobileCydia.app/source7s.png b/MobileCydia.app/source7s.png Binary files differdeleted file mode 100644 index f3979cb..0000000 --- a/MobileCydia.app/source7s.png +++ /dev/null diff --git a/MobileCydia.app/source7s@2x.png b/MobileCydia.app/source7s@2x.png Binary files differdeleted file mode 100644 index 5334fbc..0000000 --- a/MobileCydia.app/source7s@2x.png +++ /dev/null diff --git a/MobileCydia.app/source@2x.png b/MobileCydia.app/source@2x.png Binary files differdeleted file mode 100644 index 65d70c3..0000000 --- a/MobileCydia.app/source@2x.png +++ /dev/null diff --git a/MobileCydia.app/sources.png b/MobileCydia.app/sources.png Binary files differdeleted file mode 100644 index d7e6f76..0000000 --- a/MobileCydia.app/sources.png +++ /dev/null diff --git a/MobileCydia.app/storage.png b/MobileCydia.app/storage.png Binary files differdeleted file mode 100644 index 3ca1c73..0000000 --- a/MobileCydia.app/storage.png +++ /dev/null |