linphone-iphone/Classes
2014-11-26 15:57:07 +01:00
..
ar.lproj Arabic translation, thanks to tx99h4 at hotmail.com 2014-11-25 15:10:34 +01:00
Base.lproj Use UTF-16 LE strings file since it's the default encoding now. 2014-11-25 14:21:08 +01:00
fr.lproj Use UTF-16 LE strings file since it's the default encoding now. 2014-11-25 14:21:08 +01:00
LinphoneUI Store the last user message into the chatroom user data. This should speed up the display of the last message in the ChatView and prevent useless multiple calls to get_history() (which goes into SQLite). 2014-11-26 15:57:06 +01:00
ru.lproj Use UTF-16 LE strings file since it's the default encoding now. 2014-11-25 14:21:08 +01:00
Utils Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
AboutViewController.h improve customazation process 2012-12-06 18:26:51 +01:00
AboutViewController.m Remove UICallCell french & russian too, and fix UICallCell to correctly size on tablet and resize avatar image on landscape 2014-11-20 11:59:10 +01:00
ChatRoomTableViewController.h First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
ChatRoomTableViewController.m Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
ChatRoomViewController.h Add a swipe gesture recognizer to go back from a chat 2014-11-26 15:57:07 +01:00
ChatRoomViewController.m Add a swipe gesture recognizer to go back from a chat 2014-11-26 15:57:07 +01:00
ChatTableViewController.h First version of internal storage use for iOS 2014-05-19 16:57:52 +02:00
ChatTableViewController.m Store the last user message into the chatroom user data. This should speed up the display of the last message in the ChatView and prevent useless multiple calls to get_history() (which goes into SQLite). 2014-11-26 15:57:06 +01:00
ChatViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
ChatViewController.m Store the last user message into the chatroom user data. This should speed up the display of the last message in the ChatView and prevent useless multiple calls to get_history() (which goes into SQLite). 2014-11-26 15:57:06 +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 Factor some code in Contact management 2014-11-25 17:51:20 +01: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 Clean some warnings generated by xcode 2014-10-28 12:20:55 +01:00
ContactsViewController.h Made the search bar delegate OK, and hide/show the cancel button on demand 2014-10-20 11:37:58 +02:00
ContactsViewController.m Improve searchbar cancel button: only display when needed 2014-10-23 11:20:58 +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 Remove isLCReady method and don't remove the core when going into background mode. 2014-10-27 17:05:03 +01: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 Remove French and Russian HistoryDetails xibs, and use new UIButtonShrinkable instead to make text fit the button width 2014-11-20 11:59:10 +01:00
HistoryTableViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
HistoryTableViewController.m Remove isLCReady method and don't remove the core when going into background mode. 2014-10-27 17:05:03 +01:00
HistoryViewController.h -change navigation bar from 56 to 44 2012-08-28 17:33:46 +02:00
HistoryViewController.m Hide edit button in history view if it is empty 2014-11-07 17:09:35 +01: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 some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
ImageSharing.m Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01: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 Fix discrepancies spotted by analysis 2014-10-27 17:12:49 +01:00
LinphoneAppDelegate.m Fix another 64bit warning 2014-11-25 17:51:30 +01:00
LinphoneCoreSettingsStore.h rework on settings store 2012-09-05 10:37:39 +02:00
LinphoneCoreSettingsStore.m Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00
LinphoneManager.h Use retainable property for SSID 2014-11-26 15:57:06 +01:00
LinphoneManager.m Use retainable property for SSID 2014-11-26 15:57:06 +01:00
MainStoryboard.storyboard Fix iOS6 "wantFullScreen" problem 2014-10-02 18:05:28 +02:00
PhoneMainView.h Remove UICallCell french & russian too, and fix UICallCell to correctly size on tablet and resize avatar image on landscape 2014-11-20 11:59:10 +01:00
PhoneMainView.m Change error log to info log 2014-11-05 12:18:11 +01:00
SettingsViewController.h Add possibility to send logs using enable_log_collect in linphonerc [app] section 2014-10-20 15:46:35 +02:00
SettingsViewController.m Remove UICallCell french & russian too, and fix UICallCell to correctly size on tablet and resize avatar image on landscape 2014-11-20 11:59:10 +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 Fix some 64 bit precision warnings 2014-11-25 17:22:43 +01:00