Commit graph

255 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
ccb01b5306 new UI: update main bar 2015-07-22 15:33:31 +02:00
Gautier Pelloux-Prayer
0fedaa2ac6 Logs: improve startup logs a bit 2015-07-15 14:39:40 +02:00
Gautier Pelloux-Prayer
63f5fa805e iSAC: readd build support with CMake but this is disabled by default 2015-07-15 12:29:26 +02:00
Gautier Pelloux-Prayer
db7b6afc9b LinphoneManager.m: migrate file sharing server 2015-07-10 14:12:49 +02:00
Gautier Pelloux-Prayer
1c7882d4b4 xcodeproj: use debug remote push notification when building Release so that it can works with Crashlytics 2015-07-09 14:52:59 +02:00
Gautier Pelloux-Prayer
540a47a53a clangformat: reformat all code style convention defined in .clang-format 2015-07-09 11:50:14 +02:00
Gautier Pelloux-Prayer
c86c615044 LinphoneUITester: try to robustify tests by going to dialer before starting tests 2015-07-09 11:12:55 +02:00
Gautier Pelloux-Prayer
9e39eff98b LinphoneUITester: fix logs verbosity to WARNING 2015-07-07 16:06:53 +02:00
Gautier Pelloux-Prayer
935b78d53a LinphoneUITester: try to fix last failing tests on travis 2015-07-07 15:07:24 +02:00
Gautier Pelloux-Prayer
1689b30026 LinphoneUITester: fix broken UI tests and reorder tests in execution order (eg alphabetical) 2015-07-07 14:08:00 +02:00
Gautier Pelloux-Prayer
5f8ed678a0 Logging: show verbosity level when logging 2015-06-19 18:11:06 +02:00
Gautier Pelloux-Prayer
9b6ae065b5 LocalNotification: add settings Call "Repeat call notification" so that in iOS8, user can choose local notification behaviour based on its use case (vibrate at each notification or not) 2015-06-16 18:11:32 +02:00
Gautier Pelloux-Prayer
016fa44f62 InAppSettings: reorder code by section 2015-06-16 15:21:57 +02:00
Gautier Pelloux-Prayer
06375f58af filetransfer: rework file transfer to use latest API 2015-06-15 15:46:26 +02:00
Gautier Pelloux-Prayer
6637fc2127 Merge remote-tracking branch 'origin/dev_sendmsg' 2015-06-09 17:59:43 +02:00
Gautier Pelloux-Prayer
25013bdf9e ARC: rename __bridge_retained to CFBridgingRetain and __bridge_transfer to CFBridgingRelease for the sake of consistency 2015-06-08 15:20:12 +02:00
Jehan Monnier
aedf7bfa4a fix a crash in case of trace issued by the SIP publish 2015-06-05 11:01:36 +02:00
Gautier Pelloux-Prayer
437cb7c965 LinphoneManager.m: if linphonerc~ipad and/or linphonerc-factory~ipad do not exist, fallback to linphonerc and/or linphonerc-factory 2015-06-02 16:19:01 +02:00
Gautier Pelloux-Prayer
f2d929c46d LinphoneManager.m: do not display an empty line between each line of received/sent packets because of \r\n, but instead replace \r\n seqeuence with \n before logging 2015-06-02 16:12:06 +02:00
Guillaume BIENKOWSKI
4a05213af1 Remove retain / release / autorelease that were not watched 2015-06-02 14:39:52 +02:00
Gautier Pelloux-Prayer
378903ca3b LinphoneManager.m: linphonerc config file is now named linphonerc, not .linphonerc. Thanks to MacOSX Finder to not allow users to see hidden files easily! 2015-06-02 12:34:43 +02:00
Guillaume BIENKOWSKI
b6d8afe22e Migrate to ARC \o/ 2015-06-02 11:54:48 +02:00
Gautier Pelloux-Prayer
54afa31e4d LinphoneManager.m: instanciate in app manager only after linphone core initialization 2015-06-01 12:23:33 +02:00
Gautier Pelloux-Prayer
72175dcb42 LinphoneManager: change runningOnIpad to use UIuserInterfaceIdiomPad instead of #ifdef UI_USER_INTERFACE_IDIOM because somehow it is not fully working on iOS 8.2 2015-05-25 16:58:46 +02:00
Gautier Pelloux-Prayer
993e062ccf InApp: handle error cases and standardize notifications name 2015-05-19 12:04:55 +02:00
Gautier Pelloux-Prayer
3b8ddd28a1 Merge branch 'dev_inapp_purchase'
Conflicts:
	.tx/config
	Classes/Base.lproj/WizardViews.xib
	Classes/Utils/Utils.h
	Classes/Utils/Utils.m
	Classes/WizardViewController.h
	Classes/WizardViewController.m
	Resources/linphonerc-factory
	Resources/linphonerc-factory~ipad
