Commit graph

1974 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
c5de636bb1 Improve some logs 2014-12-18 10:40:10 +01:00
Sylvain Berfini
2fc5048ccb Fix issue with wizard if device has built-in aec 2014-12-15 15:53:27 +01:00
Sylvain Berfini
3b60a26469 Fix crash in BT manager 2014-12-12 11:19:48 +01:00
Sylvain Berfini
b1a8d24e7f Only enable account after echo cancelation calibration to prevent message sound notification to interfere with calibration 2014-12-11 17:39:35 +01:00
Sylvain Berfini
5c2265956d Removed useless mHandler.post() now that everything runs in the same thread 2014-12-11 17:13:04 +01:00
Sylvain Berfini
1b970dae29 Fix ec calibration crash 2014-12-11 11:20:05 +01:00
Sylvain Berfini
045dbe0423 Fix pause while incall 2014-12-09 17:32:25 +01:00
Gautier Pelloux-Prayer
3c7f18a956 Use proper port when switching transport for sip.linphone.org domain: use 5223 for TLS, and none for UDP/TCP. It solves the registration issue when changing the transport to TCP/UDP after the wizard which has forced the port to 5223 for data networks limitation 2014-12-09 15:13:13 +01:00
Sylvain Berfini
ceb74e2847 Fix status bar registration state at boot 2014-12-03 14:32:44 +01:00
Sylvain Berfini
c3da8a9fe6 Fix status fragment registration state 2014-12-03 11:02:53 +01:00
Gautier Pelloux-Prayer
0e10ba8a88 Use reflection to detect if GCM is available, so it is an optional dependency 2014-12-03 09:52:28 +01:00
Sylvain Berfini
a47614d27b Reworked ContactHelper to work with normalized numbers + normalize numbers from contacts 2014-12-02 11:47:30 +01:00
Sylvain Berfini
12e7d572c0 Fix crash with the presence + fix issue 1875: Use encoded URL strings for provisioning 2014-12-01 16:24:59 +01:00
Sylvain Berfini
bb61dd6ac3 Improved listener on SetupActivity 2014-12-01 12:43:07 +01:00
Sylvain Berfini
d227adbd1b Reworked way of using core listener 2014-12-01 12:38:12 +01:00
Sylvain Berfini
08f8c2682e Fix checkbox with different styles 2014-11-27 15:13:12 +01:00
Sylvain Berfini
e462133076 Moved delete contact button + fix for delete + removed warnings in other code 2014-11-25 11:03:37 +01:00
Sylvain Berfini
3b4cc020e9 Single thread for UI, iterate & callbacks 2014-11-20 12:14:33 +01:00
Sylvain Berfini
a2f3250575 Fixed issue 1805: Crash when rotating the in-call view while video popup is shown 2014-11-18 11:17:29 +01:00
Gautier Pelloux-Prayer
dcf05629b2 Fix about view when logs collect is disabled 2014-11-10 15:01:59 +01:00
Sylvain Berfini
b8b45c024b Fix issue 1592: Not possible to send < > in chat messages 2014-11-04 11:09:34 +01:00
Margaux Clerc
96d6ff2f0c Use normalize for checking number address 2014-10-31 15:57:29 +01:00
Margaux Clerc
f761105572 Add contact image in history 2014-10-31 15:55:44 +01:00
Sylvain Berfini
ee6aa7bf69 private constructor for BTManager cause crash sometimes 2014-10-29 15:01:09 +01:00
Sylvain Berfini
c208d3e377 Try to prevent BT crash that happen for some people 2014-10-29 14:54:39 +01:00
Sylvain Berfini
d6ea66cab1 Fix BT crash sometimes 2014-10-28 13:58:06 +01:00
Simon Morlat
01931d96d8 Revert "aac: only present AAC setting when available"
This reverts commit e7ffe4ab0b.
2014-10-27 15:54:38 +01:00
Sylvain Berfini
6551e39421 Prevent crash when trying to access Lc from Manager 2014-10-27 11:05:26 +01:00
Pierre-Eric Pelloux-Prayer
e7ffe4ab0b aac: only present AAC setting when available
AAC-ELD 22/32/44/48kHz can be used if echo
 canceller is disabled. AAC 16kHz is always
available.
2014-10-27 09:34:15 +01:00
François Grisez
13519c5387 Call player intent
Add an intent to enable linphone to play a media file when a call is running
2014-10-23 14:42:05 +02:00
Gautier Pelloux-Prayer
e6a5f5aae0 Use application name when sending logs, instead of generic "Linphone" 2014-10-21 17:00:07 +02:00
François Grisez
b9d50caef2 Make Linphone Android to use the new API of AndroidVideoWindowImpl class 2014-10-16 10:55:35 +02:00
Gautier Pelloux-Prayer
d0c0d1c433 Do not save account if username and/or domain not provided 2014-10-15 09:37:27 +02:00
Pierre-Eric Pelloux-Prayer
1105425508 pref: use AAC-ELD title instead of mpeg4-generic (mime-type) 2014-10-14 23:48:11 +02:00
Gautier Pelloux-Prayer
ff906985b4 Do not use "Send log" feature on the Exit button, but on another one... 2014-10-13 15:43:48 +02:00
Margaux Clerc
fc95d843be Add old interface for add account 2014-10-08 13:58:26 +02:00
Sylvain Berfini
0a414f3e9d Constructor for BTManager made public to fix crash 2014-09-30 11:33:00 +02:00
Margaux Clerc
96c1fbabb5 Add voice mail preference
Add voice mail notification in status bar
2014-09-29 16:20:26 +02:00
François Grisez
77516c7162 Make the Android application to use the new API for tunnel management 2014-09-22 11:02:06 +02:00
Sylvain Berfini
053b54e710 Reworked chat view, way easier to maintain now
Conflicts:
	res/layout-FR/chat.xml
	res/layout-RU/chat.xml
	res/layout-small/chat.xml
	res/layout/chat.xml
2014-09-16 11:06:16 +02:00
Margaux Clerc
ea1da8d408 Add spinner when video is asked 2014-09-12 16:58:46 +02:00
Margaux Clerc
94cd40f141 Fix crash 2014-09-12 16:58:45 +02:00
Sylvain Berfini
c0c74aac79 Updated linphone + added missing callbacks in manager 2014-09-11 12:17:41 +02:00
Sylvain Berfini
b7de55f1cd Added missing callbacks 2014-09-10 16:12:43 +02:00
Simon Morlat
0ba3f6bc23 update linphone module for AEC fixes on 4.4 2014-09-10 15:34:20 +02:00
Gautier Pelloux-Prayer
40f29d6837 Update linphone submodule 2014-09-09 12:42:49 +02:00
Gautier Pelloux-Prayer
5a7ef0aab0 Add adaptive rate algorithm setting 2014-09-09 11:47:06 +02:00
Margaux Clerc
03bd0e5c7b Fix crash when username or domain is null 2014-09-08 16:40:47 +02:00
Sylvain Berfini
6dc5194656 Improved API to add custom notification 2014-09-08 15:59:08 +02:00
François Grisez
138fdfe9f3 Fix bug #1393
Make the application manipulating tunnels only through the methods of LinphoneCore.
The application does not manage the configuration storage process excepted for the
tunnel mode which is not provide by the liblinphone.
2014-09-03 17:15:29 +02:00