Commit graph

7556 commits

Author SHA1 Message Date
Guillaume Beraudo
afb8f8da93 Make encryption locker clickable + cleaning 2011-11-30 12:27:11 +01:00
Guillaume Beraudo
1aa6cb4e4e Initiate video preference summary update 2011-11-30 12:22:03 +01:00
Guillaume Beraudo
4022cbe222 Unpause when only one paused call 2011-11-30 12:20:40 +01:00
Guillaume Beraudo
d87ac447d5 Update unknown person drawable. 2011-11-30 12:19:02 +01:00
Guillaume Beraudo
f1b8e27770 Cleaning. 2011-11-28 20:03:16 +01:00
Guillaume Beraudo
ea894d9c6e Incall/conference activities handle finish by themselves
Should avoid all cases where empty activities are shown
2011-11-28 20:01:38 +01:00
Guillaume Beraudo
c4a81663cf Start incall act. from incoming call act. 2011-11-28 19:56:05 +01:00
Guillaume Beraudo
889bd26ea0 Don't start incall activity from Dialer. 2011-11-28 19:53:25 +01:00
Guillaume Beraudo
0bd340cf60 On incoming call don't go to dialer but start activity 2011-11-28 19:52:47 +01:00
Guillaume Beraudo
4c324fbe2f Fix incoming call with a paused call 2011-11-28 19:51:18 +01:00
Guillaume Beraudo
a7c918dec9 Fix add to conference action (regresion) 2011-11-28 15:50:54 +01:00
Guillaume Beraudo
c9564a7dbe Check sound lock on merge and pause/resume 2011-11-28 15:48:14 +01:00
Guillaume Beraudo
4dd6039be3 Start incall activity in new task 2011-11-28 13:52:59 +01:00
Guillaume Beraudo
02ae758766 Fix oncreate not called when finishing after a crash 2011-11-28 11:48:32 +01:00
Guillaume Beraudo
ce2bf4f9a1 Fix return from contact activity on older phones. 2011-11-28 11:48:10 +01:00
Guillaume Beraudo
42a3f1af17 Remove useless padding in callee lists. 2011-11-28 11:48:04 +01:00
Guillaume Beraudo
a54e750025 Space on the left of callee picture 2011-11-28 11:43:28 +01:00
Guillaume Beraudo
1e4bf0547f Disable actions on conference detail participants.
Removing participant from conference doesn't work in liblinphone.
The only remaining action would be to terminate the conference for the selected participant.
2011-11-28 10:28:10 +01:00
Guillaume Beraudo
057e0ad872 Disable transfer as it is lacking features.
Lacking notification of transfer states from library.
(not implemented in library)
2011-11-28 10:27:03 +01:00
Guillaume Beraudo
ff81ad9a30 After a crash, finish some autostarting activities.
- auto restart of activities when service crash spotted on Samsung devices;
- only some activities supported: incall, conference, linphoneactivity.
2011-11-25 16:35:47 +01:00
Guillaume Beraudo
f2e13e6a5b Fix dependency. 2011-11-25 12:07:09 +01:00
Guillaume Beraudo
7b6ac0a93f Enhance incall view on old phones. 2011-11-25 09:12:10 +01:00
Guillaume Beraudo
f35953df19 Fix incall icon still present after crash and restart. 2011-11-25 09:09:59 +01:00
Guillaume Beraudo
47f4ed9209 Incall notification (capturing video, active, paused) 2011-11-24 16:28:07 +01:00
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