Commit graph

6272 commits

Author SHA1 Message Date
Guillaume Beraudo
c9e4008c7f Send static image on back and home buttons. 2011-03-18 10:52:02 +01:00
Guillaume Beraudo
9ca92d8237 Handle starting video activity from service. 2011-03-18 10:50:54 +01:00
Guillaume Beraudo
3c8a684fcd Refactor, recreate incall, start Incall method. 2011-03-18 10:46:14 +01:00
Guillaume Beraudo
427b252651 Go to home on back key. 2011-03-18 10:45:25 +01:00
Guillaume Beraudo
1cbb4e265a IncallActivity and VideoActivity as singleTop.
Just in case we try opening them several times.
2011-03-18 10:40:51 +01:00
Jehan Monnier
76bdd77642 Merge branch 'master' of belledonne-communications.com:linphone-android 2011-03-17 11:00:34 +01:00
Jehan Monnier
50622d1700 move ffmpeg git tree to videolan 2011-03-17 10:59:50 +01:00
Guillaume Beraudo
44ed6687dc Fix displayedName not cleared.
Cleared in onTextChanged
2011-03-11 15:54:56 +01:00
Guillaume Beraudo
ebd65a01b7 Fix hardcoded log tags 2011-03-11 15:54:43 +01:00
Guillaume Beraudo
4d803262e9 Use hidden layout for unused preferences. 2011-03-11 15:45:08 +01:00
Guillaume Beraudo
c0eb64a75c Fix hardcoded log tags. 2011-03-11 15:37:18 +01:00
Guillaume Beraudo
911ca03af2 Hidden layout for hidding preferences
android:layout=R.layout.hidden
2011-03-11 15:35:37 +01:00
Guillaume Beraudo
6cce0d9dd2 Not shortcut for declaring activities / listeners
Avoid mistakes on customizations.
2011-03-11 15:34:18 +01:00
Guillaume Beraudo
d271ffe2b5 Fix too late to initialize payloads on first launch 2011-03-11 11:59:32 +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
441fb13047 Transport selection (UDP, TCP, TLS);standard ports. 2011-03-10 15:54:13 +01:00
Guillaume Beraudo
64299fb661 Custom use of incallActivity and VideoCallActivity. 2011-03-10 15:53:32 +01:00
Guillaume Beraudo
504a11d192 Fix ndk-build crashing gcc 2011-03-10 15:52:55 +01:00
Guillaume Beraudo
fbf51bbcbc Transport selection (UDP, TCP, TLS);standard ports. 2011-03-10 15:51:46 +01:00
Guillaume Beraudo
e72411efd6 Custom notif name, linphoneService 2011-03-09 13:12:07 +01:00
Guillaume Beraudo
eb3ada3774 Intercept Android sip calls (generated by sdk >2.3) 2011-03-09 12:27:30 +01:00
Guillaume Beraudo
89d247f1de Implement new contact API. 2011-03-09 11:17:49 +01:00
Guillaume Beraudo
ae2d8444dd Brighten the phone for 10 seconds on incoming call. 2011-03-09 11:13:57 +01:00
Guillaume Beraudo
487492f500 Manage intent with SENDTO (sip). 2011-03-09 11:04:20 +01:00
Guillaume Beraudo
6cf35e3e4e Custom.xml resource to store customizable items. 2011-03-09 10:58:26 +01:00
Guillaume Beraudo
eaabeb2fb7 Import PreferenceActivity-less-EC-calibration 2011-03-04 14:46:24 +01:00
Guillaume Beraudo
be7faa516e Import enhance UI for first_login_view 2011-03-04 11:54:58 +01:00
Guillaume Beraudo
0f4d2fed7d Close incallview when call is terminated. 2011-03-04 11:39:32 +01:00
Guillaume Beraudo
da9ca5780b Unused import 2011-03-02 13:43:41 +01:00
Guillaume Beraudo
f04f999b3b Update submodule linphone 2011-03-02 13:10:48 +01:00
Guillaume Beraudo
cda0da706b Galaxy tab doesn't require Galaxy S speaker hack. 2011-03-01 18:39:03 +01:00
Guillaume Beraudo
9b9243fafc Merge branch 'master' of git.linphone.org:linphone-android into cleaning 2011-02-28 16:25:21 +01:00
Guillaume Beraudo
833668d180 Add first start activity
Move non translatable strings to dedicated file
Move Activity constant integers to LinphoneActivity to avoid duplicates
Finish Incall activity if called number triggers an error
Simplify PreferenceActivity
2011-02-28 16:19:52 +01:00
Guillaume Beraudo
030cb18926 Incall view fullscreen no titlebar. 2011-02-28 12:04:42 +01:00
Guillaume Beraudo
75a4d15ac0 Incall view.
Hack for Audio with Galaxy S
2011-02-28 11:55:52 +01:00
Guillaume Beraudo
4822bb73f9 Fix deliver script. 2011-02-25 17:17:24 +01:00
Guillaume Beraudo
6d38874a4b Merge branch 'master' of git.linphone.org:linphone-android into cleaning
Conflicts:
	AndroidManifest.xml
2011-02-23 16:24:10 +01:00
Guillaume Beraudo
06bcbe3998 Fix Linphone dependency. 2011-02-23 16:15:36 +01:00
Guillaume Beraudo
ce08949be9 Better looking numpad preview. 2011-02-23 15:55:41 +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
Jehan Monnier
e7697429c4 remove hard dependency on camera 2011-02-23 11:03:21 +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
de64a0918f Cleanup. 2011-02-17 16:26:17 +01:00
Guillaume Beraudo
ef93c28b72 Moved videocall activity logics to LinphoneManager. 2011-02-17 16:02:44 +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
Jehan Monnier
702cb38b22 fix crash on application stop 2011-02-14 16:54:02 +01:00
Jehan Monnier
ea8e245820 fix crash on statup cause by gsm outcall handling changes in pref 2011-02-14 16:22:20 +01:00