linphone-iphone/Classes
Guillaume BIENKOWSKI 3256ee4388 Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down.
Also ditched the "respondsToSelector:@selector(isMultitaskingSupported)"  since this is needed for pre-iOS4 versions.
2014-10-17 11:19:32 +02:00
..
Base.lproj Add cancel button on searchbar and some possible customization code as comments 2014-10-09 09:30:33 +02:00
fr.lproj Use the wizard rc files correctly for each use case. 2014-04-03 13:56:43 +02:00
LinphoneUI Fix last message not correctly displayed in chat 2014-10-17 09:56:59 +02:00
ru.lproj Progress commit 2014-03-21 11:18:55 +01:00
Utils Prevent carsh if there is no default proxy config 2014-10-10 14:44:02 +02:00
AboutViewController.h improve customazation process 2012-12-06 18:26:51 +01:00
AboutViewController.m Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
AboutViewController.xib Switched to Xcode's internal localization. 2014-01-13 11:43:27 +01:00
ChatRoomTableViewController.h First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
ChatRoomTableViewController.m Fix bad message_ref placement, which lead to crashes 2014-09-22 14:09:26 +02:00
ChatRoomViewController.h First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
ChatRoomViewController.m Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down. 2014-10-17 11:19:32 +02:00
ChatTableViewController.h First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
ChatTableViewController.m Sort chatrooms by most recent message 2014-05-27 17:42:08 +02:00
ChatViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
ChatViewController.m Fix bug when a chatroom is created without a configured proxy 2014-09-30 15:57:39 +02:00
ConsoleViewController.h Add Console view 2012-08-24 16:49:15 +02:00
ConsoleViewController.m Fix for io6 2012-09-21 12:31:40 +02:00
ConsoleViewController.xib Switch to xcode5 xib format 2013-11-19 17:08:36 +01:00
ContactDetailsDelegate.h Add DEBUG symbol in debug configuration 2012-08-09 16:46:43 +02:00
ContactDetailsLabelViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
ContactDetailsLabelViewController.m Fix for io6 2012-09-21 12:31:40 +02:00
ContactDetailsTableViewController.h Allow adding an email address to a contact from history. 2013-03-12 14:48:30 +01:00
ContactDetailsTableViewController.m Add fuzzy search bar in Contacts view 2014-09-25 12:21:43 +02:00
ContactDetailsViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
ContactDetailsViewController.m Fix address book not updated when creating a new contact 2014-06-02 09:38:28 +02:00
ContactsTableViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
ContactsTableViewController.m Add fuzzy search bar in Contacts view 2014-09-25 12:21:43 +02:00
ContactsViewController.h Add fuzzy search bar in Contacts view 2014-09-25 12:21:43 +02:00
ContactsViewController.m Add cancel button on searchbar and some possible customization code as comments 2014-10-09 09:30:33 +02:00
DialerViewController.h Revert "Fix Dialer preview not angled correctly at first start if the device is rotated." 2014-01-13 12:01:19 +01:00
DialerViewController.m Specify if the background is dark through the UICompositeDescription 2014-10-01 14:29:00 +02:00
FirstLoginViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
FirstLoginViewController.m update liblinphone to fix 488 crashes 2013-11-06 17:44:40 +01:00
HistoryDetailsViewController.h Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
HistoryDetailsViewController.m Add fuzzy search bar in Contacts view 2014-09-25 12:21:43 +02:00
HistoryTableViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
HistoryTableViewController.m fix abusive display name in history 2013-07-12 11:04:42 +02:00
HistoryViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
HistoryViewController.m Fix call logs issue 2012-09-28 14:58:07 +02:00
ImagePickerViewController.h Fix Chat image loading/lag 2012-09-25 16:14:45 +02:00
ImagePickerViewController.m Fix Chat image loading/lag 2012-09-25 16:14:45 +02:00
ImageSharing.h Fix memory leaks spotted by clang static analysis. 2014-05-14 16:12:59 +02:00
ImageSharing.m Fix memory leaks spotted by clang static analysis. 2014-05-14 16:12:59 +02:00
ImageViewController.h Reset contact selection mode after edit 2012-09-28 16:23:15 +02:00
ImageViewController.m DOn't release image when it's a fake property! 2014-06-03 18:43:13 +02:00
InCallTableViewController.h Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
InCallTableViewController.m Allow UICallCellData to be initialized with a minimized/maximized state. 2014-02-26 12:02:44 +01:00
InCallViewController.h Remplace UIActionSheet by DTActionSheet 2012-09-17 13:58:28 +02:00
InCallViewController.m Dynamically change the root view controller, so that when we transition from a portrait-only to a landscape-friendly view. 2014-10-02 16:27:23 +02:00
IncomingCallViewController.h Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files. 2014-05-12 14:56:15 +02:00
IncomingCallViewController.m Specify if the background is dark through the UICompositeDescription 2014-10-01 14:29:00 +02:00
LinphoneAppDelegate.h Final fix for bad UI at pristine first start 2014-10-15 15:44:56 +02:00
LinphoneAppDelegate.m Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down. 2014-10-17 11:19:32 +02:00
LinphoneCoreSettingsStore.h rework on settings store 2012-09-05 10:37:39 +02:00
LinphoneCoreSettingsStore.m Add voice mail feature: long press on "1" button will call it, if configured 2014-09-24 14:21:03 +02:00
LinphoneManager.h Voice mail feature: display number of unread messages on status bar and reformat code 2014-09-24 16:34:48 +02:00
LinphoneManager.m Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down. 2014-10-17 11:19:32 +02:00
MainStoryboard.storyboard Fix iOS6 "wantFullScreen" problem 2014-10-02 18:05:28 +02:00
PhoneMainView.h Dynamically change the root view controller, so that when we transition from a portrait-only to a landscape-friendly view. 2014-10-02 16:27:23 +02:00
PhoneMainView.m Fix local notification being sent while in inactive mode. This would produce some bizarre behaviors, like auto answer the call when the notification drop down was down. 2014-10-17 11:19:32 +02:00
PhoneMainView.xib Revert "Remove unused XIB files" 2014-10-16 15:00:59 +02:00
SettingsViewController.h Display a warning when entering the wizard. 2014-05-23 16:07:14 +02:00
SettingsViewController.m Add voice mail feature: long press on "1" button will call it, if configured 2014-09-24 14:21:03 +02:00
SettingsViewController.xib Fix grey status bar in Settings view in ios6 2013-11-08 09:06:12 +01:00
WizardViewController.h Use the remote provisioning path for the wizard, even for 'local' provisioning. 2014-04-07 14:48:15 +02:00
WizardViewController.m Specify if the background is dark through the UICompositeDescription 2014-10-01 14:29:00 +02:00