Commit graph

74 commits

Author SHA1 Message Date
Guillaume Beraudo
db02aec518 Chronometer, abstract callee activity. 2011-11-23 12:37:17 +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
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
Guillaume Beraudo
6bcbe4bfc9 Fix DTMF keyboard on conference Activity 2011-10-27 10:37:01 +02:00
Guillaume Beraudo
5fe6a522ba Store and restore user requested audio route.
Go back to user requested route when going out of video activity.
2011-10-18 10:10:24 +02:00
Guillaume Beraudo
6fe3390dce Fix: Erase button of Uri picker now works. 2011-10-13 15:01:11 +02:00
Guillaume Beraudo
31a660a6a1 Uri picker dialer don't play dtmf but concatenate to address. 2011-10-12 16:01:38 +02:00
Guillaume Beraudo
f795954e9a Use Android SlidingTab for incoming call activity. 2011-10-11 11:38:53 +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
546e6648f2 Fix second incoming call from same uri crash. 2011-09-30 16:00:26 +02:00
Guillaume Beraudo
cb0714bef7 Read contact picture. (not integrated in incall activity). 2011-06-01 11:33:31 +02:00
Guillaume Beraudo
fcd3b8d387 Improve Galaxy S support. Add hack preferences.
- Switching to earpiece/speaker shouldn't mute the mic anymore
- Enable hidden audio hacks by removing "android:layout="@layout/hidden"
  from "pref_audio_hacks_title" PreferenceScreen.
2011-04-20 15:41:52 +02:00
Guillaume Beraudo
244cae9246 Incoming call Dialog. Fix standard ports in Manager. 2011-03-24 10:36:39 +01:00
Guillaume Beraudo
8aac467f7d Cosmetics. 2011-03-18 10:56:16 +01:00
Guillaume Beraudo
ed627d416e AddVideo handles already in video directly.
Before that it required a listener.
2011-03-18 10:54:36 +01:00
Guillaume Beraudo
44ed6687dc Fix displayedName not cleared.
Cleared in onTextChanged
2011-03-11 15:54:56 +01:00
Guillaume Beraudo
75a4d15ac0 Incall view.
Hack for Audio with Galaxy S
2011-02-28 11:55:52 +01:00
Guillaume Beraudo
97ba73de8d Enhancements:
- Numpad component factorizing setAddressWidget
- Digit uses style
- No more NewOutgoingCallReceiver and the associated magic
  Now uses CALL_PRIVILEDGED
- Move Video classes to core.video package and lower visibility
- Merged AndroidCameraRecord5Impl and AndroidCameraRecordImpl
2011-02-23 15:37:28 +01:00
Guillaume Beraudo
d89d9c3a3b Several enhancements:
- Fix errors in start/stop linphoneManager
- Fix calls to guiListener().xx when null
- Fix restart of linphoneManager
- Cleanup some useless code
- Work on outgoingCallReceiver
- Intent CALL_PRIVILEDGED
2011-02-22 14:41:27 +01:00
Guillaume Beraudo
58dc345e77 Respect user DTMF_TONE_WHEN_DIALING settings value.
When not in call and audible tones disalbed, don't call linphoneCore with playdtmf.
2011-02-17 15:34:07 +01:00
Guillaume Beraudo
4d79c4e618 Add several new ui components.
Cleanups.
2011-02-17 14:25:23 +01:00
Guillaume Beraudo
83b638abbb Add several new widgets.
AddressTex, EraseButton, HangCallButton, MuteMicButton, SpeakerButton
2011-02-16 13:31:30 +01:00
Guillaume Beraudo
61e3fd3e69 Digit widget for dialer. 2011-02-15 16:18:54 +01:00