From 670a04941260717d9759a85b8d20585bc976e56e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 7 Sep 2009 12:38:10 +0000 Subject: Major modifications to ready for stability. --- Cydia.app/English.lproj/Localizable.strings | 13 +- Cydia.app/French.lproj/Localizable.strings | 4 +- Cydia.app/German.lproj/Localizable.strings | 4 +- Cydia.app/install-dn.png | Bin 2773 -> 1480 bytes Cydia.app/install-up.png | Bin 2174 -> 1245 bytes Cydia.app/installed.png | Bin 0 -> 612 bytes Cydia.app/package.html | 4 +- Cydia.app/package.js | 18 +- Cydia.app/storage.js | 2 +- Cydia.app/unknown.html | 28 + Cydia.mm | 1025 +++++++++++++++------------ UICaboodle/BrowserView.mm | 10 +- UICaboodle/UCPlatform.h | 8 + 13 files changed, 631 insertions(+), 485 deletions(-) create mode 100644 Cydia.app/installed.png create mode 100644 Cydia.app/unknown.html diff --git a/Cydia.app/English.lproj/Localizable.strings b/Cydia.app/English.lproj/Localizable.strings index 3cadf3e..a786bf3 100644 --- a/Cydia.app/English.lproj/Localizable.strings +++ b/Cydia.app/English.lproj/Localizable.strings @@ -19,6 +19,7 @@ "CANNOT_LOCATE_PACKAGE" = "Cannot Locate Package"; "CHANGE_PACKAGE_SETTINGS" = "Change Package Settings"; "CHANGES" = "Changes"; +"CLEAN_ARCHIVES" = "Clean Archives"; "CLEAR" = "Clear"; "CLOSE" = "Close"; "CLOSE_CYDIA" = "Close Cydia (Restart)"; @@ -34,8 +35,10 @@ "CONSOLE_PACKAGE" = "This is a console package!"; "CONSOLE_UTILITIES_DAEMONS" = "Console Utilities & Daemons"; "CONTINUE_QUEUING" = "Continue Queuing"; +"COUNTS_NONZERO_EX" = "So, I just counted some important-looking values, and they didn't sum to zero. This is scary. I don't know why I don't like this anymore, but I think APT was adamant this should not occur."; "CREDITS" = "Credits"; "CYDIA_STORE" = "Cydia Store"; +"DATABASE" = "Database"; "DETAILS" = "Details"; "DEVELOPER" = "Developer"; "DEVELOPER_EX" = "No Filters"; @@ -47,7 +50,8 @@ "DONE" = "Done"; "DOUBLE_QUOTED" = "“%@”"; "DOWNGRADE" = "Downgrade"; -"DOWNLOADING" = "Downloading %@"; +"DOWNLOADING" = "Downloading"; +"DOWNLOADING_" = "Downloading %@"; "EDIT" = "Edit"; "ENTER_APT_URL" = "Enter Cydia/APT URL"; "ENTERED_BY_USER" = "Entered by User"; @@ -83,7 +87,6 @@ "IGNORED_UPGRADES" = "Ignored Upgrades"; "ILLEGAL_PACKAGE_IDENTIFIER" = "Illegal Package Identifier"; "INSTALL" = "Install"; -"INSTALL_BY_SECTION" = "Install by Section"; "INSTALLED" = "Installed"; "INSTALLED_BY_PACKAGE" = "Installed by Package"; "INSTALLED_DETAILS" = "Installed Package"; @@ -114,6 +117,7 @@ "OK" = "OK"; "OKAY" = "Okay"; "PACKAGE_CANNOT_BE_FOUND" = "The package %@ cannot be found in your current sources. I might recommend installing more sources."; +"PACKAGE_CANNOT_BE_FOUND_EX" = "This issue may also be caused by a number of other factors. The most common one is that your package catalog is out of date. To manually refresh, click the Refresh button on the Changes tab. This package may simply no longer exist. It is also possible you are using an old firmware version: users should attempt to remain reasonably up to date with Apple's firmware releases."; "PACKAGE_DAMAGED" = "Package Damaged"; "PACKAGE_DETAILS" = "Package Details"; "PACKAGE_QUEUE" = "Package Queue"; @@ -121,6 +125,8 @@ "PACKAGES_EX" = "View or remove packages you previously installed."; "PARENTHETICAL" = "%@ (%@)"; "PASSWORD" = "password"; +"PERFORM_SELECTIONS" = "Perform Selections"; +"PREPARE_ARCHIVES" = "Prepare Archives"; "PRODUCTS" = "Products"; "PURGE" = "Purge"; "Q_D" = "Q'd"; @@ -130,6 +136,7 @@ "RECENT_CHANGES_UPDATES" = "Recent Changes/Updates"; "RECOMMENDED_BOOKS" = "Recommended Books"; "REFRESH" = "Refresh"; +"REFRESHING_DATA" = "Refreshing Data"; "REINSTALL" = "Reinstall"; "RELOAD" = "Reload"; "RELOAD_SPRINGBOARD" = "Reload SpringBoard"; @@ -171,6 +178,7 @@ "SPONSOR" = "Sponsor"; "SPONSORING_PRODUCTS" = "Sponsoring Products"; "STATISTICS" = "Statistics"; +"STILL_BROKEN_EX" = "Trying to fix the broken selections did not seem to help."; "STORAGE" = "Storage"; "STORAGE_EX" = "See how much room you have left for new packages."; "SUBMIT" = "Submit"; @@ -194,6 +202,7 @@ "VERIFICATION_ERROR" = "Verification Error"; "VERIFYING_URL" = "Verifying URL"; "VERSION" = "Version"; +"WARNING" = "Warning"; "WELCOME_TO_CYDIA" = "Welcome to Cydia™"; "WHO_ARE_YOU" = "Who Are You?"; "YES" = "Yes"; diff --git a/Cydia.app/French.lproj/Localizable.strings b/Cydia.app/French.lproj/Localizable.strings index d29630b..6c989da 100644 --- a/Cydia.app/French.lproj/Localizable.strings +++ b/Cydia.app/French.lproj/Localizable.strings @@ -47,7 +47,8 @@ "DONE" = "OK"; "DOUBLE_QUOTED" = "« $@ »"; "DOWNGRADE" = "Rétrograder"; -"DOWNLOADING" = "Téléchargement %@"; +"DOWNLOADING" = "Téléchargement"; +"DOWNLOADING_" = "Téléchargement %@"; "EDIT" = "Éditer"; "ENTER_APT_URL" = "Entrez une adresse Cydia/APT"; "ENTERED_BY_USER" = "Entré par l'Utilisateur"; @@ -83,7 +84,6 @@ "IGNORED_UPGRADES" = "Mises à Jour Ignorées"; "ILLEGAL_PACKAGE_IDENTIFIER" = "Indentifiant du Paquet Illégal"; "INSTALL" = "Installer"; -"INSTALL_BY_SECTION" = "Installer par Catégorie"; "INSTALLED" = "Installé"; "INSTALLED_BY_PACKAGE" = "Installer par Paquet"; "INSTALLED_DETAILS" = "Paquet Installé"; diff --git a/Cydia.app/German.lproj/Localizable.strings b/Cydia.app/German.lproj/Localizable.strings index 7f046ee..3a24cc8 100644 --- a/Cydia.app/German.lproj/Localizable.strings +++ b/Cydia.app/German.lproj/Localizable.strings @@ -47,7 +47,8 @@ "DONE" = "Fertig"; "DOUBLE_QUOTED" = "„%@“"; "DOWNGRADE" = "Downgrade"; -"DOWNLOADING" = "Lädt %@ herunter"; +"DOWNLOADING" = "Lädt"; +"DOWNLOADING_" = "Lädt %@ herunter"; "EDIT" = "Bearbeiten"; "ENTER_APT_URL" = "Cydia/APT URL eingeben"; "ENTERED_BY_USER" = "Vom Benutzer eingegeben"; @@ -83,7 +84,6 @@ "IGNORED_UPGRADES" = "Ignorierte Aktualisierungen"; "ILLEGAL_PACKAGE_IDENTIFIER" = "Unerlaubte Paket-Kennung"; "INSTALL" = "Installieren"; -"INSTALL_BY_SECTION" = "Installieren nach Kategorie"; "INSTALLED" = "Installiert"; "INSTALLED_BY_PACKAGE" = "Installiert nach Paket"; "INSTALLED_DETAILS" = "Installiertes Paket"; diff --git a/Cydia.app/install-dn.png b/Cydia.app/install-dn.png index 7e11a95..c8ab0f4 100644 Binary files a/Cydia.app/install-dn.png and b/Cydia.app/install-dn.png differ diff --git a/Cydia.app/install-up.png b/Cydia.app/install-up.png index 1b7b1d9..9e30898 100644 Binary files a/Cydia.app/install-up.png and b/Cydia.app/install-up.png differ diff --git a/Cydia.app/installed.png b/Cydia.app/installed.png new file mode 100644 index 0000000..2f86f0a Binary files /dev/null and b/Cydia.app/installed.png differ diff --git a/Cydia.app/package.html b/Cydia.app/package.html index 56de1e5..317f41b 100644 --- a/Cydia.app/package.html +++ b/Cydia.app/package.html @@ -261,14 +261,14 @@ - +>