Commit graph

122 commits

Author SHA1 Message Date
Guillaume Beraudo
4be1deeb2f Front camera mirror. Shouldn't work for Nexus S. 2011-06-01 16:18:40 +02:00
Guillaume Beraudo
ba5811582a Fix non existing Android API calls from old sdk. 2011-06-01 12:23:39 +02:00
Guillaume Beraudo
cb37692b7a Fix bad pattern 2011-05-25 11:31:18 +02:00
Guillaume Beraudo
6d530bd16f Video hacks + disabled mirroring of capture. 2011-05-20 12:55:40 +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
aefad95d86 Add debugs to trace detected and used camera id. 2011-04-19 14:11:25 +02:00
Guillaume Beraudo
7cb1c96304 Merge branch 'master' of git.linphone.org:linphone-android
Conflicts:
	src/org/linphone/core/Version.java

Add neon check on first launch
2011-04-19 11:48:28 +02:00
Simon Morlat
9f29ac0337 detect when processor doesn't have ARM NEON instructions and disable video then 2011-04-19 10:54:37 +02:00
Guillaume Beraudo
6aa6eb7acf Fix deliver script. Move TAG to core Version.java 2011-04-19 09:05:28 +02:00
Guillaume Beraudo
5fb71717cb Soft volume. Forced for galaxy S. Pref. access mgr. 2011-04-18 15:18:00 +02:00
Simon Morlat
3464da531f add amr support to linphone-android 2011-04-15 23:56:32 +02:00
Guillaume Beraudo
7c0cdb7036 Initial support to softvolume. 2011-04-11 12:18:47 +02:00
Guillaume Beraudo
1ff65e191b Enable ipv6 support for Android. 2011-04-06 15:16:20 +02:00
Guillaume Beraudo
7e5f8cc458 Support GalaxyS SC-02B. 2011-04-06 12:26:57 +02:00
Guillaume Beraudo
f9a1266bac Merge ms2. Fix i18n in ms2. Activate 2.3 in Version. 2011-04-06 10:41:01 +02:00
Guillaume Beraudo
1d5ce7e7fc Potentially fix crash when network goes down. 2011-03-31 11:09:19 +02:00
Guillaume Beraudo
5d762a8c61 ffmpeg as shared library. 2011-03-28 15:59:55 +02:00
Guillaume Beraudo
bc134cfec9 When muting video, return if mute state changed. 2011-03-18 10:52:52 +01:00
Guillaume Beraudo
ebd65a01b7 Fix hardcoded log tags 2011-03-11 15:54:43 +01:00
Guillaume Beraudo
c0eb64a75c Fix hardcoded log tags. 2011-03-11 15:37:18 +01:00
Guillaume Beraudo
6c3e6fe464 payload init, data paths, armv7 detection, typos
Fix: payload initialization in PreferenceActivity
Fix: paths to application data by using Android facilities
Detect ARMv7 by looking at Build.CPU_ABI through reflection
Fix: crash on registration change after LinphoneActivity was killed by Android
2011-03-11 11:36:48 +01:00
Guillaume Beraudo
fbf51bbcbc Transport selection (UDP, TCP, TLS);standard ports. 2011-03-10 15:51:46 +01:00
Guillaume Beraudo
cda0da706b Galaxy tab doesn't require Galaxy S speaker hack. 2011-03-01 18:39:03 +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
976ea187f2 Make phones with sdk >=9 report they use SDK 8. 2011-02-14 15:58:09 +01:00
Simon Morlat
db1b07b363 allow auto replacement of calls and update ffmpeg commit id due to forced update 2011-02-02 22:25:50 +01:00
Jehan Monnier
2c067bcc54 fix Galaxy S detection 2011-01-26 14:29:36 +01:00
Guillaume Beraudo
b9e183055c Merge branch 'master' of git.linphone.org:linphone-android 2011-01-25 15:47:58 +01:00
Jehan Monnier
6bf7392952 add ec calibrator 2011-01-25 15:45:36 +01:00
Guillaume Beraudo
8b4cbbfcc5 Fix cameraID=0 on Galaxy tab GT-P1000.
Move sdk9 code from Video manager to dedicated class to avoid dalvik errors.
Add phone information dump at Linphone startup.
Add "Hack" class to centralize call to hackish code.
2011-01-25 15:45:15 +01:00
Jehan Monnier
3b4e75c5b0 disable EC while in speaker mode 2011-01-24 10:45:40 +01:00
Simon Morlat
701d5ed6ea change sent video orientation when phone is rotated 2011-01-18 16:19:27 +01:00
Guillaume Beraudo
2f1c9548d2 Captured video always sent in correct orientation.
Temporarily blocked rotation of phone in video call activity.
2011-01-03 14:14:22 +01:00
Guillaume Beraudo
3a5ae54b1d Removed getter/setter to access video height/width directly. 2010-12-29 08:15:12 +01:00
Jehan Monnier
31bc125158 decline calls while incall because multi call not supported yet 2010-12-14 15:11:24 +01:00
Guillaume Beraudo
19c2a11e65 Landscape preview in landscape orientation on sdk>=8 2010-12-14 12:58:28 +01:00
Guillaume Beraudo
6619599beb Merge branch 'video' of git.linphone.org:linphone-android-private
Conflicts:
	libs/armeabi-v7a/liblinphone.so
	libs/armeabi/liblinphone.so
	src/org/linphone/core/LinphoneCallImpl.java
	src/org/linphone/core/LinphoneProxyConfigImpl.java
	src/org/linphone/core/tutorials/TutorialRegistrationActivity.java
	submodules/linphone
2010-12-14 09:32:47 +01:00
Guillaume Beraudo
ec7a04c071 Merge branch 'master' of git.linphone.org:linphone-android-private
Conflicts:
	src/org/linphone/core/LinphoneProxyConfigImpl.java
2010-12-13 16:11:01 +01:00
Guillaume Beraudo
a6bbf5ce94 Merge branch 'master' of git.linphone.org:linphone-android 2010-12-13 15:22:11 +01:00
Guillaume Beraudo
8bd2c5055e Bind proxyconfig properties and update registration tutorial. 2010-12-13 15:21:12 +01:00
Guillaume Beraudo
c451b044cb Rotate information according to cameraId. 2010-12-13 14:04:38 +01:00
Simon Morlat
fb124c047b fix orientation in 2.2 2010-12-10 16:42:04 +01:00
Guillaume Beraudo
4dfe868b76 Capture preview is now dynamically resized to fit Linphonecore preferredVideoSize. 2010-12-09 22:52:27 +01:00
Guillaume Beraudo
e65c29be83 Refactor code to use the new InviteManager which in turn
uses the Bandwidth and Camera managers.
Improved front camera support.
2010-12-09 16:09:38 +01:00
Guillaume Beraudo
1c113d3074 Preliminary support for front camera. 2010-12-09 09:13:12 +01:00
Guillaume Beraudo
36efd26291 Fixed and improved video test. 2010-12-09 09:08:12 +01:00
Guillaume Beraudo
c7c2b93c89 Simplify registration tutorial. 2010-12-07 10:32:52 +01:00
Guillaume Beraudo
454d70d2d9 Fixed unimplemented methods.
Full brightness on videocall activity.
2010-12-06 15:06:59 +01:00