Commit graph

12 commits

Author SHA1 Message Date
Guillaume Beraudo
39caf85271 Removed camera testing on startup. 2011-06-03 15:40:01 +02:00
Guillaume Beraudo
e5e1f29528 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
5b9a6d1123 detect when processor doesn't have ARM NEON instructions and disable video then 2011-04-19 10:54:37 +02:00
Guillaume Beraudo
d78b076040 Fix deliver script. Move TAG to core Version.java 2011-04-19 09:05:28 +02:00
Guillaume Beraudo
4dd30dcf60 Support GalaxyS SC-02B. 2011-04-06 12:26:57 +02:00
Guillaume Beraudo
61604d00fd Merge ms2. Fix i18n in ms2. Activate 2.3 in Version. 2011-04-06 10:41:01 +02:00
Guillaume Beraudo
d18561cea4 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
5ffaf9c434 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
099907b8ee 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
3c760cd68d Make phones with sdk >=9 report they use SDK 8. 2011-02-14 15:58:09 +01:00
Simon Morlat
e161f668e5 change sent video orientation when phone is rotated 2011-01-18 16:19:27 +01:00
Guillaume Beraudo
6dad6a3154 Captured video always sent in correct orientation.
Temporarily blocked rotation of phone in video call activity.
2011-01-03 14:14:22 +01:00