2015-04-30 17:01:51 +02:00
Gautier Pelloux-Prayer
056b8afaae InApp: use separate method for create account (wip) 2015-04-29 11:35:43 +02:00
Gautier Pelloux-Prayer
7441e0155a LinphoneManager: rename *LibLinphone to *LinphoneCore methods for consistency 2015-04-27 17:13:36 +02:00
Gautier Pelloux-Prayer
3e275a95b1 inapp: plug it in wizard and do not query server more than necessary 2015-04-27 15:57:41 +02:00
Gautier Pelloux-Prayer
c13e063f3a continue 2015-04-21 16:22:06 +02:00
Gautier Pelloux-Prayer
d241652f6b continue 2015-04-17 15:57:55 +02:00
Gautier Pelloux-Prayer
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02:00
Gautier Pelloux-Prayer
0909bb2909 continue 2015-04-17 10:51:03 +02:00
Gautier Pelloux-Prayer
0f1c4884ed Utils.m: rename logger helper functions to LOGx instead of Linphone_x 2015-04-15 12:56:09 +02:00
Gautier Pelloux-Prayer
9c1eb3335a InAppProducts: add in app feature 2015-04-15 12:53:57 +02:00
Guillaume BIENKOWSKI
ada0db80fd Allow a magic combination to trigger a debug popup. 2015-02-24 15:20:48 +01:00
Guillaume BIENKOWSKI
44af28fd8a Fix issue where the chatroom could not be found for local notifications. 2015-02-24 12:15:26 +01:00
Jehan Monnier
2be1b5e6c1 enable SRTP DTLS
[Switch submodule branch] for polarssl
2015-02-20 18:28:47 +01:00
Guillaume BIENKOWSKI
407224e87f Some cosmetics 2015-02-18 10:29:12 +01:00
Guillaume BIENKOWSKI
4e06464af3 Use CTTelephonyNetworkInfo for devices > iOS7 to detect network connection 2015-01-26 15:34:11 +01:00
Guillaume BIENKOWSKI
e76abc7d5e Code organization in linphonemanager.h 2015-01-26 15:31:13 +01:00
Guillaume BIENKOWSKI
2f25d70bf2 Try to detect if we’re testing, so that we prevent the wizard to show up.
Also prevent the remote push to show up
2015-01-17 23:00:34 +01:00
Guillaume BIENKOWSKI
0f6f089e36 Fix #1996: don't ignore push notifications, and use the msg call-id to decide whether it should be inhibited. 2015-01-16 14:06:57 +01:00
Guillaume BIENKOWSKI
49188892f5 Fir #2009: Update linphone for SAL fix and use linphone_core_interpret_url() instead of linphone_address_new(). This simplifies the -call: method. 2015-01-16 14:06:57 +01:00
Gautier Pelloux-Prayer
832844ea78 Unknown contact name should be localized
Conflicts:
	Classes/LinphoneUI/UICallCell.m
2015-01-15 14:50:53 +01:00
Guillaume BIENKOWSKI
a37648852e 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
Guillaume BIENKOWSKI
7ff6008db1 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
Guillaume BIENKOWSKI
cb95b395af Fix push notification token handling: we systematically added it even though sometimes it wasn't needed/wanted 2014-12-08 12:32:44 +01:00
Guillaume BIENKOWSKI
333166d4da Protect the kickoffNetworkConnection with a timeout and a BOOL to prevent multiple instances to run and drain the pool of threads we are allowed.
Possibly fixed #1854
2014-11-28 16:35:53 +01:00
Guillaume BIENKOWSKI
4bb359cb7b Handle Arabic buttons and transitions 2014-11-27 14:45:16 +01:00