From c03d547ad8e78f3c07c103a2a4a112abcbc6c9ed Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 2 Sep 2012 13:14:09 +0200 Subject: [PATCH] Font improvements and copy-login fix. [FIXED] Login name copies content instead of login name. [IMPROVED] Font of password and login name improved for better differentiation between capital and lower-case letters. --- MasterPassword/iOS/MPMainViewController.m | 2 +- MasterPassword/iOS/MainStoryboard_iPhone.storyboard | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 8aee3b00..fac168f8 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -536,7 +536,7 @@ return; inf(@"Copying user name for: %@", self.activeElement.name); - [UIPasteboard generalPasteboard].string = [self.activeElement.content description]; + [UIPasteboard generalPasteboard].string = self.activeElement.loginName; [self showLoginNameTip:@"Copied!"]; diff --git a/MasterPassword/iOS/MainStoryboard_iPhone.storyboard b/MasterPassword/iOS/MainStoryboard_iPhone.storyboard index 5ee5cdd2..dd38def2 100644 --- a/MasterPassword/iOS/MainStoryboard_iPhone.storyboard +++ b/MasterPassword/iOS/MainStoryboard_iPhone.storyboard @@ -1,7 +1,6 @@ - @@ -475,8 +474,8 @@ Your passwords will be AES-encrypted with your master password. - - + + @@ -568,8 +567,8 @@ Your passwords will be AES-encrypted with your master password. - - + +