diff --git a/Classes/ContactDetailsLabelViewController.m b/Classes/ContactDetailsLabelViewController.m index 62508669a..a2e9a3e40 100644 --- a/Classes/ContactDetailsLabelViewController.m +++ b/Classes/ContactDetailsLabelViewController.m @@ -87,6 +87,7 @@ [self dismiss:key]; } + #pragma mark - Action Functions - (IBAction)onBackClick:(id)event { diff --git a/Classes/HistoryDetailsViewController.h b/Classes/HistoryDetailsViewController.h new file mode 100644 index 000000000..e31835684 --- /dev/null +++ b/Classes/HistoryDetailsViewController.h @@ -0,0 +1,53 @@ +/* HistoryDetailsViewController.h + * + * Copyright (C) 2012 Belledonne Comunications, Grenoble, France + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#import +#import "linphonecore.h" + +#import + +@interface HistoryDetailsViewController : UIViewController { + LinphoneCallLog *callLog; + UIImageView *avatarImage; + UILabel *addressLabel; + UILabel *dateLabel; + UILabel *dateHeaderLabel; + UILabel *durationLabel; + UILabel *durationHeaderLabel; + UILabel *typeLabel; + UILabel *typeHeaderLabel; + UIButton *addressButton; +} +@property (nonatomic, retain) IBOutlet UIImageView *avatarImage; +@property (nonatomic, retain) IBOutlet UILabel *addressLabel; +@property (nonatomic, retain) IBOutlet UILabel *dateLabel; +@property (nonatomic, retain) IBOutlet UILabel *dateHeaderLabel; +@property (nonatomic, retain) IBOutlet UILabel *durationLabel; +@property (nonatomic, retain) IBOutlet UILabel *durationHeaderLabel; +@property (nonatomic, retain) IBOutlet UILabel *typeLabel; +@property (nonatomic, retain) IBOutlet UILabel *typeHeaderLabel; +@property (nonatomic, retain) IBOutlet UIButton *addressButton; + +@property (nonatomic, assign) LinphoneCallLog *callLog; + +- (IBAction)onBackClick:(id)event; +- (IBAction)onContactClick:(id)event; +- (IBAction)onAddressClick:(id)event; + +@end diff --git a/Classes/HistoryDetailsViewController.m b/Classes/HistoryDetailsViewController.m new file mode 100644 index 000000000..ccbabf51a --- /dev/null +++ b/Classes/HistoryDetailsViewController.m @@ -0,0 +1,90 @@ +/* HistoryDetailsViewController.m + * + * Copyright (C) 2012 Belledonne Comunications, Grenoble, France + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#import "HistoryDetailsViewController.h" +#import "PhoneMainView.h" +#import "FastAddressBook.h" + +@implementation HistoryDetailsViewController + +@synthesize callLog; +@synthesize avatarImage; +@synthesize addressLabel; +@synthesize dateLabel; +@synthesize dateHeaderLabel; +@synthesize durationLabel; +@synthesize durationHeaderLabel; +@synthesize typeLabel; +@synthesize typeHeaderLabel; +@synthesize addressButton; + + +#pragma mark - LifeCycle Functions + +- (void)dealloc { + [avatarImage release]; + [addressLabel release]; + [dateLabel release]; + [dateHeaderLabel release]; + [durationLabel release]; + [durationHeaderLabel release]; + [typeLabel release]; + [typeHeaderLabel release]; + [addressButton release]; + + [super dealloc]; +} + + +#pragma mark - Property Functions + +- (void)setCallLog:(LinphoneCallLog *)acallLog { + self->callLog = acallLog; + [self update]; +} + + +#pragma mark - + +- (void)update { + // Set up the cell... + LinphoneAddress* partyToDisplay; + if (callLog->dir == LinphoneCallIncoming) { + partyToDisplay = callLog->from; + } else { + partyToDisplay = callLog->to; + } +} + + +#pragma mark - Action Functions + +- (IBAction)onBackClick:(id)event { + [[PhoneMainView instance] popView]; +} + +- (IBAction)onContactClick:(id)event { + +} + +- (IBAction)onAddressClick:(id)event { + +} + +@end diff --git a/Classes/HistoryDetailsViewController.xib b/Classes/HistoryDetailsViewController.xib new file mode 100644 index 000000000..206d6c9c4 --- /dev/null +++ b/Classes/HistoryDetailsViewController.xib @@ -0,0 +1,836 @@ + + + + 1296 + 11D50 + 2182 + 1138.32 + 568.00 + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + 1181 + + + IBUIButton + IBUIImageView + IBUIView + IBUILabel + IBProxyObject + + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + PluginDependencyRecalculationVersion + + + + + IBFilesOwner + IBCocoaTouchFramework + + + IBFirstResponder + IBCocoaTouchFramework + + + + 274 + + + + 290 + + + + 292 + {160, 58} + + + + _NS:9 + NO + + Add contact + + IBCocoaTouchFramework + 0 + 0 + NO + + 3 + MC41AA + + + NSImage + contact_back_over.png + + + NSImage + contact_back_default.png + + + 2 + 15 + + + Helvetica-Bold + 15 + 16 + + + + + 292 + {{160, 0}, {160, 58}} + + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + contact_bar_background.png + + + + {320, 58} + + + + _NS:9 + + 3 + MQA + + 2 + + + IBCocoaTouchFramework + + + + 292 + + + + 292 + {320, 100} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + + 3 + MQA + + + 1 + MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA + + + + + + + + 292 + {{-13, -5}, {131, 107}} + + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + avatar_shadow_small.png + + + + + 292 + {{20, 6}, {65, 65}} + + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + avatar_unknown_small.png + + + + + 292 + {{101, 37}, {199, 43}} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + Contact1 + + 3 + MC4zMzMzMzMzMzMzAA + + + 0 + 10 + + 1 + 22 + + + Helvetica + 22 + 16 + + + + {{0, 58}, {320, 100}} + + + + _NS:9 + + 3 + MCAwAA + + IBCocoaTouchFramework + + + + 292 + + + + 292 + {49, 21} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + Date: + + 0 + 10 + + 2 + 17 + + + Helvetica-Bold + 17 + 16 + + + + + 292 + {{57, 0}, {223, 21}} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + 11/11/2011 at 10:01 + + 0 + 10 + + 1 + 17 + + + Helvetica + 17 + 16 + + + + {{20, 166}, {280, 21}} + + + + _NS:9 + + IBCocoaTouchFramework + + + + 292 + + + + 292 + {80, 21} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + Duration: + + 0 + 10 + + + + + + 292 + {{88, 0}, {192, 21}} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + 9:05 + + 0 + 10 + + + + + {{20, 195}, {280, 21}} + + + + _NS:9 + + IBCocoaTouchFramework + + + + 292 + + + + 292 + {57, 21} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + Type: + + 0 + 10 + + + + + + 292 + {{65, 0}, {215, 21}} + + + + _NS:9 + NO + YES + 7 + NO + IBCocoaTouchFramework + outgoing call + + 0 + 10 + + + + + {{20, 224}, {280, 21}} + + + + _NS:9 + + IBCocoaTouchFramework + + + + 292 + {{33, 273}, {255, 50}} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + NO + 0102030405 + + + + NSImage + button_background_over.png + + + NSImage + button_background_default.png + + + 2 + 20 + + + Helvetica-Bold + 20 + 16 + + + + {{0, 20}, {320, 460}} + + + + + + IBCocoaTouchFramework + + + + + + + view + + + + 10 + + + + addressButton + + + + 41 + + + + addressLabel + + + + 42 + + + + avatarImage + + + + 43 + + + + dateHeaderLabel + + + + 44 + + + + dateLabel + + + + 45 + + + + durationHeaderLabel + + + + 46 + + + + durationLabel + + + + 47 + + + + typeHeaderLabel + + + + 48 + + + + typeLabel + + + + 49 + + + + onBackClick: + + + 7 + + 11 + + + + onAddressClick: + + + 7 + + 39 + + + + onContactClick: + + + 7 + + 40 + + + + + + 0 + + + + + + -1 + + + File's Owner + + + -2 + + + + + 4 + + + + + + + + + + + + + 6 + + + + + + + navigationBar + + + 8 + + + barBackground + + + 9 + + + backButton + + + 29 + + + + + + + dateView + + + 27 + + + dateHeaderLabel + + + 28 + + + dateLabel + + + 30 + + + + + + + durationView + + + 31 + + + durationHeaderLabel + + + 32 + + + durationLabel + + + 33 + + + + + + + + + headerView + + + 25 + + + addressLabel + + + 23 + + + avatarImage + + + 24 + + + avatarShadowBackground + + + 34 + + + + + + + typeView + + + 35 + + + typeLabel + + + 36 + + + typeHeaderLabel + + + 37 + + + addressButton + + + 38 + + + headerButton + + + + + HistoryDetailsViewController + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + UIResponder + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + + + + + + + 49 + + + + + HistoryDetailsViewController + UIViewController + + id + id + id + + + + onAddressClick: + id + + + onBackClick: + id + + + onContactClick: + id + + + + UIButton + UILabel + UIImageView + UILabel + UILabel + UILabel + UILabel + UILabel + UILabel + + + + addressButton + UIButton + + + addressLabel + UILabel + + + avatarImage + UIImageView + + + dateHeaderLabel + UILabel + + + dateLabel + UILabel + + + durationHeaderLabel + UILabel + + + durationLabel + UILabel + + + typeHeaderLabel + UILabel + + + typeLabel + UILabel + + + + IBProjectSource + ./Classes/HistoryDetailsViewController.h + + + + + 0 + IBCocoaTouchFramework + + com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS + + + YES + 3 + + {262, 214} + {131, 131} + {550, 101} + {550, 101} + {320, 117} + {320, 117} + {5, 117} + + 1181 + + diff --git a/Classes/LinphoneUI/UIChatRoomHeader.h b/Classes/LinphoneUI/UIChatRoomHeader.h index 63bb715ba..2af647bc9 100644 --- a/Classes/LinphoneUI/UIChatRoomHeader.h +++ b/Classes/LinphoneUI/UIChatRoomHeader.h @@ -21,7 +21,7 @@ #import "ChatModel.h" @interface UIChatRoomHeader : UIViewController { - UILabel *contactLabel; + UILabel *addressLabel; UIImageView *avatarImage; NSString *contact; @@ -29,7 +29,7 @@ @property (nonatomic, copy) NSString *contact; -@property (nonatomic, retain) IBOutlet UILabel *contactLabel; +@property (nonatomic, retain) IBOutlet UILabel *addressLabel; @property (nonatomic, retain) IBOutlet UIImageView *avatarImage; + (CGFloat)height; diff --git a/Classes/LinphoneUI/UIChatRoomHeader.m b/Classes/LinphoneUI/UIChatRoomHeader.m index 26059a166..25c4de26e 100644 --- a/Classes/LinphoneUI/UIChatRoomHeader.m +++ b/Classes/LinphoneUI/UIChatRoomHeader.m @@ -22,7 +22,7 @@ @implementation UIChatRoomHeader @synthesize avatarImage; -@synthesize contactLabel; +@synthesize addressLabel; @synthesize contact; @@ -34,7 +34,7 @@ - (void)dealloc { [avatarImage release]; - [contactLabel release]; + [addressLabel release]; [contact release]; [super dealloc]; } @@ -56,7 +56,7 @@ - (void)update { if(contact != nil) { [avatarImage setImage:[UIImage imageNamed:@"avatar_unknown_small.png"]]; - [contactLabel setText:contact]; + [addressLabel setText:contact]; } } diff --git a/Classes/LinphoneUI/UIChatRoomHeader.xib b/Classes/LinphoneUI/UIChatRoomHeader.xib index c8bdedf3d..7f6464409 100644 --- a/Classes/LinphoneUI/UIChatRoomHeader.xib +++ b/Classes/LinphoneUI/UIChatRoomHeader.xib @@ -2,10 +2,10 @@ 1296 - 11E53 + 11D50 2182 - 1138.47 - 569.00 + 1138.32 + 568.00 com.apple.InterfaceBuilder.IBCocoaTouchPlugin 1181 @@ -69,9 +69,10 @@ 292 - {{101, 27}, {199, 43}} + {{101, 37}, {199, 43}} + _NS:9 NO YES @@ -129,11 +130,11 @@ - contactLabel + addressLabel - 11 + 12 @@ -181,7 +182,7 @@ 8 - contactLabel + addressLabel @@ -199,7 +200,7 @@ - 11 + 12 @@ -207,18 +208,18 @@ UIChatRoomHeader UIViewController + UILabel UIImageView - UILabel + + addressLabel + UILabel + avatarImage UIImageView - - contactLabel - UILabel - IBProjectSource diff --git a/Classes/LinphoneUI/UIContactDetailsHeader.h b/Classes/LinphoneUI/UIContactDetailsHeader.h index db7f45af8..86e5d69a5 100644 --- a/Classes/LinphoneUI/UIContactDetailsHeader.h +++ b/Classes/LinphoneUI/UIContactDetailsHeader.h @@ -21,7 +21,7 @@ #import @interface UIContactDetailsHeader : UIViewController { - UILabel *contactLabel; + UILabel *addressLabel; UIImageView *avatarImage; UIView *normalView; UIView *editView; @@ -34,7 +34,7 @@ @property (nonatomic, assign) ABRecordRef contact; -@property (nonatomic, retain) IBOutlet UILabel *contactLabel; +@property (nonatomic, retain) IBOutlet UILabel *addressLabel; @property (nonatomic, retain) IBOutlet UIImageView *avatarImage; @property (nonatomic, retain) IBOutlet UIView *normalView; diff --git a/Classes/LinphoneUI/UIContactDetailsHeader.m b/Classes/LinphoneUI/UIContactDetailsHeader.m index 17354bbb4..99009ef95 100644 --- a/Classes/LinphoneUI/UIContactDetailsHeader.m +++ b/Classes/LinphoneUI/UIContactDetailsHeader.m @@ -25,7 +25,7 @@ @implementation UIContactDetailsHeader @synthesize avatarImage; -@synthesize contactLabel; +@synthesize addressLabel; @synthesize contact; @synthesize normalView; @synthesize editView; @@ -45,7 +45,7 @@ - (void)dealloc { [avatarImage release]; - [contactLabel release]; + [addressLabel release]; [normalView release]; [editView release]; [tableView release]; @@ -88,7 +88,7 @@ // Contact label { - [contactLabel setText:[FastAddressBook getContactDisplayName:contact]]; + [addressLabel setText:[FastAddressBook getContactDisplayName:contact]]; } } } diff --git a/Classes/LinphoneUI/UIContactDetailsHeader.xib b/Classes/LinphoneUI/UIContactDetailsHeader.xib index 58ee2556c..bbe9f59c5 100644 --- a/Classes/LinphoneUI/UIContactDetailsHeader.xib +++ b/Classes/LinphoneUI/UIContactDetailsHeader.xib @@ -58,7 +58,7 @@ {{20, 6}, {65, 65}} - + _NS:9 NO IBCocoaTouchFramework @@ -74,9 +74,10 @@ 292 - {{14, 37}, {199, 43}} + {{0, 37}, {199, 43}} + _NS:9 NO YES @@ -102,7 +103,7 @@ - {{93, 0}, {227, 80}} + {{101, 0}, {219, 80}} @@ -120,10 +121,9 @@ 274 - {227, 130} + {219, 130} - _NS:9 10 @@ -193,7 +193,7 @@ AAgACAAIAAEAAQABAAE 10 - {{93, 0}, {227, 130}} + {{101, 0}, {219, 130}} @@ -229,14 +229,6 @@ AAgACAAIAAEAAQABAAE 9 - - - contactLabel - - - - 11 - editView @@ -261,6 +253,14 @@ AAgACAAIAAEAAQABAAE 20 + + + addressLabel + + + + 21 + dataSource @@ -342,7 +342,7 @@ AAgACAAIAAEAAQABAAE 8 - contactLabel + addressLabel 15 @@ -368,7 +368,7 @@ AAgACAAIAAEAAQABAAE - 20 + 21 @@ -376,6 +376,7 @@ AAgACAAIAAEAAQABAAE UIContactDetailsHeader UIViewController + UILabel UIImageView UILabel UIView @@ -383,6 +384,10 @@ AAgACAAIAAEAAQABAAE UITableView + + addressLabel + UILabel + avatarImage UIImageView diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index dc970feb8..60dd6691d 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -153,6 +153,10 @@ 7066FC0C13E830E400EFC6DC /* libvpx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7066FC0B13E830E400EFC6DC /* libvpx.a */; }; 70E542F313E147E3002BA2C0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70E542F213E147E3002BA2C0 /* OpenGLES.framework */; }; 70E542F513E147EB002BA2C0 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 70E542F413E147EB002BA2C0 /* QuartzCore.framework */; }; + C90FAA7915AF54E6002091CB /* HistoryDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C90FAA7715AF54E6002091CB /* HistoryDetailsViewController.m */; }; + C90FAA7A15AF54E6002091CB /* HistoryDetailsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C90FAA7715AF54E6002091CB /* HistoryDetailsViewController.m */; }; + C90FAA7B15AF54E6002091CB /* HistoryDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C90FAA7815AF54E6002091CB /* HistoryDetailsViewController.xib */; }; + C90FAA7C15AF54E6002091CB /* HistoryDetailsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C90FAA7815AF54E6002091CB /* HistoryDetailsViewController.xib */; }; C9C8254315AE204D00D493FA /* options_add_disabled.png in Resources */ = {isa = PBXBuildFile; fileRef = C9C8253F15AE204D00D493FA /* options_add_disabled.png */; }; C9C8254415AE204D00D493FA /* options_add_disabled.png in Resources */ = {isa = PBXBuildFile; fileRef = C9C8253F15AE204D00D493FA /* options_add_disabled.png */; }; C9C8254515AE204D00D493FA /* options_transfer_disabled.png in Resources */ = {isa = PBXBuildFile; fileRef = C9C8254015AE204D00D493FA /* options_transfer_disabled.png */; }; @@ -1053,6 +1057,9 @@ 70E542F213E147E3002BA2C0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; 70E542F413E147EB002BA2C0 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; 8D1107310486CEB800E47090 /* linphone-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "linphone-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = ""; }; + C90FAA7615AF54E6002091CB /* HistoryDetailsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryDetailsViewController.h; sourceTree = ""; }; + C90FAA7715AF54E6002091CB /* HistoryDetailsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryDetailsViewController.m; sourceTree = ""; }; + C90FAA7815AF54E6002091CB /* HistoryDetailsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HistoryDetailsViewController.xib; sourceTree = ""; }; C9C8253F15AE204D00D493FA /* options_add_disabled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = options_add_disabled.png; path = Resources/options_add_disabled.png; sourceTree = ""; }; C9C8254015AE204D00D493FA /* options_transfer_disabled.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = options_transfer_disabled.png; path = Resources/options_transfer_disabled.png; sourceTree = ""; }; C9C8254115AE204D00D493FA /* transfer_call_default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = transfer_call_default.png; path = Resources/transfer_call_default.png; sourceTree = ""; }; @@ -1553,6 +1560,9 @@ 2218A92212FBE1340088A667 /* FirstLoginViewController.h */, 2218A92312FBE1340088A667 /* FirstLoginViewController.m */, 2218A92412FBE1340088A667 /* FirstLoginViewController.xib */, + C90FAA7615AF54E6002091CB /* HistoryDetailsViewController.h */, + C90FAA7715AF54E6002091CB /* HistoryDetailsViewController.m */, + C90FAA7815AF54E6002091CB /* HistoryDetailsViewController.xib */, D3ED3EA41587334B006C0DE4 /* HistoryTableViewController.h */, D3ED3EA51587334C006C0DE4 /* HistoryTableViewController.m */, D3ED3EB515873928006C0DE4 /* HistoryViewController.h */, @@ -2732,6 +2742,7 @@ C9C8254915AE204D00D493FA /* transfer_call_over.png in Resources */, C9C8254C15AE207B00D493FA /* options_selected.png in Resources */, C9C8254F15AE256100D493FA /* transfer_call_disabled.png in Resources */, + C90FAA7B15AF54E6002091CB /* HistoryDetailsViewController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2971,6 +2982,7 @@ C9C8254A15AE204D00D493FA /* transfer_call_over.png in Resources */, C9C8254D15AE207B00D493FA /* options_selected.png in Resources */, C9C8255015AE256100D493FA /* transfer_call_disabled.png in Resources */, + C90FAA7C15AF54E6002091CB /* HistoryDetailsViewController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3060,6 +3072,7 @@ D378906515AC373B00BD776C /* ContactDetailsLabelViewController.m in Sources */, D378907515AC448A00BD776C /* UIView+ModalStack.m in Sources */, D3E8F68615ADE05B0065A226 /* UIContactDetailsFooter.m in Sources */, + C90FAA7915AF54E6002091CB /* HistoryDetailsViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3146,6 +3159,7 @@ D378906615AC373B00BD776C /* ContactDetailsLabelViewController.m in Sources */, D378907615AC448A00BD776C /* UIView+ModalStack.m in Sources */, D3E8F68715ADE05B0065A226 /* UIContactDetailsFooter.m in Sources */, + C90FAA7A15AF54E6002091CB /* HistoryDetailsViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };