Commit graph

657 commits

Author SHA1 Message Date
Guillaume BIENKOWSKI
57a6dfe504 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
Guillaume BIENKOWSKI
276136e212 Update linphone version to have it > 3.7.3 (last iTunes version). Also, don't increment build version when building for something else than Release, and use a shell script instead of a built-in script. 2015-01-12 16:33:45 +01:00
Guillaume BIENKOWSKI
2bc27faa6c Change the way the versions are handled: we now display both Version and Build number in the about view.
Also, we increment the build number automatically at each build.
2015-01-12 16:01:10 +01:00
Guillaume BIENKOWSKI
ed6dc34f7f Use lib for tester too 2015-01-07 15:12:13 +01:00
Guillaume BIENKOWSKI
76f958bdc4 Link with ZLIB 2015-01-07 13:09:25 +01:00
Gautier Pelloux-Prayer
636bccbabe Added DTAlertView to display alert view popup 2015-01-05 12:48:52 +01:00
Guillaume BIENKOWSKI
9e7ccff1cd Update linphone and fix some unit tests 2014-12-10 12:07:49 +01:00
Guillaume BIENKOWSKI
30b5402c6c Use properties for bundle path in linphone tester
+ cleanup
+ add resource files for the tester
2014-12-01 14:27:41 +01:00
Guillaume BIENKOWSKI
07a8a00c3f Only target iPhone for LinphoneTester 2014-12-01 14:22:25 +01:00
Guillaume BIENKOWSKI
a114dc03b1 Remove references to the 1px background 2014-12-01 09:19:12 +01:00
Guillaume BIENKOWSKI
1145d94c3d 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
Guillaume BIENKOWSKI
f17e8259e1 Use a launch screen to disable scaling on iPhone 6.
This is not yet optimal because the iPad landscape launch screen is stretched.
2014-11-27 16:40:56 +01:00
Guillaume BIENKOWSKI
64389c5b47 Progress commit on iphone 6 screens 2014-11-26 16:50:57 +01:00
Guillaume BIENKOWSKI
a9e61d3889 Bad merge :( 2014-11-25 15:12:50 +01:00
Guillaume BIENKOWSKI
1f758737c9 Add arabic translation (not yet translated, this is just for the files) 2014-11-25 15:10:34 +01:00
Gautier Pelloux-Prayer
4f02a7483f Use UTF-16 LE strings file since it's the default encoding now. 2014-11-25 14:21:08 +01:00
Gautier Pelloux-Prayer
31a5c7d669 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
Gautier Pelloux-Prayer
cf7bbeb083 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
Gautier Pelloux-Prayer
c1383f51ab Move all .xib in Base.lproj/ subfolder even if they do not have strings, better sorting 2014-11-20 11:59:10 +01:00
Gautier Pelloux-Prayer
a4cac69e7c Remove unused ConsoleViewController 2014-11-20 11:59:09 +01:00
Guillaume BIENKOWSKI
4a86e109b1 Enable arm64 compilation for iOS app 2014-11-19 14:28:15 +01:00
Guillaume BIENKOWSKI
a1fa46fbea Removed the no-gpl target: with openH264 it has no use anymore. 2014-11-19 14:28:15 +01:00
Guillaume BIENKOWSKI
a463b78a63 Use 6.1 target for liblinphone tester 2014-11-18 09:41:58 +01:00
Gautier Pelloux-Prayer
355630b1ea Generate linphone iphone git describe and use it for the user agent instead of using linphone core version 2014-11-03 14:03:39 +01:00
Guillaume BIENKOWSKI
3eb19abfba Only build for armv7 for now, arm64 is not yet ready 2014-10-29 15:36:40 +01:00
Gautier Pelloux-Prayer
bd3e023dff Remove duplicated memory frees from rebase and remove warnings for linphone-non-gpl target 2014-10-28 12:28:55 +01:00
Gautier Pelloux-Prayer
920d42946e Remove warnings generated by Xcode 2014-10-28 12:20:55 +01:00
Guillaume BIENKOWSKI
da51e58f02 Enhance accessibility 2014-10-28 10:04:56 +01:00
Gautier Pelloux-Prayer
825cf82af5 Fix provisioning 2014-10-23 11:45:39 +02:00
Guillaume BIENKOWSKI
e357e9e28e Only remove LinphoneApp.xib, not PhoneMainView 2014-10-16 15:03:54 +02:00
Guillaume BIENKOWSKI
a67cba3581 Revert "Remove unused XIB files"
This reverts commit 89b5273249.
2014-10-16 15:00:59 +02:00
Guillaume BIENKOWSKI
89b5273249 Remove unused XIB files 2014-10-15 17:07:33 +02:00
Gautier Pelloux-Prayer
57484f2046 Add -Werror=incomplete-implementation objective-C warning 2014-10-09 10:01:03 +02:00
Guillaume BIENKOWSKI
0612d39f59 Change provisioning profile for buildbot 2014-10-08 15:20:23 +02:00
Guillaume BIENKOWSKI
5b3e2b0617 Update provisioning profiles 2014-10-03 12:02:37 +02:00
Gautier Pelloux-Prayer
0febdf309f Add -Werror=objc-method-access in xcode project 2014-10-03 10:00:28 +02:00
Guillaume BIENKOWSKI
8648d229cb Provisioning profile for tester 2014-10-03 09:17:36 +02:00
Guillaume BIENKOWSKI
d6bf9e4193 Fix UIAlertView for iOS8 (updated DTFoundation) 2014-09-30 16:35:08 +02:00
Guillaume BIENKOWSKI
8ab996a75d Use a storyboard to launch the main UI. This is needed for iOS 8 because otherwise, the main window will have bad dimensions in landscape. 2014-09-30 15:57:39 +02:00
Gautier Pelloux-Prayer
5d3d15d353 Add voice mail feature: long press on "1" button will call it, if configured 2014-09-24 14:21:03 +02:00
Gautier Pelloux-Prayer
80b6d865c8 Use a specific class for long press dialer "0" button instead of hardcoding a specific case in base class 2014-09-24 11:14:16 +02:00
Guillaume BIENKOWSKI
5c1bd07b1b Add a unit-test framework for iOS.
Launch using the following command:

   xcodebuild -sdk iphonesimulator -project linphone.xcodeproj -scheme "LinphoneTester" test RUN_UNIT_TEST_WITH_IOS_SIM=YES
2014-09-11 11:39:39 +02:00
Guillaume BIENKOWSKI
e2e36f2d88 Merge branch 'master' into dev_sendmsg
Conflicts:
	Resources/licenses.html
2014-09-10 10:09:57 +02:00
Gautier Pelloux-Prayer
be5ba77e8b Update submodules 2014-07-29 14:54:17 +02:00
Guillaume BIENKOWSKI
77dfa1c6b3 Added block-based UIAlertview handler. This will ease development 2014-07-10 14:11:46 +02:00
Jehan Monnier
7b81207fc8 fix target no gpl 2014-07-08 12:48:31 +02:00
Guillaume BIENKOWSKI
84efdb1a7b Compile without h264 on distribution and release targets 2014-07-08 10:49:58 +02:00
Jehan Monnier
7478d291de fix build issue with openh264 2014-07-08 10:03:21 +02:00
Guillaume BIENKOWSKI
5fef8b5df2 Move frameworks into a subdirectory, so that the project is more readable 2014-06-12 14:08:06 +02:00
Jehan Monnier
c72fe6e3de update belle-sip, linphone and msopenh264 submodules 2014-06-04 17:46:45 +02:00