Commit graph

4743 commits

Author SHA1 Message Date
Ghislain MARY
21024898ed Detect code source change to build again.
Force CMake to run the update step of external projects when the source directory is a git submodule.
2015-06-08 12:29:34 +02:00
Gautier Pelloux-Prayer
2d288f3a21 ContactDetailsTableViewController.m: do not use __bridge_transfer when modifiyng contact to avoid another crash 2015-06-08 11:30:17 +02:00
Gautier Pelloux-Prayer
5b0971f31f ContactDetailsTableViewController: avoid double-free crash clicking the second time on a contact SIP address due to CFBridgingRelease instead of __bridge cast 2015-06-08 11:01:08 +02:00
Gautier Pelloux-Prayer
e086e81515 i18n: update strings and fix generate_strings_file.sh 2015-06-05 11:38:40 +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
Guillaume BIENKOWSKI
be2b046a17 Tentative fix for leak in FastAB 2015-06-03 16:23:12 +02:00
Gautier Pelloux-Prayer
2e981edf27 FastAddressBook.m: (temp fix) use __bridge instead of CFBridgingRelease to avoid random bad access crash - we should drop the whole FAB though 2015-06-03 15:02:57 +02:00
Jehan Monnier
4466a132a4 update submodule linphone with a fix for conference in zrtp mode 2015-06-02 18:44:22 +02:00
Guillaume BIENKOWSKI
7386cded57 Fix crashes in contacts (and trying to make sense of this all..) 2015-06-02 17:06:01 +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
Guillaume BIENKOWSKI
e3eaa693c2 Fix delete crash in UI tests (and possibly in real life) 2015-06-02 14:32:48 +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
Ghislain MARY
966f277b82 Enable debug logs when using the -d option of prepare.py. 2015-06-02 10:54:43 +02:00
Guillaume BIENKOWSKI
87c75b2e1e Don't retain the chatroom, we don't need to 2015-06-02 09:59:44 +02:00
Gautier Pelloux-Prayer
dd5aa550dc submodules: update belle-sip and linphone 2015-06-01 17:34:34 +02:00
Gautier Pelloux-Prayer
cb5f409888 .gitmodules: ignore external dirty submodule vo-amrwbenc 2015-06-01 12:29:13 +02:00
Gautier Pelloux-Prayer
f9cfdbe8aa Merge remote-tracking branch 'public/master' into dev_cmake 2015-06-01 12:28:57 +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
Ghislain MARY
493ca87d57 Add {arch}-[build|clean|veryclean] targets in Makefile generated by prepare.py. 2015-05-29 17:26:02 +02:00
Gautier Pelloux-Prayer
f35bb62dba submodules: update linphone 2015-05-29 17:20:55 +02:00
Gautier Pelloux-Prayer
c6960034f3 imgur_upload.sh: customize output when no images of failed tests are available 2015-05-29 16:20:31 +02:00
Gautier Pelloux-Prayer
79a297d1a9 InAppProductsManager: add some comments and add account activation feature 2015-05-29 10:41:50 +02:00
Gautier Pelloux-Prayer
728b84f7ee submodules: update linphone and belle-sip 2015-05-28 17:53:14 +02:00
Ghislain MARY
918ab47937 Update linphone-cmake-builder submodule. 2015-05-28 16:28:41 +02:00
Gautier Pelloux-Prayer
2c89cb8173 SettingsViewController: hide media encryption preference when SSL not available 2015-05-28 15:51:43 +02:00
Gautier Pelloux-Prayer
5ca07e1a35 project.pbxproj: add some missing resources 2015-05-28 15:16:40 +02:00
Gautier Pelloux-Prayer
6b3edbb625 i10n: remove quote around username when displaying popup error "XXX is not registered" and update translations 2015-05-28 13:48:07 +02:00
Ghislain MARY
d030471117 Update linphone-cmake-builder submodule. 2015-05-28 13:43:54 +02:00
Ghislain MARY
df3a84b7c5 Update linphone-cmake-builder and linphone submodules. 2015-05-28 11:49:40 +02:00
Ghislain MARY
98db8f96ef Some cleaning in prepare.py. 2015-05-28 10:30:08 +02:00
Ghislain MARY
2e5ab605dc Update linphone-cmake-builder submodule. 2015-05-28 10:29:54 +02:00
Ghislain MARY
e9603bb702 Add vo-amrwbenc submodule. 2015-05-28 09:53:59 +02:00
Ghislain MARY
d88d98de24 Fix liblinphone-tester project. 2015-05-28 09:49:46 +02:00
Ghislain MARY
e84f0e2b5e Update linphone-cmake-builder and linphone submodules. 2015-05-27 17:31:42 +02:00
Ghislain MARY
f770b8cc32 Add clean and veryclean targets in Makefile generated by prepare.py. 2015-05-27 17:16:18 +02:00
Ghislain MARY
d93fc2332a Simplify clean option of prepare.py. 2015-05-27 15:18:15 +02:00
Ghislain MARY
1039959cd3 Update linphone-cmake-builder submodule. 2015-05-27 15:17:58 +02:00
Gautier Pelloux-Prayer
37b98bb1f0 tag_missing_resources.sh: handle images not in Resources/ directory but possibly in subdirectories (launchscreen) 2015-05-27 15:11:15 +02:00
Ghislain MARY
ee09658d1c Git-ignore WORK directory and top Makefile + update linphone-cmake-builder submodule. 2015-05-27 14:16:22 +02:00
Ghislain MARY
f2db91c75d Fix xcode project for build with CMake. 2015-05-27 14:09:32 +02:00
Ghislain MARY
d98043b4ae Add Makefile rule to build ipa + show GPL third parties warning with prepare.py script. 2015-05-27 11:23:03 +02:00
Ghislain MARY
5a377a454c Allow giving several platforms as arguments to the prepare.py script. 2015-05-26 18:02:04 +02:00
Ghislain MARY
44e48126f7 Fix installation path for arm64. 2015-05-26 17:10:47 +02:00
Ghislain MARY
75c3dbcfd3 Update linphone-cmake-builder. 2015-05-26 16:37:56 +02:00
Ghislain MARY
7d31299ca8 Add same makefile targets for build with CMake as the classic build system. 2015-05-26 14:12:18 +02:00
Gautier Pelloux-Prayer
e3ea73d871 AboutViewController: remove ending part of copyright since it still applies (© 2010 - Belledonne Communications) 2015-05-26 11:51:16 +02:00
Ghislain MARY
b43e8fde1f Update linphone-cmake-builder submodule + move IOS targets to here. 2015-05-26 11:46:55 +02:00