Benjamin Reis
d266c4f284
fix resize
2018-05-03 13:47:31 +02:00
Benjamin Reis
0fc673f941
start dev
2018-04-30 15:51:16 +02:00
Benjamin Reis
e9252e2cf1
do not crash when displaying imdn of a file transfer
2018-04-30 15:20:56 +02:00
Benjamin Reis
d2ff235c8d
disable click on cell
2018-04-30 14:21:45 +02:00
Benjamin Reis
199cc837b9
display delivery status
2018-04-30 14:11:17 +02:00
Benjamin Reis
04da4d4afa
display table view
2018-04-30 10:28:26 +02:00
Benjamin Reis
53493a4e99
Merge branch 'dev_group_chat' into dev_imdn_view
2018-04-30 10:00:45 +02:00
Benjamin Reis
3e2eed4ee7
factorize and improve how to go to a chat room
2018-04-27 15:53:53 +02:00
Benjamin Reis
9201fe28da
update linphoen & add const
2018-04-27 15:09:06 +02:00
Benjamin Reis
1cd0bb569f
repair file transfer
2018-04-27 14:37:37 +02:00
Benjamin Reis
718e698ff2
use prefer_basic_chat_room in misc section to create only basic one-to-one
2018-04-27 10:39:03 +02:00
Benjamin Reis
1ee3a6f0d4
update chat room view when all info received
2018-04-27 10:32:55 +02:00
Benjamin Reis
7738a7352b
begin dev
2018-04-27 10:02:50 +02:00
Benjamin Reis
91d88de896
repair notificatoin action in bg
2018-04-25 14:35:36 +02:00
Benjamin Reis
944400bb0b
use new logo \o/
2018-04-25 14:35:08 +02:00
Benjamin Reis
b2f89db07f
reindent to be readable
2018-04-11 12:05:03 +02:00
Jehan Monnier
d4da3651b1
Move register for notification from application did become active to application start.
2018-04-11 10:30:44 +02:00
Benjamin Reis
2540402626
update linphone & adapt api call
2018-04-09 17:22:08 +02:00
Jehan Monnier
da19ca9129
use linphone_call_params_get_received_video_definition instead of deprecated function
2018-04-06 08:33:14 +02:00
Jehan Monnier
9ba81e0383
add property to use basic chatroom in case of 1-1 chat
2018-03-26 09:18:10 +02:00
Benjamin Reis
4036e58124
update translation
2018-03-13 11:49:47 +01:00
Benjamin Reis
1bce4fd48d
go to chat conversation view when clicking on the chat notification
2018-03-13 10:45:28 +01:00
Benjamin Reis
ab089faa96
use call id instead of message id for push dictionnary
2018-03-13 10:45:05 +01:00
Benjamin Reis
c1becd41e5
do not update application badge number when not necessary
2018-03-12 14:16:51 +01:00
Benjamin Reis
190552d467
repair flexisip pusher notification display
2018-03-12 12:05:22 +01:00
Benjamin Reis
392f991fae
repair flexisip pusher notification display
2018-03-12 12:01:59 +01:00
Benjamin Reis
d0a7f4ede1
public beta 3.99.1(2)
2018-03-12 10:15:13 +01:00
Benjamin Reis
7dae2f4ad3
put spinner back in place
2018-03-09 15:02:31 +01:00
Benjamin Reis
2c75775258
fix crash
2018-03-08 11:53:41 +01:00
Benjamin Reis
8e7617e13b
remove unecessary 's' in logs
2018-03-07 15:48:51 +01:00
Benjamin Reis
dd8ad97456
fix crash when creating a chat
2018-03-07 14:13:28 +01:00
Brieuc Viel
34352e8af5
[FastAddressBook] update registerAddrsFor cleaned-up
2018-03-06 16:36:02 +01:00
Benjamin Reis
eadf80d9d9
Clearer code
2018-03-06 14:25:07 +01:00
Benjamin Reis
9152d890c6
only create group chat room if proxy config has a confernce-factory-uri
2018-03-05 17:25:41 +01:00
Benjamin Reis
62195a7208
clearer method
2018-03-05 10:06:54 +01:00
Simon Morlat
d5e1b7eca2
Fix ICE settings (stun must be activated when ICE is)
...
Fix small memory leak.
2018-03-03 16:50:54 +01:00
Simon Morlat
2fecb07356
Optimize: don't search in friends if a Contact is found
2018-03-03 16:49:31 +01:00
Benjamin Reis
f3c381b56b
better fix of background task remain time
2018-03-02 13:46:55 +01:00
Benjamin Reis
712ba1f100
better management of chat room cbs
2018-02-28 15:43:05 +01:00
Benjamin Reis
10e79db8c2
do not add same cbs multiple times
2018-02-28 15:15:43 +01:00
Benjamin Reis
97bf8e988d
fix ipad's ui
2018-02-28 15:11:24 +01:00
Benjamin Reis
83b758591a
handle ice and stun by proxy configs
2018-02-28 10:41:51 +01:00
Benjamin Reis
26b8fdb1e1
update linphone and adapt UI to the new chat room cbs API
2018-02-27 15:16:35 +01:00
Benjamin Reis
2b9abae0cc
fix last update time chat room
2018-02-26 15:36:04 +01:00
Benjamin Reis
d8a157ca01
use NSArray cache instead of bctbx_list_t to display chat room faster
2018-02-26 11:49:00 +01:00
Simon Morlat
dc6cad468e
fix small memory leak.
2018-02-23 23:16:32 +01:00
Simon Morlat
f423b0f8a8
Simplify the handling of STUN/ICE settings.
...
It also fixes an issue where it was possible to get into a case where STUN is enabled but ICE is disabled, which is something we don't want.
2018-02-23 22:55:37 +01:00
Simon Morlat
52b468ec40
Speedup the display of a chatroom.
...
On a relatively long, the time for loading the chatroom view decreases from 21 seconds to 7 seconds.
The main problem is that each the view is entered [tableView reloadData] was called three times.
2018-02-23 22:17:48 +01:00
Jehan Monnier
a93537c802
fix incoming imdn message mgt
2018-02-23 10:11:06 +01:00
Benjamin Reis
ff6adcb5e6
do not put speaker when starting video call if BTheadest
2018-02-22 11:43:18 +01:00