Commit graph

43 commits

Author SHA1 Message Date
Danmei Chen
9c8f9dec99 change licence to gpl-v3 2019-10-16 15:10:09 +02:00
Benjamin Reis
45b1b60ac1 use linphone_chat_room_get_history_events instead of linphone_chat_room_get_history 2017-11-07 15:08:06 +01:00
Gautier Pelloux-Prayer
792bf651df misc: remove compilation warnings due to deprecated ms_list 2016-08-02 15:32:41 +02:00
Gautier Pelloux-Prayer
de39870257 xcode: fix tester targets so that they do not statically link with the SDK - avoiding crash in cunit when running LinphoneTesterTests 2016-05-25 13:39:51 +02:00
Gautier Pelloux-Prayer
17a863e945 contact: terminate refactoring and fix ui tests 2016-05-24 17:51:27 +02:00
Gautier Pelloux-Prayer
a1e48e2dca TestsUI: fix cancel download test on real device 2016-03-25 10:48:38 +01:00
Gautier Pelloux-Prayer
7eca07e091 TestsUI: fix latest failing tests 2016-03-23 16:47:34 +01:00
Gautier Pelloux-Prayer
4002a2d081 TestsUI: create Anna Haro contact instead of assuming she alread exists 2016-03-23 15:35:21 +01:00
Gautier Pelloux-Prayer
ccffb7d5a9 TestsUI: fix push notification test 2016-03-21 11:23:54 +01:00
Gautier Pelloux-Prayer
9878131526 TestsUI: fix failing tests 2016-03-16 15:09:15 +01:00
Gautier Pelloux-Prayer
4477faf01c TestsUI: fix last test 2016-02-15 15:01:28 +01:00
Gautier Pelloux-Prayer
0ff0d06737 TestsUI: fix failing test 2016-02-12 13:51:13 +01:00
Gautier Pelloux-Prayer
b28bfcbf54 TestsUI: fix chat test 2016-02-08 10:47:39 +01:00
Gautier Pelloux-Prayer
7f4f95a9d1 xcode: fix invalid calls to API greater than currently available fixing crashes on iOS6/iOS7 2016-02-05 14:02:31 +01:00
Gautier Pelloux-Prayer
fa1a6f7a92 travis: fix test 2016-02-05 10:38:50 +01:00
Gautier Pelloux-Prayer
aeda6f8c9e UITester: disable simultaneous upload test until bugfix is available 2016-01-25 11:26:45 +01:00
Gautier Pelloux-Prayer
c48f65db1d liblinphoneTester: fix compilation 2016-01-21 17:11:35 +01:00
Gautier Pelloux-Prayer
887b60ea16 UITester: stop debug test 2016-01-21 12:09:16 +01:00
Gautier Pelloux-Prayer
f17b4a8667 travis: take screenshot of gallery, please 2016-01-19 15:42:33 +01:00
Gautier Pelloux-Prayer
83922f2d60 UITester: always select a different image 2016-01-18 16:28:06 +01:00
Gautier Pelloux-Prayer
c87b41d918 UITester: fix latest travis failing test 2016-01-11 17:15:30 +01:00
Gautier Pelloux-Prayer
64a57f66e5 UITester: fix infinite loop in chat 2016-01-11 11:12:15 +01:00
Gautier Pelloux-Prayer
94a70c5f43 Merge branch 'master' into apple_store 2016-01-06 12:19:07 +01:00
Gautier Pelloux-Prayer
f383aa0bfb UITester: fix latest failing tests 2016-01-06 11:08:59 +01:00
Gautier Pelloux-Prayer
e41aa8e1a5 UITester: fix broken UI tests 2015-12-23 11:43:17 +01:00
Gautier Pelloux-Prayer
4f4adc81db Chat: optimize conversation loading time and replace deprecated functions 2015-11-23 12:19:51 +01:00
Gautier Pelloux-Prayer
50f0a56a4f ChatConversation: optimize conversation loading and fix UI tests 2015-11-16 17:57:36 +01:00
Gautier Pelloux-Prayer
ac0aacb26c Assistant: fix remote provisioning 2015-11-05 16:52:14 +01:00
Gautier Pelloux-Prayer
b236f498c7 Chat: fix filetransfer bar progres 2015-11-05 16:14:47 +01:00
Gautier Pelloux-Prayer
cf996bb3fc UITester: fix automatic tests (in progress) 2015-11-04 14:53:10 +01:00
Gautier Pelloux-Prayer
1ea090ba3d UI: update logo 2015-11-04 10:40:57 +01:00
Gautier Pelloux-Prayer
35dbbde826 TestsUI: update and remove some duplicate tests 2015-09-25 16:17:50 +02:00
Gautier Pelloux-Prayer
50ad17e7bc ChatRoomViewController.m: call linphone_send_message only after having added the message to the list to avoid error log 2015-09-21 11:01:56 +02:00
Gautier Pelloux-Prayer
c382374ccc LinphoneUITester: be more resilient to delay when registering 2015-09-16 17:03:21 +02:00
Gautier Pelloux-Prayer
d3e00234cc LinphoneUITester: fix typo 2015-09-16 16:18:36 +02:00
Gautier Pelloux-Prayer
738a98b69c LinphoneUITester: reuse MESSAGE logs level (...) but turn it off for chat tests because they are spamming way too much 2015-09-16 16:17:18 +02:00
Gautier Pelloux-Prayer
39efffe7da LinphoneUITester: fix last failing tests in chat 2015-09-15 10:14:14 +02:00
Gautier Pelloux-Prayer
3a222410ea LinphoneUITester: fix some tests 2015-09-14 17:26:29 +02:00
Gautier Pelloux-Prayer
89920ad233 LinphoneUITester: do not send a message for test big chat list, it is not required 2015-09-09 14:02:38 +02:00
Gautier Pelloux-Prayer
9395ea63c5 Wizard: display "Incorrect username or password" instead of "Forbidden" when failing to register 2015-09-04 14:39:13 +02:00
Gautier Pelloux-Prayer
7d3e4e5572 LinphoneUITester: do not remove chat rooms from tester, it cannot be done properly from there - only ChatTableViewController should do that 2015-09-03 17:08:24 +02:00
Gautier Pelloux-Prayer
c75a000e9a LinphoneUITester: add performance tests for big conversation and big chats list 2015-09-01 16:36:47 +02:00
Gautier Pelloux-Prayer
85a0d9bf00 Tests: restructure tests folder to get a constistent name convention 2015-07-09 14:03:31 +02:00
Renamed from KifTests/ChatTester.m (Browse further)