Commit graph

7093 commits

Author SHA1 Message Date
Guillaume Beraudo
ee692dbdc4 Move git repositories from savannah. 2011-10-14 10:48:35 +02:00
Guillaume Beraudo
1724555a8c Try to resume call, enter conf on URI picker return. 2011-10-13 15:57:31 +02:00
Guillaume Beraudo
e436b2b620 Merge branch 'master' of git.linphone.org:linphone-android into conferencing
Conflicts:
	src/org/linphone/LinphoneManager.java
	src/org/linphone/core/LinphoneCallParamsImpl.java
	src/org/linphone/core/LinphoneCoreImpl.java
	submodules/linphone
2011-10-13 15:57:22 +02:00
Pierre-Eric Pelloux-Prayer
efcb45d7c7 Fix ringing stopping, by binding ringing status to call 2011-10-13 15:08:23 +02:00
Guillaume Beraudo
6fe3390dce Fix: Erase button of Uri picker now works. 2011-10-13 15:01:11 +02:00
Pierre-Eric Pelloux-Prayer
0e0a6eec05 Update linphone 2011-10-13 13:44:44 +02:00
Guillaume Beraudo
cf47af9385 Merge branch 'master' of git.linphone.org:linphone-android
Conflicts:
	submodules/linphone
2011-10-13 13:21:54 +02:00
Guillaume Beraudo
8a52da78a0 Merge branch 'srtp' of git.linphone.org:linphone-android-private
Conflicts:
	.gitmodules
2011-10-13 13:18:58 +02:00
Pierre-Eric Pelloux-Prayer
0161fa8f54 Update linphone and msx264 2011-10-13 12:10:06 +02:00
Pierre-Eric Pelloux-Prayer
0ced595b88 Do not apply new settings during a call 2011-10-13 12:00:07 +02:00
Pierre-Eric Pelloux-Prayer
75d7c37331 Hide settings menu during calls 2011-10-13 12:00:07 +02:00
Guillaume Beraudo
d49506881a Add config.h of zrtpcpp (cmake no more required) 2011-10-13 09:27:57 +02:00
Guillaume Beraudo
31a660a6a1 Uri picker dialer don't play dtmf but concatenate to address. 2011-10-12 16:01:38 +02:00
Pierre-Eric Pelloux-Prayer
a8c0162086 Disable camera when pressing 'back' button while in video call 2011-10-12 15:30:24 +02:00
Guillaume Beraudo
a01a2c982a Make latest ZRTP a git submodule 2011-10-12 14:52:48 +02:00
Guillaume Beraudo
2a54fc632f Delay mic/speaker state update in conference activity.
Otherwise the state is still in speaker due to ringing just ended.
2011-10-12 11:30:14 +02:00
Guillaume Beraudo
d932632a3b Incoming call when already a call running beep.
No more ringing and beep at the same time.
Note that is the user is on speaker it will beep on speaker,
which is what is expected.
2011-10-12 10:34:43 +02:00
Guillaume Beraudo
0f02bb1a14 Fix mute and speaker button state in conference.
The states wasn't loaded on activity resume.
2011-10-12 10:33:43 +02:00
Guillaume Beraudo
8720d698db Use CPU wake lock while a call is running.
Allow good audio quality while screen put to sleep.
2011-10-12 09:16:29 +02:00
Guillaume Beraudo
de03952063 Dependency linphone 2011-10-11 15:04:44 +02:00
Guillaume Beraudo
e38dfaf11d Don't pause but mute when add/transfer call in conf activity. 2011-10-11 14:57:18 +02:00
Guillaume Beraudo
a6a62a9ae5 Remove cancel button from UriPickerActivity. (use back). 2011-10-11 14:43:27 +02:00
Guillaume Beraudo
df8093eb93 Enhanced uri picker activity (image buttons) 2011-10-11 14:28:42 +02:00
Guillaume Beraudo
3f9b721a48 Incoming call resources for older devices.
Nexus one crashes otherwise.
2011-10-11 12:18:36 +02:00
Guillaume Beraudo
f795954e9a Use Android SlidingTab for incoming call activity. 2011-10-11 11:38:53 +02:00
Guillaume Beraudo
7f2efdb451 Fix dialer hang button sometimes doesn't hang calls. 2011-10-10 15:03:37 +02:00
Guillaume Beraudo
01674c3b1a Fix proximity sensor (conference, uri picker, incall). 2011-10-10 14:57:21 +02:00
Pierre-Eric Pelloux-Prayer
97db6c695c Update linphone version 2011-10-10 11:00:53 +02:00
Guillaume Beraudo
2981c17eb0 Fix on volume change status not showing. 2011-10-10 10:49:27 +02:00
Guillaume Beraudo
9d80634e7f Pause linphone SIP calls on phone call received. 2011-10-10 10:45:06 +02:00
Pierre-Eric Pelloux-Prayer
0a14943579 srtp: add Java impl 2011-10-10 09:26:40 +02:00
Guillaume Beraudo
5ba1181bad Dialer exitCall() only if no other call 2011-10-07 16:17:50 +02:00
Guillaume Beraudo
1d1b6983b6 Add title to transfer dialog. 2011-10-07 15:59:25 +02:00
Guillaume Beraudo
a3202fd108 Fix position of onCreate() call on ManagerWait aware activities 2011-10-07 14:47:16 +02:00
Guillaume Beraudo
607a5caafe Use LinphoneManagerWait and finish on call terminated. 2011-10-07 14:46:31 +02:00
Guillaume Beraudo
7fa8cd1d5c Hide LinphonecallImpl constructor.
linphonecalls should not be created from java.
2011-10-07 14:46:12 +02:00
Pierre-Eric Pelloux-Prayer
ca77d59885 video: avoid dead-lock on video call end 2011-10-07 12:02:15 +02:00
Guillaume Beraudo
9f1ee3f868 Enhance conference activity style + permute calls. 2011-10-07 10:15:46 +02:00
Pierre-Eric Pelloux-Prayer
c0e8108a12 Enable srtp 2011-10-07 08:51:50 +02:00
Pierre-Eric Pelloux-Prayer
6b4c119949 srtp: init srtp branch 2011-10-07 08:51:49 +02:00
Pierre-Eric Pelloux-Prayer
6089832858 Fix crash when changing phone orientation on audio calls 2011-10-07 08:48:32 +02:00
Pierre-Eric Pelloux-Prayer
772b04aea7 Add missing LinphoneCore function impl 2011-10-07 08:48:12 +02:00
Guillaume Beraudo
5965b1b33c ContactHelper class getting photo and display name from (phone/sip) number 2011-10-06 12:05:05 +02:00
Guillaume Beraudo
5800f796b4 Conferencing style improvements on old sdk 2011-10-06 12:01:54 +02:00
Guillaume Beraudo
15e005bc27 Custom conference UI for older sdk
Simplify to workaround display bugs on 1.5 and 1.6 versions.
2011-10-05 15:13:48 +02:00
Guillaume Beraudo
f4466f78fc Fix contact lookup from number (old + new) 2011-10-05 15:13:15 +02:00
Simon Morlat
efe00e9911 fix crashes with call quality indicator 2011-10-05 12:18:50 +02:00
Guillaume Beraudo
491a71e017 Fix crash in incoming call on resume. 2011-10-05 10:34:20 +02:00
Guillaume Beraudo
534af8c62c Fix contact lookup from number (old + new). 2011-10-05 10:22:23 +02:00
Guillaume Beraudo
99807340f5 Calls in conference are never the current one. 2011-10-04 12:37:24 +02:00