Commit graph

7077 commits

Author SHA1 Message Date
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
Guillaume Beraudo
3eeaf74d5a Fix callee box text alignment and reduce contact's picture size 2011-10-04 12:36:11 +02:00
Guillaume Beraudo
ca128f033c Old API contact picture from number (a bit hackish)
To workaround exception on setting view backgroung from uri,
the people uri is returned and the bitmap is extracted directly
in the LinphoneUtils helper class.
2011-10-04 12:35:16 +02:00
Guillaume Beraudo
53b2381ad8 Fix bug report generation temp file
Use application space to store the temporary file if it cannot be stored in
the default place.
2011-10-04 10:10:42 +02:00
Guillaume Beraudo
b3f7a20857 Initial support for contact picture retrieving
Search for
- custom im 'sip' from username@domain;
- then android sip from username@domain;
- then number from username
2011-10-03 16:33:59 +02:00
Guillaume Beraudo
362e154a6e Merge branch 'master' of git.linphone.org:linphone-android into conferencing 2011-10-03 10:01:58 +02:00
Simon Morlat
0e724b843d Merge branch 'master' of git.linphone.org:linphone-android 2011-09-30 21:33:51 +02:00
Simon Morlat
4b5dba856a integrate ffmpeg patch to 2011-09-30 21:31:07 +02:00
Guillaume Beraudo
4fbabf8e83 Fix: create wait dialog in conference activity. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
0db97c80ef Show merge button in conference more often. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
16d02ef317 Close button below dtmf dialpad on conference activity. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
9234d7f868 SoftvolumeActivity and go home changed to a helper.
conferenceActivity extends ListActivity already
2011-09-30 16:00:26 +02:00
Guillaume Beraudo
546e6648f2 Fix second incoming call from same uri crash. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
f8892448ad Better conference callee appearance. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
c655746a1f Fix manager waiter API. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
b52433c3c3 improved incoming activity + back to conference button. 2011-09-30 15:59:00 +02:00
Guillaume Beraudo
0acbc5c65a Customization: incoming call, incall/conference 2011-09-30 15:59:00 +02:00