Commit graph

7082 commits

Author SHA1 Message Date
Guillaume Beraudo
13dbb00a77 Use echo limiter by default except for SGS II.
SGS II has a built in echo canceller.
2011-11-24 14:02:05 +01:00
Guillaume Beraudo
81a6fa2a93 Preference Helper functions in Manager 2011-11-24 14:01:43 +01:00
Guillaume Beraudo
25f6a5445c Merge branch 'master' of git.linphone.org:linphone-android
Conflicts:
	src/org/linphone/IncallActivity.java
	src/org/linphone/LinphoneActivity.java
	src/org/linphone/LinphonePreferencesActivity.java
	submodules/linphone
	test/org/linphone/TestConferenceActivity.java
2011-11-24 11:22:07 +01:00
Guillaume Beraudo
13c37c0799 Fundamental ios-like ui change for incall view.
Minor bug fixes:
- back from contact picker;
- video + conference workaround.
2011-11-24 10:55:08 +01:00
Simon Morlat
5041b71568 media encryption API enhancements
add preference for media encryption selection.
2011-11-23 22:20:00 +01:00
Guillaume Beraudo
db02aec518 Chronometer, abstract callee activity. 2011-11-23 12:37:17 +01:00
Jehan Monnier
983e36fabc add dependency on pkgconfig in REAME 2011-11-22 19:12:51 +01:00
Guillaume Beraudo
e82587ae94 Move merge and transfer bar on top of other controls. 2011-11-22 14:06:26 +01:00
Guillaume Beraudo
886bdcd28a Fundamental incall UI changes.
- single click for resuming/pausing call;
- long click for advanced call/conference interaction;
- terminate call action according to situation;
- conference details activity;
- cleanings.
2011-11-22 11:21:36 +01:00
Simon Morlat
f189a52570 update exosip for tcp/tls handling of long messages 2011-11-18 16:05:47 +01:00
Simon Morlat
141c75c989 fix broken vp8 handling due to name change 2011-11-18 13:36:02 +01:00
Guillaume Beraudo
7ac6600fc5 Fix voice scrambling with ZRTP. 2011-11-18 10:21:50 +01:00
Guillaume Beraudo
0f3926e6a7 Nicer ZRTP validate/reset action messages. 2011-11-18 09:33:44 +01:00
Guillaume Beraudo
7f9558567c When picking contact without phone go to dialer anyway. 2011-11-16 16:10:59 +01:00
Guillaume Beraudo
ec3b407138 LinphoneActivity launcher (synchro service ready)
Due to a bug in tabhost on 1.5 devices (G1 and simulator)
it was impossible to have the synchronisation code directly
in LinphoneActivity. (NPE on touchmodechanged on mCurrentView).

