Sylvain Berfini
4883c016a2
Refactoring on drawables' names
2012-07-03 13:41:39 +02:00
Sylvain Berfini
476abbbf87
Own implementation of sliders to answer or not an incoming call
2012-06-22 18:26:07 +02:00
Sylvain Berfini
3bc93a8583
Display time of arrival for messages
2012-06-22 12:26:52 +02:00
Sylvain Berfini
1ae90b9629
Some issues fixed + chat notification + account assistant started
2012-06-21 16:44:23 +02:00
Sylvain Berfini
ddb66e2d78
First changes for the new UI
2012-06-21 10:05:25 +02:00
Sylvain Berfini
ee2677365d
Fix numpad/call insensitive buttons if drawer locked
2012-06-01 10:46:39 +02:00
Sylvain Berfini
4f69fd8b93
Ant script updated and working
2012-05-15 12:31:10 +02:00
Sylvain Berfini
bed0621168
Better back button handle + no more dtmf send using add call dialer
2012-05-11 14:23:25 +02:00
Sylvain Berfini
5565ce11d0
Fix add call issue, numpad issue and videoCall FC
2012-05-11 10:33:34 +02:00
Sylvain Berfini
2b68eab7ae
Directly use the video activity in video call
2012-04-10 16:31:52 +02:00
Sylvain Berfini
a2d010cfcc
Better camera preview rotation
2012-04-05 16:31:01 +02:00
Sylvain Berfini
ed53b8b62e
Better camera display in dialer
2012-04-05 15:28:49 +02: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
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