Commit graph

7610 commits

Author SHA1 Message Date
Guillaume Beraudo
a6d0acc1e0 Move tunnel submodule out of linphone. 2012-02-13 11:15:45 +01:00
Sylvain Berfini
34014bbfb1 wizard confirmation popup improved 2012-02-08 11:28:35 +01:00
Sylvain Berfini
ff5672fae4 Better multi-account management + fix landscape fc 2012-02-08 10:38:44 +01:00
Sylvain Berfini
caa668604b Wizard updated + overview accounts slider 2012-02-02 17:12:28 +01:00
Sylvain Berfini
3a9f1e5e3c Updated linphone submodule to fix compil issue 2012-02-02 12:28:28 +01:00
Sylvain Berfini
369f9a053e Linphone submodule updated for JNI 2012-02-02 11:30:26 +01:00
Sylvain Berfini
0d575d5557 Wizard for Android 2012-02-02 10:34:29 +01:00
Yann Diorcet
1e9bef5a9d Fix AMRNB light compilation and use updated msamr codec 2012-01-27 13:57:06 +01:00
Yann Diorcet
285490babc Fix AMR-WB integration (Android.mk) 2012-01-26 16:02:20 +01:00
Yann Diorcet
9d8d6be92f AMR-WB Integration 2012-01-26 16:00:51 +01:00
Guillaume Beraudo
036e629b3b Enable again transfers. 2012-01-17 10:23:47 +01:00
Guillaume Beraudo
d91bb5572c Fix incall crash on older devices. 2012-01-17 10:23:22 +01:00
Pierre-Eric Pelloux-Prayer
006cfde91a Update osip submodule (use 'linphone' branch) 2012-01-09 12:19:00 +01:00
Sylvain Berfini
05b959900c Merge branch 'master' of git.linphone.org:linphone-android 2012-01-06 11:16:47 +01:00
Sylvain Berfini
2ade8a9d8a Multi-accounts 2012-01-06 11:16:31 +01:00
Jehan Monnier
c0e63e2af2 aquire wifi lock during call to avoid netorking slow down 2012-01-04 16:10:58 +01:00
Sylvain Berfini
dadec7e60b build.xml updated to take in charge R.java package name 2012-01-02 16:49:23 +01:00
Sylvain Berfini
edd684356f Updated linphone submodule 2011-12-30 17:07:13 +01:00
Sylvain Berfini
38a3dec60f Show who is talking in conf view 2011-12-30 17:00:28 +01:00
Sylvain Berfini
e68972794f ant script for buildbot 2011-12-28 15:29:13 +01:00
Sylvain Berfini
c3004ce6a1 updated build.xml 2011-12-28 14:38:14 +01:00
Sylvain Berfini
cdd1551daa Merge branch 'master' of git.linphone.org:linphone-android 2011-12-28 13:23:43 +01:00
Sylvain Berfini
7f9f75768a Ant script for buildbot 2011-12-28 13:23:24 +01:00
Sylvain Berfini
df13844357 Fix a SIGSEV on Android 2011-12-26 16:54:47 +01:00
Sylvain Berfini
421a23846b Better call quality indicator 2011-12-26 16:48:43 +01:00
Sylvain Berfini
9905ea33ed Submodule linphone updated to fix some SRTP issues 2011-12-26 14:47:48 +01:00
Sylvain Berfini
7ce7895e9f CallQuality indicator in audio and conference views 2011-12-26 12:01:12 +01:00
Guillaume Beraudo
bfb9440f9c exosip transport makefile include 2011-12-20 16:49:06 +01:00
Guillaume Beraudo
420698d3b4 Optional tunnel plugin.
Requires a tunnel implementation with Android.mk in
submodules/linphone/tunnel
2011-12-16 10:59:32 +01:00
Guillaume Beraudo
6933cbe329 Fix calls on phone rotation due to immutable intent.
Appears when application launched with intent data.
2011-12-13 12:16:40 +01:00
Guillaume Beraudo
d198bef5a1 Fix calls from native dialer. 2011-12-13 12:04:47 +01:00
Guillaume Beraudo
f6afe8b15e Terminate conference button in the conf details activity. 2011-12-09 16:26:19 +01:00
Sylvain Berfini
cdcd50e258 Fix an exception if hanging up while rotating 2011-12-09 15:16:54 +01:00
Guillaume Beraudo
cce4aa0995 Fix preview window on Nexus one. 2011-12-09 14:52:20 +01:00
Sylvain Berfini
6673e98932 Linphone-android 1.2.2 2011-12-09 10:46:37 +01:00
Guillaume Beraudo
835e757c86 Fix linphone icon showing despite service stopped. 2011-12-08 10:37:12 +01:00
Guillaume Beraudo
eba187eedb Auto convert conference to plain call.
Triggered when 1 remaining call in conference.
After a participant has been removed.
After a call is terminated.
2011-12-07 17:09:10 +01:00
Guillaume Beraudo
3445cd7de5 Update incall conf ui when pausing/leaving conference. 2011-12-07 17:08:25 +01:00
Guillaume Beraudo
b95b61344c Change uri picker plus button. 2011-12-07 09:49:44 +01:00
Guillaume Beraudo
5a41994183 Delay start of incall chronometers until duration!=0. 2011-12-07 09:49:19 +01:00
Simon Morlat
d004a66daa fix bad JNI interface for removeFromConf() and update linphone submodule for conferencing fixes 2011-12-06 14:03:25 +01:00
Guillaume Beraudo
3f0f4b3348 Decrease volume of hold sound. 2011-12-02 14:27:22 +01:00
Guillaume Beraudo
e63715f72f Remove test from .classpath. 2011-12-02 14:02:59 +01:00
Guillaume Beraudo
c906073ea8 Multiple Video orientation fixes and cleaning
- 0000083 : Video orientation not updated outside video call activity;
- 0000082 : Video started landscape sent portrait;
- use of accelerometer sensor in spite of orientation sensor.
2011-12-02 12:43:15 +01:00
Guillaume Beraudo
1cca9a7b84 Workaround core instanciation fragility
During core creation the globalstate callback is
triggered before the java object is instantiated.

Code in listener try to access the core object.
2011-12-02 11:58:37 +01:00
Guillaume Beraudo
d3bc9e7e6c Improve handling of holding sound. 2011-12-01 16:40:50 +01:00
Guillaume Beraudo
46a1b918a8 Enable back the remove from conference. 2011-12-01 16:40:21 +01:00
Guillaume Beraudo
740df0d5f4 Fix name of holding sound. 2011-12-01 16:40:03 +01:00
Guillaume Beraudo
9439e29a24 Play sound to other part when holding call. 2011-12-01 08:51:48 +01:00
Guillaume Beraudo
817c80c046 Highlighting of incall call. 2011-12-01 08:49:29 +01:00