]> git.saurik.com Git - cydia.git/commitdiff
Secure text entry.
authorJay Freeman (saurik) <saurik@saurk.com>
Thu, 16 Oct 2008 21:25:59 +0000 (21:25 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:51 +0000 (07:08 +0000)
Cydia.mm

index ddfe6aa43eba3cf7b41f700bf5dc9eca391cd641..38f72d16ec9e03a6c2df86d6a2ba3e45a0ee9977 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5052,6 +5052,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         UITextInputTraits *traits([password textInputTraits]);
         [traits setAutocapitalizationType:0];
         [traits setAutocorrectionType:1];
         UITextInputTraits *traits([password textInputTraits]);
         [traits setAutocapitalizationType:0];
         [traits setAutocorrectionType:1];
+        [traits setSecureTextEntry:YES];
     }
 
     [sheet popupAlertAnimated:YES];
     }
 
     [sheet popupAlertAnimated:YES];