Note that since the synchronisation code rewrite, no special care
is taken after a service crash. As a consequence you should always
check the root cause of a
"Caused by: java.lang.RuntimeException: Linphone Manager should be created before accessed"
2011-11-16 15:38:05 +01:00
Guillaume Beraudo
c14c020053 Tests: 5 second delay for LinphoneService ready 2011-11-16 15:17:50 +01:00
Guillaume Beraudo
8898881d66 Improve back go home handling 2011-11-16 15:17:50 +01:00
Guillaume Beraudo
fa68b1911c Fix contact loop on HTC and photo crash on 1.5 2011-11-16 15:17:50 +01:00
Pierre-Eric Pelloux-Prayer
dd4b10f12d New linphone 2011-11-16 11:08:16 +01:00
Pierre-Eric Pelloux-Prayer
7e7d144dc2 New speex repository
Resampler optimisations previously found in MS2/msresample.c are
now in speex repo.
2011-11-16 10:53:44 +01:00
Guillaume Beraudo
cc11c74401 Fix NPE in tabhost#onTouchModeChanged on simulator. 2011-11-15 17:01:06 +01:00
Guillaume Beraudo
0f8f0a2a2d Wait for service in main Activity; removed elsewhere 2011-11-15 11:12:42 +01:00
Guillaume Beraudo
982b383ffd Improve ZRTP GUI + setAuthenticationVerified 2011-11-14 22:22:48 +01:00
Jehan Monnier
87453ad7f1 enable incomingcallview when LinphoneActivity is terminated like in case of back button is pressed 2011-11-09 21:38:46 +01:00
Simon Morlat
c87b923685 fix crash in case of call faillure (not the good thread to display things) 2011-11-09 19:36:56 +01:00
Jehan Monnier
dbd9ed5967 start incall view in state OutgoingInit 2011-11-09 17:52:06 +01:00
Simon Morlat
142f34f53c Merge branch 'master' of git.linphone.org:linphone-android 2011-11-09 17:30:40 +01:00
Simon Morlat
119e7a29f5 add option to enable echo limiter, and fallback to it when echo limiter failed 2011-11-09 17:28:51 +01:00
Guillaume Beraudo
637add1638 Fix merge button 2011-11-09 14:51:18 +01:00
Guillaume Beraudo
68f2df4abc Fix regression: accept incoming call when other exist. 2011-11-09 14:33:06 +01:00
Guillaume Beraudo
e2585f9330 Hopefully fix crash when merging calls due to L16 not built. 2011-11-09 14:24:46 +01:00
Guillaume Beraudo
7c9d0845e2 Cleaning + fix video activity opening.
- Cleaned dialer of incall states;
- Replaced IncallActivity with conference one;
- Removed storing of user requested speaker mode.
2011-11-09 13:18:11 +01:00
Guillaume Beraudo
0c9f2e6b69 Simplify camera sending, video activity opening, speaker state
- don't pause camera sending on video activity paused / finished;
- don't try to be clever to guess when to open video call activity
  but open automatically on the transition to streams running and the camera is enabled
  todo: fix autostart on incoming call due to postponed start of activity;
- don't try to restore previous audio setting when back from video call.
2011-11-09 13:18:11 +01:00
Jehan Monnier
e4b80f42b7 fix for silk 24khz on Galaxy S 2011-11-08 16:23:21 +01:00
Guillaume Beraudo
288fa28143 Customization to display only username in history activity. 2011-11-08 12:15:42 +01:00
Guillaume Beraudo
4224a5b7dc Display full string for "paused by remote" in conferenceActivity. 2011-11-08 11:38:54 +01:00
Guillaume Beraudo
9973c2d40a Use new API for getting media encryption state. 2011-11-08 11:29:10 +01:00
Guillaume Beraudo
47ba198c78 Real commit for Allow several calls with the same recipient. 2011-11-08 09:17:04 +01:00
Guillaume Beraudo
b4b2f22e5c Revert "Allow several calls with the same recipient."
This reverts commit bdf69da535.
2011-11-08 09:02:12 +01:00
Guillaume Beraudo
bdf69da535 Allow several calls with the same recipient. 2011-11-07 14:54:27 +01:00
Guillaume Beraudo
aaf3bdbbff Fix prepare_source. 2011-11-07 12:45:02 +01:00
Simon Morlat
fb2dd1505c fix crashes with conferencing, update osip and exosip 2011-11-04 15:14:22 +01:00
Guillaume Beraudo
3e15729c53 Restore once again default.properties 2011-11-03 16:19:37 +01:00
Guillaume Beraudo
d2dd72784a Fix rejection of SIP calls while in GSM call.
Audio was messed up.
2011-11-03 16:15:50 +01:00
Guillaume Beraudo
c98ddd1913 Update SILK plugin compilation logic. 2011-11-03 16:15:50 +01:00
Sylvain Berfini
f3fe0a4459 Merge branch 'master' of git.linphone.org:linphone-android 2011-11-03 15:22:25 +01:00
Sylvain Berfini
532cff536e Add a comment to explain the hack 2011-11-03 15:21:48 +01:00
Sylvain Berfini
2c7a43453d Add a comment to explain the hack 2011-11-03 15:14:57 +01:00
Sylvain Berfini
bc0412131d Few changes in the way to look for the display name in the History view 2011-11-03 13:03:53 +01:00
Sylvain Berfini
be85783752 Fix the menu issue on the History view 2011-11-03 12:25:09 +01:00