linphone-iphone/Classes
2015-01-12 16:55:05 +01:00
..
ar.lproj Update translations 2014-12-10 14:38:35 +01:00
Base.lproj Fix video preview aspect (#1863) 2014-12-17 16:41:42 +01:00
de.lproj Update translations 2014-12-10 14:38:35 +01:00
fr.lproj Update translations 2014-12-10 14:38:35 +01:00
ja.lproj Update translations 2014-12-10 14:38:35 +01:00
LinphoneUI Revert UICallCell subview trick 2014-12-23 10:56:43 +01:00
ru.lproj Update translations 2014-12-10 14:38:35 +01:00
Utils Bump version and change dependencies build scripts 2015-01-12 14:33:23 +01:00
AboutViewController.h improve customazation process 2012-12-06 18:26:51 +01:00
AboutViewController.m Revert the changes to the versioning. We will use the git version in the about page, it makes more sense. 2015-01-12 16:55:05 +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 Add option save_new_contacts_as_phone_number to automatically add new contacts as phone number instead of sip address in case of phone number 2015-01-09 09:26:19 +01:00
ContactDetailsTableViewController.m Add option save_new_contacts_as_phone_number to automatically add new contacts as phone number instead of sip address in case of phone number 2015-01-09 09:26:19 +01:00
ContactDetailsViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
ContactDetailsViewController.m Reload FastAddressBook after deletion to have proper contact name in history 2015-01-12 15:32:29 +01:00
ContactsTableViewController.h Remove useless variables (with property defined) 2012-08-20 13:23:03 +02:00
ContactsTableViewController.m Harden contact sip address checker 2014-12-15 17:02:12 +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 Remove legacy support code 2014-12-22 15:20:51 +01:00
ImagePickerViewController.h Fix Chat image loading/lag 2012-09-25 16:14:45 +02:00
ImagePickerViewController.m Remove legacy support code 2014-12-22 15:20:51 +01: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
LaunchScreen.xib Fix launch screen for good. We now use constraint-based images, which render best in all configurations 2014-11-28 11:14:32 +01:00
LinphoneAppDelegate.h Fix discrepancies spotted by analysis 2014-10-27 17:12:49 +01:00
LinphoneAppDelegate.m Change the provisioning scheme: we now use linphone-config:// and escape the rest of the URL 2014-12-01 14:01:50 +01:00
LinphoneCoreSettingsStore.h rework on settings store 2012-09-05 10:37:39 +02:00
LinphoneCoreSettingsStore.m Move the send logs button to the advanced menu and use only one preference to trigger it (debugenable_preference) 2014-12-17 12:18:06 +01:00
LinphoneManager.h Move the send logs button to the advanced menu and use only one preference to trigger it (debugenable_preference) 2014-12-17 12:18:06 +01:00
LinphoneManager.m Fix the debug traces in DEBUG at first launch: the userpref migration was messing up the default value 2014-12-17 15:38:20 +01:00
MainStoryboard.storyboard Fix iOS6 "wantFullScreen" problem 2014-10-02 18:05:28 +02:00
PhoneMainView.h Don't use a 10s timer for battery level polling. Legacy code? 2014-11-28 16:59:27 +01:00
PhoneMainView.m Remove legacy support code 2014-12-22 15:20:51 +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 Add option save_new_contacts_as_phone_number to automatically add new contacts as phone number instead of sip address in case of phone number 2015-01-09 09:26:19 +01:00
WizardViewController.h Add a way to specify transport for external sip servers 2014-12-17 12:48:48 +01:00
WizardViewController.m Do not be stuck in wizard in case of no connectivity when trying to login. Instead, display a popup "continue without internet vs wait here" 2015-01-05 12:51:36 +01:00